@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf");
}
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

.btn {
  background-color: #2910ff;
  color: white;
  padding: 0.4rem 0.5rem;
  border-radius: 20px;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}

.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: transparent;
  z-index: 1;
}
.navbar .img-logo {
  max-width: 225px !important;
}
@media (max-width: 767.98px) {
  .navbar .borde-responsive {
    border: none !important;
  }
}
.navbar .btn-head {
  background-color: #2910ff;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}
.navbar .btn-head:hover, .navbar .btn-head:focus {
  background-color: #9966ff;
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}
.navbar .tam-icon {
  min-width: 200px;
}
.navbar .navbar-toggler {
  border: none !important;
  background-color: #FAFAFA !important;
  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: transparent !important;
  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: #5c0ee3;
}
.navbar .nav-link-boton {
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link-boton:hover {
  color: #5c0ee3;
}
.navbar .lang-switcher-container {
  padding: 0 0 2rem;
  margin-top: 0.5rem;
}
.navbar .lang-switcher-container .lang-switcher-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item {
  margin: 0;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link:hover {
  background-color: rgba(209, 242, 126, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #B9FF02;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang {
  background-color: #272C32;
  color: #B9FF02;
  font-weight: 600;
  border-color: rgb(229.5, 229.5, 229.5);
  cursor: default;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang:hover {
  background-color: rgba(39, 44, 50, 0.6784313725);
  border-color: rgb(57.1810344828, 19.6293103448, 128.8706896552);
  color: white;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    padding-top: 0;
  }
  .navbar .lang-switcher-container {
    margin-top: 0;
    padding: 0;
    align-content: center;
  }
  .navbar .lang-switcher-container .lang-switcher-nav {
    gap: 0.5rem;
  }
  .navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.9rem;
  }
}

/* ================================
   ESTILOS BASE (MÓVIL)
   ================================ */
.site-footer {
  background-color: #212529;
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

.footer-top {
  display: flex;
  flex-direction: column; /* en móvil, elementos uno debajo del otro */
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.footer-logo img {
  width: 140px;
  height: auto;
}

.footer-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column; /* en móvil, links uno debajo del otro */
  align-items: center;
  gap: 10px;
  margin: 0;
}

.footer-navigation ul li a {
  color: #fafafa;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-navigation ul li a:hover {
  color: #B9FF02;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
}

.footer-bottom p {
  font-size: 14px;
  color: #cccccc;
  margin: 0;
}

/* ================================
   MODAL ESTILOS
   ================================ */
.modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.modal-header {
  background-color: #fafafa;
  color: black;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: none;
}

.modal-title {
  font-weight: 600;
  font-size: 20px;
}

.modal-body {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  max-height: 70vh;
  overflow-y: auto;
  padding: 25px;
}

.modal-body h5 {
  font-weight: 600;
  font-size: 17px;
  margin-top: 18px;
  color: black;
}

.modal-footer {
  border-top: none;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.modal-btn-personalizado {
  background-color: #B9FF02;
  color: #fafafa;
  border: none;
  border-radius: 6px;
  padding: 10px 28px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.modal-btn-personalizado:hover {
  background-color: transparent;
  color: #B9FF02;
}

/* ================================
   MEDIA QUERY SOLO PARA ESCRITORIO
   ================================ */
@media (min-width: 992px) {
  .footer-top {
    flex-direction: row; /* horizontal en escritorio */
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .footer-navigation ul {
    flex-direction: row; /* los links se ponen lado a lado */
    justify-content: flex-end;
    gap: 25px;
  }
  .footer-navigation ul li a {
    font-size: 16px;
  }
  .footer-logo img {
    width: 180px;
  }
  .espacio {
    margin-right: auto;
    margin-left: 116px;
  }
}
.bk-01-fondo {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bk-01-fondo {
    min-height: 673px;
  }
}

.bk-01 {
  position: relative;
  background-size: cover;
  background-position: center top 0px;
  overflow: hidden;
  margin-top: 0;
  font-family: "Montserrat-Regular";
}
.bk-01 .texto-banner {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 100%;
  margin-top: 12px;
}
.bk-01 .titulo {
  font-weight: 700;
  line-height: 1.4;
  color: white;
  font-size: 24px;
  text-align: center;
  margin-top: 140px;
}
.bk-01 .subtitulo {
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: white;
  font-size: 20px;
  text-align: center;
}
.bk-01 .btn-dos {
  background-color: #D3D3D3;
  color: black;
  padding: 0.4rem 0.5rem;
  border-radius: 10px;
  border-color: lightgray;
  font-size: 21px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}
.bk-01 .btn-dos:hover, .bk-01 .btn-dos:focus {
  box-shadow: 0 6px 12px rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
  color: white;
}
.bk-01 .espacio {
  margin-top: 0rem;
}
@media (min-width: 992px) {
  .bk-01 {
    height: 100vh;
  }
  .bk-01 .container {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .bk-01 .btn-dos {
    font-size: 34px;
  }
  .bk-01 .texto-banner {
    margin-top: 0;
  }
  .bk-01 .espacio {
    margin-top: 8rem;
  }
  .bk-01 .titulo {
    font-weight: 800;
    font-size: 62px;
    line-height: 1.3;
    margin-top: -4rem;
  }
  .bk-01 .subtitulo {
    font-size: 30px;
    margin-top: 0rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    width: 80%;
  }
}

.bk-02 {
  background-color: #F4F4F4;
  padding-top: 2rem;
  padding-bottom: 6rem;
  font-family: "Montserrat-Regular";
}
.bk-02 .titulo-con-icono {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.bk-02 .icono-tam-dos {
  max-width: 60px;
  margin: 0;
}
.bk-02 .titulo-sec {
  font-size: 35px;
  text-align: center;
  color: black;
  font-weight: 800;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Montserrat-ExtraBold";
}
.bk-02 .subtitulo-sec {
  font-size: 30px;
  color: white;
  font-weight: 100;
  margin: 0;
}
.bk-02 .btn {
  background-color: #5A6659;
  color: white;
  padding: 0.2rem 1.3rem;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  font-family: "Montserrat-Regular";
}
.bk-02 .btn:hover, .bk-02 .btn:focus {
  box-shadow: 0 6px 12px #5A6659;
  background-color: transparent;
  text-decoration: none;
  color: black;
}
.bk-02 .fondo-seccion-rec {
  background-color: black;
  border-radius: 12px;
}
.bk-02 .titulo-icono-wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.bk-02 .icono-tam {
  max-width: 50px;
  margin: 0;
}
.bk-02 .contenedor-rectangulos .row {
  flex-wrap: wrap;
  gap: 2rem;
}
.bk-02 .contenedor-rectangulos .rectangulo {
  background-color: #d3d3d3;
  padding: 1rem;
  border-color: white;
  text-align: center;
  margin-bottom: 2rem;
  width: 348px;
  display: flex;
  flex-direction: column;
  box-shadow: -14px 14px 50px -1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: -8px 16px 20px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -14px 14px 50px -1px rgba(0, 0, 0, 0.6);
}
.bk-02 .contenedor-rectangulos .rectangulo p:has(> .btn) {
  margin-top: auto;
}
.bk-02 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
  font-weight: 800;
  font-size: 22px;
  color: black;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.bk-02 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-dos {
  font-weight: 100;
  font-size: 14px;
  color: black;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .bk-02 .titulo-sec {
    font-size: 50px;
    color: black;
    text-align: center;
    font-weight: 800;
    margin-bottom: 60px;
  }
  .bk-02 .subtitulo-sec {
    font-size: 28px;
    color: black;
    text-align: center;
    font-weight: 100;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 46px;
    width: 80%;
  }
  .bk-02 .titulo-seccion,
  .bk-02 .subtitulo-seccion,
  .bk-02 .btn-container {
    text-align: center;
  }
  .bk-02 .contenedor-rectangulos .rectangulo {
    width: 610px;
  }
  .bk-02 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 28px;
    margin-bottom: 0rem;
  }
  .bk-02 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-dos {
    font-weight: 100;
    font-size: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bk-03 {
  background-color: #272C32;
}
.bk-03 .titulo {
  color: white;
  font-size: 40px;
  font-weight: 600;
}
.bk-03 .card {
  border-radius: 50px;
  min-height: 200px;
  background-color: transparent;
}
.bk-03 .card .card-title {
  font-size: 30px;
  margin-top: 2rem;
  font-weight: 100;
  color: white;
}
.bk-03 .icono-tam {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.bk-03 .icono-tam-dos {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .bk-03 .titulo {
    color: white;
    font-size: 60px;
    font-weight: 600;
  }
  .bk-03 .icono-tam {
    max-width: 114px;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-03 .icono-tam-dos {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
  }
  .bk-03 .card {
    min-width: 200px;
    min-height: 156px;
  }
  .bk-03 .card .card-title {
    font-size: 30px;
    margin-top: 2rem;
    font-weight: 100;
  }
}

.bk-04 {
  font-family: "Montserrat-Regular";
}
.bk-04 .fondo-04 {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 0px;
  margin-bottom: 16px;
  background: url("../images/seccion4/fondo.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5%;
}
.bk-04 .contenido-banner {
  text-align: right;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bk-04 .contenido-banner p {
  color: black;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -14px;
}
.bk-04 .letra {
  color: black !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  margin-top: -63px !important;
}
.bk-04 .espacio {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .bk-04 .fondo-04 {
    aspect-ratio: 35/9;
    padding-left: 10%;
    margin-top: -14px;
    margin-bottom: -14px;
    background: url("../images/seccion4/fondo.png") no-repeat center/contain;
  }
  .bk-04 .espacio-s {
    margin-top: -12px !important;
  }
  .bk-04 .contenido-banner {
    text-align: right;
    margin-top: 0px;
  }
  .bk-04 .contenido-banner p {
    font-size: 44px;
    margin-top: 0px;
  }
  .bk-04 .letra {
    font-size: 44px !important;
    margin-top: -60px !important;
  }
}

.bk-05 {
  background-color: black;
}
.bk-05 .fondo-05 {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: -14px;
  margin-bottom: -15px;
  background: url("../images/seccion5/fondo.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-05 .contenido-banner {
  text-align: left;
  margin-top: 74px;
}
.bk-05 .contenido-banner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -66px;
}
.bk-05 .btn {
  background-color: #272C32;
  color: white;
  margin-top: -114px;
  padding: 0.1rem 0.1rem;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.bk-05 .btn:hover, .bk-05 .btn:focus {
  box-shadow: 0 6px 12px white;
  background-color: transparent;
  text-decoration: none;
  color: #272C32;
}
@media (min-width: 768px) {
  .bk-05 .fondo-05 {
    aspect-ratio: 18/8;
    margin-top: -48px;
    margin-bottom: -34px;
    padding-left: 10%;
    background: url("../images/seccion5/fondo.png") no-repeat center/contain;
  }
  .bk-05 .btn {
    background-color: #272C32;
    color: white;
    padding: 0.2rem 1.3rem;
    border-radius: 0px;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-top: -60px;
    margin-right: 274px;
  }
  .bk-05 .btn:hover, .bk-05 .btn:focus {
    background-color: transparent;
    box-shadow: 0 2px 12px white;
    text-decoration: none;
    color: #272C32;
  }
  .bk-05 .contenido-banner {
    margin-top: -160px;
  }
  .bk-05 .contenido-banner p {
    font-size: 3.5rem;
    margin-top: -68px;
  }
  .bk-05 .boton-banner {
    padding: 12px 28px;
    font-size: 1rem;
  }
}

.bk-06 {
  color: black;
  background-color: #D3D3D3;
}
.bk-06 .titulo {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
}
.bk-06 .subtitulo {
  font-size: 22px;
  font-weight: 600;
}
.bk-06 .texto {
  font-size: 20px;
}
@media (min-width: 768px) {
  .bk-06 {
    background-position: center top 0px;
    padding: 2rem 0;
  }
  .bk-06 .titulo {
    font-size: 56px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.bk-07 {
  color: black;
  background-color: #ededed;
}
.bk-07 .titulo {
  font-size: 38px;
  text-align: center;
  font-weight: 800;
  border-bottom: 3px solid black;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.bk-07 .subtitulo {
  font-size: 20px;
}
@media (min-width: 768px) {
  .bk-07 {
    background-position: center top 0px;
    padding: 2rem 0;
  }
  .bk-07 .titulo {
    font-size: 56px;
    text-align: center;
    font-weight: 800;
    border-bottom: 3px solid black;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .bk-07 .subtitulo {
    font-size: 20px;
  }
}

.bk-08 .faq-container {
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.bk-08 .faq-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #111;
}
.bk-08 .accordion {
  background-color: #e0e0e0;
  color: #333;
  cursor: pointer;
  padding: 18px 20px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px;
  transition: background-color 0.3s ease;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  font-weight: 800;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bk-08 .accordion:hover {
  background-color: #d1d1d1;
}
.bk-08 .accordion.active {
  background-color: #c7c7c7;
}
.bk-08 .panel {
  padding: 0 18px;
  background-color: #D3D3D3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .bk-08 .faq-container {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    box-sizing: border-box;
  }
  .bk-08 .faq-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #111;
  }
  .bk-08 .accordion {
    background-color: #e0e0e0;
    color: #333;
    cursor: pointer;
    padding: 18px 20px;
    width: 70%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    font-weight: 800;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-08 .accordion:hover {
    background-color: #d1d1d1;
  }
  .bk-08 .accordion.active {
    background-color: #c7c7c7;
  }
  .bk-08 .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
}

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