html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #161515;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
body p {
  line-height: 24px;
}

h1,
h2 {
  font-family: "Quantico", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

h3 {
  font-size: 36px;
  font-family: "Quantico", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  font-family: "Quantico", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

.bg-light {
  padding: 10px 0px !important;
}

.navbar-brand {
  background: url(../img/logo.svg) no-repeat;
  background-size: 100%;
  height: 57px;
  width: 248px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  border-bottom: #404041 solid 2px;
}

a.dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-blue {
  color: #114491;
}

header {
  background-color: #69C700;
  margin-bottom: 30px;
}

.content-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.service-img {
  background: url(../img/servicios.jpg) no-repeat;
  background-size: cover;
}

.text-green {
  color: #80C600;
}

/******Cover******/
#frst .container {
  background: url(../img/Cover.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  height: 600px;
  padding-bottom: 50px;
}
#frst .container .row {
  color: #fff;
  width: 100%;
}
#frst .container h1,
#frst .container h4 {
  margin-bottom: 20px;
}

#nosotros {
  background: url(../img/bg.jpg) no-repeat bottom right;
}

#ambiental .container {
  background: url(../img/Coverambiental.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  height: 600px;
  padding-bottom: 50px;
}
#ambiental .container .row {
  color: #fff;
  width: 100%;
}
#ambiental .container h1,
#ambiental .container h4 {
  margin-bottom: 20px;
}

