@font-face {
    font-family: 'Helvetica';
    src: url('/asset/fonts/Helvetica-Bold.eot');
    src: url('/asset/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('/asset/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('/asset/fonts/Helvetica-Bold.woff') format('woff'),
        url('/asset/fonts/Helvetica-Bold.ttf') format('truetype'),
        url('/asset/fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/asset/fonts/Helvetica.eot');
    src: url('/asset/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('/asset/fonts/Helvetica.woff2') format('woff2'),
        url('/asset/fonts/Helvetica.woff') format('woff'),
        url('/asset/fonts/Helvetica.ttf') format('truetype'),
        url('/asset/fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica' !important;

}


a:hover {
    text-decoration: none;
}

.fondo_celeste_club {
    background: #31abe0;
}

.img_logo_web {
    width: 111px;
    display: block;
}

.corregir_padding_final {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}



.linea_separador {
    background: #fff;
    width: 2px;
    height: 36px;
    display: block;
}

.gap_26_espacio {
    gap: 26px;
}

.gap_20_espacio {
    gap: 20px;
}

.gap_10_espacio {
    gap: 10px;
}

.gap_5_espacio {
    gap: 5px;
}

.titul_header_web {
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}



.texto_banner_inscripcion h2 {
    font-size: 44px;
    line-height: 53px;
    color: #0957b1;
    width: 100%;
    max-width: 470px;
}

.img_banner_chica {
    width: 100%;
    max-width: 579px;
}

.texto_banner_inscripcion .botones_inscripcion a {
    width: 216px;
    font-size: 20px;
}



.tab_conoce_maxi::before {
    display: none !important;
}


.uk-container-conocenos {
    max-width: 975px;
}

.bloq_tabs_club {
    position: relative;
    margin-bottom: -115px;
}


/* Contenedor del ícono y círculo */
.tab_conoce_maxi li a figure {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transform: none;

    top: 5px;
    position: relative;
    left: 3px;
}

.fondo_maxi {
    background: #E21E26;
}

.fondo_mayorsa {
    background: #FFDB01;
}


.icono-circular {
    position: relative;
    width: 79px;
    height: 79px;
    flex-shrink: 0;
    /* evita que se deforme */
}

/* Ícono centrado dentro del círculo */
.icono-circular figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icono-circular figure img {
    max-width: 100%;
    max-height: 100%;
}

/* SVG como borde circular */
.icono-circular .circle {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.icono-circular .circle circle {
    fill: none;
    stroke-width: 6;
    stroke-dasharray: 229;
    /* circunferencia exacta para r=35 */
    stroke-dashoffset: 229;
    stroke: transparent;
    animation: none;
}

/* Colores según tab activo */
.uk-active .bloq_max_ahorro_tab .circle circle {
    stroke: #ffcc00 !important;
}

.uk-active .bloq_max_ahorro_tab .titulo-tab {
    color: #E21E26 !important;
}

.uk-active .bloq_mayorsa_ahorro_tab .circle circle {
    stroke: #049937 !important;
}

.uk-active .bloq_mayorsa_ahorro_tab .titulo-tab {
    color: #049937 !important;
}

/* Animación */
@keyframes borderCircle {
    from {
        stroke-dashoffset: 229;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Texto del tab al costado */
.titulo-tab {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

/* Contenedor del ícono y círculo */




.tab_conoce_maxi li a img {
    object-fit: contain;
    flex-shrink: 0;
    height: 26px;
}

.tab_conoce_maxi li a span {
    font-size: 16px;
    line-height: 14px;
    color: #B3B3B3;
    display: flex;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
}

.text_detalles_tienda {
    width: 100%;
    max-width: 300px;
}

.text_detalles_tienda h3 {
    font-size: 30px;
    font-weight: 700;
}

.text_detalles_tienda p {
    font-size: 20px;
    line-height: 24px;
    color: #0054B4;
}

.text_detalles_tienda a p {
    font-size: 20px;
}

.contenido_maxiahorro .text_detalles_tienda h3 {
    color: #E21E26
}

.contenido_maxiahorro .text_detalles_tienda a {
    background: #E21E26;
    color: #fff;
    width: 100%;
    max-width: 187px;
    border-radius: 10px;
    padding: 10px 0px;
}

.contenido_maxiahorro .text_detalles_tienda a p {
    color: #fff;
}



.contenido_mayorsa .text_detalles_tienda h3 {
    color: #049937
}

.contenido_mayorsa .text_detalles_tienda a {
    background: #FFDB01;
    color: #fff;
    width: 100%;
    max-width: 187px;
    border-radius: 10px;
    padding: 10px 0px;
}

.contenido_mayorsa .text_detalles_tienda a svg,
.contenido_mayorsa .text_detalles_tienda a p {
    color: #049937;
}



.slider_productos_maxiahorro {
    width: 100%;
    max-width: 620px;
}

.bloq_slider_productos {
    position: absolute;
    left: 53.5%;
    transform: translate(-50%, -50%);
    width: 205px;
    margin-top: 12px;
    top: 50%;

}

.ancho_canasta_sli {
    width: 214px;
}

.item_slider_productos h3 {
    color: #E21E26;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px !important;
}

.item_slider_productos p {
    color: #0054B4;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.item_slider_productos.color_mayorsa_slider p {
    color: #049937;
}

.precio_regular_ahorro {
    font-size: 10px;
    color: #0054B4;
}


.item_slider_productos.color_mayorsa_slider .precio_regular_ahorro,
.item_slider_productos.color_mayorsa_slider h3,
.item_slider_productos.color_mayorsa_slider .precio_oferta_text span {
    color: #049937;
}

.item_slider_productos.color_mayorsa_slider {
    background-color: #fefce9;
}


.precio_oferta_ahorro {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.precio_oferta_ahorro figure {
    width: 100%;
    max-width: 68px;
    flex-shrink: 0;
}

.precio_oferta_text span {
    color: #E21E26;
    font-size: 8px;
    display: flex;
}

.precio_oferta_text h4 {
    font-size: 15px;
    font-weight: bold;
    color: #2C1E6C;
    margin: 0;
}

.item_slider_productos {
    padding: 20px 20px;
    background: #F3F5F5;
    border-radius: 11px;
    overflow: hidden;
}

.puntos_maxiahorro li {
    padding-left: 5px;
}

.puntos_maxiahorro li a {
    background: #D9D9D9;
    border: none;
}

.puntos_maxiahorro li.uk-active a {
    background: #E21E26;
}

.puntos_maxiahorro.color_mayorsa_slider li.uk-active a {
    background: #049937;
}

.item_img_producto {
    height: 116px;
    margin-bottom: 10px !important;
}

.item_img_producto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.logo_celular_maxiahorro {
    position: absolute;
    left: -25px;
    width: 80px;
    z-index: 2;
    top: 12px;
}















.titulo_beneficios {
    color: #0957b1;
    font-size: 38px;
    line-height: 14px;
}

.contenido_info_beneficio {
    background-color: #f3f5f5;
    border-radius: 50%;
    height: 342px;
    width: 342px;
}

.contenido_info_beneficio h3 {
    font-size: 22px;
    line-height: 23px;
    color: #0957b1;
    min-height: 48px;
    width: 200px;
    margin-bottom: 0;
}


.contenido_info_beneficio p {
    font-size: 14px;
    line-height: 21px;
    color: #0957b1;
}

figure.img_beneficio {
    top: -75px;
    height: 180px;
    position: relative;
}

.img_beneficio img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.quitar_margin_column {
    margin-bottom: -80px !important;
}

.padding_espacio_beneficios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0px 20px;
}

.flechas_carrusel_beneficios a {
    width: 45px;
    height: 45px;
    background: #0054B4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.flechas_carrusel_beneficios a svg {
    width: 10px;
    color: #fff;
}

.flechas_carrusel_beneficios a svg polyline {
    stroke-width: 3;
}






.titulo_preguntas {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;

}

.nuevo_padding_border {
    padding-top: 35px;
    padding-bottom: 40px;
    border-radius: 20px;
}


.listado_preguntas li a {
    color: #0054B4;
    font-size: 18px;
    background: #fff;
    padding: 9px 20px;
    border-radius: 10px;
}

.listado_preguntas li a:hover {
    color: #0054B4 !important;
}

.listado_preguntas .uk-accordion-title::before {
    background-image: url('/asset/img/web/icon_mas.svg');
}


.listado_preguntas .uk-open .uk-accordion-title::before {
    background-image: url('/asset/img/web/icon_menos.svg');
}



.listado_preguntas .uk-accordion-content {
    color: #0054B4;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 28px;
    margin-top: 5px;
}





.titulo_testimonio {
    font-size: 30px;
    line-height: 1.2;
    color: #0957b1;
    margin-bottom: 60px;
    font-weight: bold;
}

.item_img_chica_testimonio {
    width: 100%;
    max-width: 580px;
}

.item_img_chica_testimonio figure {
    border-radius: 50%;
    overflow: hidden;
}



.datos_testimonio_usuario figure {
    width: 71px;
    height: 71px;
    background: #f3f5f5;
    border-radius: 50%;
    overflow: hidden;
}

.datos_testimonio_usuario figure img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.datos_testimonio_usuario_row h3 {
    font-size: 30px;
    line-height: 31px;
    color: #0957b1;
    font-weight: bold;
}

.datos_testimonio_usuario_row span {
    font-size: 20px;
    line-height: 31px;
    color: #0957b1;
}

.contenido_testimonio_usuario p {
    font-size: 18px;
    line-height: 30px;
    color: #0957b1;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.contenido_testimonio_usuario figure {
    width: 32px;
    flex-shrink: 0;
}

.flechas_testimonio {
    height: 50px;
    width: 155px;
}


.flechas_testimonio a {
    width: 55px;
    height: 55px;
    background: #B3B3B3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.flechas_testimonio a svg {
    color: #fff;
}


.flechas_testimonio a svg polyline {
    stroke-width: 3;
}











.fondo_gris_club {
    background: #f3f3f3;
}

.conte_info_contacto h2 {
    font-size: 24px;
    color: #322482;
    font-weight: bold;
}

.conte_info_contacto a svg {
    color: #0054B4;
}

.conte_info_contacto a svg path {
    stroke-width: 1.5;
}


.conte_info_contacto a p {
    font-size: 16px;
    color: #322482;
    font-weight: bold;
}

.linea_separador_footer {
    background: #0957b1;
    width: 2px;
    height: 36px;
    display: block;
}

.titul_footer_web {
    color: #0957b1;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
}

.botones_inscripcion a {
    width: 170px;
    padding: 7px 5px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.botones_inscripcion a:first-child {
    background: #ffd525;
    color: #0957b1;
}

.botones_inscripcion a:last-child {
    background: #0957b1;
    color: #fff;
}

.color_blanco_text,
.color_blanco_text:hover {
    color: #fff;
    text-decoration: underline;
}



.logo_footer.img_logo_web {
    width: 170px;
}

.linea_gradiente_footer {
    background: linear-gradient(90deg, rgba(0, 78, 157, 1) 0%, rgba(15, 117, 185, 1) 31%, rgba(36, 165, 222, 1) 100%);
    width: 100%;
}

#scroll_header {
    position: relative;
    width: 100%;
}

.menu_scrol {
    position: fixed !important;
    top: 0;
    z-index: 3;
}

.btn_icon_menu svg {
    width: 25px;
    color: #fff;
}

.btn_icon_menu svg rect {
    height: 1.5px !important;
}

.column_botones_menu_movil {
    gap: 15px;
}

.column_botones_menu_movil a {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 7px 10px;
    border-radius: 10px;
}

.column_botones_menu_movil a:first-child {
    background: #FFDB01;
    color: #0054B4;
}

.column_botones_menu_movil a:last-child {
    background: #0054B4;
    color: #fff;
}

.uk-offcanvas-slide {
    padding: 60px 33px;
    background: #F3F5F5;
}

.uk-offcanvas-close svg {
    width: 15px;
    color: #000000;
}

.uk-offcanvas-close svg line {
    stroke-width: 2;
}

.bloq_menu_scrol_movil {
    display: none;
}


@media(max-width: 639px) {
    .uk-section-xsmall-movil {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

.boton_flotante_inscripcion {
    width: 85px;
    position: fixed;
    background: #31abe0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
    right: 0;
    padding: 30px 10px;
    z-index: 2;

}

.boton_link_flotante img {
    width: 80px;
}

.boton_link_flotante p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px !important;
    line-height: 1.3;
    font-weight: 700;
}

#tipodocumento {
    width: 65px !important;
    height: 24px !important;
    position: relative !important;
    padding: 0px !important;
}

#dnicliente {
    width: calc(100% - 37px) !important;
}

#casillas_select_2_dni {
    justify-content: space-between;
}