/* ========================= */
/*         BANNER            */
/* ========================= */

.sic-banner {
    width: 100%;
    max-width: 1131px;
    background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home-rd/banner-sic/Banner-sic-desk.webp");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 14px;
    padding: 22px 26px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.sic-banner__content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.sic-banner__text {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #0B2739;
}

.sic-banner__text strong {
    font-weight: 700;
}

.sic-banner__btn {
    padding: 7px 32px;
    border-radius: 30px;
    border: none;
    background: #0B2739;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s;
}

.sic-banner__btn:hover {
    background: #003957;
}

/* ===== Responsive mobile ===== */
@media (max-width: 768px) {
    .sic-banner__content {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .sic-banner__btn {
        margin-top: 10px;
    }

    .sic-banner__text {
        font-size: 1rem;
    }

    .sic-banner {
        background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home-rd/banner-sic/banner-sic-mob.webp");
    }

    .sic-modal__dialog {
        width: 312px !important;
        height: 620px !important;
        background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home-rd/banner-sic/popup-sic-mob.webp") !important;
        padding: 65px 25px !important;
        font-size: 1rem !important;
    }

    .sic-modal__dialog {
            padding: 80px 30px;
    }
}

/* ========================= */
/*         MODAL             */
/* ========================= */

.sic-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.sic-modal.sic-modal--active {
    display: flex;
}

.sic-modal__overlay {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.35);
}

.sic-modal__dialog {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 805px;
    height: 489px;
    border-radius: 16px;
    padding: 85px 100px;
    z-index: 10;
    background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home-rd/banner-sic/popup-sic-desk.webp");
}

.sic-modal__close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.sic-modal__body {
    overflow-y: auto;
}

.sic-modal__body p {
    line-height: 1.35;
    color: #0b1f27;
    margin-bottom: 14px;
}

.sic-modal__body a {
    color: #005caa;
    text-decoration: underline;
}

.sic-modal__button {
    width: 104px;
    margin-top: 20px;
    padding: 8px;
    border-radius: 30px;
    background: #002a42;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.sic-modal__button:hover {
    background: #003957;
}

.botonclose {
    display: flex;
    justify-content: center;
}