@charset "UTF-8";
:root {
  --blanco: #ffffff;
  --negro: #202020;
  --amarillo: #f0c82f;
  --gris: #bbbbbb;
  --gris-2: #f4f4f4;
  --hov: #fef104;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("opentype");
  font-weight: 700;
}
html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  color: var(--black);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

.d-pad {
  padding: 70px 5%;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

.fw-sbold {
  font-weight: 600;
}

.hel {
  font-family: "Helvetica", sans-serif;
}

.bg-amarillo {
  background-color: var(--amarillo);
}

.txt-amarillo {
  color: var(--amarillo);
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.separador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.separador .linea {
  background-color: var(--gris-2);
  height: 2px;
  width: 33%;
}

a {
  color: unset;
  text-decoration: none;
}

.btn-cta {
  display: inline-block;
  text-decoration: none;
  padding: 12px 45px;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  background-color: var(--amarillo);
  color: var(--negro);
  border: none;
  font-weight: 600;
}
.btn-cta:hover {
  background-color: var(--hov);
  color: var(--negro);
}

.mobile-item {
  display: none;
}

.header {
  padding: 0px;
}
.header .container {
  padding: 15px 5%;
}
.header .container .logo {
  width: 160px;
}
.header .container .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.header .container .navbar-nav .nav-item {
  font-size: 20px;
  margin-right: 10px;
}
.header .container .nav-link {
  padding: 0 12px;
  font-weight: 600;
}
.header .container .active {
  color: var(--amarillo);
}
.header .container .langBtn {
  background-color: var(--amarillo);
  color: var(--blanco);
  padding: 10px 18px;
  border-radius: 18px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .header .container .logo {
    width: 80px;
  }
  .header .container .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .container .navbar-collapse {
    padding-top: 20px;
  }
}

.footer {
  background-image: url("../img/home/fondo-footer.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--gris-2);
}
.footer h2 {
  border-left: 2px solid #000;
  padding-left: 30px;
  font-size: 40px;
}
.footer a {
  font-size: 18px;
}
.footer .logo {
  width: 100px;
  margin-bottom: 1%;
}
.footer .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .d-flex .icono {
  width: 28px;
  margin-right: 18px;
}
.footer .copy {
  margin-top: 10%;
}
.footer form .form-control {
  color: var(--negro);
  font-size: 16px;
  padding: 14px 22px;
  border-radius: 10px;
  border: none;
}
.footer form .form-control::-webkit-input-placeholder {
  color: var(--negro);
  font-size: 16px;
}
.footer form .form-control::-moz-placeholder {
  color: var(--negro);
  font-size: 16px;
}
.footer form .form-control:-ms-input-placeholder {
  color: var(--negro);
  font-size: 16px;
}
.footer form .form-control::-ms-input-placeholder {
  color: var(--negro);
  font-size: 16px;
}
.footer form .form-control::placeholder {
  color: var(--negro);
  font-size: 16px;
}
.footer form .btn-cta {
  background-color: var(--amarillo);
  color: var(--negro);
  padding: 12px 55px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer {
    text-align: center;
  }
  .footer form {
    margin-top: 12%;
  }
  .footer .copy {
    margin-top: 15%;
  }
}

.home .sec1 {
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.home .sec1 .sec1-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home .sec1 .d-pad {
  padding: 20px 5%;
}
.home .sec1 .container {
  padding-bottom: 40px !important;
  position: relative;
  z-index: 1;
}
.home .sec1 h1 {
  margin: 20% 0 0;
  line-height: 1.1;
}
.home .sec1 .opacidad-baja {
  opacity: 0;
}
.home .sec1 .modal {
  margin-top: 3%;
}
.home .sec1 .modal .modal-dialog {
  --bs-modal-width: 100% !important;
}
.home .sec1 .modal .modal-body {
  min-height: 620px;
}
.home .sec1 .modal .modal-body .btn-close {
  float: right;
}
.home .sec1 .modal .modal-body button {
  color: #fff;
}
.home .sec1 .modal .modal-content {
  background: transparent;
  border: 0;
}
.home .sec1 .btn {
  max-width: 100px;
  position: absolute;
  z-index: 10;
  bottom: 10%;
  right: 10%;
}
.home .sec1 .btn img {
  width: 100%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec1 {
    min-height: 200px;
  }
  .home .sec1 .btn {
    bottom: 20%;
    right: 2%;
  }
  .home .sec1 .btn img {
    max-width: 50px;
  }
}
.home .sec2 .d-flex {
  margin-top: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .sec2 .d-flex h4 {
  padding: 0;
  margin: 0 18px;
}
.home .sec2 .d-flex .mr {
  background-color: var(--negro);
  width: 2px;
  height: 16px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec2 .d-flex .mr {
    width: 40px;
    height: 2px;
    margin: 5px;
  }
}
.home .sec3 {
  background-image: url("../img/home/phs-sustentabilidad.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.home .sec3 .box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 25px;
  border: 1px solid var(--gris);
  border-radius: 12px;
  height: 274px;
}
.home .sec3 .box .icono {
  width: 35%;
}
.home .sec3 .box ul {
  font-weight: 600;
}
.home .sec3 .logo {
  display: block;
  margin: auto;
  margin: 35px auto;
}
.home .sec3 .logo img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec3 .logo img {
    max-width: 150px;
  }
  .home .sec3 .box {
    height: auto;
  }
}
.home .sec4 {
  /* Triángulo izquierdo */
  /* Triángulo derecho */
  /* Triángulo superior */
  /* Hover: expande el triángulo a todo el rectángulo */
}
.home .sec4 .triangulos-box {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.home .sec4 .triangulo {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  -webkit-transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s ease;
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s ease;
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s ease;
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
}
.home .sec4 .triangulo .box {
  width: 100%;
  max-width: 650px;
  text-align: center;
}
.home .sec4 .triangulo .box h2 {
  font-size: 25px;
}
.home .sec4 .triangulo .box h2 img {
  width: 65px;
  padding-right: 15px;
  border-right: 2px solid #fff;
  margin-right: 15px;
}
.home .sec4 .triangulo .box-text {
  display: none;
}
.home .sec4 .triangulo .box-text h4 {
  text-align: center;
  color: #fff;
}
.home .sec4 .triangulo .box-text p {
  color: #fff;
}
.home .sec4 .triangulo .box-text ul {
  color: #fff;
}
.home .sec4 .t1 {
  clip-path: polygon(0 0, 0 100%, 50% 100%);
  background-image: url("../img/home/phs-triangulo-01.webp");
}
.home .sec4 .t1 .box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: auto;
}
.home .sec4 .t1 .box-text {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 100%;
  max-width: 400px;
}
.home .sec4 .t2 {
  clip-path: polygon(100% 0, 100% 100%, 50% 100%);
  background-image: url("../img/home/phs-triangulo-03.webp");
}
.home .sec4 .t2 .box {
  position: absolute;
  bottom: 30px;
  right: 50px;
  line-height: 1;
  width: auto;
}
.home .sec4 .t2 .box-text {
  position: absolute;
  bottom: 30px;
  left: 50px;
  width: 100%;
  max-width: 400px;
}
.home .sec4 .t3 {
  clip-path: polygon(calc(0% + 2px) 0%, calc(100% - 2px) 0%, 50% calc(100% - 2px));
  background-image: url("../img/home/phs-triangulo-02.webp");
  z-index: 1;
}
.home .sec4 .t3 .box {
  position: absolute;
  top: 80px;
  line-height: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home .sec4 .t3 .box-text {
  position: absolute;
  bottom: 80px;
  line-height: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
}
.home .sec4 .triangulo:hover {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  z-index: 3;
}
.home .sec4 .triangulo:hover .box-text {
  display: block;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec4 .triangulo .box h2 {
    font-size: 20px;
    margin: auto;
  }
  .home .sec4 .triangulos-box {
    height: 350px;
  }
  .home .sec4 .t1 .box {
    position: absolute;
    top: 130px;
    line-height: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .home .sec4 .t1 .box-text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 350px;
  }
  .home .sec4 .t2 .box {
    position: absolute;
    top: 130px;
    line-height: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .home .sec4 .t2 .box-text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 350px;
  }
  .home .sec4 .t3 .box {
    width: 80%;
  }
  .home .sec4 .t3 .box-text {
    max-width: 350px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -50px;
  }
}
.home .sec5 {
  background-image: url("../img/home/fondo-mapa.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 0;
}
.home .sec5 .container {
  position: relative;
}
.home .sec5 .stick {
  display: inline-block;
}
.home .sec5 .stick h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
.home .sec5 .stick img {
  width: 50px;
}
.home .sec5 .mapa .sel {
  display: block !important;
}
.home .sec5 .mapa .sel img {
  width: 100%;
  max-width: 350px;
  margin: 10px auto;
  display: block;
}
.home .sec5 .mapa .map {
  display: none;
}
.home .sec5 .mapa .caja {
  margin-top: 150px;
}
.home .sec5 .mapa .caja h3 {
  margin-bottom: 30px;
}
.home .sec5 .mapa .caja .tarjeta {
  background-color: var(--gris-2);
  border-radius: 10px;
  padding: 20px 30px 10px;
  border: 2px solid var(--gris);
  -webkit-box-shadow: -15px -10px 0px 0px var(--gris);
          box-shadow: -15px -10px 0px 0px var(--gris);
}
.home .sec5 .mapa .caja .tarjeta p {
  font-size: 18px;
  font-weight: 600;
}
.home .sec5 .mapa .caja .tarjeta ul {
  font-size: 18px;
}
.home .sec5 .mapa .direcciones {
  max-height: 670px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 3%;
  margin-top: 50px;
}
.home .sec5 .mapa .direcciones .box {
  cursor: pointer;
  margin-top: 8%;
  background-color: var(--gris-2);
  border-radius: 10px;
  padding: 20px 30px 10px;
  border: 2px solid var(--gris);
}
.home .sec5 .mapa .direcciones .active {
  background-color: var(--amarillo);
  border: 2px solid var(--amarillo);
}
.home .sec5 .phs-nave {
  display: block;
}
.home .sec5 .phs-nave .info {
  position: relative;
  height: 500px;
}
.home .sec5 .phs-nave h3 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 40px;
}
.home .sec5 .phs-nave .nave {
  width: 100%;
  max-width: 600px;
  position: absolute;
  bottom: 0;
}
.home .sec5 .phs-nave .punto {
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 150px;
  width: 600px;
}
.home .sec5 .phs-nave .punto .pin {
  width: 80px;
}
.home .sec5 .phs-nave .punto h5 {
  display: inline-block;
  background-color: rgba(240, 200, 47, 0.8);
  padding: 20px;
  width: 400px;
  border-radius: 10px;
}
.home .sec5 .phs-nave .tarjeta {
  background-color: var(--gris-2);
  border-radius: 10px;
  padding: 20px 30px 10px;
  border: 2px solid var(--gris);
  width: 100%;
  max-width: 700px;
  position: absolute;
  left: 600px;
  top: 10%;
}
.home .sec5 .phs-nave .tarjeta p {
  font-size: 18px;
  font-weight: 600;
}
.home .sec5 .phs-nave .tarjeta ul {
  font-size: 18px;
}
.home .sec5 .phs-nave .tarjeta ul li {
  margin-bottom: 20px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec5 .stick h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .home .sec5 .mapa .caja {
    margin-top: 50px;
  }
  .home .sec5 .mapa .sel img {
    max-width: 200px;
  }
  .home .sec5 .mapa .direcciones {
    margin-top: 0;
  }
  .home .sec5 .mapa .direcciones .box {
    margin-top: 4%;
    padding: 10px 30px 0px;
  }
  .home .sec5 .phs-nave .info {
    height: 680px;
  }
  .home .sec5 .phs-nave h3 {
    font-size: 25px;
    margin: 40px auto 40px;
    max-width: 80%;
  }
  .home .sec5 .phs-nave .punto {
    top: 15%;
    left: 30px;
    width: 510px;
  }
  .home .sec5 .phs-nave .punto .pin {
    width: 60px;
  }
  .home .sec5 .phs-nave .punto h5 {
    font-size: 18px;
  }
  .home .sec5 .phs-nave .nave {
    width: 100%;
    max-width: 600px;
    position: relative;
    bottom: auto;
  }
  .home .sec5 .phs-nave .tarjeta {
    position: relative;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
.home .sec6 {
  background-color: var(--amarillo);
}
.home .sec6 h2 {
  font-weight: 600;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec6 h2 {
    font-size: 25px;
  }
}
.home .sec7 {
  background-image: url("../img/home/fondo-alianza.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}
.home .sec7 img {
  width: 100%;
  max-width: 200px;
}
.home .sec7 p {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec7 {
    background-position: left bottom;
  }
}
.home .sec8 {
  background-color: var(--gris);
  text-align: center;
  color: #fff;
}
.home .sec8 h4 {
  font-size: 40px;
}
.home .sec8 img {
  width: 100%;
  max-width: 200px;
}
.home .sec9 {
  background-image: url("../img/home/phs-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}
.home .sec9 h2 {
  font-size: 40px;
  color: #fff;
}
.home .sec9 img {
  width: 100%;
  max-width: 300px;
}
.home .sec9 h5 {
  color: #fff;
}

@media (max-width: 574px) and (min-width: 0px) {
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 27px;
  }
  .separador .linea {
    width: 50%;
    height: 3px;
  }
}