:root {
    --white-color: #fff;
    --black-color: #000;

    --primary-color: #019BEF;
    --primary-color-hover: #0081c6c2;

    --button-color: #019DF4;
}

/* Cintillo Top */

.stefa-cintillo-mantenimiento__banner {
    background: linear-gradient(to right, #0A3D5E, #0B2739);
    color: white;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}
.stefa-cintillo-mantenimiento__message {
    display: flex;
    align-items: center;
    gap: 10px;
}
.stefa-cintillo-mantenimiento__icon {
    margin-right: 10px;
    font-size: 24px;
}
.stefa-cintillo-mantenimiento__text {
    font-size: 18px;
    line-height: 24px;
}
.stefa-cintillo-mantenimiento__text b {
    font-weight: bold;
}
.stefa-cintillo-mantenimiento__link {
    font-size: 18px;
    line-height: 24px;
    color: #019BEF;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 20px;
}

/* Search section */

.stefa-search__section {
    background-color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.stefa-search-container {
    text-align: center;
    margin-top: 30px;
}
.stefa-search_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}
.stefa-search_subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.stefa-search-box {
    position: relative;
    display: inline-block;
}
.stefa-search-box input {
    width: 300px;
    padding: 10px 40px 10px 20px;
    border-radius: 25px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    color: #333;
}
.stefa-search-box input::placeholder {
    color: #666;
}
.stefa-search-box .stefa-search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #666;
}

@media screen and (max-width: 768px) {
    .stefa-search__section {
        padding: 16px 16px 0 16px;
    }

    .stefa-search-container {
        margin-top: 0;
    }

    .stefa-search_title {
        font-size: 28px;
        line-height: 32px;
    }

    .stefa-search_title span {
        display: block;
    }

    .stefa-search_subtitle {
        font-size: 16px;
    }
}

/* Stefa contacto menu */

.stefa-contact-nav__content {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F5F5F5;
}

.stefa-contact-nav__container {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
}

.stefa-contact-nav__section {
    margin-bottom: 20px;
    padding: 10px;
    border-right: 2px solid #DDDDDD;
}

.stefa-contact-nav__section.stefa-contact-nav__section--whitout-border {
    border-right: none;
}

.stefa-contact-nav__section--whitout-border.stefa-contact-nav__section--whitout-border--bottom {
    border-bottom: none;
}

.stefa-contact-nav__section-title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.stefa-contact-nav__icon {
    font-size: 2em;
    margin-bottom: 10px;
}

.stefa-contact-nav__list {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: none;
    /* Ocultar por defecto en mobile */
}

.stefa-contact-nav__list-item {
    margin-bottom: 10px;
    width: 354px;
}

.stefa-contact-nav__link-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    color: #333;
}

.stefa-contact-nav__link:hover {
    text-decoration: none;
}

/* .stefa-contact-nav__link::before {
    content: "✓";
    color: var(--primary-color);
    text-decoration: none;
    margin-right: 4px;
} */

.stefa-contact-nav__more-link,
.stefa-contact-nav__less-link {
    display: none;
    /* Ocultar por defecto en mobile */
    margin-top: 10px;
    color: #019BEF;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    margin-left: 30px;
}

.stefa-contact-nav__more-link:hover,
.stefa-contact-nav__less-link:hover {
    text-decoration: underline;
}

.stefa-contact-nav__more-link::after,
.stefa-contact-nav__less-link::after {
    content: "";
    margin-left: 5px;
}

.stefa-contact-nav__sections {
    display: flex;
    flex-direction: column;
    max-width: 1110px;
    margin: auto;
}

.stefa-contact-nav__top,
.stefa-contact-nav__bottom {
    display: flex;
    flex-direction: column;
}

.hr {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 0;
}

.collapse-toggle {
    display: none;
}

.arrow-icon-top {
    width: 8px;
    height: 8px;
    border-right: 1px solid #019BEF;
    border-bottom: 1px solid #019BEF;
    transform: rotate(45deg);
    margin-top: -5px;
}
.arrow-icon-bottom {
    width: 8px;
    height: 8px;
    border-right: 1px solid #019BEF;
    border-bottom: 1px solid #019BEF;
    transform: rotate(225deg);
    margin-top: 8px;
}

