/* ================= BODY ================= */
body {
    background-image: radial-gradient(#8a8a8a26, #ffffff);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* ================= CONTENEDORES ================= */
.container,
.container_fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width:992px) {

    .col-4,
    .col-7,
    .col-5,
    .col-6,
    .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

/* ================= HEADER ================= */
.headerBL {
    display: flow-root;
}

.h_logo_mbl {
    float: left;
    text-align: left;
    padding: 10px 0 0;
    margin: 0 0 5px;
    width: 100%;
}

.headerBL .h_logo {
    float: left;
    text-align: left;
    /*padding:10px 0 0;
    margin:0 0 5px;*/
}

@media (min-width:992px) {
    .headerBL .h_logo {
        float: none;
        text-align: left;
        display: inline-block;
        padding: 10px 0 10px;
        text-align: center;
        width: 100%;
    }
}

/* ================= MENU RESPONSIVE ================= */
.menu_responsive {
    float: right;
}

.menu_drop_social {
    width: 33%;
    /*display: inline-block;*/
    float: right;
    text-align: center;
}

.menu_drop_social img {
    width: 3rem;
    height: auto;
}

.idMenuText {
    font-size: 1.5em;

}

.headerBL .h_logo .img-logo,
#idMenuResponsive {
    height: 4rem;
    /* tamaño móvil */
}

.img-logo {
    height: 4rem;
    box-shadow: 0 0 20px 5px rgb(96 40 139 / 22%);
}

#idMenuResponsive {
    color: #000;
    text-decoration: none;
    position: relative;
    border-radius: 5px 5px;
    border-width: thick;
    box-shadow: 0 0 20px 5px rgb(132 132 132 / 22%);
    width: 8rem;
}

@media (min-width: 768px) {

    .headerBL .h_logo .img-logo,
    #idMenuResponsive {
        height: 5rem;
    }

    #idMenuResponsive {
        display: grid;
        /* apilar elementos verticalmente */
        grid-template-rows: auto auto;
        /* 1ª fila texto, 2ª fila icono */
        justify-items: center;
        /* centrar horizontal */
        align-items: center;
        /* centrar vertical dentro del grid */
        width: 7rem;
        /* ancho fijo si quieres */
    }
}

/* ================= MENU STD ================= */
.menuSTD {
    display: none;
    position: relative;
    overflow: visible !important;
    background-color: #fafafa;
    border: 1px solid #ececec;
    padding-right: 0;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 27%);
    padding: 0;
    background-image: radial-gradient(#052c6500, #6c757d08);
}

@media (min-width:992px) {
    .menuSTD {
        display: block !important;
    }

    .menuMBL {
        display: none;
    }
}

/* ================= MENU STD FLEX ================= */
.menuSTD ul.menu_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* enlaces normales */
.menuSTD ul.menu_top>li:not(.social) {
    padding: 1rem 0.6rem;
    display: flex;
    align-items: center;
}

/* Pantallas grandes (1200px o más) */
@media (min-width: 1200px) {
    .menuSTD ul.menu_top>li:not(.social) {
        padding: 1rem 1rem;
    }
}

/* Empuja SOLO el primer social a la derecha */
.menuSTD ul.menu_top #M_SOCIAL_T {
    margin-left: auto;
    /* todos los sociales se empujan a la derecha */
}

/* Reducimos espacio interno entre los iconos sociales */
.menuSTD ul.menu_top li.social {
    padding: 0 0.5rem;
    /* mínimo espacio entre iconos */
}

/* Estilo base: móviles → iconos pequeños */
.menuSTD ul.menu_top li.social img {
    display: block;
    height: 2em;
}

/* Pantallas grandes (1200px o más) → iconos grandes */
@media (min-width: 1200px) {
    .menuSTD ul.menu_top li.social img {
        height: 3em;
    }
}


/* ================= LISTAS ================= */
ul.menu_top {
    display: none;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5;
}

ul.menu_top>li {
    position: relative;
    display: inline-block;
    /*margin:0 1.3em 0 0;*/
    line-height: 1;
    padding: 1em 1.2em;
}

