.elementor-4832 .elementor-element.elementor-element-a6218a5{--display:flex;}.elementor-4832 .elementor-element.elementor-element-96d33d1{--display:flex;}.elementor-4832 .elementor-element.elementor-element-944b613{--display:flex;}.elementor-4832 .elementor-element.elementor-element-4bd992c{--display:flex;}.elementor-4832 .elementor-element.elementor-element-da4e399{--display:flex;}.elementor-4832 .elementor-element.elementor-element-8894aa0{--display:flex;}.elementor-4832 .elementor-element.elementor-element-628eb32{--display:flex;}.elementor-4832 .elementor-element.elementor-element-935c2b5{--display:flex;}.elementor-4832 .elementor-element.elementor-element-9a39b80{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ==========================================================
   BET HOME 2026
   BLOQUE 01 — HERO
========================================================== */

.bet-home-2026 {
    --bet-orange: #FF6800;
    --bet-orange-dark: #e65e00;

    --bet-dark: #18212B;
    --bet-text: #343B44;
    --bet-muted: #6E7681;

    --bet-light: #F6F7F8;
    --bet-border: #E7E9EC;
    --bet-white: #FFFFFF;

    font-family: inherit;
}


/* ==========================================================
   HERO GENERAL
========================================================== */

.bet-home-2026.bet-hero {
    width: 100%;
    background: var(--bet-white);

    padding:
        clamp(55px, 6vw, 90px)
        24px;

    overflow: hidden;
}


.bet-home-2026 .bet-hero__inner {

    width: min(1240px, 100%);
    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 0.86fr)
        minmax(0, 1.14fr);

    gap: clamp(45px, 6vw, 80px);

    align-items: center;
}


/* ==========================================================
   TEXTO
========================================================== */

.bet-home-2026 .bet-hero__content {
    position: relative;
    z-index: 2;
}


/* Etiqueta superior */

.bet-home-2026 .bet-hero__eyebrow {

    margin: 0 0 18px;

    color: var(--bet-orange);

    font-size: 13px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .12em;
}


/* H1 */

.bet-home-2026 .bet-hero__title {

    margin: 0;

    color: var(--bet-dark);

    font-size: clamp(44px, 5vw, 67px);

    font-weight: 800;

    line-height: .98;

    letter-spacing: -.045em;
}


.bet-home-2026 .bet-hero__title span {

    display: block;

    margin-top: 8px;

    color: var(--bet-orange);
}


/* Bajada */

.bet-home-2026 .bet-hero__lead {

    max-width: 570px;

    margin: 28px 0 0;

    color: var(--bet-text);

    font-size: clamp(18px, 1.7vw, 21px);

    line-height: 1.55;
}


/* Ubicación */

.bet-home-2026 .bet-hero__location {

    margin: 18px 0 0;

    color: var(--bet-muted);

    font-size: 14px;

    line-height: 1.6;
}


.bet-home-2026 .bet-hero__location strong {

    color: var(--bet-dark);

    font-weight: 700;
}


.bet-home-2026 .bet-hero__location > span {

    margin: 0 8px;

    color: var(--bet-orange);
}


/* ==========================================================
   BOTONES
========================================================== */

.bet-home-2026 .bet-hero__actions {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}


.bet-home-2026 .bet-btn {

    min-height: 58px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    padding: 12px 21px;

    border-radius: 12px;

    text-decoration: none !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        background-color .18s ease;
}


.bet-home-2026 .bet-btn:hover {

    transform: translateY(-2px);
}


/* CTA Cotizar */

.bet-home-2026 .bet-btn--primary {

    background: var(--bet-orange);

    color: #FFFFFF !important;

    font-size: 15px;

    font-weight: 750;

    box-shadow:
        0 10px 26px rgba(255,104,0,.23);
}


.bet-home-2026 .bet-btn--primary:hover {

    background: var(--bet-orange-dark);

    box-shadow:
        0 13px 32px rgba(255,104,0,.30);
}


/* CTA BETY */

.bet-home-2026 .bet-btn--secondary {

    background: var(--bet-white);

    color: var(--bet-dark) !important;

    border: 1px solid var(--bet-border);
}


.bet-home-2026 .bet-btn--secondary:hover {

    border-color: rgba(255,104,0,.45);

    box-shadow:
        0 10px 28px rgba(20,30,40,.08);
}


.bet-home-2026 .bet-btn__bety-icon {

    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(255,104,0,.10);

    color: var(--bet-orange);

    font-size: 18px;
}


