@charset "UTF-8";
@font-face {
  font-family: "MiTipografia"; /* Elige un nombre para tu familia de fuentes */
  src: url("tipografias/MiTipografia-Regular.woff2") format("woff2"); /* Ruta a tu archivo */
  font-weight: 400; /* O 400 */
  font-style: normal;
}
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

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

.btn {
  display: inline-block;
  background-color: #233e92;
  color: #fff;
  padding: 0 6rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 2rem;
  margin-top: 0.5rem;
  border: 2px solid #233e92;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background-color: #fff;
  color: #233e92;
  border: 2px solid #233e92;
  box-shadow: 0 2px 12px rgba(0, 51, 102, 0.12);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

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;
}

.boton-custom {
  background-color: #d3d3d3;
  border-radius: 12px;
  font-size: x-large;
  border: none;
}
.boton-custom:hover {
  filter: brightness(1.2);
  transform: scale(1.02);
}

.navbar {
  background-color: white;
}
.navbar .nav-link {
  padding-right: 0 !important;
}
.navbar .img-logo {
  max-width: 200px;
}
.navbar .navbar-toggler {
  background-color: white;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  transform: scale(1.2);
}
.navbar .navbar-collapse {
  padding-top: 0rem;
  height: 17em;
  background-color: white;
  border-radius: 24px;
  width: fit-content;
  max-width: 100%;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .separator {
  align-content: center;
  color: black;
  font-size: 1.2rem;
  user-select: none;
}
.navbar .nav-link-a {
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link-a:hover {
  color: #dfcca3;
}
.navbar .color-a {
  color: rgb(0, 0, 0) !important;
}
@media (min-width: 992px) {
  .navbar .color-a {
    color: #000000 !important;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0; /* Establece el padding derecho a cero */
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}
@media (min-width: 992px) {
  .navbar body.inicio-con-fondo-compartido {
    background-image: url("..assets/images/seccion1/Fondo.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .navbar .navbar-collapse {
    padding-top: 0;
    background-color: white;
    border-radius: 24px;
    flex-grow: 0 !important;
    width: fit-content;
    max-width: 100%;
    height: 3.1em;
  }
  .navbar .separator {
    align-content: center;
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    margin: 0 0.8rem;
    user-select: none;
  }
}

/*
========================================
  Componente Principal del Footer
========================================
*/
.site-footer {
  background-color: #b9ff02;
  color: #272C32;
  font-size: 0.9rem;
}
.site-footer .separador {
  margin: 0 1rem;
  user-select: none;
}
.site-footer .footer-top {
  padding: 2rem 0;
  border-bottom: 1px solid #b0b0b0;
}
.site-footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer .footer-logo .img-logo-foot {
  max-width: 180px;
}
.site-footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav a {
  color: #272C32;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-nav a:hover {
  color: #707070;
}
.site-footer .footer-bottom {
  background-color: #d3d3d3;
  color: black;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.8rem;
}
.site-footer .footer-bottom .a {
  font-size: 20px;
  text-decoration: none;
}
.site-footer .footer-legal-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding-bottom: 15px;
}
.site-footer .footer-legal-links a {
  color: black;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.site-footer .footer-copyright {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: black;
}

/*
========================================
  Estilos Responsivos para el Footer (MÓVIL)
========================================
*/
@media (max-width: 1200px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .footer-top .container {
    flex-direction: column;
    gap: 2rem;
  }
  .site-footer .footer-nav ul {
    flex-direction: column;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }
  .site-footer .footer-legal-links {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.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 {
  position: relative;
  height: 100vh;
}
.bk-01 .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bk-01 .container {
  position: relative;
  z-index: 1;
}
.bk-01 .container h2 {
  font-size: clamp(32px, 7vw, 65px);
  font-weight: bold;
}
.bk-01 .container p {
  font-size: clamp(15px, 7vw, 30px);
}
.bk-01 .pt-5 {
  padding-top: 6rem !important;
}
@media (max-width: 768px) {
  .bk-01 .d-flex {
    padding-bottom: 10rem;
  }
  .bk-01 .boton-custom {
    font-size: larger;
  }
  .bk-01 .container {
    padding-bottom: 1rem;
  }
  .bk-01 .container h2 {
    font-size: clamp(26px, 7vw, 40px);
    font-weight: bold;
    text-align: start;
  }
  .bk-01 .container h2 br {
    display: none;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-1";
  src: url("fonts/inter_18pt-italic.ttf") format("truetype");
  font-weight: 401;
  font-style: normal;
}
.bk-02 {
  background-color: #d3d3d3;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/seccion2/mapa.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  background-position: center bottom;
}
.bk-02 p {
  font-size: 30px;
}
.bk-02 .container .card1 {
  height: 22rem; /* altura fija para que flex funcione */
  max-width: 20rem;
  margin: 0 auto; /* centrar la card en su col */
  background-color: #272c32;
  border-radius: 20px;
  border: 1px solid #000;
  display: flex; /* importante para centrar el contenido */
  align-items: center; /* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
  padding: 30px;
}
.bk-02 .container .card1:hover {
  filter: brightness(1.2);
  transform: scale(1.02);
}
.bk-02 .container .cardText {
  color: white;
  font-size: 20px;
  text-align: center; /* para varias líneas */
  margin: 0;
}
.bk-02 h2 {
  font-size: 3rem;
  color: #333;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  .bk-02 h2 {
    font-size: 25px;
  }
  .bk-02 .card1 {
    height: auto; /* que la altura sea automática en móvil */
    padding: 20px;
  }
  .bk-02 .cardText {
    font-size: 16px;
  }
}
.bk-03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 70vh;
  padding: 3rem 0;
  box-sizing: border-box;
}
.bk-03 .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bk-03 .container .text-white {
  font-weight: 300;
}
.bk-03 .container .text-white h2 {
  font-size: clamp(32px, 7vw, 65px);
  font-weight: bold;
}
.bk-03 .container .text-white p {
  font-size: clamp(15px, 7vw, 40px);
}
.bk-03 .container .text-white .p-personalizado {
  display: inline-block;
  background: #28a745;
  color: #000000;
  padding: 0 0.3em;
  border-radius: 0.2em;
  line-height: 2;
}
.bk-03 .container .botones-container {
  display: flex;
  gap: 1.5rem;
}
.bk-03 .container .logo-container {
  padding-top: 100px;
}
.bk-03 .container .logo-container .img-fluid {
  max-width: 30%;
}
@media (max-width: 968px) {
  .bk-03 {
    height: 80vh;
  }
  .bk-03 .container {
    padding-bottom: 1rem;
  }
  .bk-03 .container h2 {
    font-size: clamp(26px, 7vw, 40px);
    font-weight: bold;
    text-align: start;
  }
  .bk-03 .container h2 br {
    display: none;
  }
  .bk-03 .container .botones-container {
    flex-direction: column;
  }
  .bk-03 .boton-custom {
    font-size: larger;
  }
}

.bk-04 {
  background-color: #d3d3d3;
}
.bk-04 .titulo-seccion {
  font-weight: 300;
  color: #000000;
}
.bk-04 .tit {
  font-weight: 800;
}
.bk-04 .tarjeta-contenido {
  background-color: #272c32;
  border: 1px solid #dee2e6;
  border-radius: 26px;
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.bk-04 .tarjeta-contenido:hover {
  transform: scale(1.02);
  filter: brightness(1.3);
}
.bk-04 .tarjeta-texto {
  flex-grow: 1;
}
.bk-04 .tarjeta-texto h3 {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: white;
}
.bk-04 .tarjeta-texto p {
  color: #6c757d;
  margin-bottom: 0;
  color: white;
}
.bk-04 .tarjeta-imagen {
  flex-shrink: 0;
}
.bk-04 .tarjeta-imagen img {
  max-width: 120px;
  height: auto;
}
@media (max-width: 768px) {
  .bk-04 .tarjeta-contenido {
    flex-direction: column;
    text-align: center;
  }
  .bk-04 .tarjeta-texto {
    order: 2;
  }
  .bk-04 .tarjeta-imagen {
    order: 1;
    margin-bottom: 1rem;
  }
}

.bk-05 {
  background-color: #f4f7f6;
}
.bk-05 .titulo-seccion {
  font-weight: 300;
  color: #2c3e50;
}
.bk-05 .tit {
  font-weight: 800;
}
.bk-05 .contenido-texto h3 {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 25px;
}
.bk-05 .contenido-texto p {
  color: #5d6d7e;
  line-height: 1.6;
  font-size: 1.5rem;
}
.bk-05 .contenido-imagen img {
  border-radius: 0.75rem;
  width: 100%;
}
.bk-05 .contenido-imagen img:hover {
  transform: scale(1.07);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bk-05 .text-lg-end {
    text-align: end !important;
  }
}
.bk-06 {
  background-color: grey;
  color: black;
}
.bk-06 table {
  color: #fff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bk-06 table .trhead {
  background: transparent !important;
}
.bk-06 table .trhead .thtransparente {
  background: transparent;
  border-color: transparent;
}
.bk-06 table .trhead .thcolor {
  background: #ffffff;
  color: #000000;
}
.bk-06 table tr:nth-child(odd) {
  background: #ffffff;
  color: #000000 !important;
}
.bk-06 table tr:nth-child(even) {
  background: #b9ff02;
}
.bk-06 table td {
  color: #000000;
  vertical-align: middle;
  padding: 1rem 0.5rem;
  border: none;
  background-color: transparent;
}
.bk-06 table img {
  width: 30px;
  margin-right: 1rem;
  vertical-align: middle;
}
.bk-06 .card {
  background-color: #cfcfcf;
  min-width: 335 px;
  border-radius: 20px;
}
.bk-06 .titulo {
  font-size: 26px;
  font-weight: 100;
  padding-bottom: 1rem;
}
.bk-06 .subtitulo {
  font-size: 26px;
}
@media (min-width: 992px) {
  .bk-06 table {
    font-size: 24px;
  }
  .bk-06 .titulo {
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 1rem;
  }
  .bk-06 .subtitulo {
    font-size: 30px;
  }
  .bk-06 .card {
    background-color: #cfcfcf;
    min-width: 480px;
    border-radius: 20px;
  }
}

@media (min-width: 820px) {
  .bk-0 .card {
    background-color: #cfcfcf;
    min-width: 285px;
    border-radius: 20px;
  }
}
.porque-titulo {
  font-size: 40px;
  padding-top: 25px;
}

.table-responsive {
  padding-bottom: 45px;
}

.bk-07 {
  background-color: #f4f7f6;
}
.bk-07 .card-custom {
  height: 195px;
  width: 386px;
  border-radius: 21px;
  background-color: #272c32;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.bk-07 .card-custom:hover {
  transform: scale(1.06);
}
.bk-07 .card-custom .card-content-text,
.bk-07 .card-custom .card-content-image {
  flex: 1;
  position: relative;
}
.bk-07 .card-custom .card-content-text {
  padding: 1rem;
  color: white;
}
.bk-07 .card-custom .card-content-text h2 {
  margin-bottom: 0.5rem;
  font-size: 21px;
}
.bk-07 .card-custom .card-content-text p {
  font-size: 0.9rem;
  line-height: 1.4;
}
.bk-07 .card-custom .card-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bk-07 .titulo {
  margin: 0px 80px;
}
.bk-07 .titulo h2 {
  font-size: clamp(1.5rem, 3.6vw, 33px);
  font-weight: bold;
}

@media (max-width: 768px) {
  .bk-07 .titulo {
    margin: 0;
  }
  .bk-07 .mt-5 {
    margin-top: 8px !important;
  }
}
.bk-08 {
  background-image: url("../images/seccion8/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  aspect-ratio: 16/7;
}
.bk-08 h2 {
  font-size: clamp(1.5rem, 3vw, 3rem);
}
.bk-08 .text-list {
  font-size: clamp(1rem, 3vw, 4rem);
  color: rgb(255, 249, 249);
}

@media (max-width: 768px) {
  .bk-08 .pt-5 {
    padding-top: 1rem !important;
  }
  .bk-08 .text-list {
    padding-bottom: 1rem;
  }
}
:root {
  --tech-gray: #1a202c;
  --tech-gray-light: #4a5568;
  --neon-green: #39ff14;
  --neon-green-light: #9fff8c;
  --white: #ffffff;
  --red-500: #ef4444;
}

.bk-09 {
  padding: 15px;
  /* Para aplicar el borde solo a la primera sección */
  /* Toast Notification */
}
.bk-09 .icono-verde {
  color: #39ff14;
}
.bk-09 .contact-section {
  padding: 4rem 1rem;
}
.bk-09 .container {
  max-width: 800px;
  margin: 0 auto;
}
.bk-09 .header-text {
  text-align: center;
  margin-bottom: 3rem;
}
.bk-09 .title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.bk-09 .icon-shield {
  height: 2rem;
  width: 2rem;
  color: var(--neon-green);
  margin-right: 0.75rem;
}
.bk-09 .main-title {
  font-size: 2.25rem;
  font-weight: bold;
}
.bk-09 .subtitle {
  font-size: 1.25rem;
  color: var(--tech-gray-light);
  margin-bottom: 1rem;
}
.bk-09 .security-note {
  font-size: 1.2rem;
  color: black;
  display: inline-flex;
  align-items: center;
}
.bk-09 .card {
  background-color: var(--white);
  color: var(--tech-gray);
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bk-09 .card-header {
  padding: 2rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}
.bk-09 .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-09 .card-subtitle {
  color: var(--tech-gray-light);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.bk-09 .card-content {
  padding: 2rem;
}
.bk-09 .form-section {
  margin-bottom: 1.5rem;
}
.bk-09 .form-section:first-of-type {
  border-left: 4px solid var(--neon-green);
  padding-left: 1rem;
}
.bk-09 .section-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.bk-09 .grid-2-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .bk-09 .grid-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bk-09 label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.bk-09 input, .bk-09 select, .bk-09 textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cbd5e0;
  border-radius: 0.375rem;
  margin-top: 0.25rem;
  box-sizing: border-box; /* Important for padding */
}
.bk-09 input:focus, .bk-09 select:focus, .bk-09 textarea:focus {
  outline: none;
  border-color: var(--neon-green);
  box-shadow: 0 0 0 2px rgba(57, 255, 20, 0.5);
}
.bk-09 select:hover {
  border-color: var(--neon-green);
}
.bk-09 .error-message {
  color: var(--red-500);
  font-size: 0.875rem;
  margin-top: 0.25rem;
  min-height: 1.25rem; /* Reserve space */
}
.bk-09 input.error, .bk-09 select.error {
  border-color: var(--red-500);
}
.bk-09 .helper-text {
  font-size: 0.75rem;
  color: var(--tech-gray-light);
  margin-top: 0.25rem;
}
.bk-09 .privacy-commitment {
  background-color: #f7fafc;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--neon-green);
  display: flex;
  align-items: flex-start;
}
.bk-09 .privacy-title {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.bk-09 .privacy-text {
  font-size: 0.75rem;
  color: var(--tech-gray-light);
}
.bk-09 .submit-button {
  width: 100%;
  background-image: linear-gradient(to right, var(--neon-green), var(--neon-green-light));
  color: var(--tech-gray);
  font-weight: 600;
  padding: 1rem;
  font-size: 16px;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.bk-09 .submit-button:hover {
  filter: brightness(1.1);
}
.bk-09 .toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--tech-gray);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}
.bk-09 .toast.show {
  opacity: 1;
  visibility: visible;
}

.bk-10 {
  background-color: #ffffff;
  padding: 4rem 1rem;
  color: #000000;
}
.bk-10 .faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bk-10 .faq-item {
  background-color: #ffffff;
  border: 1px solid #d9dce0;
  border-radius: 8px;
  overflow: hidden;
}
.bk-10 .faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0;
}
.bk-10 .faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.bk-10 .faq-question {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  transition: background-color 0.3s ease;
}
.bk-10 .faq-question span {
  transition: color 0.3s ease;
}
.bk-10 .faq-question span:hover {
  color: #35c538;
}
.bk-10 .faq-icon {
  font-size: 1.2rem;
  color: #ffffff;
  transition: transform 0.4s ease;
}
.bk-10 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  color: #000000;
}
.bk-10 .faq-answer p {
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin: 0;
  color: #000000;
  line-height: 1.6;
}

.bk-11 .regulatory-dark-section {
  background-color: #000000;
  color: #ffffff;
  padding: 4rem 1rem;
  text-align: center;
}
.bk-11 .regulatory-main-title {
  font-size: 2.25rem;
  margin-bottom: 3rem;
}
.bk-11 .regulatory-main-title .font-bold {
  font-weight: 700;
}
.bk-11 .regulatory-main-title .font-light {
  font-weight: 300;
}
.bk-11 .regulatory-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.08);
}
.bk-11 .logo-container {
  width: 100%;
  height: 130px;
}
.bk-11 .logo-container.cnv {
  background-image: url("../images/logotipos/logo-cnv.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-11 .logo-container.cnv:hover {
  transform: scale(1.1);
}
.bk-11 .logo-container.condu {
  background-image: url("../images/logotipos/logo-condu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-11 .logo-container.condu:hover {
  transform: scale(1.1);
}
.bk-11 .logo-container.buro {
  background-image: url("../images/logotipos/logo-buro.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.bk-11 .logo-container.buro:hover {
  transform: scale(1.1);
}
.bk-11 .regulatory-subtext {
  font-size: 1rem;
  color: #cccccc;
}
@media (max-width: 768px) {
  .bk-11 .regulatory-main-title {
    font-size: 1.8rem;
  }
  .bk-11 .regulatory-card {
    height: 150px;
  }
}

.animar-seccion {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/*
 * 2. Estado final (cuando la clase 'visible' se añade con JavaScript).
 * - Se vuelven 100% visibles y regresan a su posición original.
 */
.animar-seccion.visible {
  opacity: 1;
  transform: translateY(0);
}

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