ul.menu_top>li>a {
    color: #000;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
}

ul.menu_top>li>a:hover {
    color: #4e4edd;
}

ul.menu_top>.current>a {
    color: #0000ca;
}

/* color span */
/*ul.menu_top>.current > a .menu-sub {
    color: black; 
}*/
ul.menu_top li.social {
    float: right;
    position: relative;
    /*display: inline-block;*/
    padding: 6px 10px 6px 10px;
    /*border-left:1px solid #ececec;*/
    margin-right: 0;
}

/* texto secundario */
.menu_top .menu-sub {
    display: block;
    font-size: 0.65em;
    /* MUY pequeño */
    font-weight: 400;
    opacity: 0.55;
    /* casi invisible pero legible */
    margin-top: 0.5em;
    letter-spacing: 0.02em;
}

/* ================= ICONOS ================= */
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ================= MENU DROP ================= */
.menu_drop {
    list-style: none;
    margin: 0 0 0 0;
    padding: 10px 20px;
    display: none;
    position: absolute;
    opacity: .97;
    z-index: 1;
    min-width: 260px;
    border: 1px solid #456969;
    background-color: #fff;
    border-radius: 4px;
    right: 30px;
}

.menu_drop li {
    margin-bottom: 1em;
}

.menu_drop li a {
    color: #000;
    font-size: 1.3em;
}