.bet-home-2026 .bet-btn__content {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    line-height: 1.15;
}


.bet-home-2026 .bet-btn__content strong {

    font-size: 15px;
    font-weight: 750;
}


.bet-home-2026 .bet-btn__content small {

    margin-top: 3px;

    color: var(--bet-muted);

    font-size: 11px;
}


/* ==========================================================
   INFORMACIÓN DE APOYO
========================================================== */

.bet-home-2026 .bet-hero__support {

    display: flex;

    gap: 30px;

    margin-top: 34px;

    padding-top: 25px;

    border-top:
        1px solid var(--bet-border);
}


.bet-home-2026 .bet-hero__support > div {

    display: flex;

    flex-direction: column;

    gap: 4px;
}


.bet-home-2026 .bet-hero__support strong {

    color: var(--bet-dark);

    font-size: 13px;

    font-weight: 750;
}


.bet-home-2026 .bet-hero__support span {

    color: var(--bet-muted);

    font-size: 11px;
}


/* ==========================================================
   IMAGEN HERO
========================================================== */

.bet-home-2026 .bet-hero__visual {

    min-width: 0;
}


.bet-home-2026 .bet-hero__image-wrapper {

    position: relative;

    min-height: 530px;

    overflow: hidden;

    border-radius: 24px;

    background: var(--bet-light);

    box-shadow:
        0 25px 65px rgba(17,24,39,.12);
}


.bet-home-2026 .bet-hero__image {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}


/* Badge experiencia */

.bet-home-2026 .bet-hero__badge {

    position: absolute;

    right: 22px;
    bottom: 22px;

    width: 220px;

    padding: 20px;

    background:
        rgba(255,255,255,.96);

    border-radius: 17px;

    box-shadow:
        0 15px 38px rgba(15,23,42,.18);
}


.bet-home-2026 .bet-hero__badge strong {

    color: var(--bet-dark);

    font-size: 19px;

    font-weight: 750;
}


.bet-home-2026 .bet-hero__badge strong span {

    color: var(--bet-orange);

    font-size: 37px;

    font-weight: 850;

    letter-spacing: -.04em;
}


.bet-home-2026 .bet-hero__badge p {

    margin: 7px 0 0;

    color: var(--bet-text);

    font-size: 12px;

    line-height: 1.45;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .bet-home-2026 .bet-hero__inner {

        grid-template-columns:
            1fr 1fr;

        gap: 35px;
    }


    .bet-home-2026 .bet-hero__title {

        font-size:
            clamp(42px, 5.5vw, 54px);
    }


    .bet-home-2026 .bet-hero__image-wrapper {

        min-height: 470px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bet-home-2026.bet-hero {

        padding:
            42px 18px
            50px;
    }


    .bet-home-2026 .bet-hero__inner {

        display: flex;

        flex-direction: column;

        gap: 35px;
    }


    .bet-home-2026 .bet-hero__title {

        font-size:
            clamp(38px, 11vw, 48px);

        line-height: 1;
    }


    .bet-home-2026 .bet-hero__lead {

        margin-top: 22px;

        font-size: 17px;
    }


    .bet-home-2026 .bet-hero__location {

        font-size: 13px;
    }


    .bet-home-2026 .bet-hero__location > span {

        display: none;
    }


    .bet-home-2026 .bet-hero__actions {

        display: grid;

        grid-template-columns: 1fr;

        margin-top: 24px;
    }


    .bet-home-2026 .bet-btn {

        width: 100%;
    }


    .bet-home-2026 .bet-btn__content {

        align-items: center;
    }


    .bet-home-2026 .bet-hero__support {

        gap: 20px;

        margin-top: 27px;

        padding-top: 21px;
    }


    .bet-home-2026 .bet-hero__image-wrapper {

        width: 100%;

        min-height: 390px;

        border-radius: 18px;
    }


    .bet-home-2026 .bet-hero__badge {

        width: 190px;

        right: 14px;
        bottom: 14px;

        padding: 16px;
    }


    .bet-home-2026 .bet-hero__badge strong span {

        font-size: 31px;
    }

}


/* ==========================================================
   MOBILE PEQUEÑO
========================================================== */

@media (max-width: 430px) {

    .bet-home-2026 .bet-hero__support {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 15px;
    }


    .bet-home-2026 .bet-hero__image-wrapper {

        min-height: 350px;
    }

}/* End custom CSS */