@media (max-width: 768px) {
    .mobileMenuContent {
        padding: 18px;
    }
    /* header area: back, centered title, close */
    .mobileHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 6px 18px 6px;
    }
    .mobileBack,
    .mobileClose {
        background: transparent;
        border: 0;
        padding: 6px;
        margin: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobileBack .mobileIconSVG path {
        stroke: #ff6a54;
    }
    .mobileClose {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        border: 3px solid #ff6a54;
        box-sizing: border-box;
    }
    .mobileClose .mobileIconSVG path {
        stroke: #ff6a54;
    }
    .mobileTitle {
        flex: 1;
        text-align: center;
        font-size: 28px;
        font-weight: 800;
        color: #083a64;
        font-family: "Lato", sans-serif;
    }
    .mobileHeader > * {
        min-width: 48px;
    }

    .mobileSubmenu {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding: 6px 6px 36px 6px;
    }
    .mobileSubItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #eaf4fb; /* very light blue */
        border-radius: 14px;
        padding: 18px 16px;
        box-sizing: border-box;
        cursor: pointer;
        color: #083a64; /* deep navy */
        font-weight: 800;
        font-family: "Lato", sans-serif;
        text-decoration: none;
    }
    .mobileSubItem:active {
        transform: translateY(1px);
    }
    .mobileSubItem .left {
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .mobileSubItem .icon {
        width: 48px;
        height: 48px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex: 0 0 48px;
        border-radius: 8px; /* subtle rounding to match asset look */
    }
    .mobileSubItem .label {
        font-size: 22px;
        line-height: 1;
        color: #083a64;
    }
    .mobileSubItem .chev {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #ff6a54;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        flex: 0 0 44px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
    }
    /* white card wrapper to match assurance detail look */
    .mobileCard {
        background: #ffffff;
        border-radius: 14px;
        padding: 20px; /* increased padding to make the white box bigger */
        box-shadow: 0 18px 40px rgba(11, 36, 64, 0.08); /* slightly stronger shadow */
        margin-top: 12px;
        width: 100%;
        box-sizing: border-box;
    }
    /* ensure links inside submenu look like buttons */
    .mobileSubItem[href] {
        display: flex;
    }
}

@media (max-width: 480px) {
    /* Estilos para móviles pequeños */
    .banner-cta,
    .cta-big,
    .banner-title,
    .banner-list {
        text-align: center;
    }
}
@media (max-width: 576px) {
    /* Estilos para móviles medianos */
    .banner-cta,
    .cta-big,
    .banner-title,
    .banner-list {
        text-align: center;
    }
}
@media (max-width: 768px) {
    /* Estilos para móviles grandes y phablets */
    .banner-cta,
    .cta-big,
    .banner-title,
    .banner-list {
        text-align: center;
    }
}
@media (max-width: 992px) {
    /* Estilos para tablets */
    .banner-cta,
    .cta-big,
    .banner-title,
    .banner-list {
        text-align: center;
    }
}

.mm-menu {
    --mm-color-background: #ffffff;
    --mm-color-text: #0f3350;
    --mm-color-highlighted: #0c8ed6;
}

.mm-navbar {
    background-color: #ffffff !important;
    color: #0f3350 !important;
    font-weight: bold;
}

.mm-panel {
    padding-top: 10px;
}

.mm-menu_offcanvas {
    /*top: 75px;*/
    width: 100%;
    min-width: 240px;
    max-width: 440px;
}

.mm-listitem__btn {
    padding-right: 20px;
}

.mm-btn_close::before,
.mm-btn_close::after {
    width: 8px;
    height: 8px;
    border-color: #fe6649 !important;
}

.mm-btn_close::before {
    right: 14px;
}

.mm-btn_prev::before {
    border-color: #fe6649 !important;
}

.mm-btn_next::after {
    right: 35px;
    border-color: #fe6649 !important;
}

.mm-listitem::after {
    display: none;
}

.mm-listitem__btn {
    padding-top: 7px;
    padding-bottom: 7px;
}

.mm-item {
    flex-direction: column !important;
}

.mm-listitem__text {
    padding-left: 10px;
    padding-right: 10px;
}