/* ================= SUBMENUS ================= */
/* Menú anidado (nested) para móvil - Servicios */
.submenu-nested {
    animation: slideInFromRight 0.3s ease-out;
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.submenu-nested li strong {
    font-size: 1.1em;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.submenu-nested li a {
    font-size: 1.2em;
    color: #333;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
    padding: 0.5em 0;
}

.submenu-nested li a:hover {
    color: #4e4edd;
    padding-left: 0.5em;
}

/* Contenedor sticky del botón de volver */
.menu-back-sticky {
    position: sticky;
    top: 0;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
    z-index: 50;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Botón de volver */
.btn-back-menu {
    background: none;
    border: none;
    color: #4e4edd;
    font-size: 1.2em;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.btn-back-menu:active {
    transform: scale(0.95);
}

.btn-back-menu:hover {
    color: #0000ca;
}

/* Título sticky en el submenu */
.sticky-title {
    display: block;
    font-size: 1.1em;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

/* Submenu para menú desktop */
ul.menu_top li .submenu {
    list-style: none;
    margin: 0;
    padding: 0.75em 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(78, 78, 221, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
    min-width: 200px;
    z-index: 1000;
    margin-top: 0.2em;
    backdrop-filter: blur(10px);
}

/* Zona invisible para mantener hover entre menú y submenu */
ul.menu_top li:has(.submenu)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0.5em;
    z-index: 999;
}

ul.menu_top li:hover .submenu {
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

ul.menu_top li .submenu li {
    display: block;
    padding: 0.75em 1.25em;
    margin: 0;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

ul.menu_top li .submenu li:hover {
    border-left-color: #4e4edd;
    background-color: rgba(78, 78, 221, 0.05);
}

ul.menu_top li .submenu li a {
    color: #333;
    font-size: 0.95em;
    font-weight: 500;
    display: block;
    text-decoration: none;
    transition: color 0.2s ease;
}

ul.menu_top li .submenu li a:hover {
    color: #4e4edd;
}

ul.menu_top li .submenu li a:hover {
    color: #4e4edd;
}

/* ================= FOOTER ================= */
footer {
    background-color: #26282b;
    color: #fff;
    padding: 30px 0;
}

footer a {
    color: inherit;
}

footer li {
    margin-bottom: 10px;
}

footer .title {
    text-align: center;
    border-bottom: 2px solid rgb(255 255 255 / .2);
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.ftr-link {
    color: #ceceff;
    font-weight: bold;
}

footer .rowLegal::before {
    padding-top: 1rem;
    margin: 1rem 15px 0 15px;
    border-top: 2px solid rgb(255 255 255 / .2);
    flex-wrap: wrap;
    width: 100%;
    content: '';
}

/* ================= TEXTO ================= */
.text-justify {
    text-align: justify;
}

.text-left {
    text-align: left;
}

.txt_bt {
    text-align: right;
}

@media (max-width:992px) {
    .txt_bt {
        margin-top: 1em;
        text-align: center;
    }
}

.txt_r {
    text-align: right;
}

.b {
    font-weight: 500 !important;
}

.font_sm {
    font-size: small;
}

/* ================= HORIZONTAL RULE ================= */
.hr_w80,
.hr_w60,
.hr_t40_b40_w80 {
    margin: 30px auto 30px auto;
    height: 1px;
    border-top: 1px dotted #b4b4b4;
}

/* ================= IMÁGENES ================= */
.img-fit {
    margin: auto;
    max-width: 250px;
    max-height: 250px;
}

.row .col-4 .img-fit {
    max-width: 80%;
}

.img-margin {
    margin-top: 1em;
    margin-bottom: 1em;
}

.img_banner {
    box-shadow: 0 0 10px 2px rgb(3 0 164 / 20%);
    width: 100%;
}

/* ================= TARJETAS / AD ================= */
.ad h2 {
    font-weight: bold !important;
    color: #ffffff !important;
    margin-bottom: 1rem !important;
}

.ad {
    background: linear-gradient(135deg, #4c61c3 0%, #2e2637 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4) !important;
    padding: 2rem !important;
    transition: all .3s ease !important;
    border: none !important;
}

/*.ad:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.6) !important;
}*/

.ad p,
.ad a,
.ad strong,
.ad strong a {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4) !important;
}

.ad .col-4 img {
    border-radius: 15px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
    transition: transform 0.3s ease !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
}

.ad .col-4 img:hover {
    transform: scale(1.08) rotate(2deg) !important;
}

.card_home .card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
    padding: 1.5rem !important;
    margin-top: 1rem !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(102, 126, 234, 0.1) !important;
}

.card_home .card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3) !important;
    border-color: rgba(102, 126, 234, 0.3) !important;
}

.card_home .card h3 {
    color: #764ba2 !important;
    font-weight: bold !important;
    border-bottom: 3px solid #667eea !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 1rem !important;
}

.card_home .card h3 a {
    color: #667eea !important;
    text-decoration: none !important;
}

.card_home .card h3 a:hover {
    color: #764ba2 !important;
}

.card_home .card img {
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.3s ease !important;
}

.card_home .card img:hover {
    transform: scale(1.08) rotate(2deg) !important;
}

.card {
    position: relative;
    background-color: #fff;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    border-bottom: 3px solid #26282b94;
    height: 98%;
}

/* ================= PAGINAS / SECCIONES ================= */
.pg_aside {
    color: #fff;
    background-color: #dbdbdb;
    position: relative;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / .2);
    margin-bottom: 2em;
}

#videoTitle {
    font-size: 1.2em;
}

/* ================= FORMULARIOS ================= */
#idFormControlTextArea {
    height: 10em;
}

.form-check-input {
    float: none !important;
}

/* ================= FLEX / MISC ================= */
.d_flex {
    display: flex;
}

.ml-2 {
    margin-left: 3em;
}

.f-right {
    float: right;
}

.icon-s50 {
    width: 40px;
}

#map-placeholder {
    margin-bottom: 1em;
}

.black {
    color: black;
}

a {
    color: #0069b2;
    text-decoration: none;
    background-color: #fff0;
    -webkit-text-decoration-skip: objects;
}

/* ================= REDES SOCIALES ================= */
.social .text-center {
    display: flex;
    /* flex para distribuir los iconos */
    justify-content: space-between;
    /* espacio proporcional entre todos los iconos */
    align-items: center;
    /* centrado vertical */
    /*max-width: 400px;*/
    /* limita el ancho total del grupo */
    margin: 0 3rem;
    /* centra el grupo horizontalmente */
    padding: 0 1rem;
    /* margen lateral mínimo */
    gap: 0.5rem;
    /* espacio mínimo entre iconos */
}

.social .text-center span {
    display: inline-block;
    /* cada icono como bloque para flex */
}

.social .text-center a.rss i {
    font-size: 2rem;
    /* tamaño de los iconos */
    color: white;
    /* color de los iconos */
}

/* ================= LISTA FOOTER SERVICIOS CON BULLETS CENTRADOS ================= */
ul.ftr_srvc_bullets {
    list-style: disc inside;
    /* bullets visibles y pegados al texto */
    padding: 0;
    /* quita padding del UL */
    margin: 0 auto;
    /* centra el UL horizontalmente */
    text-align: center;
    /* centra los LI horizontalmente */
    font-size: larger;
    /* tamaño del texto */
}

ul.ftr_srvc_bullets li {
    margin: 0.5em 1em;
    /* espacio entre elementos vertical y horizontal */
    text-align: left;
    /* bullets pegados al texto */
}

ul.ftr_srvc_bullets li a {
    display: inline;
    /* asegura que el link no rompa la alineación */
    color: inherit;
    text-decoration: none;
}

/* ================= MENU RESPONSIVE STICKY CORRECTO ================= */
@media (max-width: 991px) {
    .menuMBL-wrapper {
        position: sticky;
        top: 0;
        z-index: 9999;
        background-color: #fafafa;
        box-shadow: 0px 0px 20px 0px rgb(22 32 83 / 48%);
        padding: 0.5rem 2rem;
    }

    .menuMBL {
        margin-top: 0;
        /* elimina el hueco fantasma */
        margin-bottom: 1rem;
    }

    .menu_drop {
        position: fixed;
        /* mejor que absolute */
        top: 6.5rem;
        /* justo debajo del header */
        right: 1rem;
        left: 1rem;

        max-height: calc(100vh - 7em);
        /* nunca se sale de la pantalla */
        overflow-y: auto;
        /* 👈 scroll vertical */

        min-width: auto;
        width: auto;
    }
}


/* OTHER */
.b_right {
    border-right: 1px solid #00000026;
}

.b_left {
    border-left: 1px solid #00000026;
}

/* ================= H1 ================= */
h1 {
    white-space: nowrap;
    display: inline-block;
    font-weight: bolder;
}

/* ================= CTA CARDS ================= */
.cta-card {
    background: linear-gradient(135deg, #1a1d3a 0%, #2d3561 50%, #1f2847 100%) !important;
    border-radius: 25px !important;
    box-shadow: 0 15px 45px rgba(26, 29, 58, 0.6) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(102, 126, 234, 0.3) !important;
}

/*.cta-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.5) !important;
    border-color: rgba(102, 126, 234, 0.6) !important;
}*/

.cta-card h2,
.cta-card h3,
.cta-card p,
.cta-card .lead {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4) !important;
}

.cta-card .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4) !important;
    transition: all 0.3s ease !important;
}

