.elementor-1894 .elementor-element.elementor-element-3585eb6{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1894 .elementor-element.elementor-element-80a6a6f .elementor-button{font-family:"Roboto Slab", Sans-serif;font-weight:500;line-height:25px;}.elementor-1894 .elementor-element.elementor-element-5989ec3 .elementor-button{font-family:"Roboto Slab", Sans-serif;font-weight:500;line-height:25px;}#elementor-popup-modal-1894{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1894 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1894 .dialog-close-button{display:flex;}#elementor-popup-modal-1894 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-3585eb6 *//* ==================================================
   POPUP DE AGRADECIMIENTO PREMIUM
================================================== */

.popup-gracias {

    text-align: center;

    padding: 10px 20px;
}

/* TITULO */

.popup-gracias h1,
.popup-gracias h2,
.popup-gracias h3 {

    font-size: 48px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: -2px;

    color: #07142c;

    margin-bottom: 20px;
}

/* TEXTO */

.popup-gracias p {

    font-size: 17px;

    line-height: 1.7;

    color: #475569;

    max-width: 520px;

    margin: 0 auto 30px auto;
}

/* CONTENEDOR BOTONES */

.popup-gracias .elementor-button-wrapper {

    margin-bottom: 14px;
}

/* BOTON WHATSAPP */

.popup-gracias .btn-whatsapp .elementor-button {

    width: 100%;

    min-height: 56px;

    border-radius: 16px;

    border: none;

    background: linear-gradient(
        135deg,
        #2563eb 0%,
        #1d4ed8 100%
    ) !important;

    color: #ffffff !important;

    font-size: 16px;

    font-weight: 700;

    box-shadow:
        0 12px 30px rgba(37,99,235,0.25);

    transition: all .3s ease;
}

.popup-gracias .btn-whatsapp .elementor-button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 18px 35px rgba(37,99,235,0.35);
}

/* BOTON SECUNDARIO */

.popup-gracias .btn-secundario .elementor-button {

    width: 100%;

    min-height: 54px;

    border-radius: 16px;

    background: #ffffff !important;

    border: 1px solid #dbe4ee !important;

    color: #07142c !important;

    font-weight: 600;

    transition: all .3s ease;
}

.popup-gracias .btn-secundario .elementor-button:hover {

    border-color: #2563eb !important;

    color: #2563eb !important;

    transform: translateY(-1px);
}

/* ICONO CHECK */

.popup-gracias .icon-success {

    width: 90px;

    height: 90px;

    margin: 0 auto 25px auto;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    font-size: 42px;

    box-shadow:
        0 15px 40px rgba(37,99,235,0.25);
}

/* MOBILE */

@media (max-width: 767px) {

    .popup-gracias h1,
    .popup-gracias h2,
    .popup-gracias h3 {

        font-size: 36px;
    }

    .popup-gracias p {

        font-size: 15px;
    }/* End custom CSS */