.icon-arrow-bottom img,
.icon-arrow-top img {
    height: 9px;
    margin-left: 4px;
}

.stefa-contact-nav__text {
    font-weight: 600;
}

/* Estilos para desktop */
@media (min-width: 769px) {

    .stefa-contact-nav__top,
    .stefa-contact-nav__bottom {
        display: flex;
        flex-direction: row;
    }

    .stefa-contact-nav__sections {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
    }

    .stefa-contact-nav__section {
        flex: 1 1 45%;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
    }

    .stefa-contact-nav__section.stefa-contact-nav__section--padding-add {
        padding-left: 180px;
    }

    .stefa-contact-nav__section:last-child {
        margin-right: 0;
    }
    .stefa-contact-nav__list {
        display: block;
        /* margin-left: 6px; */
        /* Mostrar siempre en desktop */
    }

    .stefa-contact-nav__more-link,
    .stefa-contact-nav__less-link {
        display: flex;
        align-items: center;
        gap: 5px;
        /* Mostrar siempre en desktop */
    }

    .stefa-contact-nav__section-title::after {
        display: none;
        /* Ocultar flecha en desktop */
    }

    .stefa-contact-nav__link-text {
        margin-left: 6px;
    }
}

/* Estilos para mobile */
@media (max-width: 768px) {

    .stefa-popup-mv-head__button {
        font-size: 14px !important;
    }

    .stefa-contact-nav__link {
        /* margin-left: 30px; */
    }

    .stefa-contact-nav__icon picture {
        display: block;
        width: 26px;
    }

    .stefa-contact-nav__text {
        flex: 1;
        margin-top: 4px;
        margin-left: 12px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .stefa-contact-nav__link-text {
        font-size: 14px;
        line-height: 20px;
        margin-left: 6px;
    }

    .hr {
        display: none;
    }

    .stefa-contact-nav__container {
        background-color: var(--white-color);
        margin-top: 0;
    }

    .stefa-contact-nav__content {
        background-color: #f0f0f0;
    }

    .stefa-contact-nav__list {
        background-color: var(--white-color);
        padding: 0px 10px 0 10px;
    }

    .hidden {
        display: block !important;
    }

    .stefa-contact-nav__section {
        border-right: none;
        border-bottom: 1px solid #DDDDDD;
        padding: 20px 0;
    }

    .stefa-contact-nav__section-title {
        flex-direction: row;
    }

    .stefa-contact-nav__more-link,
    .stefa-contact-nav__less-link {
        display: none !important;
    }

    .stefa-contact-nav__section-title::after {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        margin-top: 8px;
        transform: rotate(45deg);
    }

    input[type="checkbox"] {
        display: none;
    }

    input[type="checkbox"]:checked~.stefa-contact-nav__list {
        display: block;
        /* Mostrar al hacer clic */
    }

    input[type="checkbox"]:checked~.stefa-contact-nav__more-link,
    input[type="checkbox"]:checked~.stefa-contact-nav__less-link {
        display: none;
        /* Mostrar al hacer clic */
    }

    input[type="checkbox"]:checked~.stefa-contact-nav__section-title::after {
        content: "";
        margin-top: 14px;
        transform: rotate(225deg);
    }
}

/* Stefa App */
.stefa-app__container .stefa-app__picture,
.stefa-app__container .stefa-app__picture img {
    width: 100%;
    height: 100%;
}


.stefa-app__buttons picture {
    width: 132px;
}

.stefa-contact-nav__span {
    display: block;
}

.stefa-contact-nav__link {
    display: flex;
    align-items: center;
    /* margin-left: 40px; */
}

@media (max-width: 767px) {


    .stefa-app__container {
        height: auto !important;
    }

    .stefa-app__container .stefa-app__picture {
        height: 350px;
    }

    .stefa-app__buttons .stefa-app-button__picture {
        /* justify-content: space-around; */
        display: none !important;
    }

    .stefa-app__description {
        width: 326px !important;
    }

    .stefa-app__container .stefa-app__picture {
        width: 300px !important;
        height: auto !important;
    }

    .stefa-app__section {
        gap: 20px !important;
        margin-top: 2rem !important;
        margin-left: 0 !important;
        text-align: center !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .stefa-app__container {
        flex-direction: column-reverse !important;
    }

    .stefa-cintillo-mantenimiento__message {
        gap: 10px;
    }

    .stefa-cintillo-mantenimiento__banner {
        padding: 12px 16px;
    }

    .stefa-cintillo-mantenimiento__link {
        font-size: 14px;
        line-height: 24px;
        width: 110px;
        margin-left: 0;
    }

    .stefa-cintillo-mantenimiento__text {
        font-size: 12px;
        line-height: 18px;
        width: 200px;
    }
}

/* Necesitas contactarnos */

.stefa-contact-section {
    width: 100%;
    background: linear-gradient(135deg, #0B2739, #061824);
    padding: 50px 20px;
    text-align: center;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stefa-contact-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    /* margin-bottom: 40px; */
    color: inherit;
}

.stefa-contact-options {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1224px;
}

.stefa-contact-option {
    max-width: 320px;
    margin: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.stefa-contact-option__bottom {
    display: flex;
    flex-direction: column;
}

.stefa-contact-option__icon {
    /* width: 60px;
    height: 60px; */
    margin-bottom: 20px;
}

.stefa-contact-option__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: inherit;
}

.stefa-contact-option__title,
.stefa-contact-option__subtitle {
    margin: 0;
}

.stefa-contact-option__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: 80px;
}

.stefa-contact-option__link {
    color: var(--primary-color);
    text-decoration: underline;
    margin-top: 12px;
}

.stefa-app__left picture {
    display: block;
    width: 60px;
}

@media (max-width: 768px) {

    .stefa-app__left img {
        width: 60px;
        height: 60px;
    }

    .stefa-contact-title {
        font-size: 28px;
        line-height: 32px;
    }

    .stefa-contact-option__bottom {
        gap: 4px;
    }

    .stefa-contact-option__top .stefa-contact-option__picture-icon {
        display: block;
        /* width: 30px; */
    }

    .stefa-contact-option__title,
    .stefa-contact-option__subtitle {
        width: 296px;
    }

    .stefa-contact-option__title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }

    .stefa-contact-option__icon {
        /* width: 30px;
        height: 30px; */
    }

    .stefa-contact-option__subtitle {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        height: 40px;
    }

    .stefa-contact-options {
        flex-direction: column;
        align-items: center;
    }

    .stefa-contact-option {
        /* flex-direction: row; */
        gap: 10px;
        margin: 10px;
        align-items: center;
    }

    .stefa-contact-option__span {
        display: block;
    }
}

/* App */

.stefa-app__container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #ffffff;
    height: 350px;
    max-width: 1200px;
    margin: auto;
}
.stefa-app__section {
    flex: 1;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 20px;
    margin-left: 55px;
    text-align: left;
}

