@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease 0s;
}

p {
  margin: 0 0 20px;
}

li {
  list-style: none;
}

img {
  border: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #042940;
  font-size: clamp(20px, 3vw, 22px);
  line-height: 1.3;
  background-color: #FAFAF6;
}

.only-desktop {
  display: none;
}

.main-container {
  width: 100%;
}

.full {
  width: 100%;
}

.align-center {
  text-align: center;
}

.centered {
  margin: 0 auto;
}

.mb {
  margin-bottom: 40px;
}

.padded {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-lr {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-b {
  padding-bottom: 40px;
}

.negativo {
  color: white !important;
}

.h1, .h2 {
  margin-bottom: 40px;
  line-height: 1.25;
}

a {
  transition: all 0.2s ease 0s;
}
a:hover {
  opacity: 0.7;
}

.bgcolor1 {
  background-color: #042940;
  color: white;
}

.bgcolor4 {
  background-color: white;
}

.logo {
  position: fixed;
  left: calc(50% - 120px);
  top: 0;
  z-index: 1000;
  background-color: #042940;
  width: 240px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo svg {
  width: 168px;
  height: auto;
}

.h1 {
  font-size: clamp(38px, 8vw, 74px);
  max-width: 1200px;
  margin: 0 auto;
}

.h2 {
  font-size: clamp(34px, 5vw, 46px);
}

.volanta {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

.cta1 {
  border-radius: 10px;
  background-color: white;
  color: #042940;
  padding: 16px 32px;
  display: inline-block;
  font-weight: 700;
  margin: 20px 0;
}

.cta2 {
  border-radius: 10px;
  background-color: #9FC131;
  color: white;
  padding: 16px 32px;
  display: inline-block;
  font-weight: 700;
  margin: 20px 0;
}

.cta3 {
  border-radius: 10px;
  background-color: #042940;
  color: white;
  padding: 16px 32px;
  display: inline-block;
  font-weight: 700;
  margin: 20px 0;
}

.section {
  width: 100%;
}
.section .cols {
  width: 100%;
  max-width: 1536px;
  text-align: center;
}
.section .cols .col.img {
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
  margin-bottom: 24px !important;
}
.section .cols .col.img img {
  width: 100%;
  border: 0;
}
.section .cols .col .img-vertical {
  width: 100%;
  margin-top: 30px;
}
.section .cols .col .img-vertical img {
  width: 100%;
  height: auto;
  border: 0;
}
.section .cols .col1 {
  margin-bottom: 40px;
}
.section .frasecol {
  font-size: clamp(28px, 4vw, 34px);
  margin: 60px 0 20px;
  font-weight: 300;
}
.section .icos-full {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section .icos-full .ico {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.section .icos-full .ico .ico-img {
  width: 100%;
  margin-bottom: 24px;
}
.section .cards-numeros {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section .cards-numeros .card-num {
  width: 100%;
  padding-top: 32px;
  margin-bottom: 24px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.section .cards-numeros .card-num .numero {
  color: #9FC131;
  font-size: clamp(56px, 7vw, 70px);
}
.section .planes {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}
.section .planes .plan {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section .planes .plan .ico {
  padding-bottom: 20px;
}
.section .planes .plan .ico img {
  width: 48px;
  height: auto;
}
.section .planes .plan .title {
  color: #9FC131;
  padding-bottom: 20px;
  font-size: clamp(28px, 4vw, 40px);
}
.section .planes .plan .txt {
  font-size: 18px;
}
.section .wrapped-video {
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrapped-video video {
  height: 67vw;
}
.section .section-wrapper {
  width: 100%;
  padding: 0 24px;
  max-width: 720px;
  margin: 0 auto;
}
.section.section-full {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: black;
  max-height: 1200px;
  min-height: 700px;
}
.section.section-full .txts {
  width: 100%;
  height: 100%;
  padding: 60px 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.section.section-full .txts .flecha {
  position: absolute;
  bottom: 60px;
  width: 80px;
}
.section.section-full .txts .flecha img {
  width: 100%;
  height: auto;
}
.section.section-full .img {
  width: 100%;
  height: 100%;
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section.section-full .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.section-video-full {
  width: 100%;
  position: relative;
}
.section.section-video-full .videobg {
  width: 100%;
  height: 100vw;
  background-color: black;
  overflow: hidden;
}
.section.section-video-full .videobg video {
  height: 100vw;
  opacity: 0.65;
}
.section.section-video-full .leyendas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 60px 24px;
  display: flex;
  align-items: center;
}
.section.section-video-full .leyendas ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.section.section-video-full .leyendas ul li {
  opacity: 0;
  transition: all 1s ease-in-out;
  position: absolute;
  width: calc(100% - 48px);
  font-size: clamp(28px, 5vw, 46px);
}
.section.section-puntos {
  position: relative;
  height: 800px;
  overflow: hidden;
  background-color: #042940;
  /* Estilo General para los Modales */
  /* Animación de Fade In */
}
.section.section-puntos .puntos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* Animación de latido con opacidad */
}
.section.section-puntos .puntos .punto {
  width: 40px;
  height: 40px;
  background-image: url("../images/punto.png");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  animation: latidoOpacidad 1.5s infinite ease-in-out;
  cursor: pointer;
}
.section.section-puntos .puntos .punto.punto1 {
  top: 80px;
  left: calc(50% - 48px);
  transform: translateX(-50%);
}
.section.section-puntos .puntos .punto.punto2 {
  top: 517px;
  left: calc(50% - 58px);
  transform: translateX(-50%);
}
.section.section-puntos .puntos .punto.punto3 {
  top: 600px;
  left: calc(50% + 110px);
  transform: translateX(-50%);
}
.section.section-puntos .puntos .punto.punto4 {
  top: 728px;
  left: calc(50% + 55px);
  transform: translateX(-50%);
}
.section.section-puntos .puntos .punto.punto5 {
  top: 114px;
  left: calc(50% + 17px);
  transform: translateX(-50%);
}
@keyframes latidoOpacidad {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.section.section-puntos .img-bg {
  height: 100%;
  display: flex;
  justify-content: center;
}
.section.section-puntos .modal {
  display: none; /* Oculto por defecto */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro transparente */
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.section.section-puntos .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  width: 80%;
  max-width: 360px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
  position: relative;
}
.section.section-puntos .modal-content h2 {
  margin-bottom: 20px;
  width: 100%;
  background-color: white;
  padding: 16px 24px;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0;
}
.section.section-puntos .modal-content ul {
  padding: 24px;
  list-style: none;
}
.section.section-puntos .modal-content ul li {
  position: relative;
  padding-left: 30px; /* Espacio para el icono */
  margin-bottom: 16px; /* Espacio entre ítems */
}
.section.section-puntos .modal-content ul li:last-of-type {
  margin-bottom: 0;
}
.section.section-puntos .modal-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url("../images/check.svg") no-repeat center center;
  background-size: contain;
}
.section.section-puntos .modal-content .ps {
  padding: 20px;
}
.section.section-puntos .modal-content .ps p {
  margin-bottom: 10px;
}
.section.section-puntos .modal .close {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 1.5rem;
  cursor: pointer;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section.section-frase {
  text-align: center;
}
.section.section-frase .frase {
  font-size: clamp(28px, 4vw, 34px);
  margin-bottom: 20px;
  font-weight: 300;
}
.section.section-slider {
  padding-bottom: 140px;
}
.section.section-slider .slider, .section.section-slider .slider * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.section.section-slider .slider img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}
.section.section-slider .slider {
  position: relative;
  width: 100%;
  height: 500px;
  margin: auto;
}
.section.section-slider .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.section.section-slider .slider .slide.active {
  opacity: 1;
  z-index: 1;
}
.section.section-slider .slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section.section-slider .slider .slide .caption {
  padding: 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}
.section.section-slider .slider .bullets {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
  pointer-events: auto;
}
.section.section-slider .slider .bullets .bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  pointer-events: auto;
}
.section.section-slider .slider .bullets .bullet.active {
  background-color: #fff;
  transform: scale(1.2);
}
.section.section-mapa #map {
  height: 500px;
  width: 100%;
  position: relative;
}
.section.section-footer {
  text-align: center;
  font-size: 18px;
}
.section.section-footer .logofooter {
  width: 300px;
  margin: 0 auto 20px;
}
.section.section-footer .logofooter img {
  width: 100%;
  height: auto;
}
.section.section-footer a {
  text-decoration: underline;
}
.section.section-row {
  width: 100%;
}
.section.section-row .row {
  width: 100%;
}

.img-full {
  width: 100%;
  line-height: 0;
}
.img-full img {
  width: 100%;
  height: auto;
}