@charset "UTF-8";

/* Reset y tipografía base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Noto Sans", sans-serif;
}
p {
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

.responsive-banner {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Cabecera y logo */
.logocabecera {
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
    max-width: 300px;
    padding:10px;
}
.logo-container {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.responsive-logo {
    width: 400px;
    height: auto;
    display: block;
    max-width: 100%;
    margin: 40px 20px 20px 20px;
}
.logo {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.icono_chamakes {
    width: 120px;
}

/* Barra de navegación */
.contenedor_chamakes {
    background-color: #F7F7F7;
    box-shadow: -10px 0 10px #C0C0C0;
    min-height: 80px;
    margin-top: 30px;
}
.menu_chamakes {
    position: relative;
    top: 15px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}
.menu_chamakes .navegador ul li {
    list-style: none;
    position: relative;
    float: left;
}
.menu_chamakes .navegador ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    padding: 20px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_chamakes .navegador ul li a:hover,
.menu_chamakes .navegador ul li .secc_rosa:hover,
.menu_chamakes .navegador ul li .secc_ambar:hover,
.menu_chamakes .navegador ul li .secc_naranja:hover,
.menu_chamakes .navegador ul li .secc_lila:hover,
.menu_chamakes .navegador ul li .secc_azul:hover,
.menu_chamakes .navegador ul li .secc_aqua:hover,
.menu_chamakes .navegador ul li .secc_verde:hover,
.menu_chamakes .navegador ul li .secc_imagen:hover {
    color: white;
    border-radius: 0px 0px 15px 15px;
}
.menu_chamakes .navegador ul li a:hover { background-color: #DBD7D2; }
.menu_chamakes .navegador ul li .secc_rosa:hover { background-color: #ff006e; }
.menu_chamakes .navegador ul li .secc_ambar:hover { background-color: #ffbe0b; }
.menu_chamakes .navegador ul li .secc_naranja:hover { background-color: #fb5607; }
.menu_chamakes .navegador ul li .secc_lila:hover { background-color: #8338EC; }
.menu_chamakes .navegador ul li .secc_azul:hover { background-color: #0d43ff; }
.menu_chamakes .navegador ul li .secc_aqua:hover { background-color: #00f5d4; }
.menu_chamakes .navegador ul li .secc_verde:hover { background-color: #32cd32; }
.menu_chamakes .navegador ul li .secc_imagen:hover { background-color: #4d27ba; }
#menu { display: none; }
.menu-icono { width: 50px; }
.menu_chamakes label { cursor: pointer; display: none; }
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    justify-content: center;
    z-index: 10;
    transition: transform 0.3s;
}
.hamburger span {
    display: block;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transition: 0.3s;
    width: 100%;
}
/* Hamburger animation: X effect */
.hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Responsive menu */
@media (max-width: 1300px) {
    .nav-links {
        gap: 1rem;
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        background: #611232;
        flex-direction: column;
        align-items: center;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        z-index: 5;
    }
    .nav-links.open {
        max-height: 420px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .hamburger { display: flex; }
}
@media(max-width:999px){
    .contenedor_chamakes{ min-height: 70px; }
    .menu_chamakes{ top: 0; padding: 20px; }
    .menu_chamakes label{ display: initial; }
    .menu_chamakes .navegador{
        position:absolute;
        top:100%;
        left: 0%;
        right: 0%;
        background-color: #F7F7F7;
        box-shadow: 0 10px 10px #C0C0C0;
        border-radius: 0px 0px 15px 15px;
        display: none;
        z-index:99;
    }
    .menu_chamakes .navegador ul li{ width: 100%; }
    #menu:checked ~ .navegador{ display: initial; }
}

/* Secciones y botones de color */
.iconos-secciones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px; /* Space between icons */
  padding: 36px 0 18px 0;
  background: #fff;
  flex-wrap: wrap;
}

.boton-secciones {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  background: #f7f7f7;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(131,0,46,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}

.boton-secciones:hover {
  box-shadow: 0 4px 16px rgba(131,0,46,0.16);
  transform: translateY(-3px) scale(1.07);
  background: #ffe6f0;
}

.boton-secciones img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
  transition: transform 0.2s;
}

@media (max-width: 900px) {
  .iconos-secciones {
    gap: 16px;
    padding: 18px 0 9px 0;
  }
  .boton-secciones {
    width: 66px;
    height: 66px;
  }
  .boton-secciones img {
    width: 42px;
    height: 42px;
  }
}
/* Tarjetas y cards */
.contenedor {
    margin-top: 20px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Arial', sans-serif;
}
.card {
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    height: 40vh;
}
.card-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.card-content {
    padding: 20px;
    min-height: 220px;
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.card-content h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #333;
}
.card-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    color: #666;
}
.card-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 5px;
    display: inline-block;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}
@keyframes dot-animation {
    from { background-color: #bbb; width: 10px; }
    to { background-color: #333; width: 30px; }
}
@keyframes dot-animation-reverse {
    from { background-color: #333; width: 30px; }
    to { background-color: #bbb; width: 10px; }
}
.active-dot {
    animation-name: dot-animation;
    animation-fill-mode: forwards;
}
.dot:not(.active-dot) {
    animation-name: dot-animation-reverse;
    animation-fill-mode: forwards;
}
.buttons {
    display: flex;
    gap: 20px;
}

/* Banners, imágenes, pie y alineación */
.texto_pie_imagen em {
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    color: #696969;
}
.borde_img {
    border-radius: 20px;
    align-self: center;
}

/* Spinner y utilidades */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/* Botones modernos y de secciones */
.btn, .modern-btn, .btn-index {
    font-weight: 600;
    transition: .5s;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btn {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-weight: 400;
}
.btn-primary { background: var(--bs-primary) !important; color: var(--bs-white) !important; }
.btn-primary:hover { background: var(--bs-white) !important; color: var(--bs-primary) !important; }
.btn-light { background: var(--bs-light) !important; color: var(--bs-primary) !important; }
.btn-light:hover { background: var(--bs-primary) !important; color: var(--bs-light) !important; }
.modern-btn {
    background: linear-gradient(90deg, #ae3c64 0%, #f8d90f 100%);
    color: #fff;
    padding: 1.1rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: 0 3px 15px rgba(174, 60, 100, 0.13);
    transition: transform 0.2s, box-shadow 0.2s;
}
.modern-btn:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 24px rgba(174, 60, 100, 0.18);
}
.btn-index {
    color: white;
    background: linear-gradient(90deg,rgba(160, 33, 66, 1) 2%, rgba(255, 138, 138, 1) 52%, rgba(203, 152, 4, 1) 100%);
    padding: 30px;
    margin-top: 30px;
    border-radius: 20px;
}
.btn-index:hover {
    background: linear-gradient(90deg,rgba(203, 152, 4, 1) 0%, rgba(255, 182, 166, 1) 50%, rgba(160, 33, 66, 1) 100%);
}

/* Tarjetas de secciones (lila, aqua, ambar, naranja, azul, verde, rosa) y sus botones */
.art_secc_lila, .art_secc_aqua, .art_secc_naranja, .art_secc_azul, .art_secc_rosa {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
.art_secc_lila { background-color: #8338EC; }
.art_secc_aqua { background-color: #00f5d4; }
.art_secc_naranja { background-color: #fb5607; }
.art_secc_azul { background-color: #0d43ff; }
.art_secc_rosa { background-color: #ff006e; }
.contenido-art-secc_ambar, .contenido-art-secc_verde {
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.contenido-art-secc_ambar { background-color: #ffbe0b; }
.contenido-art-secc_verde { background-color: #32cd32; }

.texto_cont-secc_lila, .texto_cont-secc_aqua, .texto_cont-secc_blanco, .texto_cont-secc_ambar {
    padding: 25px 10px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}
.texto_cont-secc_lila { color: white; }
.texto_cont-secc_aqua { color: black; }
.texto_cont-secc_blanco { color: white; }
.texto_cont-secc_ambar { color: black; padding: 10px; }

.boton_enlace_lila, .boton_enlace_aqua, .boton_enlace_ml, .boton_enlace_ambar, .boton_enlace_naranja, .boton_enlace_azul, .boton_enlace_verde, .boton_enlace_cafe, .boton_enlace_rosa {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: white;
}
.boton_enlace_lila { border: 1.5px solid #24074C; box-shadow: 1px 1px 5px #24074C; color: #8338EC; }
.boton_enlace_lila:hover { color: white; background-color: #24074C; }
.boton_enlace_aqua { border: 1.5px solid #007A6A; box-shadow: 1px 1px 5px #007A6A; color: #007A6A; }
.boton_enlace_aqua:hover { color: white; background-color: #007A6A; }
.boton_enlace_ml { border: 1.5px solid black; box-shadow: 1px 1px 5px black; color: black; }
.boton_enlace_ml:hover { color: white; background-color: black; }
.boton_enlace_ambar { border: 1.5px solid #856100; box-shadow: 1px 1px 5px #856100; color: #856100; }
.boton_enlace_ambar:hover { color: white; background-color: #856100; }
.boton_enlace_naranja { border: 1.5px solid #B73C03; box-shadow: 1px 1px 5px #B73C03; color: #fb5607; }
.boton_enlace_naranja:hover { color: white; background-color: #B73C03; }
.boton_enlace_azul { border: 1.5px solid #0026AE; box-shadow: 1px 1px 5px #0026AE; color: #0d43ff; }
.boton_enlace_azul:hover { color: white; background-color: #0026AE; }
.boton_enlace_verde { border: 1.5px solid #208420; box-shadow: 1px 1px 5px #208420; color: #32cd32; }
.boton_enlace_verde:hover { color: white; background-color: #208420; }
.boton_enlace_cafe { border: 1.5px solid #79594b; box-shadow: 1px 1px 5px #79594b; color: #c5ae9f; }
.boton_enlace_cafe:hover { color: white; background-color: #79594b; }
.boton_enlace_rosa { border: 1.5px solid #92003F; box-shadow: 1px 1px 5px #92003F; color: #ff006e; }
.boton_enlace_rosa:hover { color: white; background-color: #92003F; }

/* Colaboradores y acordeón */
.colaboradores {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 500px;
    overflow-y: auto;
}
.colaborador {
    padding: 10px;
    border-radius: 5px;
    border: solid thin black;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.nombre_colaborador {
    padding-left: 1px;
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
}
.interiores {
    padding-left: 3px;
    font-size: 12px;
    text-align: left;
}
.enlace_publicacion_ambar, .enlace_publicacion_naranja, .enlace_publicacion_lila, .enlace_publicacion_azul, .enlace_publicacion_aqua, .enlace_publicacion_verde, .enlace_publicacion_imagen {
    padding-left: 3px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    color: #000000;
}
.enlace_publicacion_ambar:hover { background-color: #ffbe0b; color: white; border-radius: 5px; }
.enlace_publicacion_naranja:hover { background-color: #fb5607; color: white; border-radius: 5px; }
.enlace_publicacion_lila:hover { background-color: #8338EC; color: white; border-radius: 5px; }
.enlace_publicacion_azul:hover { background-color: #0d43ff; color: white; border-radius: 5px; }
.enlace_publicacion_aqua:hover { background-color: #00f5d4; color: white; border-radius: 5px; }
.enlace_publicacion_verde:hover { background-color: #32cd32; color: white; border-radius: 5px; }
.enlace_publicacion_imagen:hover { background-color: #c5ae9f; color: white; border-radius: 5px; }
.summary { list-style: none; }
summary::before { content: "+"; padding: 1px; }
details[open] summary::before { content: "-"; }
summary h1 { font-size: 17px; text-align: left; }

/* Imagen info */
.imagen_info {
    width: 250px;
    height: auto;
    background-size: cover;
    background-color: white;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    margin: 0 auto;
}

/* Otros */
.line_ml {
    border: .5px solid rgba(0,0,0,1.00);
    margin-top:15px;
}

/* Animaciones */
.RotateMoveLeft, .RotateMoveRight {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}
@keyframes RotateMoveLeft {
    0% {left: 0px;}
    50% {left: 40px;}
    100% {left: 0px;}
}
@keyframes RotateMoveRight {
    0% {right: 0px;}
    50% {right: 40px;}
    100% {right: 0px;}
}

/* Servicios */
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}
.service .service-item,
.service .service-item .service-icon,
.service .service-item a {
    transition: 0.5s;
}
.service .service-item:hover {
    background: rgba(244,204,204);
    border: 1px ;
}
.service .service-item:hover .service-icon,
.service .service-item:hover a {
    background: var(--bs-white) !important;
}
.service .service-item:hover a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.pagination {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  align-items: center;
  align-content: center;
}
.pagination button {
  padding: 8px 15px;
  border: none;
  background: #eee;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}
.pagination button.active {
  background: #691b32;
  color: #fff;
}
.accordion {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

/* ESTILOS INDEX */


.intro {
  padding: 2em 1em;
  text-align: center;
  background: #fff;
}
.intro h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.intro-img img {
  max-width: 300px;
  margin-bottom: 1em;
}
.intro p {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
}

.features {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 0 0 2em 0;
  flex-wrap: wrap;
}
.feature {
  width: 300px;
  text-align: center;
}
.feature img {
  max-width: 200px;
  margin-bottom: 1em;
}
.feature-btn {
  display: inline-block;
  background: #83002e;
  color: #fff;
  border-radius: 20px;
  padding: 0.5em 2em;
  margin-top: 1em;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}
.feature-btn:hover {
  background: #ffbe0b;
  color: #83002e;
}

.youtube-section {
  align-items:center;
  align-content: center;
  background: #4D1CBD;
  position: relative;
  padding: 56px 0 48px 0;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.youtube-bg {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.youtube-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 48px;
  position: relative;
  z-index: 2;
  padding: 0 24px;
}

.youtube-left h4 {
  color: #fff;
  margin-bottom: 1.5em;
}


.youtube-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.youtube-video-box {
  background: #fff;
  border-radius: 14px;
  width: 330px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  margin-bottom: 1em;
}

.youtube-video-label {
  color: #404041;
  font-size: 1.4em;
  font-weight: 600;
}

.youtube-character {
  width: 120px;
  margin-top: -55px;
}


/* Responsive */
@media (max-width: 900px) {
  .youtube-content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 8px;
  }
  .youtube-left h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .youtube-video-box {
    width: 90vw;
    max-width: 330px;
    height: 70px;
  }
  .youtube-character {
    width: 80px;
    margin-top: -35px;
  }
}
.cta-banner {
  width: 100%;
  margin: 2em 0;
  text-align: center;
}
.cta-banner img {
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
}

.features {
  display: flex;
  justify-content: center;
  gap: 48px; /* wider gap for more space like the reference */
  margin: 0 0 2em 0;
  flex-wrap: wrap;
  align-items: stretch; /* Make all cards same height */
}

.feature {
  width: 340px;
  min-width: 260px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(131,0,46,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 32px 24px;
  justify-content: flex-start;
  margin-bottom: 0;
}

.feature img {
  max-width: 180px;
  margin-bottom: 1em;
  margin-top: 0;
}

.feature h3 {
  font-size: 1.3em;
  margin-bottom: 0.6em;
  text-align: center;
  font-weight: bold;
}

.feature p {
  font-size: 15px;
  text-align: left;
  flex: 1 1 auto;
  margin-bottom: 24px;
  margin-top: 0;
  width: 100%;
  max-width: 260px;
}


/* Responsive */
@media (max-width: 900px) {
  .features {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .feature {
    width: 90vw;
    min-width: 0;
    max-width: 380px;
  }
}

.card {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  display:inline-block;
  text-align: left;

}
.card-header {
  padding: 16px;
  cursor: pointer;
  font-size: 1.1em;
  background: #f1f1f1;
  transition: background 0.2s;
}
.card-header:hover {
  background: #e9ecef;
}
.card-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  background: #fafafa;
  padding: 0 16px;
}
.card.active .card-content {
  padding: 16px;
  max-height: 200px;
}

.btn-link {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  background: #007bff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.btn-link:hover {
  background: #0056b3;
}

 .nav-btn {
   background: rgba(0,0,0,0.3);
   color: #fff;
   border: none;
   border-radius: 50%;
   width: 35px;
   height: 35px;
   cursor: pointer;
   font-size: 22px;
   line-height: 35px;
 }


.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  /* Center cards horizontally */
  gap: 2rem;                /* Space between cards */
  padding: 0 0;
}

/* Mejora para grid de secciones */
      .cards-container-secciones {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 2rem;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0 1rem;
        justify-items: center;
      }
      .card-section2 {
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 3px 12px rgba(0,0,0,0.07);
        width: 95%;
        max-width: 460px;
        min-width: 280px;
        min-height: 520px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 32px 24px 32px 24px;
        position: relative;
        transition: box-shadow 0.2s, transform 0.15s;
      }
      .card-section2:hover {
        box-shadow: 0 8px 22px rgba(0,0,0,0.13);
        transform: translateY(-4px) scale(1.01);
      }
      .bg-rosa { background: #ff187d; }
      .bg-ambar { background: #ffcb4d; }
      .bg-naranja { background: #FB5604; }
      .bg-lila { background: #8338EC; }
      .bg-azul { background: #0d43ff; }
      .bg-aqua { background: #00f5d4; }
      .bg-verde { background: #32cd32; }
      .bg-imagen { background: #4D1CBD; }
      .imagen-circular {
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 28px;
        margin-top: 5px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.04);
      }
      .imagen-circular img {
        width: 180px;
        height: 180px;
        object-fit: contain;
        border-radius: 50%;
        background: transparent;
      }
      .titulo-seccion {
        color: #fff;
        font-family: 'Noto Sans', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        margin: 0 0 14px 0;
      }
      .desc-seccion {
        color: #fff;
        font-size: 17px;
        text-align: center;
        margin-bottom: 32px;
        margin-top: 0;
        min-height: 62px;
      }

      .bg-ambar .btn-seccion {
        color: #ad7d00;
      }
      .bg-naranja .btn-seccion {
        color: #FB5604;
      }
      .bg-lila .btn-seccion {
        color: #8338EC;
      }
      .bg-azul .btn-seccion {
        color: #0d43ff;
      }
      .bg-aqua .btn-seccion {
        color: #00bfa0;
      }
      .bg-verde .btn-seccion {
        color: #218b08;
      }
      .bg-imagen .btn-seccion {
        color: #4D1CBD;
      }
      .btn-seccion:hover {
        background: #ffdce8;
        color: #d4005a;
        box-shadow: 0 4px 12px rgba(110,0,50,0.18);
      }
      @media (max-width: 900px) {
        .cards-container-secciones {
          grid-template-columns: 1fr;
          gap: 2rem 0;
        }
        .card-section2 {
          width: 99%;
          max-width: 490px;
          margin: 0 auto;
        }
      }

      @media (max-width: 600px) {
        .card-section2 {
          padding: 18px 4vw 30px 4vw;
          min-height: 420px;
        }
        .imagen-circular { width: 155px; height: 155px; }
        .imagen-circular img { width: 120px; height: 120px; }
        .titulo-seccion { font-size: 18px; }
        .desc-seccion { font-size: 15px; }
        .btn-seccion { font-size: 1rem; }
      }

      .cards-row {
  display: inline-block;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.mini-card {
  background: #fffbe9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 18px 16px;
  min-width: 500px;
  max-width: 180px;
  margin-bottom:10px;
  flex: 1 1 165px;
  text-align: left;

}
.mini-card h4 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  color: #83002e;
}
.mini-card p {
  font-size: 14px;
  margin-bottom: 9px;
}
@media (max-width: 1024px) {
  .cards-row {
    flex-direction: column;
    align-items: center;
  }
  .mini-card {
    width: 90%;
    max-width: 330px;
  }
}

.interactive-section {
  align-items:center;
  align-content: center;
  background: #7a2270;
  position: relative;
  padding: 56px 0 48px 0;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.interactive-bg {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.interactive-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 48px;
  position: relative;
  z-index: 2;
  padding: 0 24px;
}

.interactive-left h4 {
  color: #fff;
  margin-bottom: 1.5em;
}


.interactive-right {
  
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width:500px;
}

.interactive-video-box {
  background: #fff;
  border-radius: 14px;
  width: 330px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  margin-bottom: 1em;
}


.interactive-character {
  width: 120px;
  margin-top: -55px;
}


/* Responsive */
@media (max-width: 900px) {
  .interactive-content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 8px;
  }
  .interactive-left h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .interactive-video-box {
    width: 90vw;
    max-width: 330px;
    height: 70px;
  }
  .interactive-character {
    width: 80px;
    margin-top: -35px;
  }
}

.texto-peque p {
  font-size: 15px;
}

.slider-container {
  width: 500px;
  height: 400px;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.10);
  background: #fff;
}
.slider-images {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0; top: 0;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: 1;
}
.slider-img.active {
  opacity: 1;
  z-index: 2;
}
.slider-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.dot {
  display: block;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #ffe24f;
  opacity: 0.55;
  cursor: pointer;
  border: 2px solid #83002e;
  transition: opacity 0.2s, background 0.2s;
}
.dot.active {
  opacity: 1;
  background: #ffcb4d;
}

.cards-row-nuevo {
  max-width: 650px;
  margin: 0 auto;
}

.mini-card-nuevo {
  display: flex;
  align-items: center;
  background: #fff7dd;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(80,51,0,0.09);
  padding: 18px 24px;
  margin-bottom: 18px;
  gap: 22px;
  transition: box-shadow 0.2s;
}

.mini-card-nuevo:hover {
  box-shadow: 0 4px 16px rgba(130,90,0,0.11);
}

.img-card-nuevo {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: #000; /* fallback if no image */
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-card-nuevo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.card-content-nuevo {
  flex: 1;
}

.titulo-card-nuevo {
  margin: 0 0 4px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.titulo-card-nuevo.card1 { color: #83002e; }
.titulo-card-nuevo.card2 { color: #d41b6e; }
.titulo-card-nuevo.card3 { color: #6d35a3; }

.boton-card-nuevo {
  margin-top: 10px;
  font-size: 13px;
  padding: 6px 24px;
  border-radius: 7px;
  border: 2px solid transparent;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-shadow: 0 1px 4px rgba(130,90,0,0.10);
  text-align: left;
  float: left;
}

.boton-card-nuevo.card1 {
  background: #fff;
  color: #404041;
  border-color: #cb9804;
}

.boton-card-nuevo.card2 {
  background: #fff;
  color: #d41b6e;
  border-color: #d41b6e;
}

.boton-card-nuevo.card3 {
  background: #fff;
  color: #6d35a3;
  border-color: #6d35a3;
}

.boton-card-nuevo:hover {
  background: #fbeac4;
}

@media (max-width: 600px) {
  .mini-card-nuevo {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 10px;
  }
  .img-card-nuevo { width: 60px; height: 60px; }
}

.disclaimer-ai {
  background-color: #fff;
  font-size:13px

}