.stefa-app__logo {
    width: 100px;
    margin-bottom: 20px;
}
.stefa-app__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #333;
    margin-bottom: 0;
}
.stefa-app__description {
    font-size: 16px;
    font-weight: 400;
    width: 380px;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
}
.stefa-app__buttons {
    display: flex;
    gap: 10px;
}
.stefa-app__buttons .stefa-app-button__picture {
    display: flex;
}
.stefa-app__download-button {
    display: none;
    align-items: center;
    padding: 10px 30px;
    background: var(--button-color);
    border: 1px solid var(--primary-color);
    border-radius: 64px;
    text-decoration: none;
    gap: 5px;
    color: var(--white-color);
}
.stefa-app__download-button:active,
.stefa-app__download-button:hover {
    color: var(--white-color);
}
.stefa-app__qr img {
    width: 150px;
    height: 150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.stefa-app__image-container {
    position: relative;
    text-align: center;
}
.stefa-app__image-container img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.stefa-app__background-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background-color: #0070c9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 768px) {
    .stefa-app__buttons {
        justify-content: center;
    }
    .stefa-app__download-button {
        display: flex;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
}

/* Encuentra */

.stefa-encuentra {
    background-color: #F6F6F6;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 72px 80px 72px;
}
.stefa-encuentra__container {
    text-align: center;
    margin-top: 20px;
}
.stefa-encuentra__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #333;
    margin-bottom: 40px;
}
.stefa-encuentra__cards {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.stefa-encuentra__card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 22px;
    text-align: left;
    margin-bottom: 20px;
    width: 592px;
    height: 210px;
    display: flex;
    align-items: center;
    position: relative;
}

