@charset "UTF-8";
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
}

.btn {
  background-color: #dfcca3;
  color: #36431e;
  padding: 0.4rem 1.5rem;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #dfcca3;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.bk {
  background-size: cover;
  background-position: center top 0px;
  position: relative;
  padding: 2rem 0;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.navbar {
  background-color: #132132;
  z-index: 2;
}
.navbar .img-logo {
  max-width: 225px !important;
}
.navbar .letra-blanca {
  color: white !important;
}
.navbar .navbar-toggler {
  border: none !important;
  background-color: #5EB9C9;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  transform: scale(1.2);
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  background-color: #132132;
  padding-top: 1.2rem;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link {
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link:hover {
  color: #5EB9C9;
}
@media (min-width: 992px) {
  .navbar {
    background-color: transparent;
    color: black;
  }
  .navbar .navbar-collapse {
    padding-top: 0;
    background-color: transparent;
  }
  .navbar .nav-link {
    color: white;
  }
  .navbar .navbar-toggler {
    border: none !important;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    transform: scale(1.2);
  }
  .navbar .separator {
    align-content: center;
    color: white;
    font-size: 1.2rem;
    margin: 0 0.8rem;
    user-select: none;
  }
}

/* Contenedor verde superior */
.footer-main {
  background-color: white;
  color: white;
}

.navbar .nav-link {
  color: black;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link:hover {
  color: #5EB9C9;
}

.img-logo-foot {
  max-width: 262px;
  margin-left: 68px;
}

.separator-foot {
  align-content: center;
  color: black;
  font-size: 1.2rem;
  margin: 0 0.8rem;
  user-select: none;
}

/* Contenedor negro inferior */
.footer-bottom {
  background-color: #5EB9C9;
  color: white;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.875rem;
}

.footer-logo {
  flex: 0 1 auto;
  text-align: center;
}

.nav-bar-footer {
  align-items: center;
  justify-content: center;
  list-style: none;
}

@media (min-width: 846px) {
  .footer-container {
    flex-direction: column;
    display: flex;
    text-align: center;
  }
  .footer-nav {
    justify-content: center;
    flex: 1 1 100%;
    margin-bottom: 1rem;
  }
  .footer-logo {
    margin-bottom: 1rem;
  }
  .footer-socials {
    justify-content: center;
    flex: 1 1 100%;
  }
  .nav-bar-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  .img-logo-foot {
    max-width: 173px;
    margin-left: 90px;
  }
}
.modal-btn-personalizado {
  background-color: #343a40;
  color: #ffffff;
  border: 2px solid #343a40;
  font-weight: 600;
  padding: 0.5rem 4rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.modal-btn-personalizado:hover {
  background-color: #212529;
  border-color: #212529;
  transform: scale(0.85);
}

.bk-01 {
  background-color: #F4F4F4;
}
.bk-01 .fondo-01 {
  width: 100%;
  aspect-ratio: 2/2;
  margin-top: -118px;
  margin-bottom: -116px;
  background: url("../images/seccion1/fondo.png") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
@media (min-width: 768px) {
  .bk-01 .fondo-01 {
    aspect-ratio: 18/11;
    margin-top: -140px;
    margin-bottom: -64px;
    padding-left: 10%;
  }
}

.bk-02 {
  background-color: #F4F4F4;
}
.bk-02 .fondo-02 {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: -8px;
  margin-bottom: -15px;
  background: url("../images/seccion2/fondo.png") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-02 .contenido-banner {
  text-align: left;
  margin-top: 84px;
}
.bk-02 .contenido-banner p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  margin-top: -62px;
}
@media (min-width: 768px) {
  .bk-02 .fondo-02 {
    aspect-ratio: 21/10;
    margin-top: -2px;
    margin-bottom: -82px;
    padding-left: 10%;
  }
  .bk-02 .contenido-banner {
    margin-top: 152px;
  }
  .bk-02 .contenido-banner p {
    font-size: 70px;
    margin-top: -64px;
  }
  .bk-02 .boton-banner {
    padding: 12px 28px;
    font-size: 1rem;
  }
}

.bk-03 {
  background-color: white;
  padding-top: 2rem;
}
.bk-03 .fondo-seccion-rec {
  background-color: white;
  border-radius: 12px;
}
.bk-03 .titulo {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: black;
}
.bk-03 .letra-azul {
  font-size: 40px;
  font-weight: 600;
  color: #5EB9C9;
}
.bk-03 .icono-tam {
  max-width: 86px;
  margin-left: auto;
  margin-right: auto;
}
.bk-03 .contenedor-rectangulos .row {
  flex-wrap: wrap;
  gap: 2rem;
}
.bk-03 .contenedor-rectangulos .rectangulo {
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 2rem;
  max-height: 384px;
  min-height: 384px;
  max-width: 306px;
  min-width: 306px;
  display: flex;
  flex-direction: column;
}
.bk-03 .contenedor-rectangulos .rectangulo p:has(> .btn) {
  margin-top: auto;
}
.bk-03 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
  font-weight: 700;
  font-size: 27px;
  color: black;
  margin-bottom: 16px;
}
.bk-03 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
  font-weight: 100;
  font-size: 23px;
  color: black;
}
@media (min-width: 768px) {
  .bk-03 {
    padding-top: 8rem;
  }
  .bk-03 .titulo {
    font-size: 40px;
    text-align: left;
    font-weight: 600;
    color: black;
  }
  .bk-03 h3 {
    text-align: center;
  }
  .bk-03 .titulo-seccion,
  .bk-03 .subtitulo-seccion,
  .bk-03 .btn-container {
    text-align: center;
  }
  .bk-03 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 27px;
    margin-bottom: 14px;
  }
  .bk-03 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
    font-weight: 100;
    font-size: 24px;
    color: black;
  }
}

.bk-04 {
  position: relative;
  padding: 2rem 0;
  overflow: visible;
  color: black;
  background-color: #F4F4F4;
}
.bk-04 .icono-tam {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.bk-04 .img-tam {
  max-width: 318px;
}
.bk-04 .letra-azul {
  font-size: 2.5rem;
  color: #5EB9C9;
}
.bk-04 .titulo-seccion {
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3rem);
  color: black;
  margin-bottom: 0.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.bk-04 .contenedor-rectangulos {
  position: relative;
  z-index: 1;
}
.bk-04 .contenedor-rectangulos .rectangulo {
  background-color: #5EB9C9;
  border-radius: 22px;
  text-align: center;
  width: 319px;
  min-height: 344px;
  flex-grow: 0;
  box-shadow: -14px 14px 50px -1px rgba(157, 156, 156, 0.6);
  -webkit-box-shadow: -14px 14px 50px -1px rgb(158, 157, 157);
  -moz-box-shadow: -14px 14px 50px -1px rgb(180, 180, 180);
}
.bk-04 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
}
@media (min-width: 768px) {
  .bk-04 .img-tam {
    max-width: 318px;
  }
  .bk-04 .titulo-seccion,
  .bk-04 .subtitulo-seccion,
  .bk-04 .btn-container {
    text-align: center;
  }
  .bk-04 .btn-container {
    margin-bottom: 5rem;
  }
  .bk-04 .subtitulo-seccion {
    font-size: clamp(1.4rem, 3vw, 2rem);
    max-width: 1200px;
  }
  .bk-04 .contenedor-rectangulos .rectangulo {
    width: 318px;
  }
  .bk-04 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.bk-05 {
  background-color: white;
  padding-top: 2rem;
}
.bk-05 .fondo-seccion-rec {
  background-color: white;
  border-radius: 12px;
}
.bk-05 .titulo {
  font-size: 40px;
  font-weight: 600;
  color: black;
  margin-bottom: -4px;
  line-height: 1;
}
.bk-05 .letra-azul {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #5EB9C9;
}
.bk-05 .icono-tam {
  max-width: 86px;
  margin-left: auto;
  margin-right: auto;
}
.bk-05 .contenedor-rectangulos .row {
  flex-wrap: wrap;
  gap: 2rem;
}
.bk-05 .contenedor-rectangulos .rectangulo {
  background-color: white;
  border-radius: 12px;
  text-align: center;
  max-height: 300px;
  min-height: 300px;
  max-width: 306px;
  min-width: 306px;
  display: flex;
  flex-direction: column;
}
.bk-05 .contenedor-rectangulos .rectangulo p:has(> .btn) {
  margin-top: auto;
}
.bk-05 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
  font-weight: 700;
  font-size: 22px;
  color: black;
}
.bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
  font-weight: 100;
  font-size: 24px;
  color: black;
}
@media (min-width: 768px) {
  .bk-05 .titulo {
    font-size: 40px;
    font-weight: 600;
    color: black;
    margin-bottom: 6px;
  }
  .bk-05 .letra-azul {
    font-size: 40px;
    font-weight: 600;
    color: #5EB9C9;
  }
  .bk-05 h3 {
    text-align: center;
  }
  .bk-05 .titulo-seccion,
  .bk-05 .subtitulo-seccion,
  .bk-05 .btn-container {
    text-align: center;
  }
  .bk-05 .contenedor-rectangulos .rectangulo {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .bk-05 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 26px;
    margin-bottom: 0rem;
  }
  .bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
    font-weight: 100;
    font-size: 26px;
    color: black;
  }
}

