@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 3.625rem;
}

#navigation li a {
  font-size: 1rem;
  font-family: 'Poppins';
}

#navigation li a:hover {
  color: #f15a24;
}

#navigation li a i {
  font-size: 1.4rem;
}

h5 {
  text-transform: uppercase;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

a.button.arrow_down,
li.active a {
  color: #f15a24;
}

#home {
  margin-top: -85px;
  background: url("../images/Emilio_White.webp") no-repeat center bottom scroll;
  background-size: cover;
}

.logo img {
  width: 170px;
}

#homepage_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#homepage_content .home_logo {
  width: 200px;
}

#homepage_content_slogan {
  margin-top: 50px;
}

#desarrollo_y_conservacion .title_big {
  background: url("../images/Malena_Srur.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

#desarrollo_y_conservacion .title_big h2 {
  padding-right: 50px;
  background: rgba(0, 0, 0, 0.5);
}

#nuestro_compromiso .title_big {
  background: url("../images/nahuel_chavez.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

#nuestro_compromiso .title_big h2 {
  padding-right: 50px;
  background: rgba(0, 0, 0, 0.5);
}

#parallax_separator2, #parallax_separator3 {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
  text-align: center;
  background: url(../images/parallax_bg.jpg) repeat center center scroll;
}

#parallax_separator, #parallax_separator2, #parallax_separator3 {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#parallax_separator.home, #parallax_separator2.home, #parallax_separator3.home {
  min-height: 92vh;
  background: url("../images/Emilio_White.webp");
}

#parallax_separator.primero, #parallax_separator2.primero, #parallax_separator3.primero {
  background: url("../images/parallax_bg_4.webp");
}

#parallax_separator.primero h3, #parallax_separator2.primero h3, #parallax_separator3.primero h3 {
  font-size: 2rem;
}

#parallax_separator.segundo, #parallax_separator2.segundo, #parallax_separator3.segundo {
  background: url("../images/parallax_bg_2.webp");
}

#parallax_separator.tercero, #parallax_separator2.tercero, #parallax_separator3.tercero {
  background: url("../images/parallax_bg_3.webp");
}

#parallax_separator.primero, #parallax_separator.segundo, #parallax_separator.tercero, #parallax_separator2.primero, #parallax_separator2.segundo, #parallax_separator2.tercero, #parallax_separator3.primero, #parallax_separator3.segundo, #parallax_separator3.tercero {
  background-repeat: no-repeat;
  background-size: 2000px;
}

#parallax_separator a,
#parallax_separator p, #parallax_separator2 a,
#parallax_separator2 p, #parallax_separator3 a,
#parallax_separator3 p {
  color: #fff;
}

#parallax_separator .photo-author, #parallax_separator2 .photo-author, #parallax_separator3 .photo-author {
  color: #fff;
}

#parallax_separator h3, #parallax_separator2 h3, #parallax_separator3 h3 {
  color: #fff;
  margin-bottom: 100px;
}

#team, .p-80 {
  padding: 8.125rem 0;
}

.title_content {
  padding: 3rem;
}

.team2 {
  position: relative;
  background: url("../images/footer_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 90%;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team2 .photo-author {
  color: #fff;
}

.team3 {
  padding-top: 100px;
}

.team4 {
  padding: 100px 0;
}

.team3, .team4 {
  min-height: 400px;
}

.team3 .row, .team4 .row {
  text-align: center;
}

.team3 h3, .team4 h3 {
  color: #000;
  font-size: 24px;
  padding-bottom: 20px;
}

.clients-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.client-logo img {
  width: 300px;
}

.team4 .client-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 25px;
}

.team4 .client-logo img {
  width: 200px;
}

#footer {
  background: #000;
  position: relative;
  padding: 2rem;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer i {
  color: red;
}

#footer .photo-author {
  color: #fff;
}

#footer a.button {
  width: 40px;
  height: 40px;
}

#footer .button_icon {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

#apoyanos {
  padding: 8.125rem 0;
  text-align: center;
}

#apoyanos .post_excerpt {
  border: 0;
}

#apoyanos h3 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 32px;
}

#apoyanos a {
  font-size: 18px;
}