.stefa-encuentra__img {
    width: 152px;
    margin-top: 12px;
}

.stefa-encuentra__right .stefa-encuentra__img {
    margin-left: 22px;
}

.stefa-encuentra__left .stefa-encuentra__img {
    margin-left: -22px;
}

.stefa-encuentra__left picture,
.stefa-encuentra__right picture {
    display: block;
    width: 152px;
}

.stefa-encuentra__card-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.stefa-encuentra__card-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6B6C6F;
    margin-bottom: 20px;
    width: 420px;
}
.stefa-encuentra__button {
    background: var(--button-color);
    width: 130px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.stefa-encuentra__button:hover,
.stefa-encuentra__button:active {
    color: var(--white-color);
}

@media (max-width: 768px) {

    .stefa-encuentra {
        padding: 12px 16px;
    }

    .stefa-encuentra__span {
        display: block;
    }

    .stefa-encuentra__cards {
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }

    .stefa-encuentra__img {
        width: 123px;
        margin-top: 23px;
    }

    .stefa-encuentra__left picture, .stefa-encuentra__right picture {
        width: 123px;
    }

    .stefa-encuentra__right picture {
        right: -8px;
    }

    .stefa-encuentra__card {
        width: 320px;
    }

    .stefa-encuentra__title {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
    }

    .stefa-encuentra__card-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .stefa-encuentra__right {
        position: absolute;
        right: 0;
    }

    .stefa-encuentra__right .stefa-encuentra__img {
        margin-left: 0;
    }

    .stefa-encuentra__card-text {
        font-size: 14px;
        line-height: 20px;
        width: 196px;
        margin-bottom: 10px;
    }

    .stefa-encuentra__button {
        width: 104px;
        height: 32px;
        font-size: 14px;
        line-height: 20px;
    }
}

/* Cintillo */

.stefa-cintillo-container {
    color: var(--white-color);
    background: linear-gradient(135deg, #0B2739, #061824);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    gap: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.stefa-cintillo-left {
    max-width: 1200px;
}
.stefa-cintillo-title,
.stefa-cintillo-description {
    margin: 0;
}
.stefa-cintillo-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.stefa-cintillo-description,
.stefa-cintillo-right span {
    font-size: 12px;
    font-weight: 400;
}
.stefa-cintillo-link {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: underline;
    transition: text-decoration 0.3s;
}
.stefa-cintillo-link:hover {
    text-decoration: underline;
}

/* Cliente Empresa */

.stefa-cliente-empresa-container {
    display: flex;
    flex-wrap: wrap;
    background-image: url('https://scwebpublicaresid1dev.blob.core.windows.net/multimedia/2025/03/WEBP_MAR_cliente-movistar-empresa_fondo-seccion_Desktop.webp');
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 340px;
}
.stefa-cliente-empresa-right {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.stefa-cliente-empresa-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: var(--white-color);
    margin: 0;
}
.stefa-cliente-empresa-subtitle {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    color: var(--white-color);
    margin: 0 0 20px 0;
}
.stefa-cliente-empresa-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.stefa-cliente-empresa-button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid var(--primary-color);
    border-radius: 64px;
    text-decoration: none;
    gap: 5px;
    font-size: 18px;
    line-height: 24px;
}
.stefa-cliente-empresa-button:hover {
    text-decoration: none;
}
.stefa-cliente-empresa__img {
    width: auto;
    height: 316px;
}
.stefa-cliente-empresa-button__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.stefa-cliente-empresa-button--standard {
    color: var(--white-color);
    background-color: var(--button-color);
}
.stefa-cliente-empresa-button--standard:hover {
    color: var(--white-color);
}
.stefa-cliente-empresa-left {
    display: none;
}

@media (max-width: 768px) {

    .stefa-cintillo-container {
        gap: 0;
    }

    .stefa-cliente-empresa-container {
        background-image: url('https://scwebpublicaresid1dev.blob.core.windows.net/multimedia/2025/03/WEBP_MAR_cliente-movistar-empresa_fondo-seccion_Mobile.webp');
    }

    .stefa-cliente-empresa-right {
        flex: 1 1 100%;
    }

    .stefa-cliente-empresa-right {
        padding: 20px;
        gap: 14px;
    }

    .stefa-cliente-empresa__img {
        width: 100%;
        height: 180px;
    }

    .stefa-cliente-empresa-buttons {
        flex-direction: column-reverse;
        align-items: center;
    }

    .stefa-cliente-empresa-button {
        justify-content: center;
        width: 191px;
        font-size: 16px;
        line-height: 24px;
    }

    .stefa-cliente-empresa-title {
        font-size: 16px;
        line-height: 24px;
    }

    .stefa-cliente-empresa-subtitle {
        font-size: 28px;
        line-height: 32px;
    }
}

/* Hunter wsp */

.stefa-hunter__section {
    display: none;
    background-color: white;
    margin: 0;
    padding: 1rem;
    font-family: Arial, sans-serif;
    color: #fff;
    border-radius: 8px;
    text-align: left;
    width: 268px;
    height: 84px;
    box-shadow: -1px 1px 24px -9px rgba(0,0,0,1);
    -webkit-box-shadow: -1px 1px 24px -9px rgba(0,0,0,1);
    -moz-box-shadow: -1px 1px 24px -9px rgba(0,0,0,1);
}
.stefa-hunter__section--movistar {
    position: fixed;
    top: 220px;
    right: 50px;
}

.stefa-hunter__section--whatsapp {
    position: fixed;
    top: 110px;
    right: 50px;
}

.stefa-hunter__content {
    display: flex;
    flex-direction: column;
}
.stefa-hunter__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: black;
}
.stefa-hunter__subtitle {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #6B6C6F;
}