.bk-06 {
  background-color: #F4F4F4;
}
.bk-06 .fondo-06 {
  width: 100%;
  aspect-ratio: 13/4;
  margin-top: -8px;
  margin-bottom: -15px;
  background: url("../images/seccion6/fondo.png") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-06 .contenido-banner {
  text-align: left;
  margin-top: 84px;
}
.bk-06 .contenido-banner p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  margin-top: -62px;
}
@media (min-width: 768px) {
  .bk-06 .fondo-02 {
    aspect-ratio: 20/6;
    margin-top: -66px;
    margin-bottom: -82px;
    padding-left: 10%;
  }
  .bk-06 .contenido-banner {
    margin-top: 152px;
  }
  .bk-06 .contenido-banner p {
    font-size: 60px;
    margin-top: -64px;
  }
}

.bk-07 {
  color: black;
}
.bk-07 table {
  color: white;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bk-07 table .trhead {
  background: transparent !important;
}
.bk-07 table .trhead .thtransparente {
  background: transparent;
  border-color: transparent;
}
.bk-07 table .trhead .thcolor {
  background: #132132;
  color: white;
  border-color: #132132;
}
.bk-07 table tr:nth-child(odd) {
  background: #132132;
}
.bk-07 table tr:nth-child(even) {
  background: #5Eb9C9;
}
.bk-07 table th {
  font-size: 14px;
}
.bk-07 table td {
  color: white;
  vertical-align: middle;
  padding: 1rem 0.5rem;
  border: none;
  background-color: transparent;
  font-size: 12px;
}
.bk-07 table img {
  width: 30px;
  margin-right: 1rem;
  vertical-align: middle;
}
.bk-07 .card {
  background-color: #cfcfcf;
  min-width: 335 px;
  border-radius: 20px;
}
.bk-07 .titulo {
  font-size: 26px;
  font-weight: 100;
  padding-bottom: 1rem;
}
.bk-07 .subtitulo {
  font-size: 26px;
  font-weight: 100;
}
.bk-07 h2 {
  font-size: 36px;
  font-weight: 100;
}
.bk-07 .azul {
  font-size: 36px;
  color: #5Eb9C9;
}
@media (min-width: 992px) {
  .bk-07 {
    padding-top: 8rem;
  }
  .bk-07 h2 {
    font-size: 46px;
  }
  .bk-07 .azul {
    font-size: 46px;
    color: #5Eb9C9;
  }
  .bk-07 table {
    font-size: 24px;
    font-weight: 100;
  }
  .bk-07 table td {
    font-size: 14px;
  }
  .bk-07 .titulo {
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 1rem;
  }
  .bk-07 .subtitulo {
    font-size: 30px;
    font-weight: 100;
  }
  .bk-07 .card {
    background-color: #cfcfcf;
    min-width: 480px;
    border-radius: 20px;
  }
}

@media (min-width: 820px) {
  .bk-09 .card {
    background-color: #cfcfcf;
    min-width: 285px;
    border-radius: 20px;
  }
}
.bk-08 {
  color: black;
}
.bk-08 .card {
  border-radius: 20px;
  max-width: 344px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.bk-08 .titulo {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 1rem;
}
.bk-08 .subtitulo {
  font-size: 26px;
  font-weight: 100;
}
.bk-08 h2 {
  font-size: 36px;
  text-align: center;
}
.bk-08 .azul {
  font-size: 36px;
  text-align: center;
  color: #5Eb9C9;
  font-weight: 600;
}
@media (min-width: 992px) {
  .bk-08 h2 {
    font-size: 46px;
  }
  .bk-08 .azul {
    font-size: 46px;
    color: #5Eb9C9;
    font-weight: 600;
    margin-top: -38px;
  }
  .bk-08 .titulo {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 1rem;
    color: white;
  }
  .bk-08 .subtitulo {
    font-size: 26px;
    font-weight: 100;
    color: white;
  }
  .bk-08 .card {
    background-color: #cfcfcf;
    border-radius: 20px;
    max-width: 344px;
  }
}

@media (min-width: 820px) {
  .bk-09 .card {
    background-color: #cfcfcf;
    min-width: 285px;
    border-radius: 20px;
  }
}
.bk-09 {
  padding: 0;
}
.bk-09 .titulo {
  color: black;
  margin-top: 16px;
  font-weight: 600;
}
.bk-09 .subtitulo {
  color: black;
  font-weight: 600;
  margin-top: -16px;
}
.bk-09 .azul {
  color: #5EB9C9;
  font-weight: 600;
}
.bk-09 .punto {
  color: black;
  text-align: left;
}
.bk-09 .preguntas {
  font-weight: 800;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .bk-09 {
    min-height: 447px;
  }
  .bk-09 .titulo {
    font-size: 29px;
    margin-top: 0px;
  }
  .bk-09 .subtitulo {
    font-size: 29px;
    margin-top: -22px;
  }
  .bk-09 .punto {
    font-size: 24px;
  }
  .bk-09 .preguntas {
    font-size: 1.5rem;
  }
  .bk-09 .img-banner {
    margin-left: -182px;
  }
}

.bk-10 {
  background-color: white;
}
.bk-10 .fondo-10 {
  width: 100%;
  aspect-ratio: 3/2;
  margin-top: -28px;
  margin-bottom: -30px;
  background: url("../images/seccion10/fondo.png") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-10 .contenido-banner {
  text-align: left;
  max-width: 64%;
  margin-top: 84px;
}
.bk-10 .contenido-banner p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .bk-10 .fondo-10 {
    aspect-ratio: 7/4;
    margin-top: -44px;
    margin-bottom: -34px;
  }
  .bk-10 .contenido-banner {
    margin-top: -106px;
  }
  .bk-10 .contenido-banner p {
    font-size: 64px;
    margin-top: -60px;
  }
  .bk-10 .boton-banner {
    padding: 12px 28px;
    font-size: 1rem;
  }
}

.bk-11 {
  color: black;
  width: 100%;
  aspect-ratio: 4042/1779;
  background-size: cover !important;
  background-image: url("../images/seccion8/fondo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* Estilo para los mensajes de error de validación */
  /* Spinner para el botón de "Enviando..." */
}
.bk-11 .card-seccion-8 {
  width: 775px;
  max-width: 100%;
  /* Altura para Escritorio */
  min-height: 650px;
  background-image: url("../images/seccion11/card.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* --- Ajustes para Pantallas más Pequeñas --- */
  /* Para Tablets */
  /* Para Móviles */
}
@media (max-width: 992px) {
  .bk-11 .card-seccion-8 {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .bk-11 .card-seccion-8 {
    min-height: 350px;
    width: 100%;
  }
}
.bk-11 .form-control {
  border: 1px solid black;
}
.bk-11 .fc6 {
  border: 1px solid black;
  height: 90 px;
}
.bk-11 .form-08 {
  margin-top: 100px;
}
.bk-11 .buton-form-08 {
  background-color: #5EB9C9;
  color: #fff;
  height: 48px;
  width: 160px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.bk-11 .buton-form-08:hover {
  background-color: #132132, 10%;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .bk-11 .form-08 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .bk-11 .form-08 {
    margin-top: 30px;
  }
  .bk-11 .buton-form-08 {
    display: block;
    margin: 0 auto;
  }
}
.bk-11 .wpcf7-form-control:focus {
  border-color: #0d6efd; /* Color azul de Bootstrap */
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bk-11 .wpcf7-not-valid-tip {
  color: #dc3545; /* Color rojo de Bootstrap */
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.bk-11 .wpcf7-submit.is-submitting::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