.boton-peticion {
  color: #fff !important;
  padding: 10px 25px;
  background-color: #f15a24;
  border-radius: 25px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.boton-peticion:hover {
  color: #f15a24 !important;
  background-color: #fff;
  border: 1px solid #f15a24;
}

.photo-author {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.footer_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
}

.footer_content h6 {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 2.5px;
}

.footer_arrow_container {
  position: absolute;
  bottom: 15px;
  right: 0;
}

@media (max-width: 1199px) {
  h3,
  h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #parallax_separator.primero, #parallax_separator.segundo, #parallax_separator.tercero, #parallax_separator2.primero, #parallax_separator2.segundo, #parallax_separator2.tercero, #parallax_separator3.primero, #parallax_separator3.segundo, #parallax_separator3.tercero {
    background-size: 1600px;
  }
}

@media (max-width: 991px) {
  #home {
    margin-top: -60px;
  }
  #parallax_separator, #parallax_separator2, #parallax_separator3 {
    min-height: unset;
  }
  #parallax_separator.primero, #parallax_separator.segundo, #parallax_separator.tercero, #parallax_separator2.primero, #parallax_separator2.segundo, #parallax_separator2.tercero, #parallax_separator3.primero, #parallax_separator3.segundo, #parallax_separator3.tercero {
    background-size: 1200px;
  }
  #footer {
    padding: 36px;
  }
  .footer_content {
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  #desarrollo_y_conservacion .title_big,
  #nuestro_compromiso .title_big {
    min-height: 600px;
  }
  #desarrollo_y_conservacion .title_big h2,
  #nuestro_compromiso .title_big h2 {
    background: unset;
  }
  #desarrollo_y_conservacion .photo-author,
  #nuestro_compromiso .photo-author {
    right: 35px;
  }
  #nuestro_compromiso .title_big h2 {
    vertical-align: unset;
    padding: 0;
    margin-top: 18%;
    display: block;
    color: #fff;
  }
  #parallax_separator, #parallax_separator2, #parallax_separator3 {
    min-height: 600px;
  }
  #parallax_separator.primero, #parallax_separator.segundo, #parallax_separator.tercero, #parallax_separator2.primero, #parallax_separator2.segundo, #parallax_separator2.tercero, #parallax_separator3.primero, #parallax_separator3.segundo, #parallax_separator3.tercero {
    background-size: 1200px;
  }
  #footer .button {
    float: right;
  }
}

@media (max-width: 575px) {
  #home {
    margin-top: -50px;
  }
  .logo img {
    width: 120px;
  }
  #homepage_logo {
    margin-top: 35%;
  }
  #homepage_logo img {
    width: 150px;
  }
  h3 {
    font-size: 24px;
  }
  #desarrollo_y_conservacion .title_big h2,
  #nuestro_compromiso .title_big h2 {
    padding: 0;
    font-size: 24px;
  }
  .content h5,
  .intro h5 {
    font-size: 24px;
    line-height: 1.2;
  }
  .content p,
  .intro p {
    font-size: 18px;
    line-height: 1.2;
  }
  #team p {
    font-size: 18px;
  }
  #parallax_separator, #parallax_separator2, #parallax_separator3 {
    min-height: 600px;
  }
  #parallax_separator.home, #parallax_separator2.home, #parallax_separator3.home {
    background-position: 50% 100% !important;
  }
  #parallax_separator.primero, #parallax_separator.segundo, #parallax_separator.tercero, #parallax_separator2.primero, #parallax_separator2.segundo, #parallax_separator2.tercero, #parallax_separator3.primero, #parallax_separator3.segundo, #parallax_separator3.tercero {
    background-position: 50% !important;
  }
  #apoyanos a {
    font-size: 12px;
  }
  .team3 img {
    width: 250px;
  }
}

@media (max-width: 419px) {
  #parallax_separator, #parallax_separator2, #parallax_separator3 {
    min-height: 600px;
  }
  #parallax_separator.primero, #parallax_separator.segundo, #parallax_separator.tercero, #parallax_separator2.primero, #parallax_separator2.segundo, #parallax_separator2.tercero, #parallax_separator3.primero, #parallax_separator3.segundo, #parallax_separator3.tercero {
    background-position: 56% !important;
  }
}
/*# sourceMappingURL=ajustes.css.map */