.stefa-hunter__section .stefa-hunter__close {
    font-size: 20px;
    color: black !important;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 24px;
}

.stefa-hunter__mobile-section {
    display: flex;
    position: fixed;
    z-index: 9999;
}

.stefa-hunter__mobile-section--movistar {
    bottom: 100px;
    right: 8px;
}

.stefa-hunter__mobile-section--whatsapp {
    bottom: 200px;
    right: 8px;
}

@media (min-width: 800px) {
    .stefa-hunter__mobile-section {
        display: none;
    }
    .stefa-hunter__section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }

    .stefa-cintillo-container {
        flex-direction: row;
        align-items: end;
        text-align: left;
    }

    .stefa-cintillo-description,
    .stefa-cintillo-right span,
    .stefa-cintillo-link {
        font-size: 16px;
        line-height: 24px;
    }

    .stefa-cintillo-title {
        font-size: 18px;
    }
}

/* Hunter v2 */
.stefa-hunter-v2__section .stefa-hunter-v2__button {
    position: fixed;
    width: 70px;
    /* Mantener tamaño fijo */
    height: 70px;
    border-radius: 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: all 0.4s ease; */
    cursor: pointer;
    z-index: 1002;
}

.stefa-hunter-v2__button.stefa-hunter-v2__button--whatsapp {
    bottom: 20px;
    right: 20px;
    background-color: #5CB615;
}

.stefa-hunter-v2__button.stefa-hunter-v2__button--movistar {
    bottom: 20px;
    right: 20px;
    background-color: #019BEF;
    overflow: hidden;
}

.stefa-hunter-v2__button img {
    width: 50px;
    height: 50px;
}

.stefa-hunter-v2__button--whatsapp span,
.stefa-hunter-v2__button--movistar span {
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 10px;
}

.stefa-popup-mv-head .stefa-popup-mv-head__button:active,
.stefa-popup-mv-head .stefa-popup-mv-head__button:hover {
    color: white;
}

.stefa-hunter-v2__button span {
    display: none;
    font-weight: 600;
    /* Hide text by default */
}

.stefa-hunter-v2__button--whatsapp::hover span {
    display: none;
}

@media (min-width: 768px) {

    .stefa-hunter-v2__button--whatsapp span,
    .stefa-hunter-v2__button--movistar span {
        display: inline;
        /* Show text on desktop */
    }

    .stefa-hunter-v2__section .stefa-hunter-v2__button {
        width: 250px;
        /* Width for desktop */
        height: 70px;
        border-radius: 35px;
    }
}

