@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: #5a6659;
  font-size: x-large;
  border: none;
}
.boton-custom:hover {
  filter: brightness(1.2);
  transform: scale(1.02);
}

.boton-custom1 {
  background-color: #b9ff02;
  font-size: x-large;
  border: none;
}
.boton-custom1:hover {
  filter: brightness(1.2);
  transform: scale(1.02);
}

.navbar {
  background-color: transparent;
}
.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;
  }
}

.site-footer {
  background-color: #272c32;
  font-size: 0.9rem;
}
.site-footer .img-logo-foot {
  max-width: 130px; /* logo más pequeño en móvil */
}
.site-footer .container-fluid {
  margin: 0;
  padding: 0;
}
.site-footer p {
  margin: 0 !important;
}
.site-footer .nav {
  background-color: #272c32;
}
.site-footer .text-body-secondary {
  color: white !important;
}

@media (max-width: 768px) {
  .site-footer .position-absolute {
    position: static !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .site-footer .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .site-footer .img-logo-foot {
    max-width: 130px;
  }
}
.bk-01 {
  position: relative;
  height: 100vh;
}
.bk-01 .image .img-logo {
  height: 90px;
}
.bk-01 .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bk-01 .container {
  position: relative;
  z-index: 1;
}
.bk-01 .container .texto1 {
  display: inline-block;
}
.bk-01 .container h2 {
  font-size: clamp(32px, 7vw, 76px);
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.bk-01 .container .text-1 {
  color: greenyellow;
}
.bk-01 .container p {
  font-size: clamp(15px, 7vw, 30px);
  max-width: 100%; /* Se mantiene dentro del ancho del h2 */
  word-wrap: break-word;
  margin-top: 0.5rem;
}
.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 {
  /* === BASE === */
}
.bk-02 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.bk-02 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.bk-02 .slide-content {
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0 */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* contenido empieza arriba */
  z-index: 10;
  color: white;
}
.bk-02 .slide-content .texto1 {
  padding-top: 4rem;
  padding-left: 9rem;
}
.bk-02 .slide-content .texto1 .text-1 {
  font-weight: 400;
}
.bk-02 .slide-content .texto1 .text-2 {
  font-weight: 400;
  color: greenyellow;
}
.bk-02 .slide-content h2 {
  font-size: clamp(32px, 7vw, 50px);
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.bk-02 .slide-content li {
  font-size: 40px;
}
.bk-02 p {
  font-size: 40px;
}
.bk-02 .slide-header {
  background: #00b050;
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  height: 85px;
  padding-left: 1rem;
}

/* --- ANIMACIONES PARA SLIDES ACTIVOS --- */
.swiper-slide-active .slide-content {
  opacity: 1;
  transform: translateX(0);
}

/* --- ANIMACIONES ESPECÍFICAS PARA ELEMENTOS DE TEXTO --- */
/* --- ESTADOS ACTIVOS PARA ELEMENTOS INDIVIDUALES --- */
.swiper-slide-active .slide-content h2 {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide-active .slide-content p {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide:not(.swiper-slide-active) .slide-content {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s ease-in;
}

.swiper-slide:not(.swiper-slide-active) .slide-content h2 {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.4s ease-in;
}

.swiper-slide:not(.swiper-slide-active) .slide-content p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-in 0.1s;
}

/* --- MEJORAS DE RENDIMIENTO --- */
.slide-content,
.slide-content h2,
.slide-content p {
  will-change: transform, opacity;
}

/* --- RESPONSIVE: Ajustar animaciones en móviles --- */
@media (max-width: 768px) {
  .slide-content {
    max-height: 100%;
    transform: translateX(-30px);
  }
  .slide-content h2 {
    font-size: 0.7rem;
    transform: translateY(-5px);
  }
  .slide-content p {
    font-size: 20px;
    max-width: 80%;
    transform: translateY(20px);
  }
  .bk-02 .slide-content .texto1 {
    padding-top: 4rem;
    padding-left: 3rem;
  }
  .bk-02 .slide-content li {
    font-size: 20px;
    max-width: 80%;
    transform: translateY(20px);
  }
}
.bk-03 {
  background-color: #5a6659;
  height: 100vh;
  width: 100%;
}
.bk-03 .container .text {
  padding-bottom: 8rem;
}
.bk-03 .container h2 {
  font-size: 45px;
}
.bk-03 .container .card {
  width: 80%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
  background-color: #d3d3d3;
  border-radius: 20px;
}
.bk-03 .container .card:hover {
  filter: brightness(1.06);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.bk-03 .container .foot {
  padding-top: 8rem;
}

@media (max-width: 968px) {
  .bk-03 {
    height: auto;
  }
  .bk-03 h2 {
    margin: 0 !important;
  }
  .bk-03 .card {
    padding-bottom: 2rem;
  }
}
.bk-04 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 70vh;
  padding: 3rem 0;
  box-sizing: border-box;
}
.bk-04 .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bk-04 .container .text-white {
  font-weight: 300;
}
.bk-04 .container .text-white h2 {
  font-size: clamp(32px, 7vw, 65px);
  font-weight: bold;
}
.bk-04 .container .text-white p {
  font-size: clamp(15px, 7vw, 40px);
}
.bk-04 .container .text-white .p-personalizado {
  display: inline-block;
  background: #28a745;
  color: #000000;
  padding: 0 0.3em;
  border-radius: 0.2em;
  line-height: 2;
}
.bk-04 .container .botones-container {
  display: flex;
  gap: 1.5rem;
}
.bk-04 .container .logo-container {
  padding-top: 100px;
}
.bk-04 .container .logo-container .img-fluid {
  max-width: 30%;
}
@media (max-width: 968px) {
  .bk-04 .container {
    padding-bottom: 1rem;
  }
  .bk-04 .container h2 {
    font-size: clamp(26px, 7vw, 40px);
    font-weight: bold;
    text-align: start;
  }
  .bk-04 .container h2 br {
    display: none;
  }
  .bk-04 .container .botones-container {
    flex-direction: column;
  }
  .bk-04 .boton-custom {
    font-size: larger;
  }
}

.bk-05 {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  background-color: #272c32;
}
.bk-05 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  border: none !important;
  background-color: transparent !important;
  /*
    LÓGICA ANIDADA:
    Se aplica al .card-body cuando el .card padre tiene la clase específica.
  */
}
.bk-05 .card .card-body {
  width: 100%; /* Ocupa todo el ancho de su padre .card */
  height: 280px;
  display: flex;
  justify-content: center;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
  background-color: #d3d3d3;
  border-radius: 20px;
}
.bk-05 .card .card-body:hover {
  filter: brightness(1.06);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.bk-05 .card.card1 .card-body {
  height: 320px;
}
.bk-05 .card.card2 .card-body {
  height: 360px;
}
.bk-05 .card.card3 .card-body {
  height: 400px;
}

@media (max-width: 768px) {
  .bk-05 {
    height: auto;
    padding-bottom: 2rem;
  }
  .bk-05 .text-lg-end {
    text-align: end !important;
  }
}
.bk-06 {
  background-image: url("../images/seccion6/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.bk-06 h2 {
  font-size: clamp(2rem, 5vw, 6rem);
}
.bk-06 h3 {
  font-size: clamp(1rem, 2vw, 1rem);
}
.bk-06 .container-fluid {
  flex-grow: 1;
  display: flex;
}
.bk-06 .container-fluid .row {
  flex-grow: 1;
}
.bk-06 .imagen-principal {
  width: 100%;
  height: 100%;
}
.bk-06 .img-logo {
  width: 100%;
  height: auto;
}
.bk-06 .gris {
  min-height: 50px;
  background-color: #d3d3d3;
}

.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 */
