.elementor-7502 .elementor-element.elementor-element-138a55d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7502 .elementor-element.elementor-element-40a0bb6 > .elementor-widget-container{margin:35px 0px 35px 0px;}/* Start custom CSS for html, class: .elementor-element-40a0bb6 */body {
        font-family: Poppins;
    }
    h1 {
        text-align: center;
        margin-bottom: 20px;
        color: #2435c7;
        font-size: 1.6em;
    }
    .faq {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        background: #fff;
    }
    .faq-item {
        border-bottom: 1px solid #eee;
    }
    .faq-item:last-child {
        border-bottom: none;
    }
    .faq input {
        display: none;
    }
    .faq label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px;
        cursor: pointer;
        font-weight: bold;
        font-size: 1.7rem;
        line-height: 1.4;
        transition: background 0.3s;
        touch-action: manipulation;
    }
    .faq label:hover {
        background: #f7f9fc;
    }
    .faq label::after {
        content: "＋";
        font-size: 1.7rem;
        transition: transform 0.3s;
    }
    .faq input:checked + label::after {
        content: "−";
        transform: rotate(180deg);
    }
    .faq .respuesta {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        font-weight: normal;
        line-height: 1.6;
        background: #fcfcfc;
        font-size: 1.5rem;
        transition: max-height 0.4s ease, padding 0.4s ease;
    }
    .faq input:checked + label + .respuesta {
        max-height: 1000px;
        padding: 15px 20px;
    }

    /* Mejoras móviles */
    @media (max-width: 480px) {
        h1 {
            font-size: 1.7em;
        }
        .faq label {
            font-size: 1.5rem;
            padding: 16px 18px;
        }
        .faq .respuesta {
            font-size:1.35rem;
        }
    }/* End custom CSS */