.stefa-hunter-v2__section.open span,
.stefa-hunter-v2__section.open picture {
    display: none;
}

.stefa-hunter-v2__section.open .stefa-hunter-v2__button {
    width: 70px;
    background-image: url('https://scwebpublicaresid1dev.blob.core.windows.net/multimedia/2025/03/SVG_MAR_popup-close-green_desktop.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.stefa-popup-mv-popup {
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 370px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: none;
    z-index: 1002;
    animation: fadeIn 0.3s;
    flex-direction: column;
    gap: 10px;
}

.stefa-popup-mv-popup::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 88%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.1));
}

.stefa-popup-mv-popup h2 {
    margin: 14px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: black;
}

.stefa-popup-mv-popup .stefa-popup-mv-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 10px 0 0;
    border-radius: 5px;
    transition: background-color 0.3s;
    cursor: pointer;
}

.stefa-popup-mv-popup .stefa-popup-mv-option:hover,
.stefa-popup-mv-popup .stefa-popup-mv-option:active {
    text-decoration: none;
}

.stefa-popup-mv-floating-button-container .fas.fa-chevron-right {
    color: #6B6C6F;
}

.stefa-popup-mv-popup .stefa-popup-mv-option:hover {
    background-color: #f0f0f0;
}

.stefa-popup-mv-option:nth-of-type(3) {
    border-top: 1px solid #EEEEEE;
}

.stefa-popup-mv-popup .stefa-popup-mv-option img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.stefa-popup-mv-popup .stefa-popup-mv-option .stefa-popup-mv-text {
    flex-grow: 1;
}

.stefa-popup-mv-popup .stefa-popup-mv-option .stefa-popup-mv-text strong {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: black;
}

.stefa-popup-mv-popup .stefa-popup-mv-option .stefa-popup-mv-text p {
    margin: 0;
    color: grey;
    font-size: 16px;
    line-height: 24px;
    width: 263px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.stefa-popup-mv-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1000;
}

.stefa-popup-mv-head__button {
    max-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5CB615;
    color: white;
    border: none;
    border-radius: 60px;
    padding: 10px 15px;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    gap: 5px;
    font-weight: 600;
}

.stefa-popup-mv-head__button--movistar {
    margin-top: 10px;
    background-color: #019BEF;
}

@media screen and (max-width: 768px) {
    .stefa-popup-mv-popup {
        width: 340px;
    }

    .stefa-popup-mv-popup .stefa-popup-mv-option .stefa-popup-mv-text strong,
    .stefa-popup-mv-popup .stefa-popup-mv-option .stefa-popup-mv-text p {
        font-size: 14px;
        line-height: 20px
    }

    .stefa-popup-mv-popup .stefa-popup-mv-option .stefa-popup-mv-text p {
        width: 220px;
    }
}

/* Popup */

.stefa-popup__content {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.85);
    width: 100%;
    height: 100%;
    z-index: 200;
    position: fixed;
    top: 0
}

.stefa-popup-atc-banner {
    background: url('https://scwebpublicaresid1dev.blob.core.windows.net/multimedia/2025/03/PNG_MAR_Fondo-popup-atc_desktop.png');
    background-size: cover;
    color: white;
    padding: 20px;
    border-radius: 8px;
    width: 452px;
    height: 450px;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.stefa-popup-atc-close-icon {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    font-size: 40px;
}
.stefa-popup-atc-message {
    width: 344px;
}

.stefa-popup-atc-message,
.stefa-popup-atc-message-2 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.stefa-popup-atc-highlight {
    font-weight: bold;
}

.stefa-popup-atc-message-2 {
    width: 211px;
}

.stefa-popup-atc-messages-container {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .stefa-popup-atc-banner {
        background: url('https://scwebpublicaresid1dev.blob.core.windows.net/multimedia/2025/03/PNG_MAR_Fondo-popup-atc_mobile.png');
        background-size: cover;
        width: 335px;
        height: 450px;
    }
    .stefa-popup-atc-message,
    .stefa-popup-atc-message-2 {
        font-size: 16px;
        line-height: 20px;
    }

    .stefa-popup-atc-message {
        width: 263px;
    }

    .stefa-popup-atc-message-2 {
        width: 162px;
    }
}


/* Stefa popup contact */