.cta-card .btn-primary:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.6) !important;
}

.cta-card .btn-outline-primary {
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.cta-card .btn-outline-primary:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* Service Cards - Enlaces a servicios relacionados */
.service-card {
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border: 1px solid rgba(102, 126, 234, 0.2) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15) !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

.service-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.25) !important;
    border-color: rgba(102, 126, 234, 0.4) !important;
}

.service-card .card-body {
    padding: 1rem !important;
}

.service-card .card-title {
    font-weight: 600 !important;
    margin-bottom: 0.1rem !important;
    font-size: larger;
}

.service-card .card-text {
    color: #495057 !important;
    margin-bottom: 1.5rem !important;
}

.service-card .btn-outline-primary {
    border-width: 2px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.service-card .btn-outline-primary:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-color: #667eea !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(102, 126, 234, 0.3) !important;
}

.service-card i {
    transition: transform 0.3s ease !important;
}

.service-card:hover i {
    transform: scale(1.15) rotate(5deg) !important;
}

/* ================= CTA WRAPPER - Simplificación ================= */
.cta-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.cta-wrapper .cta-card {
    width: 100%;
    max-width: 900px;
    text-align: center;
    padding: 2rem;
}

@media (max-width: 768px) {
    .cta-wrapper .cta-card {
        padding: 1.5rem;
    }
}

