.elementor-706 .elementor-element.elementor-element-bf7bf7f{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-706 .elementor-element.elementor-element-bf7bf7f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-806e5c7 *//* =========================
   SECTION
========================= */

.thanks-express{
    position:relative;
    width:100%;
    min-height:100vh;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:60px 20px;

    overflow:hidden;

    font-family:'Poppins',sans-serif;

    background:
    linear-gradient(rgba(3,7,30,0.82), rgba(3,7,30,0.92)),
    url('https://hoteles.impulsoexpress.com/wp-content/uploads/2026/05/impulso-express-office.webp');

    background-size:cover;
    background-position:center;
}

/* =========================
   GLOW
========================= */

.thanks-express::before{
    content:"";

    position:absolute;

    width:500px;
    height:500px;

    background:#0057ff;

    border-radius:50%;

    filter:blur(140px);

    opacity:.25;

    top:-180px;
    right:-120px;
}

.thanks-express::after{
    content:"";

    position:absolute;

    width:420px;
    height:420px;

    background:#00a2ff;

    border-radius:50%;

    filter:blur(140px);

    opacity:.16;

    bottom:-180px;
    left:-120px;
}

/* =========================
   CARD
========================= */

.thanks-card{
    position:relative;
    z-index:2;

    width:100%;
    max-width:760px;

    background:rgba(7,15,45,0.78);

    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);

    border-radius:28px;

    padding:55px 48px;

    text-align:center;

    box-shadow:
    0 10px 60px rgba(0,0,0,0.45),
    0 0 30px rgba(0,102,255,0.18);
}

/* =========================
   CHECK
========================= */

.check-wrap{
    display:flex;
    justify-content:center;

    margin-bottom:24px;
}

.check-circle{
    width:105px;
    height:105px;

    border-radius:50%;

    background:linear-gradient(135deg,#0057ff,#00a2ff);

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
    0 10px 30px rgba(0,102,255,0.45),
    0 0 40px rgba(0,132,255,0.35);
}

.check-circle i{
    color:#fff;
    font-size:42px;
}

/* =========================
   TEXTOS
========================= */

.thanks-mini{
    display:inline-block;

    font-size:13px;
    font-weight:700;
    letter-spacing:2px;

    color:#ffcc00;

    margin-bottom:16px;
}

.thanks-title{
    color:#fff;

    font-size:46px;
    line-height:1.1;

    font-weight:800;

    margin-bottom:22px;
}

.thanks-text{
    color:rgba(255,255,255,0.82);

    font-size:17px;
    line-height:1.8;

    max-width:620px;

    margin:0 auto 36px auto;
}

/* =========================
   BOXES
========================= */

.thanks-boxes{
    display:flex;
    gap:18px;

    justify-content:center;
    flex-wrap:wrap;

    margin-bottom:34px;
}

.thanks-box{
    min-width:180px;

    background:rgba(255,255,255,0.05);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:18px;

    padding:18px 20px;

    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;

    transition:.3s ease;
}

.thanks-box:hover{
    transform:translateY(-4px);

    border-color:rgba(0,132,255,0.55);

    box-shadow:0 10px 24px rgba(0,102,255,0.18);
}

.thanks-box i{
    font-size:24px;

    color:#00a2ff;
}

.thanks-box span{
    color:#fff;

    font-size:14px;
    font-weight:600;
}

/* =========================
   ALERT
========================= */

.thanks-alert{
    width:100%;

    background:linear-gradient(
    90deg,
    rgba(255,204,0,0.18),
    rgba(255,204,0,0.08));

    border:1px solid rgba(255,204,0,0.25);

    border-radius:18px;

    padding:18px 22px;

    display:flex;
    gap:14px;
    align-items:flex-start;

    margin-bottom:34px;

    text-align:left;
}

.thanks-alert i{
    color:#ffcc00;

    font-size:18px;

    margin-top:2px;
}

.thanks-alert span{
    color:#fff;

    font-size:14px;
    line-height:1.7;
}

/* =========================
   BUTTONS
========================= */

.thanks-buttons{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    text-decoration:none;

    padding:16px 28px;

    border-radius:14px;

    font-size:15px;
    font-weight:700;

    transition:.3s ease;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.btn-primary{
    background:linear-gradient(135deg,#0057ff,#2b7cff);

    color:#fff;

    box-shadow:0 10px 24px rgba(0,102,255,0.35);
}

.btn-primary:hover{
    transform:translateY(-3px) scale(1.02);
}

.btn-secondary{
    background:linear-gradient(135deg,#25D366,#1ebe5d);

    border:1px solid rgba(255,255,255,0.08);

    color:#fff;

    box-shadow:0 10px 24px rgba(37,211,102,0.28);
}

.btn-secondary:hover{
    transform:translateY(-3px) scale(1.02);

    background:linear-gradient(135deg,#2ee071,#20c863);

    box-shadow:0 14px 30px rgba(37,211,102,0.38);
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .thanks-card{
        padding:42px 24px;
        border-radius:24px;
    }

    .thanks-title{
        font-size:34px;
    }

    .thanks-text{
        font-size:15px;
        line-height:1.7;
    }

    .check-circle{
        width:90px;
        height:90px;
    }

    .check-circle i{
        font-size:34px;
    }

    .thanks-box{
        width:100%;
    }

    .thanks-alert{
        padding:16px;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        text-align:center;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bf7bf7f *//* FORZAR ANCHO COMPLETO EN ELEMENTOR */

.elementor-widget-html,
.elementor-widget-container,
.thanks-express{
    width:100% !important;
    max-width:100% !important;
}

.thanks-express{
    margin:0 !important;
    border-radius:0 !important;
}/* End custom CSS */