.seguridad {
  background: url(../img/bg-seguridad.jpg) no-repeat top right;
  background-size: 60%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#impacto .container {
  background: url(../img/cover-impacto.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
#impacto .container .row {
  color: #fff;
  width: 100%;
}

#medidas .container {
  background: url(../img/bg-medidas.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
#medidas .container .row {
  color: #fff;
  width: 100%;
}

#contacto .container {
  background: url(../img/bg-contacto.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
#contacto .container .row {
  color: #fff;
  width: 100%;
}

.proyecto {
  background: url(../img/bg-proyecto.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.proyecto h2 {
  color: #fff;
}

.estudios {
  background: url(../img/bg-estudios-v2.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.estudios h2 {
  color: #fff;
}

.flexed-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  margin-top: 40px;
}

.gray img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.gray img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  opacity: 1;
}

.bg-gray-900 {
  background-color: #404041;
  border-radius: 10px;
  padding: 40px 20px !important;
}

.counter {
  border-right: #fff solid 1px;
  padding-right: 10px;
  margin-right: 10px;
}

/*************/
.content {
  background: #114491;
  background: linear-gradient(0deg, rgb(17, 68, 145) 0%, rgba(17, 145, 85, 0) 100%);
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 0;
  border-radius: 0px 0px 20px 20px;
  color: #fff;
  padding: 15px 20px;
}
.content a {
  color: #fff;
  font-size: 24px;
}

.zindex {
  position: relative;
  z-index: 1;
}

.bg-blue {
  background: #6AC40A;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bg-blue h3 {
  color: #000;
  font-size: 24px;
}
.bg-blue .btn-white {
  max-width: 220px;
}

.bg-green {
  background: #404041;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bg-green h3 {
  color: #fff;
  font-size: 24px;
}
.bg-green .btn-white {
  max-width: 220px;
}

.bg-gray {
  background: #F9F8F8;
}

ul.list {
  list-style-type: none;
  padding: 0;
}
ul.list li {
  background: url(../img/bullet.svg) no-repeat left 8px;
  padding-left: 15px;
  line-height: 24px;
}

.img-small {
  width: 90px;
}

/*****buttons****/
.btn-white {
  background: #80C600;
  border: #80C600 solid 2px;
  border-radius: 50px;
  color: #161515;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Quantico", sans-serif;
  height: 40px;
  font-weight: 700;
  font-style: italic;
  overflow: hidden;
  padding: 8px 20px;
  position: relative;
  width: 180px;
}
.btn-white::before {
  content: "";
  background-color: #fff;
  background-position: center;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  right: 22px;
  height: 26px;
  width: 26px;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 0;
}
.btn-white i,
.btn-white span {
  position: relative;
  z-index: 2;
}
.btn-white:hover {
  color: #161515;
  text-decoration: none;
}
.btn-white:hover::before {
  background-size: 2px;
  transform: scale(12);
}

.btn-blue-light {
  background: #47A6BF;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}
.btn-blue-light:hover {
  background: #114491;
  text-decoration: none;
}

.btn-blue {
  background: #114491;
  border-radius: 50px;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}
.btn-blue:hover {
  background: #47A6BF;
  text-decoration: none;
}

.light-button {
  border: #fff solid 1px;
  border-radius: 50px;
  font-size: 14px !important;
  padding: 5px 20px;
}
.light-button:hover {
  background: #114491;
  border-color: #114491;
  text-decoration: none;
}

.border-radius {
  border-radius: 20px;
}

.d-flex {
  display: flex;
  align-items: center;
}

.img-fluid {
  width: 100%;
}

/*****form*****/
form {
  margin-top: 40px;
}
form input {
  border: #D9D9D9 solid 1px;
  border-radius: 6px;
  height: 40px;
  padding: 10px;
  width: 100%;
}
form textarea {
  border: #D9D9D9 solid 1px;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
}

/********* Icon Arrow **********/
.icon-arrow-white {
  background: url(../img/white-arrow.svg) no-repeat;
  display: inline-block;
  width: 25px;
  height: 9px;
  margin-left: 9px;
}

.icon-arrow-black {
  background: url(../img/black-arrow.svg) no-repeat;
  display: inline-block;
  width: 25px;
  height: 9px;
  margin-left: 9px;
}

.icon-arrow-white-small {
  background: url(../img/white-arrow.svg) no-repeat;
  display: inline-block;
  width: 25px;
  height: 9px;
  margin-left: 9px;
}

/*********** margin ***********/
.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

/*****footer*****/
footer {
  background: #404041;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer h4 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
footer p {
  color: #fff;
  font-size: 14px;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.flexed {
  display: flex;
  gap: 12px;
}

/*****icons*****/
.icon-ambiental {
  display: inline-flex;
  background: url(../img/icon-ambiental.svg) no-repeat;
  background-size: 100%;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.icon-estudios {
  display: inline-flex;
  background: url(../img/icon-estudios.svg) no-repeat;
  background-size: 100%;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.icon-impacto {
  display: inline-flex;
  background: url(../img/icon-impacto.svg) no-repeat;
  background-size: 100%;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

/*******Mobile*********/
@media (max-width: 992px) {
  button.navbar-toggler {
    background: #80c600;
  }
  ul.navbar-nav.ml-auto {
    padding: 20px;
    text-align: center;
  }
  ul.navbar-nav.ml-auto li {
    padding: 8px 0px;
  }
  .service-img {
    min-height: 300px !important;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #contacto h1,
  #medidas h1,
  #impacto h1 {
    background: #80c600;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .navbar-brand {
    width: 180px;
  }
  .bg-light {
    padding: 0px !important;
  }
  h1 {
    font-size: 32px;
  }
  h4 {
    font-size: 20px;
  }
  .container.px-0 {
    padding: 20px !important;
  }
  footer {
    text-align: center;
  }
  footer .flexed {
    justify-content: center;
  }
  [class*=col-] {
    margin-bottom: 40px;
  }
  .mt-40 {
    margin: 0;
  }
  footer .pl-5 {
    padding-left: 0 !important;
  }
  footer [class*=col-] {
    margin-bottom: 20px;
  }
  .estudios {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #frst .container {
    background: url(../img/Cover.jpg) no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    height: 380px;
    padding-bottom: 0px;
  }
}/*# sourceMappingURL=styles.css.map */