/*
.cintillo {
    overflow: hidden;
    white-space: nowrap;
    background-color: white;
    color: black;
}

.cintillo-texto {
    display: inline-block;
    padding-left: 100%;
    animation: moverCintillo 20s linear infinite;
    font-size: 1rem;
    font-weight: 500;
}

.cintillo-texto:hover {
    animation-play-state: paused;
}

@keyframes moverCintillo {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}*/

.email_orientacion {
    position: absolute;
    top: 61%;
    left: 6.5%;
    color: white;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    font-size: 1.4rem;
    text-shadow: 1px 1px 1px black;
}

.separacion-arriba {
    margin-top: 30px;
}

.video-responsivo {
    width: 100%;
}

.btn-proactiva {
    background: linear-gradient(to right, #0c2547, #0c4b88, #4d5ea7);
    padding: 10px 30px !important;
    color: white !important;
    border-radius: 40px !important;
    margin-top: 30px;
    font-size: 1.2vw !important;
    font-family: "Vollkorn", sans-serif;
    font-weight: bold !important;
    text-shadow: 2px 2px 4px #00000099 !important;
}

.btn-proactiva:hover {
    transform: translateY(-4px) scale(1.05);
    filter: brightness(1.15);
    box-shadow:
        0 0 0 4px rgba(255, 255, 255, 0.15),
        0 12px 30px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.redes-sociales {
    font-family: "Vollkorn", sans-serif;
    font-style: italic;
}

.redes-sociales p {
    font-size: medium;
}

.social-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: none !important;
}

/* EFECTO ILUMINADO */
.social-btn:hover {
    transform: translateY(-4px) scale(1.05);
    filter: brightness(1.15);
    box-shadow:
        0 0 0 4px rgba(255, 255, 255, 0.15),
        0 12px 30px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.facebook {
    background-color: #1877f2;
}

.x {
    background-color: #000000;
}

.whatsapp {
    background-color: #25d366;
}

.facebook:hover {
    box-shadow:
        0 0 12px rgba(24, 119, 242, 0.9),
        0 12px 30px rgba(0, 0, 0, 0.35);
}

.x:hover {
    box-shadow:
        0 0 12px rgba(0, 0, 0, 0.9),
        0 12px 30px rgba(0, 0, 0, 0.35);
}

.whatsapp:hover {
    box-shadow:
        0 0 12px rgba(37, 211, 102, 0.9),
        0 12px 30px rgba(0, 0, 0, 0.35);
}

.titulo-temas {
    font-family: "Vollkorn", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px #00000099 !important;
}

p.tema {
    font-size: 1.5vw !important;
    font-weight: bold !important;
    font-family: "Vollkorn", sans-serif !important;
}

div#btn-flotante {
    position: fixed;
    top: 50%;
    right: 10px;
    background: linear-gradient(to right, #0c2547, #0c4b88, #4d5ea7);
    border-radius: 100px;
    width: 90px;
    color: white;
    cursor: pointer;
    transition: width 0.3s ease;
}

div#btn-flotante img {
    height: 60px;
    width: 60px;
}

div#btn-flotante p {
    font-family: "Vollkorn", sans-serif;
    font-weight: bold;
    font-size: 1vw;
}

div#st-2 {
    display: none;
}

.div-principal {
    width: 100%;
}

.row {
    margin: 0 auto !important;
}

.separacion-seccion {
    margin-top: 30px;
}

