@font-face {
    font-family: 'SoleRepsolText';
    src: url('../fonts/SoleDisplay/Static Fonts/SoleRepsolText_Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SoleRepsolText';
    src: url('../fonts/SoleDisplay/Static Fonts/SoleRepsolText_LtIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SoleRepsolText';
    src: url('../fonts/SoleDisplay/Static Fonts/SoleRepsolText_Rg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SoleRepsolText';
    src: url('../fonts/SoleDisplay/Static Fonts/SoleRepsolText_It.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SoleRepsolText';
    src: url('../fonts/SoleDisplay/Static Fonts/SoleRepsolText_SBd.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SoleRepsolText';
    src: url('../fonts/SoleDisplay/Static Fonts/SoleRepsolText_SBdIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SoleRepsolText';
    src: url('../fonts/SoleDisplay/Static Fonts/SoleRepsolText_Bd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SoleRepsolText';
    src: url('../fonts/SoleDisplay/Static Fonts/SoleRepsolText_BdIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray-1: #c2c2c2;
    --color-gray-2: #c6c6c6;
    --color-gray-3: #d8d8d8;
    --color-purple-1: #5f0aff;
    --color-purple-2: #c3a4fd;
    --color-blue-1: #eff2fc;
    --padding-box-1: 20px;
    --transition-feature: .2s;
    --transition-modal: .4s;
    --transition-cookies: .5s
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'SoleRepsolText', sans-serif;
    color: var(--color-black);
    font-size: 16px;
}

a {
    color: var(--color-purple-1);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #00809a;
}

p {
    margin: 0;
}

input:focus,
button:focus {
    outline: 0;
}

input {
    border-radius: 0;
    border: 1px solid #000;
}

.display-none {
    display: none !important;
}

.error-input {
    border-color: #f00;
}



.separator {
    height: 2px;
    width: 100px;
    margin: 20px 0;
}

.font-bold {
    font-weight: 600;
}

.display-block {
    display: block !important;
}

.back-white {
    background-color: var(--color-white) !important;
}

.back-purple-1 {
    background-color: var(--color-purple-1);
}

.back-blue-1 {
    background-color: #fff;
    /* padding-bottom: 100px; */
}

.back-blue-2 {
    padding: 80px 0 10px;
    min-height: 400px;
}

.back-black {
    background-color: var(--color-black);
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.button-purple-c2c,
.button-purple-cookies,
.button-purple {
    background-color: rgb(0, 30, 55);
    color: var(--color-white);
    border-radius: 17px;
    border: 1px solid rgb(0, 30, 55);
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 45%;
}

.button-black-c2c {
    background-color: rgb(0, 30, 55);
    color: var(--color-white);
    border-radius: 40px;
    border: 1px solid #000;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    position: absolute;
    bottom: 11px;
    width: 50%;
}

.bg-blue {
    background-color: #00809a;
}

.card-block {
    font-size: 20px;
}

.button-white {
    background-color: var(--color-white);
    color: var(--color-black);
    padding: 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
}

.button-purple-c2c:hover,
.button-purple-cookies:hover,
.button-white:hover,
.button-purple:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.button-black-c2c:hover {
    background-color: #ff6201 !important;
    border: #ff6201 !important;
    color: var(--color-white);
}

.general-title-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.general-title-1 h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.img-promo {
    position: absolute;
    top: -50px;
    left: -4px;
    width: 111% !important;
}

.image-oferta {
    height: 71px !important;
    width: auto !important;
}

.image-oferta2 {
    height: 40px !important;
    width: auto !important;
}

/* PRICE PROD */
.prod-price-cont {
    font-family: 'SoleRepsolText', sans-serif;
    font-size: 80px;
    line-height: 18px;
    text-align: right;
    position: relative;
    margin: 50px 0 16px 0;
}

.prod-month,
.prod-iva {
    font-family: 'SoleRepsolText', sans-serif;
    font-size: 16px;
    line-height: 0;
}

/* CHECKBOX */
.checkbox-cont {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.checkbox-cont input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-cont label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.checkbox-cont label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid var(--color-black);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-cont input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #ff8200;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-error:before {
    border-color: #f00 !important;
}

.btn-close {
    position: absolute;
    right: 0px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 5;
}

.btn-close:after {
    content: url(../img/btn-close.svg);
}

.cookies-notice,
.c2c-auto-fixed,
header {
    /* box-shadow: 0px 0px 19px 0px #00000040; */
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* MEDIA QUERY 768px UNIFICADO - MOVIDO AL FINAL DEL ARCHIVO */

.icon-repsol-container {
    height: 100%;
    display: flex;
    /* align-content: center; */
    /* border-right: 3px solid blue;*/
    width: 30%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

@media (min-resolution: 144dpi) {

    .button-purple-c2c,
    .button-black-c2c {

        font-size: 12px;
        padding: 9px;
        font-weight: bold;

    }

    .c2c-title {
        font-size: 14px !important;

    }

    .c2c-text {
        font-size: 16px !important;
        margin: 20px 0 12px !important;
    }

    .checkbox-cont label {
        font-size: 14px;
    }

    .col-auto {
        font-size: 16px;
    }

    .px-5 {
        margin: 150px 0px 0px 110px !important;
    }

    .texth1 {
        font-size: 40px !important;
    }

    .texth4 {
        font-size: 30px !important;
    }

}


@media (max-width: 1680px) {

    .button-purple-c2c,
    .button-black-c2c {

        font-size: 15px;
        padding: 9px;

    }

    .c2c-title {
        font-size: 22px !important;

    }

    .c2c-text {
        font-size: 16px !important;
        margin: 41px 0 20px !important;
    }

    .checkbox-cont label {
        font-size: 14px;
    }

    .col-auto {
        font-size: 21px;
    }

    .px-5 {
        margin: 150px 0px 0px 110px !important;
    }

    .texth1 {
        font-size: 40px !important;
        margin: 350px 0px 0px -1px;
    }

    .texth4 {
        font-size: 30px !important;

    }

    .textoh1 {
        font-family: SoleRepsolText;
        font-size: 50px !important;
    }

    .textoh2 {
        font-size: 31px !important;
    }

    .textoh3 {
        font-size: 38px !important;
    }

    .row label {
        font-size: 21px !important
    }

    /* Estilos específicos para separar elementos del header en 1680x1050 */
    .icon-repsol-container {
        width: 35% !important;
        padding: 0 30px !important;
        gap: 10px !important;
    }

    .icon-repsol-container h4 {
        font-size: 18px !important;
        margin-left: 10px !important;
    }

    .header-labels {
        width: 65% !important;
        padding: 10px 20px !important;
    }

    /* Separar el logo BeCall del texto de Repsol con una sola línea */
    .header-labels > div:first-child {
        padding-left: 20px !important;
        border-left: 2px solid #cccccc !important;
    }

    /* Ajustar el espaciado del teléfono */
    .header-labels .hidden-xs {
        padding-left: 60px !important;
    }

    /* Mantener el color negro para el texto descriptivo en 1680x1050 */
    .fondo .data-box .c2c-text,
    .data-box .c2c-text,
    .c2c-text,
    .fondo .c2c-text {
        color: #000 !important;
        font-weight: normal !important;
        font-size: 18px !important;
        margin: 20px 0 20px !important;
        text-align: center !important;
    }

    /* Hacer más pequeño el texto del checkbox en 1680px */
    .checkbox-cont label {
        font-size: 15px !important;
    }

}

@media (max-width: 1600px) {

    .button-purple-c2c,
    .button-black-c2c {

        font-size: 14px !important;
        padding: 9px !important;
        font-weight: bold !important;
        ;


    }

    .c2c-title {
        font-size: 22px !important;

    }

    .c2c-text {
        font-size: 16px !important;
        margin: 20px 0 12px !important;
    }

    .checkbox-cont label {
        font-size: 14px !important;
    }

    .col-auto {
        font-size: 21px !important;
    }

    .px-5 {
        margin: 150px 0px 0px 110px !important;
    }

    .texth1 {
        font-size: 40px !important;

        margin: 241px 0px 0px -1px;
    }

    .texth4 {
        font-size: 30px !important;
    }

    .textoh1 {
        font-size: 41px !important;
    }

    .textoh2 {
        font-size: 26px !important;
    }

    .textoh3 {
        font-size: 24px !important;
    }

    .row label {
        font-size: 14px !important
    }

    /* Mantener el color negro para el texto descriptivo en 1600x900 */
    .fondo .data-box .c2c-text,
    .data-box .c2c-text,
    .c2c-text,
    .fondo .c2c-text {
        color: #000 !important;
        font-weight: normal !important;
        font-size: 18px !important;
        margin: 20px 0 20px !important;
        text-align: center !important;
    }

}

@media (max-width: 1366px) {

    .button-purple-c2c,
    .button-black-c2c {

        font-size: 12px !important;
        padding: 9px !important;
        font-weight: bold !important;
        ;


    }

    .c2c-title {
        font-size: 22px !important;

    }

    .c2c-text {
        font-size: 16px !important;
        margin: 20px 0 12px !important;
    }

    .checkbox-cont label {
        font-size: 14px !important;
    }

    .col-auto {
        font-size: 21px !important;
    }

    .px-5 {
        margin: 150px 0px 0px 110px !important;
    }

    .texth1 {
        font-size: 40px !important;

        margin: 241px 0px 0px -1px;
    }

    .texth4 {
        font-size: 30px !important;
    }

    .textoh1 {
        font-size: 41px !important;
    }

    .textoh2 {
        font-size: 26px !important;
    }

    .textoh3 {
        font-size: 24px !important;
    }

    .row label {
        font-size: 16px !important
    }

    /* FORMULARIO PRINCIPAL MÁS COMPACTO PARA 1366x768 */
    .data-box {
        padding: 12px 15px 0 8px !important; /* Ajustar padding para 400px */
        border-radius: 12px !important; /* Reducir border-radius */
        border: none !important; /* Quitar el borde del formulario */
        width: 85% !important; /* Ajustar ancho para 400px */
        max-width: 400px !important; /* Cambiar a 400px como solicitado */
        background-color: #fff !important; /* Asegurar color de fondo */
    }

    .c2c-title {
        font-size: 16px !important; /* Ajustar título para 400px */
        margin-bottom: 10px !important; /* Ajustar margen */
        color: #000 !important; /* Asegurar color negro */
    }

    .c2c-text {
        font-size: 12px !important; /* Ajustar texto descriptivo para 400px */
        margin: 10px 0 8px !important; /* Ajustar márgenes */
        line-height: 1.3 !important;
        color: #000 !important; /* Asegurar color negro */
        font-weight: normal !important; /* Asegurar peso de fuente */
        text-align: center !important; /* Asegurar alineación */
    }

    .form-control {
        padding: 8px 12px !important; /* Ajustar padding de inputs para 400px */
        font-size: 13px !important; /* Ajustar tamaño de fuente */
        border-radius: 10px !important; /* Ajustar border-radius */
    }

    .checkbox-cont {
        margin-top: 15px !important; /* Ajustar margen superior */
    }

    .checkbox-cont label {
        font-size: 11px !important; /* Ajustar texto del checkbox */
        margin-bottom: 3px !important;
    }

    .checkbox-cont label:before {
        padding: 5px !important; /* Ajustar padding del checkbox */
        margin-right: 4px !important;
    }

    .button-purple-c2c,
    .button-black-c2c {
        padding: 8px !important; /* Ajustar padding del botón */
        font-size: 12px !important; /* Ajustar tamaño de fuente para mejor legibilidad */
        bottom: 25px !important; /* Ajustar posición */
        border-radius: 12px !important; /* Ajustar border-radius */
        font-weight: bold !important; /* Asegurar que la letra sea bold y clara */
        letter-spacing: 0.5px !important; /* Mejorar legibilidad */
    }

    /* Ajustar espaciado general del formulario */
    .data-box > * {
        margin-bottom: 8px !important; /* Ajustar espaciado para 400px */
    }

    .data-box > *:last-child {
        margin-bottom: 0 !important;
    }

}

@media (max-width: 1360px) {


    .textoh1 {
        font-size: 41px !important;
    }

    .textoh2 {
        font-size: 26px !important;
    }

    .textoh3 {
        font-size: 32px !important;
    }


}

@media (max-width: 1280px) {


    .textoh1 {
        margin: -123px 0 0 0;
    }

    /* Estilos específicos para separar elementos del header en 1280x960 */
    .icon-repsol-container {
        width: 35% !important;
        padding: 0 25px !important;
        gap: 8px !important;
    }

    .icon-repsol-container h4 {
        font-size: 16px !important;
        margin-left: 8px !important;
    }

    .header-labels {
        width: 65% !important;
        padding: 8px 15px !important;
    }

    /* Separar el logo BeCall del texto de Repsol con una línea */
    .header-labels > div:first-child {
        padding-left: 15px !important;
        border-left: 2px solid #cccccc !important;
    }

    /* Ajustar el espaciado del teléfono */
    .header-labels .hidden-xs {
        padding-left: 50px !important;
    }

    /* Cambiar el tamaño del texto del checkbox a 13px para 1280x720 */
    .checkbox-cont label {
        font-size: 13px !important;
    }

    /* Cambiar el tamaño del texto del checkbox a 13px para 1280x720 */
    .checkbox-cont label {
        font-size: 13px !important;
    }
}

@media (max-width: 1152px) {


    .textoh1 {
        margin: -123px 0 0 0;
    }
}

@media (max-width: 1280px) and (max-height: 600px) {

    .button-purple-c2c,
    .button-black-c2c {

        font-size: 12px !important;
        padding: 9px !important;
        font-weight: bold !important;
        ;


    }

    .c2c-title {
        font-size: 22px !important;

    }

    .c2c-text {
        font-size: 16px !important;
        margin: 20px 0 12px !important;
    }

    .checkbox-cont label {
        font-size: 14px !important;
    }

    .col-auto {
        font-size: 21px !important;
    }

    .px-5 {
        margin: 150px 0px 0px 110px !important;
    }

    .texth1 {
        font-size: 40px !important;

        margin: 241px 0px 0px -1px;
    }

    .texth4 {
        font-size: 30px !important;
    }

    .textoh1 {
        font-size: 41px !important;
    }

    .textoh2 {
        font-size: 26px !important;
    }

    .textoh3 {
        font-size: 24px !important;
    }

    .row label {
        font-size: 16px !important
    }

}


@media (max-width: 414px) {
    .general-title-1 h2 br {
        display: none;
    }

    .c2c-text {
        font-size: 16px !important;
    }

    .checkbox-cont label {
        font-size: 14px;
    }

    .col-auto {
        font-size: 16px;
    }

    .image-oferta {
        /*width: 170px !important;*/
    }

    .feature-prod-advantage li {
        padding: 2px;
        font-size: 20px;
    }

    /*.feature-prod-data {*/
    /*    height: 577px !important;*/
    /*}*/
    .features-container {
        padding-bottom: 1px !important;
    }

    .card-block {
        font-size: 19px;
    }
}

/* MEDIA QUERY 390px ELIMINADO - REGLAS MOVIDAS AL MEDIA QUERY UNIFICADO DE 375px */


/* MEDIA QUERY UNIFICADO PARA 375px - TODAS LAS REGLAS EN UN SOLO LUGAR */
@media (max-width: 375px) {
    /* REGLAS GENERALES */
    .general-title-1 h2 br {
        display: none;
    }

    .button-purple-c2c,
    .button-black-c2c {
        font-size: 12px !important;
        padding: 3px !important;
        font-weight: bold !important;
    }

    .c2c-title {
        font-size: 18px !important;
    }

    .feature-prod-advantage li {
        padding: 2px;
        font-size: 16px;
    }

    .features-container {
        padding-bottom: 1px !important;
    }

    .c2c-text {
        font-size: 13px !important;
        margin: 20px 0 12px !important;
    }

    .checkbox-cont label {
        font-size: 14px;
    }

    .col-auto {
        font-size: 16px !important;
    }

    .textoh1 {
        font-size: 30px !important;
    }

    .textoh2 {
        font-size: 23px !important;
    }

    .textoh3 {
        font-size: 30px !important;
    }

    .image-oferta {
        /*width: 140px !important;*/
    }

    .card-block {
        font-size: 19px;
    }
    
    /* REGLAS PARA BOTONES DE OFERTAS - TAMAÑO Y POSICIÓN */
    .btn-oferta-servicio {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    .feature-prod .btn-oferta-servicio {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    .owl-carousel .feature-prod .btn-oferta-servicio {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    .btn-oferta-servicio[data-servicio="luz"],
    .btn-oferta-servicio[data-servicio="gas"],
    .btn-oferta-servicio[data-servicio="luz+gas"] {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    /* REGLAS ULTRA ESPECÍFICAS PARA BOTONES */
    .back-blue-2 .container .owl-carousel .feature-prod .btn-oferta-servicio {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    .back-blue-2 .btn-oferta-servicio[data-servicio] {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    /* REGLAS ESPECÍFICAS PARA ALTURA DE TARJETAS DE OFERTAS - MÁXIMA PRIORIDAD */
    .back-blue-2 .container .owl-carousel .feature-prod .feature-prod-data,
    .back-blue-2 .container .owl-carousel .feature-prod .feature-prod-data[style*="height: auto"] {
        height: 436px !important;
        min-height: 436px !important;
        max-height: 436px !important;
    }
    
    /* REGLA ALTERNATIVA CON SELECTOR DE ATRIBUTO */
    .feature-prod-data[data-servicio] {
        height: 436px !important;
        min-height: 436px !important;
        max-height: 436px !important;
    }
    
    /* REGLA ULTRA ESPECÍFICA PARA VENCER 768px */
    html body .back-blue-2 .container .owl-carousel .feature-prod .feature-prod-data {
        height: 436px !important;
        min-height: 436px !important;
        max-height: 436px !important;
    }
    
    /* REGLAS PARA FORMULARIOS Y CONTENEDORES */
    .container-fluid[style*="background: #f8f9fa"] .data-box {
        width: 90% !important;
        max-width: 350px !important;
        margin: 0 auto !important;
    }
    
    .fondo .col-md-7 {
        width: 90% !important;
        max-width: 350px !important;
        margin: 0 auto !important;
    }
    
    .fondo .container {
        width: 90% !important;
        max-width: 350px !important;
        margin: 0 auto !important;
    }
    
    .fondo + div[style*="background: #f8f9fa"] {
        margin-top: 2px !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] {
        margin-top: 2px !important;
    }
    
    .feature-prod {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }
    
    .feature-prod-data,
    .feature-prod-data2 {
        height: 350px !important;
        min-height: 350px !important;
        max-width: 100% !important;
    }
    
    .feature-prod-data ul.feature-prod-advantage {
        margin-bottom: 15px !important;
    }
    
    /* REGLA ESPECÍFICA PARA 375px */
    @media (max-width: 375px) {
        .fondo .col-md-7 .mb-4.py-1.px-4.hidden-xs {
            margin-top: -43px !important;
        }
    }
}


@media (max-width: 282px) {
    .general-title-1 h2 br {
        display: none;
    }

    .liston-naranja {

        display: none;

    }

    .button-purple-c2c,
    .button-black-c2c {

        font-size: 12px !important;
        padding: 9px !important;
        font-weight: bold !important;
    }

    .col-auto {
        font-size: 15px !important;
    }

    .button-black-c2c,
    .button-purple-c2c {

        font-size: 12px !important;
        padding: 3px !important;
        font-weight: bold !important;

    }

    .checkbox-cont label {
        font-size: 10px;
    }

    .image-oferta {
        /*width: 140px !important;*/
    }

    .button-purple {

        font-size: 13px;

    }

    .textoh1 {
        font-size: 30px !important;
    }

    .textoh2 {
        font-size: 25px !important;
    }

    .textoh3 {
        font-size: 20px !important;
    }

    .card-block {
        font-size: 19px;
    }

}

@media (max-width: 276px) {


    .feature-prod-advantage li {
        padding: 2px;
        font-size: 18px;
    }


    .textoh1 {
        font-size: 45px !important;
    }

    .image-oferta {
        /*width: 140px !important;*/
    }
}

@media (max-width: 253px) {
    .general-title-1 h2 br {
        display: none;
    }

    .liston-naranja {
        display: none;
    }

    .telefono {
        font-size: 16px !important;
    }

    .imagen {
        width: 104px !important;
    }

    .button-purple-c2c,
    .button-black-c2c {

        font-size: 12px !important;
        padding: 12px !important;
        font-weight: bold !important;
    }

    .checkbox-cont label {
        font-size: 10px !important;
    }

    .textoh1 {
        font-size: 30px !important;
    }

    .textoh2 {
        font-size: 20px !important;
    }

    .textoh3 {
        font-size: 26px !important;
    }

    .card-block {
        font-size: 19px;
    }

    .feature-prod-advantage li {
        padding: 0;
        font-size: 16px;
    }

    /*.feature-prod-data {*/
    /*    height: 652px !important;*/
    /*}*/
    .features-container {
        padding-bottom: 1px !important;
    }

}


@media (min-width: 576px) {
    .general-title-1 h2 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .general-title-1 h2 br {
        display: none;
    }
}

/* HEADER */
header {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: var(--color-white);
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 9999;
    border-bottom: 2px solid lightgray; 
}

.row-container,
.header-container {
    height: 100%;
    justify-content: space-between;
}

.header-logo {
    color: #000;
}

.header-menu {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-menu li .header-menu-btn {
    text-decoration: none;
    color: var(--color-black);
    padding: 0 30px;
}

.header-menu li .header-menu-btn:hover {
    color: #20a7e3;
}

.header-phone-cont {
    background-color: #00809a;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    justify-content: center;
}

.header-phone-cont:hover {
    background-color: var(--color-black);
}

.header-phone-cont p {
    color: var(--color-white);
    font-size: 28px;
}

.header-phone-icon {
    margin-right: 10px;
    width: 46px;
}

.header-phone-cont .header-phone-number .free {
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
    line-height: 80%;
}

.header-phone-cont .header-phone-number .number {
    color: var(--color-white);
    font-family: 'SoleRepsolText', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
}

.header-menu-mobile {
    position: absolute;
    background-color: var(--color-white);
    width: 100vw;
    height: 100vh;
    left: -100%;
    top: 0;
    transition: left 0.4s;
}

.header-menu-btn-mobile {
    position: absolute;
    background-size: cover;
    top: 20px;
}

.header-menu-btn-mobile-bar {
    position: absolute;
    height: 4px;
    width: 28px;
    background-color: var(--color-black);
    top: 0;
    transition: 0.2s;
    right: 0;
}

.header-menu-btn-mobile-bar.b {
    top: 9px;
}

.header-menu-btn-mobile-bar.c {
    top: 18px;
}

.header-menu-btn-mobile-bar.open-bar {
    top: 9px
}

.header-menu-btn-mobile-bar.a.open-rotate {
    transform: rotate(45deg);
}

.header-menu-btn-mobile-bar.b.open-bar-center {
    right: -150px;
}

.header-menu-btn-mobile-bar.c.open-rotate {
    transform: rotate(-45deg);
}

.header-menu-mobile-open {
    left: 0;
}

.header-menu-mobile-btns {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    list-style: none;
    padding: 0;
    align-items: center;
}

.header-menu-mobile-btns li a {
    text-decoration: none;
    color: var(--color-black);
    font-size: 20px;
    padding: 5px 0;
    display: flex;
}

.header-phone-cont.phone-menu {
    height: max-content;
    display: none;
}

.header-phone-cont.phone-menu i {
    font-size: 50px;
}

.header-phone-cont.phone-menu .number {
    font-size: 38px;
    margin-bottom: 7px;
}

.header-phone-cont.phone-menu .free {
    font-size: 20px;
}

.b-call-image {
    height: 50px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .header-phone-cont .header-phone-number .number {
        font-size: 24px;
    }

}


@media (min-width: 1200px) {
    .header-phone-cont i {
        font-size: 32px;
    }

    .header-phone-cont .header-phone-number .number {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    .owl-item {
        margin-top: 40px;
    }

    .owl-stage-outer {
        padding-top: 3rem !important;
    }

    .img-promo {
        top: -84px;
    }
}

/* BANNER */
.fondo {
    border-radius: 20px;
    height: 500px;
    background-image: url(assets/img/imax hero.png);
    background-color: rgba(115, 138, 172, 0.5);
    /* background-blend-mode: overlay; */
    background-size: cover;
    background-position: center center;
    margin-top: 102px;
    background-position-x: center;
    position: relative;
}

.banner-label {
    display: none;
    align-items: center;
    margin: 5px 0 20px 0;
}

.btn-purple-banner {
    display: none;
}

.banner-label-purple {
    background-color: var(--color-purple-2);
    padding: 5px 80px 5px 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.banner-label-star-cont {
    position: relative;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-label-star {
    background-color: var(--color-white);
    position: absolute;
    width: 15px;
    height: 15px;
}

.banner-label-star:nth-child(2) {
    transform: rotate(30deg);
}

.banner-label-star:nth-child(3) {
    transform: rotate(60deg);
}

.banner-label-star:nth-child(4) {
    transform: rotate(90deg);
}

.banner-label-star:nth-child(5) {
    transform: rotate(120deg);
}

.banner-label-triangle {
    width: 35px;
    height: 35px;
    background-color: var(--color-white);
    position: relative;
    transform: translateX(-50%) rotate(45deg);
}

.prod-gift-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color-purple-2);
}

.prod-gift-cont img {
    width: 100%;
}

.prod-gift-label {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--color-purple-2);
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-black-over-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e4030;
    opacity: .5;
    left: 50%;
    transform: translateX(-50%);
}

.container-fondo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.banner-title {
    font-family: 'SoleRepsolText', sans-serif;
    font-size: 56px;
    color: var(--color-white);
    line-height: 100%;
    letter-spacing: 1px;
}

.banner-title br {
    display: none;
}

.banner-box {
    background-color: var(--color-white);
    font-family: 'SoleRepsolText', sans-serif;
    display: flex;
    flex-direction: column;
    /* bottom: 30px; */
    padding: 20px;
    align-items: flex-start;
    width: max-content;
}

.banner-box-prod,
.banner-box-extra {
    font-size: 20px;
    /* text-transform: uppercase; */
    margin: 0;
}

.banner-box-prod br {
    display: none;
}

.banner-box-extra {
    line-height: 111%;
    font-size: 35px;
}

.feature-prod-title-bold,
.banner-box-extra,
.banner-box-bold {
    font-weight: 700;
}

.banner-box-price {
    font-family: 'SoleRepsolText', sans-serif;
    font-size: 100px;
    line-height: 132%;
}

.banner-btn-scroll-cont {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.banner-btn-scroll-arrow {
    border: solid var(--color-white);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
    transform: rotate(45deg);
    position: absolute;
    animation: anima-arrow 1.5s infinite linear;
    -webkit-animation: anima-arrow 1.5s infinite linear;
}

.fondo-3-div-1 img {
    height: 80px;
}

@keyframes anima-arrow {
    0% {
        opacity: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(50%) rotate(45deg);
    }
}

@-webkit-keyframes anima-arrow {
    0% {
        opacity: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(50%) rotate(45deg);
    }
}

.banner-box-prod-cont {
    position: relative;
    z-index: 2;
}

@media (max-width: 370px) {
    .prod-gift-cont {
        display: none;
    }

    .container-fondo {
        align-items: flex-start;
    }

    .banner-title {
        margin-top: 10px;
    }


}

@media (max-width: 992px) {
    .banner-title {
        font-size: 85px;
    }
}

@media (max-width: 576px) {
    .banner-box {
        width: 100%;
    }

    .banner-black-over-back {
        display: block;
    }

    .banner-title {
        font-size: 35px;
    }

    .icon-repsol {
        width: 120px;
    }
}

@media (min-width: 992px) {
    .banner-label {
        display: flex;
        align-items: center;
        display: none;
    }

    .btn-purple-banner {
        display: block;
    }

    .banner-box-prod,
    .banner-box-extra {
        font-size: 24px;
    }

    .banner-title {
        font-size: 70px;
    }

    .banner-title br {
        display: block;
    }

    .banner-box-prod br {
        display: block;
    }
}

@media (min-width: 1200px) {
    .banner-box-prod br {
        display: none;
    }
}

@media (min-width: 769px) {
    .hidden-lg {
        display: none !important;
    }
}

/* MEDIA QUERY 768px UNIFICADO - MOVIDO AL FINAL DEL ARCHIVO */

/* FEATURES */
.feature-cont {
    margin-bottom: 100px;
}

.plan-amigo-descrp-container,
.advantage-finetwork-container,
.features-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.feature-check:before {
    content: url(../img/check.svg);
    margin-right: 5px;
}

.feature-prod {
    cursor: pointer;
    transition: var(--transition-feature);
}

.feature-gb-extra {
    background-color: var(--color-purple-2);
    color: var(--color-white);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    top: 0;
}

.feature-prod-data {
    background-color: var(--color-white);
    border-radius: 20px;
    border: 1px solid lightgray;
    /* padding: 40px var(--padding-box-1) var(--padding-box-1) var(--padding-box-1); */
    padding: var(--padding-box-1);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: var(--transition-feature);
    height: 475px;
    max-width: 350px;
    margin: auto;
}

.feature-prod-data2 {
    background-color: var(--color-white);
    border-radius: 40px;
    /* padding: 40px var(--padding-box-1) var(--padding-box-1) var(--padding-box-1); */
    /* padding: var(--padding-box-1); */
    padding: 20px;
    display: flex;
    transition: var(--transition-feature);
    height: 516px;
    border: 1px solid lightgray;
    border-radius: 20px;
}

.feature-prod:hover {
    transform: scale(1.04);
}

.feature-prod:hover .feature-gb-extra {
    background-color: var(--color-white);
    color: #00809a;
}

.feature-prod:hover .feature-prod-data {
    border: 1px solid #20a7e3;
    /*color: var(--color-white);*/
}

.feature-prod:hover .separator,
.feature-prod:hover .button-purple {
    background-color: var(--color-white);
    color: var(--color-black);
}

.feature-prod h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}

.feature-prod-advantage {
    list-style: none;
    padding: 0;
    margin: 5px 0 10px 0;
    font-size: 20px;
}

.feature-prod-advantage li {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #000;
    text-align: left;
}

.feature-prod-advantage li svg {
    margin-right: 5px;
}

.feature-prod>.button-purple {
    width: 100%;
}

.feature-gift {
    background-color: var(--color-gray-3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px var(--padding-box-1);
}

.feature-gift-title {
    font-size: 19px;
    color: var(--color-black);
    line-height: 29px;
}

.card-ahorro-landing {
    width: 600px;
}

@media (max-width: 370px) {
    .feature-prod h3 {
        font-size: 15px;
    }

    .banner-box-prod br {
        display: block;
    }
}



@media (max-width: 992px) {
    .img-promo {
        top: -31px
    }
}

@media (max-width: 991px) {
    .button-purple {
        padding: 13px;
        font-size: 16px;
    }

    .feature-prod-advantage li {
        padding: 2px;
    }

    header h4 {
        font-size: 20px !important;
        font-weight: 700;
    }

    .feature-prod-data .button-purple {
        width: 65%;
    }

    .feature-prod-data2 .button-purple {
        width: 65%;
    }
}

@media (max-width: 625px) {
    .icon-repsol-container {
        width: auto;
    }

    .icon-repsol {
        width: 160px;
        margin-right: 10px;
    }

    .icon-repsol-container>a {
        bottom: 10px !important;
    }
}

@media (max-width: 511px) {
    .icon-repsol {
        /*width: 100px;*/
        /*margin-right: 10px;*/
    }

    .b-call-image {
        height: 40px;
    }
}

@media (max-width: 426px) {
    .icon-repsol {
        /*width: 80px;*/
        /*margin-right: 10px;*/
    }

    header h4 {
        font-size: 17px !important;
        font-weight: 700;
    }

    .fondo-3 h2 {
        font-size: 1.1rem !important;
    }

    .liston-naranja {
        font-size: 15px !important;
    }
}

@media (max-width: 376px) {
    .b-call-image {
        height: 40px !important;
    }

    header h4 {
        font-size: 13px !important;
    }
}

@media (max-width: 321px) {
    .img-promo {
        top: -48px !important;
    }

    .feature-prod-data .button-purple {
        width: 70% !important;
    }

    .feature-prod-data2 .button-purple {
        width: 70% !important;
    }
}


@media (min-width: 992px) {
    .feature-prod h3 {
        font-size: 25px;
    }
}


@media (min-width: 1200px) {
    .feature-gift-title {
        font-size: 24px;
        line-height: 32px;
        padding-left: 12px;
    }
}

/* ADDITIONAL LINES */
.additional-lines-cont {
    background-color: var(--color-black);
    margin-bottom: 20px;
    padding: 30px var(--padding-box-1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
}

.additional-lines-cont>* {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.additional-lines-cont:hover {
    background-color: #00809a;
    color: var(--color-white);
}

.additional-lines-cont:hover .button-white {
    background-color: var(--color-white);
    color: var(--color-black);
}

.additional-lines-title {
    margin: 0;
    color: var(--color-white);
    font-size: 22px;
    text-align: center;
    line-height: 121%;
}

.additional-lines-cont .prod-price-cont {
    color: var(--color-white);
    margin-top: 60px;
}

@media (min-width: 992px) {
    .additional-lines-cont>* {
        margin: 0;
    }

    .additional-lines-cont {
        flex-direction: row;
    }

    .additional-lines-title {
        text-align: left;
    }

    .additional-lines-cont .prod-price-cont {
        margin-top: 25px;
    }
}

/* C2C */
.c2c-formu-resp,
.data-box {
    background-color: #fff;
    padding: 20px 20px 0 10px;
    display: flex;
    flex-direction: column;
    /* transform: translateY(-50px); */
    border-radius: 20px;
    border: none;
}

.data-box .form-control {
    border-radius: 14px;
    border: 1px solid #afacac;
    font-weight: 600;
    color: #001e37;
}

/* Estilos para las etiquetas de los formularios */
.data-box .form-control::placeholder {
    color: #001e37;
}

/* Estilos específicos para los campos de nombre y teléfono */
.data-box input[placeholder="Nombre"]::placeholder,
.data-box input[placeholder="Teléfono"]::placeholder {
    color: #001e37;
}

/* Estilos para las etiquetas de texto descriptivo */
.data-box .c2c-text {
    color: #001e37;
}

/* Estilos para las etiquetas de checkbox */
.data-box #c2c-checkbox-label-banner,
.data-box #c2c-checkbox-label-modal {
    color: #001e37 !important;
}

/* Estilos para etiquetas de formulario específicas */
.data-box label[for*="c2c"] {
    color: #001e37;
}

/* REGLA GLOBAL PARA TEXTO DESCRIPTIVO - MÁXIMA PRIORIDAD */
.data-box .c2c-text,
.c2c-text {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 18px !important;
    margin: 20px 0 20px !important;
    text-align: center !important;
}

.c2c-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.c2c-text {
    margin: 20px 0 20px;
    font-size: 18px;
    text-align: center;
}

.c2c-input {
    width: 100%;
    font-size: 25px;
    padding: 5px 10px;
}

.c2c-input::placeholder {
    color: var(--color-gray-1);
}

.c2c-form-msg {
    font-size: 14px;
    margin-bottom: 5px;
    color: red;
}

.c2c-formu-resp {
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.c2c-formu-resp .c2c-formu-data {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.c2c-form-ok:before {
    content: '';
    background-image: url(../img/c2c-form-ok.svg);
    background-size: cover;
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
}

/*.c2c-btn {*/
/*    font-size: 18px;*/
/*    width: 100%;*/
/*}*/

.c2c-auto-fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    z-index: 90;
    transition: transform 0.5s;
    width: 100%;
}

.c2c-auto-fixed-open {
    transform: translateY(0);
}

.c2c-auto-back {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.c2c-auto-box {
    flex-direction: row;
    padding: 10px 0;
    align-items: center;
}

.c2c-auto-box .c2c-input {
    font-size: 15px;
}

.c2c-auto-box .checkbox-cont {
    margin-top: 10px;
}

.c2c-auto-box .c2c-text {
    margin: 0;
}

.c2c-auto-box .checkbox-cont label {
    font-size: 13px;
}

.c2c-auto-box .c2c-btn {
    font-size: 16px;
    padding: 5px;
}

.c2c-auto-box .c2c-text {
    /* display: none; */
    font-size: 14px;
}

.c2c-auto-box .c2c-title {
    font-size: 22px;
}

.c2c-auto-box .c2c-form-msg {
    margin: 0;
}

.c2c-auto-box .c2c-formu-data {
    flex-direction: row;
}

.c2c-auto-box .c2c-form-ok {
    margin: 0 10px 0 0;
}

.c2c-auto-box .c2c-form-ok:before {
    width: 30px;
    height: 30px;
}

.c2c-auto-box .c2c-form-ok,
.c2c-auto-box .c2c-formu-resp .c2c-title {
    font-size: 16px;
    margin-right: 5px;
}

.c2c-mobile {
    width: 100%;
}

.c2c-mobile-title {
    font-size: 18px;
}

@media (min-width: 992px) {
    .c2c-auto-box .c2c-title {
        font-size: 18px;
    }

    .c2c-mobile {
        display: none;
    }

    .c2c-auto-box .c2c-text {
        font-size: 11px;
    }

    .c2c-auto-box .checkbox-cont label {
        font-size: 11px;
    }
}


@media (min-width: 1200px) {
    .c2c-auto-box .c2c-title {
        font-size: 23px;
    }

    .c2c-auto-box .c2c-text {
        font-size: 13px;
    }

    .c2c-title {
        font-size: 22px;
    }
}

/* FOOTER */
.advantage-finetwork-cont {
    margin: 30px 0;
    align-items: flex-end;
}

.advantage-finetwork {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.advantage-finetwork-text {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.footer-cont {
    padding-top: 15px;
    padding-bottom: 84px;
}

.footer-legals-btns {
    display: flex;
    justify-content: flex-end;
}

.footer-legals-btns,
.footer-legals-btns span {
    color: var(--color-white);
    font-size: 14px;
}

.footer-legals-btns span:hover {
    color: var(--color-purple-2);
    cursor: pointer;
}

.footer-cont>* {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-phone {
    /* position: fixed; */
    bottom: 0;
    width: 100vw;
    z-index: 15;
    padding: 0;
    transition: var(--transition-cookies);
    height: 78px;
    display: flex;
    align-items: center;
    transform: translateY(-100%);
    position: absolute;
    top: 0;
}

.header-phone-cont.footer-phone .header-phone-number .number {
    font-size: 40px;
}


.header-phone-cont.footer-phone i {
    font-size: 40px;
}

@media (min-width: 992px) {
    .footer-legals-btns {
        justify-content: flex-end;
    }

    .footer-logo {
        justify-content: flex-start;
    }
}

@media (min-width: 576px) {
    .footer-cont>* {
        justify-content: left;
    }

    .footer-logo {
        justify-content: left;
    }
}

/* MODAL */
.modal-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-cont-open {
    width: 100%;
    height: 100%;
}

.modal-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: var(--color-black);
    opacity: 0;
    transition: opacity var(--transition-modal);
}

.modal-back-open {
    width: 100%;
    height: 100%;
    opacity: .8;
}

.modal-data {
    width: 400px;
    height: max-content;
    position: absolute;
    z-index: 11;
    transform: scale(0.9);
    opacity: 0;
    transition: var(--transition-modal);
    justify-content: center;
}

.modal-data-open {
    opacity: 1;
    transform: scale(1);
}

.phone-modal {
    margin-top: 10px;
    background-color: #847c7c;
    height: max-content;
}

.phone-modal:hover {
    background-color: #00809a;
}

@media (max-width: 576px) {
    .modal-back {
        display: none;
    }

    .modal-data {
        width: 100vw;
        height: 100vh;
    }

    .modal-cont {
        align-items: flex-start;
    }
}

/* POLITICAS */
.btn-politicas {
    color: #20a7e3;
    text-decoration: underline;
}

.btn-politicas2 {
    color: #000;

}

.legales-cont p {
    margin-bottom: 20px;
}

.legales-cont h1 {
    font-weight: 700;
}

.legales-cont h1,
.legales-cont h2,
.legales-cont h3 {
    margin-top: 20px;
}

.legales-cont table {
    border-collapse: collapse;
    width: 95%;
    margin: 0 auto 15px auto;
    font-size: 16px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.legales-cont th,
.legales-cont td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 576px) {
    .legales-cont h2 {
        font-size: 25px;
    }
}

/* COOKIES */
.cookies-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 90;
    transition: var(--transition-cookies);
    padding: 10px 0;
}

.cookies-notice-open {
    transform: translateY(0%);
}

.cookies-notice-close {
    transform: translateY(100%);
}

.cookies-icon {
    width: 18px;
}

.cookies-notice-title {
    font-weight: 700;
}

.cookies-notice-text {
    color: var(--color-black);
    font-size: 12px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.cookies-config-cont {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
}

.cookies-config-cont a {
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.cookies-config-cont a img {
    height: 12px;
    margin-right: 2px;
}

.cookies-checkbox {
    width: 50%;
}

.cookies-checkbox-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}

.cookies-checkbox input {
    margin-right: 10px;
}

.cookies-config {
    cursor: pointer;
    color: var(--color-purple-1);
}

.button-purple-cookies {
    padding: 6px 0 3px 0;
    text-align: center;
    font-size: 13px;
    margin: 5px 0;
    width: 100%;
}

.cookies-data-cont.legales,
.cookies-data-cont {
    position: absolute;
    top: 0;
    overflow-y: scroll;
    /* height: 86%; */
    height: 96%;
    padding: 30px 30px 0 0;
}

.cookies-data-cont.legales {
    height: 96%;
}

.cookies-data-cont p {
    margin-bottom: 5px;
    font-size: 12px;
}

.cookies-data-cont h1 {
    font-weight: 700;
    font-size: 25px;
}

.cookies-data-cont h2 {
    font-size: 20px;
    margin-top: 20px;
}

.cookies-data-cont h3 {
    font-size: 17px;
}

.cookies-botones {
    padding: 16px 30px;
    display: flex;
    background: var(--color-white);
    position: fixed;
    width: 100%;
    flex-direction: column;
    left: 0;
    bottom: 0;
}

.cookies-save-config {
    border: none;
    background: none;
    color: var(--color-purple-2);
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.cookies-checkbox-title {
    font-weight: 700;
    margin-top: 5px;
}

#cookie-nece+label {
    opacity: 0.3;
}

.cookie-description-cont {
    overflow: hidden;
    height: 0;
    transition: var(--transition-cookies);
}

.cookie-description-btn-show {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: var(--color-purple-1);
    cursor: pointer;
}

.cookie-description-arrow {
    transition: var(--transition-cookies);
    margin-left: 5px;
}

.cookie-description-arrow:after {
    content: url(../img/cookie-arrow.png);
}

.cookie-description {
    border-bottom: 1px solid var(--color-gray-1);
    padding: 10px 0;
}

.cookie-description p {
    margin: 0;
}

.cookie-title {
    font-size: 13px;
    font-weight: 700;
}

.data-box.legales,
.data-box.cookies {
    width: 100vw;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    padding: 15px;
    padding-bottom: 5px;
}

@media (min-width: 992px) {

    .data-box.legales,
    .data-box.cookies {
        width: 33vw;
        height: 80vh;
        padding: 30px;
    }
}

/* CHECKBOX COOKIES */

.toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    transform: translate3d(0, 0, 0);
}

.toggle:before {
    content: "";
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #f00;
    border-radius: 25px;
    transition: background 0.2s ease;
}

.toggle span {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}

.cookies-checkbox-input {
    display: none;
}

.cookies-checkbox-input:checked+.toggle:before {
    background: green;
}

.cookies-checkbox-input:checked+.toggle span {
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
}

.center {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
}

/* DISABLED HOVER MOBILE */
@media (max-width: 992px) {
    a:hover {
        color: inherit;
    }

    .feature-prod:hover .separator,
    .feature-prod:hover .button-purple,
    .button-white:hover,
    .button-purple:hover,
    .button-purple-c2c:hover,
    .button-white:focus,
    .button-purple:focus,
    .button-purple-c2c:focus {
        background-color: #00809a;
        color: var(--color-white);
    }

    .feature-prod:hover .feature-prod-data {
        background-color: var(--color-white);
        color: inherit;
    }

    .feature-prod:hover .feature-prod-data2 {
        background-color: var(--color-white);
        color: inherit;
    }

    .feature-prod:hover .feature-gb-extra {
        background-color: #00809a;
        color: var(--color-white);
    }

    .feature-prod:hover {
        transform: scale(1);
    }

    .feature-prod:hover {
        stroke: inherit;
    }

    .additional-lines-cont:hover {
        background-color: #00809a;
        color: var(--color-white);
    }

    .additional-lines-cont:hover .button-white {
        background-color: var(--color-white);
        color: var(--color-black);
    }

    .footer-legals-btns span:hover {
        color: inherit;
    }

    .header-phone-cont:hover {
        background-color: #00809a;
    }

    .phone-modal:hover {
        background-color: var(--color-black);
    }

    /* #aceptar-todas-cookies-mobile:hover,
    #aceptar-todas-cookies-deskt:hover {
        background-color: var(--color-black);
    } */
    .cookies-notice-text a:hover {
        color: #00809a;
    }

    .plan-amigo-notice:hover button {
        color: var(--color-black);
        background-color: var(--color-white);
    }
}

/* CLASES CORRECTIVAS */
.back-purple-1 {
    background-color: var(--color-purple-1);
}

.back-purple-2 {
    background-color: var(--color-purple-2);
}

/* CAROUSEL */

.owl-carousel .owl-item img {
    width: 100px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--color-purple-1);
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    top: -415px;
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border: none;
    padding: 0 !important;
    font: inherit;
    background: var(--color-black);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: var(--color-white);
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--color-black);
}

@media (min-width: 992px) {
    .owl-stage {
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
}

/* @media(max-width: 992px) {
    .owl-carousel {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
} */

/* DESACTIVAR REGALOS */
.feature-gift,
.prod-gift-cont {
    display: none;
}

/* DESACTIVAR GB EXTRA */
/* .feature-gb-extra,
.banner-box-extra {
    display: none;
} */

.switch_button {
    display: inline-block;
}

.switch_button .switch-button_checkbox {
    display: none
}

.switch_button .switch-button_label {
    background-color: var(--color-gray-1);
    width: 4rem;
    height: 2rem;
    border-radius: 3rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.switch_button .switch-button_label:before {
    transition: .2s;
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: var(--color-blue-1);
    content: '';
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #000
}

.switch_button .switch-button_checkbox:checked+.switch-button_label {
    background-color: var(--color-purple-1)
}

.switch_button .switch-button_checkbox:checked+.switch-button_label:before {
    transform: translateX(2rem)
}

/* ========================================
   ESTILOS MÓVILES - NO AFECTAN PC
   ======================================== */

/* HEADER MÓVIL - MOVIDO A MEDIA QUERY UNIFICADO */

/* FONDO PRINCIPAL MÓVIL - MOVIDO A MEDIA QUERY UNIFICADO */
        padding-right: 0 !important;
    }
    
    /* Iconos de servicios */
    .fondo .mb-4.py-1.px-4.hidden-xs .d-flex {
        margin-bottom: 15px !important;
        justify-content: center !important;
    }
    
    .fondo .mb-4.py-1.px-4.hidden-xs img {
        height: 35px !important;
        margin-right: 10px !important;
    }
    
    /* Texto "Coche, Luz y Gas" */
    .fondo .mb-4.py-1.px-4.hidden-xs p:first-of-type {
        font-size: 20px !important;
        font-weight: bold !important;
        color: #10434c !important;
        margin: 0 0 10px 0 !important;
        text-align: center !important;
    }
    
    /* Precio destacado */
    .fondo .mb-4.py-1.px-4.hidden-xs p:nth-of-type(2) {
        margin: 0 0 5px 0 !important;
        text-align: center !important;
    }
    
    .fondo .mb-4.py-1.px-4.hidden-xs span {
        color: #ff4027 !important;
        font-size: 44px !important;
        font-weight: bold !important;
    }
    
    /* Texto de ahorro */
    .fondo .mb-4.py-1.px-4.hidden-xs small {
        color: #10434c !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        text-align: center !important;
        display: block !important;
    }
    
    /* Sombreado inferior del cuadro */
    .fondo .col-md-7::after {
        content: '' !important;
        position: absolute !important;
        bottom: -20px !important;
        left: 0 !important;
        right: 0 !important;
        height: 20px !important;
        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent) !important;
        border-radius: 0 0 20px 20px !important;
    }
    
    /* Ocultar formulario original de PC en móvil - COMENTADO PARA PERMITIR VISIBILIDAD EN PC */
    /* .fondo .col-md-5 {
        display: none !important;
    } */
}

 /* FORMULARIO MÓVIL */
 /* Ocultar formulario móvil en PC por defecto */
 .container-fluid[style*="background: #f8f9fa"] {
     display: none !important;
 }
 
 .container-fluid[style*="background: #f8f9fa"] .data-box {
     display: none !important;
 }
 
 /* FORMULARIO MÓVIL - MOVIDO A MEDIA QUERY UNIFICADO */

/* TÍTULOS Y OFERTAS MÓVILES - MOVIDO A MEDIA QUERY UNIFICADO */

/* AJUSTES ESPECÍFICOS POR RESOLUCIÓN MÓVIL */
@media (max-width: 414px) {
    .fondo .col-md-7 {
        margin-top: 120px !important;
    }
    
    .fondo .mb-4.py-1.px-4.hidden-xs {
        margin-top: -80px !important;
    }
    
         .container-fluid[style*="background: #f8f9fa"] .data-box {
         margin-top: 40px !important;
     }
     
     .fondo {
         margin-bottom: 80px !important;
     }
     
     .fondo .col-md-7 {
         margin-bottom: 50px !important;
     }
     
     .container-fluid[style*="background: #f8f9fa"] {
         margin-top: 40px !important;
         padding-top: 40px !important;
     }
     
     .container-fluid[style*="background: #f8f9fa"] .data-box {
         margin-top: 60px !important;
     }
    
    /* Botones más pequeños en 414px */
    .btn-oferta-servicio {
        font-size: 12px !important;
    }
}

/* MEDIA QUERY 390px ELIMINADO - REGLAS MOVIDAS AL MEDIA QUERY UNIFICADO DE 375px */

/* MEDIA QUERY 375px DUPLICADO ELIMINADO - REGLAS YA INCLUIDAS EN EL MEDIA QUERY UNIFICADO */

/* REDUCIR SCROLL EXCESIVO EN MÓVIL - MOVIDO A MEDIA QUERY UNIFICADO */

/* ALTURAS DE OFERTAS MÓVILES - MOVIDO A MEDIA QUERY UNIFICADO */
 
 /* MEDIA QUERY 390px ELIMINADO - REGLAS MOVIDAS AL MEDIA QUERY UNIFICADO DE 375px */
 
 /* MEDIA QUERY 375px DUPLICADO ELIMINADO - REGLAS YA INCLUIDAS EN EL MEDIA QUERY UNIFICADO */

/* REGLAS ADICIONALES PARA GARANTIZAR VISIBILIDAD EN MÓVIL - REMOVED DUPLICATE */

/* Background image handled by final ultra-specific rules - REMOVED DUPLICATE */

/* REGLA FINAL PARA FORZAR EL FONDO AZUL EN MÓVIL - REMOVED DUPLICATE */

/* Background image handled by final ultra-specific rules - REMOVED DUPLICATE */

/* REGLA FINAL ULTRA ESPECÍFICA PARA GARANTIZAR FONDOS */
/* PC: degradado azu.png */
@media (min-width: 769px) {
    html body div.container-fluid.back-blue-2,
    body div.container-fluid.back-blue-2,
    div.container-fluid.back-blue-2,
    .back-blue-2 {
       /* background-image: url("assets/img/degradado azu.png") !important;*/
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
       /* background-color: #ff0000 !important;*/
        min-height: 400px !important;
        background-attachment: fixed !important;
    }
}

/* REGLA ADICIONAL PARA PC - pantallas más grandes */
@media (min-width: 1024px) {
    html body div.container-fluid.back-blue-2,
    body div.container-fluid.back-blue-2,
    div.container-fluid.back-blue-2,
    .back-blue-2 {
       /* background-image: url("assets/img/degradado azu.png") !important;*/
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
       /* background-color: #ff0000 !important;*/
        min-height: 400px !important;
        background-attachment: fixed !important;
    }
}

/* MÓVIL: degradado azulmovil.png - MOVIDO A MEDIA QUERY UNIFICADO */

/* REGLAS ESPECÍFICAS PARA BOTONES DE OFERTAS EN 375px - MÁXIMA PRIORIDAD */
@media (max-width: 375px) {
    /* ALTURA DE TARJETAS DE OFERTAS - 436px */
    .feature-prod-data,
    .feature-prod-data[style*="height: auto"] {
        height: 436px !important;
        min-height: 436px !important;
        max-height: 436px !important;
    }
    
    /* REGLA ULTRA ESPECÍFICA PARA VENCER CUALQUIER ALTURA */
    .back-blue-2 .container .owl-carousel .feature-prod .feature-prod-data {
        height: 436px !important;
        min-height: 436px !important;
        max-height: 436px !important;
    }
    
    /* REGLA FINAL PARA FORZAR ALTURA */
    .feature-prod-data[style*="height: 400px"] {
        height: 436px !important;
        min-height: 436px !important;
        max-height: 436px !important;
    }
    
    /* BOTÓN "EMPIEZA A AHORRAR" - TAMAÑO Y POSICIÓN - SELECTORES ULTRA ESPECÍFICOS */
    .back-blue-2 .container .owl-carousel .feature-prod .btn-oferta-servicio {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    /* BOTÓN CON SELECTOR DE ATRIBUTO ULTRA ESPECÍFICO */
    .back-blue-2 .container .owl-carousel .feature-prod .btn-oferta-servicio[data-servicio="luz"],
    .back-blue-2 .container .owl-carousel .feature-prod .btn-oferta-servicio[data-servicio="gas"],
    .back-blue-2 .container .owl-carousel .feature-prod .btn-oferta-servicio[data-servicio="luz+gas"] {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    /* REGLA FINAL CON html body PARA MÁXIMA ESPECIFICIDAD */
    html body .back-blue-2 .container .owl-carousel .feature-prod .btn-oferta-servicio {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    
    /* REGLA EXTRA CON SELECTOR DE ATRIBUTO Y MÁXIMA ESPECIFICIDAD */
    html body .back-blue-2 .container .owl-carousel .feature-prod .btn-oferta-servicio[data-servicio] {
        font-size: 15px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    /* Título principal landing */
    .fondo .col-md-7 h1 {
        font-size: 25px !important;
    }
}

/* MEDIA QUERY UNIFICADO DE 768px - TODAS LAS REGLAS EN UN SOLO LUGAR */
@media (max-width: 768px) {
    /* REGLAS GENERALES DE MÓVIL */
    .px-5 {
        margin: 20px 0px 0px 15px !important;
    }

    .back-blue-3 > div {
        flex-direction: column;
    }
    
    /* TAMAÑO DEL TEXTO "AHORRA CADA VEZ QUE LLENAS..." EN MÓVIL */
    .back-blue-3 h2.text-left {
        font-size: 1.1rem !important;
    }
    
    /* QUITAR PADDING DEL CARRUSEL EN MÓVIL */
    .owl-stage-outer {
        padding-top: 0rem !important;
    }
    
    /* OCULTAR FORMULARIO PRINCIPAL EN MÓVIL */
    .container-fluid[style*="background: #f8f9fa"] {
        display: none !important;
    }
   
    
    .texth1 {
        margin: 30px 0px 0px -1px !important;
    }
    
    .fondo {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }
    
    .back-blue-2>div.hidden-lg>div {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box {
        margin-top: 30px !important;
    }
    
    .fondo + div[style*="height: 100px"] {
        height: 30px !important;
    }
    
    .owl-nav {
        top: 0 !important;
        position: relative !important;
    }
    
    .owl-carousel .owl-nav {
        top: 0 !important;
    }
    
    /* ALTURAS DE OFERTAS MÓVILES - SIN REGLA DE 400px */
    /* .feature-prod-data,
    .feature-prod-data[style*="height: auto"] {
        height: 400px !important;
        min-height: 400px !important;
        max-height: 400px !important;
    } */
    
    .feature-prod-data2,
    .feature-prod-data2[style*="height: auto"] {
        height: 193px !important;
        min-height: 193px !important;
        max-height: 193px !important;
    }
    
    /* Asegurar que las tarjetas mantengan su fondo blanco */
    .feature-prod-data,
    .feature-prod-data2 {
        background-color: #ffffff !important;
        border: 1px solid lightgray !important;
        border-radius: 20px !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    }
    
    /* Asegurar que el carrusel sea visible */
    .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block !important;
        visibility: visible !important;
    }
    
    /* Asegurar que el contenedor de las tarjetas sea visible */
    .feature-cont {
        display: block !important;
        visibility: visible !important;
    }
    
    /* Asegurar que el título sea visible */
    .back-blue-2 .pb-5 {
        display: block !important;
        visibility: visible !important;
    }
    
    .back-blue-2 .pb-5 h1 {
        display: block !important;
        visibility: visible !important;
        color: #fff !important;
        font-size: 1.7rem !important;
        text-align: center !important;
    }
    
    .back-blue-2,
    .container-fluid.back-blue-2 {
        min-height: 400px !important;
    }
    
    /* REGLA ESPECÍFICA PARA 375px - ALTURA DE TARJETAS */
    @media (max-width: 375px) {
        .feature-prod-data,
        .feature-prod-data[style*="height: auto"] {
            height: 436px !important;
            min-height: 436px !important;
            max-height: 436px !important;
        }
        
        /* REGLA ULTRA ESPECÍFICA PARA VENCER 400px */
        .back-blue-2 .container .owl-carousel .feature-prod .feature-prod-data {
            height: 436px !important;
            min-height: 436px !important;
            max-height: 436px !important;
        }
        
        /* REGLA FINAL PARA FORZAR ALTURA */
        .feature-prod-data[style*="height: 400px"] {
            height: 436px !important;
            min-height: 436px !important;
            max-height: 436px !important;
        }
    }
}

/* Reforzar tamaño del título en resoluciones <= 375px */
@media (max-width: 375px) {
    html body .fondo .col-md-7 h1 {
        font-size: 25px !important;
    }
}

/* REGLA ESPECÍFICA PARA 414px - DESPUÉS DE 768px PARA QUE SOBRESCRIBA */
@media (max-width: 414px) {
    /* BOTÓN "EMPIEZA A AHORRAR" - TAMAÑO ESPECÍFICO PARA 414px */
    .button-purple-c2c, .button-black-c2c {
        font-size: 15px !important;
    }
    
    /* BOTÓN DE OFERTAS - TAMAÑO ESPECÍFICO PARA 414px */
    .btn-oferta-servicio {
        font-size: 15px !important;
    }
}

/* ========================================
   MEDIA QUERY UNIFICADO DE 768px - TODAS LAS REGLAS EN UN SOLO LUGAR
   ======================================== */
@media (max-width: 768px) {
    /* HEADER MÓVIL - DOS FILAS SEPARADAS POR LÍNEA GRIS */
    /* Reset completo del header para móvil */
    header,
    header *,
    header .container-fluid.row,
    header .icon-repsol-container,
    header .header-labels {
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* Header principal */
    header {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        width: 100% !important;
        min-height: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: none !important;
    }
    
    /* Contenedor principal del header */
    header .container-fluid.row,
    header > .container-fluid.row {
        flex-direction: column !important;
        align-items: stretch !important;
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        width: 100% !important;
    }
    
    /* FILA SUPERIOR: Solo logo Repsol */
    .icon-repsol-container,
    header .icon-repsol-container,
    header > .icon-repsol-container {
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 0 20px !important;
        margin: 0 !important;
        border: none !important;
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 15px !important;
        float: none !important;
        height: 45px !important;
        min-height: 45px !important;
    }
    
    /* Ocultar completamente el texto "Colaborador oficial" */
    .icon-repsol-container h4,
    header .icon-repsol-container h4,
    header > .icon-repsol-container h4 {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
    }
    
    /* LÍNEA GRIS HORIZONTAL */
    .icon-repsol-container::after,
    header .icon-repsol-container::after,
    header > .icon-repsol-container::after {
        content: '' !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 2px !important;
        background-color: #cccccc !important;
        z-index: 10 !important;
        display: block !important;
    }
    
    /* FILA INFERIOR: Texto + Logo BeCall */
    .header-labels,
    header .header-labels,
    header > .header-labels {
        width: 100% !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 20px !important;
        gap: 20px !important;
        border: none !important;
        display: flex !important;
        height: 45px !important;
        margin: 0 !important;
        background: transparent !important;
        float: none !important;
        min-height: 45px !important;
    }
    
    /* Texto "Colaborador oficial de Repsol" */
    .header-labels::before,
    header .header-labels::before,
    header > .header-labels::before {
        content: 'Colaborador oficial de Repsol' !important;
        font-size: 16px !important;
        color: #10434c !important;
        font-weight: normal !important;
        white-space: nowrap !important;
        display: block !important;
        position: static !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }
    
    /* Logo BeCall */
    .header-labels > div:first-child,
    header .header-labels > div:first-child,
    header > .header-labels > div:first-child {
        border: none !important;
        padding: 0 !important;
        justify-content: flex-end !important;
        width: auto !important;
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* Logo BeCall más pequeño */
    .header-labels img,
    header .header-labels img,
    header > .header-labels img {
        max-height: 35px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }
    
    /* Ocultar teléfono */
    .header-labels .hidden-xs,
    header .header-labels .hidden-xs,
    header > .header-labels .hidden-xs {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
    }
    
    /* Reset de estilos inline - MÁXIMA PRIORIDAD */
    .icon-repsol-container[style],
    .header-labels[style],
    header .icon-repsol-container[style],
    header .header-labels[style] {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: 45px !important;
        min-height: 45px !important;
        margin: 0 !important;
        padding: 0 20px !important;
    }
    
    /* Imagen del logo Repsol */
    .icon-repsol-container img,
    header .icon-repsol-container img {
        height: 35px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        float: none !important;
    }
    
    /* FONDO PRINCIPAL MÓVIL */
    /* Fondo principal para móvil - sin márgenes */
    .fondo {
        background-image: url("../img/movil.png") !important;
        background-size: contain !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        position: relative !important;
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background-color: transparent !important;
        height: 50vh !important;
        min-height: 400px !important;
    }
    
    /* Contenedor landing sin padding en móvil */
    .landing {
        padding: 0 !important;
        margin: 0 !important;
        background-color: #ffffff !important;
    }
    
    /* Asegurar que no haya espacio entre header y fondo */
    .container-fluid.landing {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Eliminar cualquier espacio entre header y landing */
    header + .container-fluid.landing {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Sobrescribir cualquier padding-top inline en .fondo */
    .fondo[style*="padding-top"] {
        padding-top: 0 !important;
    }
    
    /* Eliminar cualquier margen superior en móvil */
    .fondo .col-md-7,
    .fondo .col-xs-12 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Eliminar margen negativo que pueda causar problemas */
    .fondo .mb-5[style*="margin-top: -100px"] {
        margin-top: 0 !important;
    }
    
    /* Primer cuadro blanco que empieza en la imagen */
    .fondo .container.row {
        position: relative !important;
        z-index: 2 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Contenido principal sobre la imagen */
    .fondo .col-md-7 {
        background-color: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
        position: relative !important;
        margin-top: 18vh !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Título principal */
    .fondo .col-md-7 h1 {
        font-size: 29px !important;
        font-weight: 400 !important;
        color: #ffffff !important;
        text-align: left !important;
        margin: 0 0 15px 0 !important;
        padding: 5px 20px 0 20px !important;
        line-height: 1.3 !important;
    }
    
    /* Eliminar el margen superior del contenedor del título */
    .fondo .col-md-7 .mb-5 {
        margin-top: 10px !important;
    }
    
    /* Oferta destacada */
    .fondo .mb-4.py-1.px-4.hidden-xs {
        background: #ffffff !important;
        border: 2px solid #e0e0e0 !important;
        border-radius: 15px !important;
        padding: 15px !important;
        margin: 5px auto !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        display: block !important;
        width: 90% !important;
        height: auto !important;
        min-height: 150px !important;
        max-width: 90% !important;
    }
    
    /* Ocultar formulario del banner en móvil */
    .fondo .col-md-5 {
        display: none !important;
    }
    
    /* Formulario principal visible en móvil */
    .container-fluid[style*="background: #f8f9fa"] {
        margin-top: 180px !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box {
        display: block !important;
    }
    
    /* Sobrescribir estilos inline del HTML */
    .fondo .col-md-7 .mb-4.py-1.px-4.hidden-xs[style] {
        width: 76% !important;
        max-width: 76% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border-color: #e0e0e0 !important;
    }
    
    /* Asegurar que coincida con el ancho del contenedor .fondo>.container>div */
    .fondo .container .mb-4.py-1.px-4.hidden-xs {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    /* Mostrar en móvil (eliminar hidden-xs) */
    .fondo .hidden-xs {
        display: block !important;
    }
    
    /* Alinear el bloque de oferta sobre la imagen */
    .fondo .col-md-7 .mb-4.py-1.px-4.hidden-xs {
        margin-top: -30px !important;
        margin-bottom: 10px !important;
        width: 76% !important;
        max-width: 76% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 15px !important;
    }
    
    /* Iconos de servicios */
    .fondo .mb-4.py-1.px-4.hidden-xs .d-flex {
        margin-bottom: 15px !important;
        justify-content: center !important;
    }
    
    .fondo .mb-4.py-1.px-4.hidden-xs img {
        height: 35px !important;
        margin-right: 10px !important;
    }
    
    /* Texto "Coche, Luz y Gas" */
    .fondo .mb-4.py-1.px-4.hidden-xs p:first-of-type {
        font-size: 28px !important;
        font-weight: bold !important;
        color: #000000 !important;
        margin: 0 0 10px 0 !important;
        text-align: center !important;
    }
    
    /* Precio destacado */
    .fondo .mb-4.py-1.px-4.hidden-xs p:nth-of-type(2) {
        margin: 0 0 5px 0 !important;
        text-align: center !important;
    }
    
    .fondo .mb-4.py-1.px-4.hidden-xs span {
        color: #ff4027 !important;
        font-size: 44px !important;
        font-weight: bold !important;
    }
    
    /* Texto de ahorro */
    .fondo .mb-4.py-1.px-4.hidden-xs small {
        color: #000000 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        text-align: center !important;
        display: block !important;
    }
    
    /* Sombreado inferior eliminado en móvil */
    .fondo .col-md-7::after {
        display: none !important;
    }
    
    /* Ocultar formulario original de PC en móvil */
    .fondo .col-md-5 {
        display: none !important;
    }
    
    /* FORMULARIO MÓVIL */
    /* Mostrar formulario móvil solo en móvil */
    .container-fluid[style*="background: #f8f9fa"] {
        display: block !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box {
        display: block !important;
        background: #ffffff !important;
        border-radius: 20px !important;
        padding: 30px !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box .c2c-title {
        font-size: 17px !important;
        font-weight: bold !important;
        margin-bottom: 20px !important;
        color: #001e37 !important;
        text-align: center !important;
        display: block !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box .c2c-text {
        font-size: 16px !important;
        line-height: 1.4 !important;
        color: #001e37 !important;
        text-align: center !important;
        margin-bottom: 25px !important;
        display: block !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box .form-control {
        border: 1px solid #ddd !important;
        border-radius: 8px !important;
        padding: 12px !important;
        font-size: 16px !important;
        margin-bottom: 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box .checkbox-cont label {
        font-size: 14px !important;
        line-height: 1.4 !important;
        color: #000 !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box .btn-politicas2 {
        color: #0066cc !important;
        text-decoration: underline !important;
        cursor: pointer !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box button {
        background: #001e37 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 8px !important;
        padding: 15px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        width: 100% !important;
        margin-top: 10px !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box button:hover {
        background: #003366 !important;
    }
    
    /* TÍTULOS Y OFERTAS MÓVILES */
    /* Título "Elige tu Energía" más pequeño en móvil */
    .back-blue-2 h1 {
        font-size: 1.7rem !important;
        margin-bottom: 1rem !important;
        color: #fff !important;
        text-align: center !important;
        position: relative !important;
        z-index: 10 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Reducir espacio entre título y ofertas en móvil */
    .back-blue-2 .pb-5 {
        padding-bottom: 1rem !important;
    }
    
    .back-blue-2 .mt-5 {
        margin-top: 1rem !important;
    }
    
    .back-blue-2 .feature-cont {
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }
    
    /* Asegurar que las tarjetas mantengan su fondo blanco en móvil */
    .feature-prod-data,
    .feature-prod-data2 {
        background-color: #ffffff !important;
        border: 1px solid lightgray !important;
        border-radius: 20px !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    }
    
    /* Carousel dots naranja */
    .owl-theme .owl-dots .owl-dot.active span {
        background-color: #ff8200 !important;
    }
    
    /* Botones de oferta */
    .btn-oferta-servicio {
        margin-top: 35px !important;
        padding: 10px !important;
        background-color: #001e37 !important;
        color: #fff !important;
    }
    
    .btn-oferta-servicio:hover {
        background-color: #ff8200 !important;
        color: #fff !important;
    }
    
    /* Botón "Ahorra con Waylet" - mantener fondo blanco en móvil */
    .back-blue-3 .btn-oferta-servicio {
        background-color: #fff !important;
        color: #001e37 !important;
    }
    
    .back-blue-3 .btn-oferta-servicio:hover {
        background-color: #ff8200 !important;
        color: #fff !important;
    }
    
    /* REDUCIR SCROLL EXCESIVO EN MÓVIL */
    .px-5 {
        margin: 20px 0px 0px 15px !important;
    }
    
    .texth1 {
        margin: 30px 0px 0px -1px !important;
    }
    
    .fondo {
        margin-top: 40px !important;
        margin-bottom: 50px !important;
    }
    
    .back-blue-2>div.hidden-lg>div {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }
    
    .container-fluid[style*="background: #f8f9fa"] .data-box {
        margin-top: 30px !important;
    }
    
    .fondo + div[style*="height: 100px"] {
        height: 30px !important;
    }
    
    .owl-nav {
        top: 0 !important;
        position: relative !important;
    }
    
    .owl-carousel .owl-nav {
        top: 0 !important;
    }
    
    /* ALTURAS DE OFERTAS MÓVILES */
    .feature-prod-data2,
    .feature-prod-data2[style*="height: auto"] {
        height: 193px !important;
        min-height: 193px !important;
        max-height: 193px !important;
    }
    
    /* Asegurar que las tarjetas mantengan su fondo blanco */
    .feature-prod-data,
    .feature-prod-data2 {
        background-color: #ffffff !important;
        border: 1px solid lightgray !important;
        border-radius: 20px !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    }
    
    /* Asegurar que el carrusel sea visible */
    .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block !important;
        visibility: visible !important;
    }
    
    /* Asegurar que el contenedor de las tarjetas sea visible */
    .feature-cont {
        display: block !important;
        visibility: visible !important;
    }
    
    /* Asegurar que el título sea visible */
    .back-blue-2 .pb-5 {
        display: block !important;
        visibility: visible !important;
    }
    
    .back-blue-2 .pb-5 h1 {
        display: block !important;
        visibility: visible !important;
        color: #fff !important;
        font-size: 1.7rem !important;
        text-align: center !important;
    }
    
    .back-blue-2,
    .container-fluid.back-blue-2 {
        min-height: 400px !important;
    }
    
    /* REGLA ESPECÍFICA PARA 375px - ALTURA DE TARJETAS */
    @media (max-width: 375px) {
        .feature-prod-data,
        .feature-prod-data[style*="height: auto"] {
            height: 436px !important;
            min-height: 436px !important;
            max-height: 436px !important;
        }
        
        /* REGLA ULTRA ESPECÍFICA PARA VENCER 400px */
        .back-blue-2 .container .owl-carousel .feature-prod .feature-prod-data {
            height: 436px !important;
            min-height: 436px !important;
            max-height: 436px !important;
        }
        
        /* REGLA FINAL PARA FORZAR ALTURA */
        .feature-prod-data[style*="height: 400px"] {
            height: 436px !important;
            min-height: 436px !important;
            max-height: 436px !important;
        }
    }
}