/* ================= RELATED SERVICES WRAPPER - Simplificación ================= */
.related-services {
    margin-bottom: 1.5rem;
}

.related-services-container {
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 0.75rem;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.1);
    border: none;
}

.related-services-title {
    text-align: center;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.related-services-subtitle {
    text-align: center;
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

/* Service card headers con icono + título inline */
.service-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}

.service-card-icon {
    color: #667eea;
    font-size: 1.25rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.service-card-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.service-card-text {
    color: #495057;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

/* Ajuste específico para service-card dentro de related-services */
.related-services .service-card .card-body {
    padding: 0.5rem !important;
    text-align: center;
}

/* ================= FAQs SECTION ================= */
.faq-section {
    margin-bottom: 2rem;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.faq-title {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
}

/* Ocultar el marker por defecto de details */
.faq-item summary {
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    user-select: none;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question-text {
    flex: 1;
    font-size: 1rem;
}

.faq-icon {
    color: #667eea;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
    margin-left: 0.75rem;
}

.faq-item[open] .faq-icon {
    transform: rotate(180deg);
}

.faq-item .faq-question {
    background: #e8eaf061;
    border-left: 4px groove rgba(102, 126, 234, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
    border-bottom: 3px groove rgb(39 55 131 / 40%);
}



/* OTRAS OPCIONES - Descomenta la que prefieras y comenta la actual:
OG
.faq-item .faq-question {
    background: linear-gradient(135deg, #e8eaf0 0%, #dfe3ef 100%);
    box-shadow: inset 0 1px 3px rgba(102, 126, 234, 0.08);
}

OPCIÓN 2: Degradado vertical sutil
.faq-item .faq-question {
    background: linear-gradient(180deg, #e8eaf0 0%, #dfe3ef 100%);
    box-shadow: inset 0 1px 3px rgba(102, 126, 234, 0.08);
}

OPCIÓN 3: Color sólido gris-azulado con brillo sutil
.faq-item .faq-question {
    background: #e3e7f1;
    box-shadow: inset 0 1px 2px rgba(102, 126, 234, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
}

OPCIÓN 4: Degradado radial desde el centro
.faq-item .faq-question {
    background: radial-gradient(ellipse at center, #e8eaf0 0%, #dfe3ef 100%);
    box-shadow: inset 0 1px 3px rgba(102, 126, 234, 0.08);
}

OPCIÓN 5: Efecto de borde izquierdo coloreado
.faq-item .faq-question {
    background: #e8eaf0;
    border-left: 4px solid rgba(102, 126, 234, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

OPCIÓN 6: Fondo muy sutil casi plano
.faq-item .faq-question {
    background: rgba(102, 126, 234, 0.06);
    box-shadow: inset 0 1px 2px rgba(102, 126, 234, 0.1);
}

OPCIÓN 7: Textura con patrón de puntos sutiles
.faq-item .faq-question {
    background-color: #e8eaf0;
    background-image: radial-gradient(rgba(102, 126, 234, 0.08) 1px, transparent 1px);
    background-size: 8px 8px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

*/

.faq-item[open] dd {
    margin-bottom: 0;
}

.faq-answer {
    padding: 0.5rem 1.25rem 1rem;
    background: rgba(102, 126, 234, 0.02);
    border-left: 4px solid rgba(160, 160, 160, 0.3);
    border-bottom: 3px groove rgb(39 55 131 / 12%);
}

.faq-answer p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .faq-container {
        padding: 0.5rem;
    }

    .faq-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .faq-question {
        padding: 0.875rem 1rem;
    }

    .faq-question-text {
        font-size: 0.95rem;
    }

    .faq-icon {
        font-size: 1.1rem;
    }
}