.search-container {
    width: 100%;
    height: 70px;
    background: linear-gradient(to right, #0c2547, #0c4b88, #4d5ea7);
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0px 0px 12px rgba(0, 90, 200, 0.4);
    color: white;
    gap: 15px;
    margin: 0 auto;
}

.label {
    font-size: 1.5vw;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.search-input {
    flex: 1;
    height: 45px;
    border-radius: 25px;
    border: none;
    font-size: 20px;
    padding: 0 15px;
    outline: none;
    color: #333;
    width: 100% !important;
}

.text-degradado {
    font-size: 1.5vw;
    font-weight: bold;
    background: linear-gradient(to right, #1e90ff, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    /* 1. El borde blanco se mantiene con text-stroke */
    -webkit-text-stroke: 1px white;

    /* 2. Usamos filter para la sombra negra. 
       Esto crea la sombra basándose en la silueta final, 
       sin oscurecer el degradado interno. */
    filter: drop-shadow(2px 2px 2px black);

    /* Elimina la propiedad text-shadow anterior */
}

/* Cards */
.cards_container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    width: 100%;
    /*min-height: 185px;*/
    min-height: 260px;
    padding: 20px;
    background: linear-gradient(to right, #0c2547, #0c4b88, #4d5ea7);
    border: 1px solid #00c3ff !important;
    /* Fondo azul */
    color: white !important;
    /* Letras blancas */
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    border-radius: 50px !important;
    margin: 0 auto;
}

/*
.card2 {
    width: 100%;
    min-height: 185px;
    padding: 20px;
    background: whitesmoke; 
    /* Fondo azul */
/*
    color: #0c2547 !important;
    /* Letras blancas */
/*
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    border-radius: 50px !important;
    margin: 0 auto;
}
*/

/* --- GRID (opcional, solo si quieres el gap controlado) --- */
.card-item {
    margin-bottom: 1.5rem;
}

/* --- TARJETA --- */
.card2 {
    width: 90%;
    height: 200px;
    /* Ajusta: 230–260 */
    border-radius: 50px !important;
    background: #f5f5f5;
    /* whitesmoke */
    box-shadow: 0px 6px 18px rgba(0, 0, 0, .10);
    transition: all .25s ease;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Neutraliza el row (márgenes negativos) y centra el contenido */
.card2 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 🔥 Evita que col-10 offset-1 reduzca el icono */
.card2 .col-10.offset-1 {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    padding: 0 !important;
}

/* --- ICONO WebP --- */
.img-dinamica {
    width: 110px;
    /* Ajusta: 95–125 */
    height: 110px;
    object-fit: contain;
    display: block;
    margin: 0 auto;

    filter: drop-shadow(0 12px 14px rgba(0, 0, 0, .22));
}

.link-site {
    font-family: 'Vollkorn';
    font-style: italic;
}

/* --- TEXTO --- */
.tematica-tema {
    font-family: 'Vollkorn';
    font-style: italic;
    margin: 10px 0 0 0 !important;
    /* controla separación icono-texto */
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    color: #0c2547;

    min-height: 2.6rem;
    /* reserva para 1-2 líneas */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- HOVER --- */
.card2:hover {
    background: linear-gradient(to right, #0c2547, #0c4b88, #4d5ea7);
    border: 1px solid #00c3ff;
    transform: translateY(-4px);
}

.card2:hover .tematica-tema {
    color: #fff !important;
}

/* --- RESPONSIVE MÓVIL --- */
@media (max-width: 576px) {
    .card2 {
        height: 210px;
        border-radius: 40px !important;
    }

    .img-dinamica {
        width: 92px;
        height: 92px;
    }

    .tematica-tema {
        font-size: 1.05rem;
        margin-top: 8px !important;
    }

}

.card2.active {
    background: linear-gradient(to right, #0c2547, #0c4b88, #4d5ea7);
    border: 2px solid #00c3ff;
}

.card2.active .tematica-tema {
    color: #fff !important;
}


/*
.card2:hover {
    background: linear-gradient(to right, #0c2547, #0c4b88, #4d5ea7);
    border: 1px solid #00c3ff !important;
    color: white !important;
}
*/


.img-option {
    cursor: pointer;
}

.card:hover,
.img-option:hover {
    transform: translateY(-4px);
}

.card h3 {
    margin: 0 0 10px 0;
}

.card p {
    margin: 0;
    color: white;
    font-size: 0.75vw;
    margin-bottom: 15px;
}

.card p i {
    margin: 0;
    color: #00c3ff;
}

.contenedor-principal {
    /*background: url("../proactiva/iconos/Fondo.webp");*/
    padding: 10px 10px 30px 10px;
    background-color: #dce3f3;
}

.contenedor-principal2 {
    background: url("../proactiva/iconos/Fondo.webp");
    padding: 10px 10px 30px 10px;
}

.contenedor-principal .contenedor-cards,
.contenedor-principal2 .contenedor-cards {
    max-width: 1400px;
}

.modal-content {
    color: white !important;
    border-radius: 80px !important;
    background: linear-gradient(to right, #0c2547, #0c4b88, #4d5ea7);
    border: 1px solid #00c3ff !important;
    font-size: 0.9vw;
}

.modal-content a {
    color: white;
    text-decoration: none;
}

.modal-content #modal-title {
    font-size: 1.1vw;
}


.titulo-proactiva {
    font-family: "Vollkorn", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    color: #004B87;
    font-size: 2vw;
}

.desc-seccion {
    font-size: 1.4vw;
    font-family: 'Vollkorn';
}

.title-practicas {
    color: #004B87 !important;
    margin-top: 10px;
    text-shadow: none !important;
}


/**************************/
/**************************/
/* Estado inicial: muy sutil */
[data-animate="slide"] .titulo-proactiva,
[data-animate="slide"] .desc-seccion {
    transform: translateY(24px);
    /* antes 100px */
    opacity: 0;
}

/* Cuando entra en vista */
[data-animate="slide"].in-view .titulo-proactiva,
[data-animate="slide"].in-view .desc-seccion {
    animation: slide-up-soft 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Delays suaves */
[data-animate="slide"].in-view .titulo-proactiva {
    animation-delay: 0s;
}

[data-animate="slide"].in-view .desc-seccion {
    animation-delay: 0.12s;
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {

    [data-animate="slide"] .titulo-proactiva,
    [data-animate="slide"] .desc-seccion {
        transform: none;
        opacity: 1;
        animation: none !important;
    }
}

/* Animación suave */
@keyframes slide-up-soft {
    from {
        transform: translateY(24px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/**************************/
/**************************/


.container-raiting {
    background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/concrete-texture.png");
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 150px;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating>input {
    display: none;
}

.rating>label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.emoji-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.emoji-wrapper:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.emoji>svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

#rating-1:checked~.emoji-wrapper>.emoji {
    transform: translateY(-100px);
}

#rating-2:checked~.emoji-wrapper>.emoji {
    transform: translateY(-200px);
}

#rating-3:checked~.emoji-wrapper>.emoji {
    transform: translateY(-300px);
}

#rating-4:checked~.emoji-wrapper>.emoji {
    transform: translateY(-400px);
}

#rating-5:checked~.emoji-wrapper>.emoji {
    transform: translateY(-500px);
}

.feedback {
    max-width: 360px;
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
}

.card-title {
    font-size: 1.7rem;
    font-weight: 800;
    font-family: 'Vollkorn';
    font-style: italic;
    text-shadow: 2px 2px 4px #00000099 !important;
}

@media (max-width: 1600px) {
    .email_orientacion {
        top: 63%;
        left: 7%;
        font-size: 1.2rem;
    }
}

@media (max-width: 1400px) {
    .email_orientacion {
        top: 63%;
        left: 7%;
        font-size: 1rem;
    }
}

@media (max-width: 1200px) {
    .email_orientacion {
        top: 63%;
        left: 7%;
        font-size: 0.85rem;
    }
}

@media (max-width: 991px) {

    .label,
    .text-degradado {
        font-size: 2.5vw;
    }

    .card p {
        font-size: 1.5vw;
    }

    .desc-seccion {
        font-size: 2.5vw;
    }

    .titulo-proactiva {
        font-size: 3.5vw;
    }

    .btn-proactiva {
        font-size: 2.5vw !important;
    }

    .email_orientacion {
        top: 31%;
        left: 10.5%;
        font-size: 1rem;
    }

}

@media (max-width: 767px) {

    .label,
    .text-degradado {
        font-size: 3.5vw;
    }

    .card p {
        font-size: 2.5vw;
    }

    .desc-seccion {
        font-size: 3.5vw;
    }

    .titulo-proactiva {
        font-size: 5vw;
    }

    .btn-proactiva {
        font-size: 4vw !important;
    }

    .email_orientacion {
        top: 21%;
        left: 21.5%;
        font-size: 1.6rem;
    }

}

@media (max-width: 575px) {

    .label,
    .text-degradado {
        font-size: 4.5vw;
    }

    .text-degradado {
        font-weight: bold;
        background: linear-gradient(to right, #1e90ff, white);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        -webkit-text-stroke: 1px white;
        filter: drop-shadow(2px 2px 2px black);
    }

    .search-container {
        height: fit-content;
        padding: 0px 10px 20px 10px;
    }

    .card p {
        font-size: 4vw;
    }

    .desc-seccion {
        font-size: 5vw;
    }

    #btn-flotante {
        /*top: unset !important;
        bottom: 0;
        width: 100% !important;*/
        display: none;
    }

    .titulo-proactiva {
        font-size: 6vw;
    }

    .btn-proactiva {
        font-size: 5vw !important;
    }

    .email_orientacion {
        top: 21%;
        left: 21.5%;
        font-size: 1.3rem;
    }

}

@media (max-width: 470px) {
    .email_orientacion {
        top: 21%;
        left: 21.5%;
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {

    .col-lg-2-utape {
        width: 14.2% !important;
    }

    /*#cardsTemas .col-lg-2-utape {
        width: 14% !important;
        height: 14% !important;
    }*/

}

.text--tumbling .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition: all 0.8s ease;
    transition-delay: calc(var(--char-index) * 0.015s);
    /* <--- primer char primero */
}

.text--tumbling.visible .char {
    opacity: 1;
    transform: translateY(0) scale(1);
}