*, *::before, *::after {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 30px !important;
}

h2 {
    font-size: 26px !important;
}

h3 {
    font-size: 20px !important;
}

:root {
    --ofertren-cta: #1e6fa8;
    --ofertren-dark-blue: #2c3e50;
    --viajes-reina-blue: #000066;
    --ofertren-green: #8bc53e;
    --portada-ofertren-height: calc(100vh - 120px); /* fallback en caso de que el navegador no soporte svh */
    --portada-ofertren-height: calc(100svh - 120px);
}

html,
body {
    overflow-x: hidden;
    width: 100vw !important;
    min-width: 0 !important;
}

.page_RenfeHome div#sec_contenido_izquierda {
    float: none;
    display: flex;
    flex-direction: column;
}

.page_RenfeHome #sec_contenido_izquierda a {
    font-weight: normal;
}

.page_RenfeHome div#sec_contenido_izquierda .bloque.contenido.full {
    order: 0;
}

.page_RenfeHome div#sec_contenido_izquierda .ofertas-semana-santa {
    order: 1;
}

.page_RenfeHome div#sec_contenido_izquierda .ofertas-tren-actividad {
    order: 2;
}

.page_RenfeHome div#sec_contenido_izquierda .ofertas-tren-hotel {
    order: 3;
}

.page_RenfeHome div#sec_contenido_izquierda .ofertas-tren-paradores {
    order: 4;
}

/* Generales */
.bloque.home_ofertren {
    background-color: transparent;
}

.contenedor-ofertren {
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

.contenedor-ofertren section {
    padding: 65px 0;
}

.contenedor-ofertren section:first-child {
    padding: 0;
}

.loader-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    border-width: 4px !important;
    border-left-color: #e4e4e4 !important;
    border-right-color: #e4e4e4 !important;
    border-bottom-color: #e4e4e4 !important;
    border-top-color: var(--ofertren-green);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.descuentoOpcion {
    display: none !important;
}

body.page_RenfeHome section img {
    border: none;
}

/* carousel-item: visible por defecto (sin Slick) */

#sec_cabecera .contenedor-cabecera-ofertren {
    width: 100%;
    display: flex;
    justify-content: center;
}

#sec_cabecera .contenedor-cabecera-ofertren .cabecera-ofertren {
    position: absolute;
    z-index: 1;
}

.contenedor-cabecera-ofertren {
    background-color: #d5f0ff;
    padding: 0;
}

.cabecera-ofertren {
    width: 1200px;
}

.contenedor-ofertren .cabecera-ofertren {
    opacity: 0;
}

.section-container h2.section-title {
    font-size: 1.3em !important;
    color: inherit;
    text-align: center;
    margin: 0 0 10px 0 !important;
}

.section-cta {
    background-color: var(--ofertren-cta);
    color: #ffffff;
}

.section-dark {
    background-color: var(--ofertren-dark-blue);
    color: #ffffff;
}

.section-light >.section-container > .section-title {
    color: var(--ofertren-cta);
}

h2.section-title.title-dark {
    color: var(--ofertren-dark-blue) !important;
}

.section-container {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.section-sub-title {
    text-align: center;
}

/* Seccion portada */
#portadaOfertren {
    padding: 0;
    height: var(--portada-ofertren-height);
}

.portada-bg-picture {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: var(--portada-ofertren-height);
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.portada-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

#portadaOfertren .section-container {
    display: grid;
    grid-template-rows: 20% 50% 30%;
    height: 100%;
    position: relative;
    z-index: 10;
}

#portadaOfertren h1.ofertren-title {
    color: var(--viajes-reina-blue);
    font-size: 1.5em;
    align-self: center;
    text-align: center;
    margin: 0 !important;
    font-weight: bold;
}

#buscadorOfertren {
    padding: 0;
}

/* ── Buscador widget ───────────────────────────────────────────────── */
#buscador_container {
    margin: auto;
    width: 1100px;
}

.bloque_carrusel {
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 5;
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.07);
}

.bloque_carrusel .bloque_content {
    transition: height 0.5s;
}

#form .form-label {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 10px 40px;
    margin-bottom: 0;
}

#form .bloque-estaciones {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

#form .bloque-estaciones .contenedor-estacion {
    border: 1px solid #464646;
    padding: 4px 0;
    width: 50%;
    background-color: #ffffff;
}

#form .contenedor-estacion:first-of-type .form-label {
    border-radius: 0;
    border-right: 1px solid #464646;
}

#form .bloque-estaciones label .twitter-typeahead {
    flex-grow: 1;
    display: flex !important;
    align-items: center;
    transition: border-left-color 0.5s;
}

#form .bloque-estaciones label .twitter-typeahead .input_buscador {
    width: 100% !important;
    margin: 0;
    padding: 0 !important;
    box-shadow: none;
    border-radius: 0;
    height: unset !important;
    font-weight: normal;
    font-size: 1em;
    background-color: transparent !important;
    line-height: normal;
    color: #000000;
}

#form .bloque-estaciones label .twitter-typeahead .input_buscador::placeholder {
    color: #000000;
}

#form .input_buscador {
    box-shadow: none;
}

#form .bloque-opciones-busqueda {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: unset;
    position: relative;
    margin-top: 15px;
}

#form .bloque-opciones-busqueda .datepicker-component {
    width: 49.5%;
}

#form .bloque-opciones-busqueda .menu-busqueda {
    position: relative;
}

#form .bloque-opciones-busqueda .menu-busqueda:first-of-type {
    margin-right: 20px;
}

#form .bloque-opciones-busqueda .menu-busqueda.menu-pasajeros {
    width: 24%;
}

#form .bloque-opciones-busqueda .menu-busqueda button.btn-menu {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #464646;
    border-radius: 50px;
    padding: 14px 0 14px 40px;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

#form .bloque-opciones-busqueda .menu-busqueda button.btn-menu > span {
    font-size: 1em;
    display: flex;
    align-items: center;
    line-height: normal;
}

#form .datePicker-inputs {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #464646;
    border-radius: 50px;
    padding: 4px 0;
}

#form .bloque-opciones-busqueda button.btn-buscar {
    position: unset;
    display: flex;
}

#form .bloque_content {
    font-size: 16px;
    padding: 0 !important;
}

#form .bloque_content .btn-buscar {
    position: absolute;
    right: 30px;
    bottom: 40px;
    background-color: #8bc53e;
    color: #ffffff;
    width: 24%;
    height: 55px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    transition: background-color 0.2s linear;
    border: none;
    border-radius: 50px;
    line-height: normal;
}

#form .bloque_content .btn-buscar:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.37);
}

.page_RenfeHome .input_buscador {
    width: 49%;
}

.loader {
    margin: 25px auto;
    border: 4px solid #e4e4e4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@media screen and (max-width: 1200px) {
    #buscador_container {
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .twitter-typeahead {
        width: 100% !important;
    }
}

@media screen and (min-width: 769px) {
    #form .bloque-estaciones .contenedor-estacion:first-of-type {
        position: relative;
        border-right: none !important;
        border-radius: 50px 0 0 50px;
    }

    #form .bloque-estaciones .contenedor-estacion:last-of-type {
        border-left: none !important;
        border-radius: 0 50px 50px 0;
    }

    #form .bloque-estaciones .contenedor-estacion:first-of-type::after {
        content: '';
        position: absolute;
        right: 0;
        top: 6px;
        bottom: 6px;
        width: 1px;
        background-color: #464646;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    #form .bloque_content {
        font-size: 14px;
    }

    #portadaOfertren div.section-container {
        grid-template-rows: 20% 45% 35%;
    }

    #form .bloque-estaciones {
        flex-direction: column;
    }

    #form .bloque-estaciones .contenedor-estacion {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        padding: 0 6px;
    }

    #form .bloque-estaciones .contenedor-estacion:first-of-type {
        margin-bottom: 10px;
    }

    #form .contenedor-estacion:first-of-type .form-label {
        border-right: none;
    }

    #form .bloque-opciones-busqueda {
        padding-bottom: 0;
        margin-top: 10px;
        flex-direction: column;
    }

    #form .bloque-opciones-busqueda .datepicker-component,
    #form .bloque-opciones-busqueda .menu-pasajeros {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #form .form-label,
    #form .bloque-estaciones .contenedor-estacion.active,
    #form .bloque-estaciones .contenedor-estacion.error {
        padding: 0 20px;
    }

    #form .bloque-estaciones label .twitter-typeahead {
        border-left: none !important;
        margin: 0 !important;
    }

    #form .bloque_content .btn-buscar {
        position: relative;
        height: 40px;
        width: 100%;
        right: unset;
        bottom: unset;
        margin-left: auto;
        font-size: 1.1em;
    }
}

#btnPortadaOfertren {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    height: fit-content;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    text-shadow: 0 0 8px black;
    margin: 0 auto;
}

#btnPortadaOfertren svg {
    fill: #ffffff;
    width: 1.5em;
    height: unset;
}

/* Paisaje ofertren */
.ofertren-landscape {
    height: var(--portada-ofertren-height);
    width: 100%;
    min-width: 1920px;
    display: block;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #d5f0ff;
}

.ofertren-landscape svg {
    height: unset;
    position: absolute;
    top: unset;
    bottom: 0;
}

.ofertren-landscape .bushes-svg {
    width: 100%;
    bottom: 0;
    left: 0;
}

.ofertren-landscape .field-svg {
    width: 100%;
    bottom: 0;
    left: 0;
}

.ofertren-landscape .train-svg {
    width: 100%;
    left: -1920px;
    bottom: 0;
}

.ofertren-landscape .mountains-svg {
    width: 41%;
    bottom: 31%;
    left: 8.5%;
}

.ofertren-landscape .abetos-svg {
    bottom: 44%;
    left: 64%;
    width: 13%;
}

.ofertren-landscape .tree1-svg {
    bottom: 14%;
    left: 82.5%;
    width: 18%;
}

.ofertren-landscape .tree2a-svg {
    bottom: 16%;
    left: 4.5%;
    width: 13%;
}

.ofertren-landscape .tree2b-svg {
    bottom: 21%;
    left: 76%;
    width: 17%;
}

.ofertren-landscape .tree2c-svg {
    bottom: 40%;
    left: 89.5%;
    width: 11%;
}

.ofertren-landscape .cloud1-svg {
    width: 8%;
    bottom: 77%;
    transform: translateX(15vw);
}

.ofertren-landscape .cloud2-svg {
    bottom: 82%;
    transform: translateX(64vw);
    width: 10%;
}

.ofertren-landscape .sun-svg {
    width: 6%;
    bottom: 85%;
    left: 41%;
}

.ofertren-landscape .balloon-svg {
    bottom: 76%;
    left: 54%;
    width: 3%;
}

/* Seccion distribuidor oficial */
#operadorRenfe {
    padding: 25px 0;
}

#operadorRenfe .section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 20%;
    row-gap: 1.5em;
}

#operadorRenfe .section-title {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

#operadorRenfe svg {
    height: 36px !important;
    width: 22%;
    margin-bottom: 5px;
    fill: #ffffff;
}

/* Seccion bannerElegirOfertren */
#bannerElegirOfertren .section-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

#bannerElegirOfertren .section-container article {
    width: 100%;
}

.banner-body {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.banner-body h2.banner-title {
    color: inherit;
    font-size: 1.3em;
}

.banner-body .banner-text {
    margin: 10px 0 25px 0;
}

.banner-body .banner-text ul {
    margin-left: 20px;
}

.banner-body .banner-text li {
    margin: 0 0 10px 0;
}

.banner-body .banner-text li::marker {
    content: "- ";
}

.banner-body .banner-button {
    align-self: flex-end;
    border-radius: 50px;
    border: 0;
    background-color: var(--ofertren-cta);
    color: #ffffff;
    margin: auto 0 0 0;
    padding: 8px 50px;
    font-size: 1.2em;
}

.banner-img svg {
    width: 100%;
    height: unset;
}

/* Seccion razones y motivos de confianza */
.svg-card-container {
    margin: 50px 0 0;
}

.svg-card {
    width: 100%;
}

.svg-card .card-svg-container {
    height: 5em;
    display: flex;
    align-items: flex-end;
}

.svg-card .card-svg {
    height: 3.5em;
    width: unset;
}

.svg-card .card-svg .fil1 {
    fill: #3498db;
}

.svg-card .card-svg .fil0 {
    fill: #beeafc;
    fill-rule: evenodd;
}

.svg-card h3.card-title {
    color: inherit;
    font-size: 1.1em;
}

/* Seccion Google reviews */
#opinionesClientes {
    padding: 120px 0;
}

#opinionesClientes .section-sub-title span {
    color: var(--ofertren-dark-blue);
    font-weight: bold;
}

.section-sub-title .google-review {
    display: none;
}

.review-stars {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    margin: 0 10px;
}

.review-stars svg {
    fill: #FF9933;
    width: 0.8em;
    height: 0.8em;
}

.reviews-title__google-logo {
    height: 1.25em !important;
    width: unset;
}

.reviews-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 30px 0 0 0 !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}
.reviews-list::-webkit-scrollbar { display: none; }
@media (min-width: 769px) {
    .reviews-list {
        flex-wrap: wrap;
        overflow-x: visible;
        scroll-snap-type: none;
        justify-content: center;
        gap: 30px;
    }
}

.review-card {
    flex: 0 0 85vw;
    max-width: 320px;
    scroll-snap-align: start;
    padding: 20px 25px;
    min-height: fit-content;
    height: 16em;
}
@media (min-width: 769px) {
    .review-card {
        flex: 0 0 calc(33.333% - 20px);
        max-width: none;
    }
}

.review-card .card-container {
    height: 100%;
    padding: 6px 25px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.14);
    -webkit-transition: box-shadow 0.3s linear;
    -ms-transition: box-shadow 0.3s linear;
    -webkit-transition: -webkit-box-shadow 0.3s linear;
    transition: -webkit-box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.review-card .card-title {
    color: var(--viajes-reina-blue) !important;
    margin: 0 0 10px;
}

.card-stars {
    font-size: 1.25em;
}

.review-card .card-description {
    margin: 10px 0 0 !important;
    text-align: left;
}

/* Seccion formas de pago */
#formasPago {
    padding: 25px 0;
    border-width: 2px;
    border-style: solid none solid none;
    border-color: var(--ofertren-dark-blue);
}

#formasPago .safe-purchase {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-size: 0.9em;
}

#formasPago .safe-purchase svg {
    height: 2em;
    width: unset;
}

.payment-method-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 15%;
    row-gap: 3.5em;
    margin-top: 3.5em;
}

.payment-method {
    width: 20%;
}

.payment-method svg {
    width: 100%;
    height: unset;
}

/* Seccion newsletter */
.section-newsletter {
    padding: 60px 15px 30px;
    border-radius: 40px;
}

#formNewsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 30px 0;
}

#formNewsletter .input-email {
    height: 48px;
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 6px 30px;
    font-size: 0.9em;
    color: #000000;
}

#formNewsletter .input-email::placeholder {
    color: #000000;
}

#formNewsletter button[type=submit] {
    height: 48px;
    width: 60%;
    border: none;
    border-radius: 50px;
    padding: 0 6px;
    text-align: center;
    font-size: 1.2em;
    background-color: var(--ofertren-green);
}

/* Seccion partners */
.partners-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: space-around;
    margin: 40px 0 70px;
}

.partner-svg {
    width: 35%;
}

/* Seccion preguntas frecuentes */
.faq-list {
    margin: 30px 0 0 0;
}

.faq-question {
    padding: 0 20px;
}

.faq-question + .faq-question {
    border-top: 1px solid #ffffff;
}

.faq-question h3.question-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    width: 100%;
    color: #000000;
    margin: 0;
    padding: 20px 0;
    font-size: 1em;
}

.faq-question .arrow {
    min-width: 16px;
    fill: #ffffff;
}

.faq-question .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin: 0 0 15px !important;
    color: #000000;
}

/* Seccion destinos recomendados */
.img-card-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 20px;
}
.img-card-list::-webkit-scrollbar { display: none; }
@media (min-width: 425px) {
    .img-card-list { padding-right: 24px; }
}
@media (min-width: 769px) {
    .img-card-list {
        flex-wrap: wrap;
        overflow-x: visible;
        scroll-snap-type: none;
        padding-right: 0;
        justify-content: center;
        gap: 24px;
    }
}

.img-card {
    flex: 0 0 80vw;
    max-width: 280px;
    scroll-snap-align: start;
    padding: 20px 25px;
}
@media (min-width: 425px) {
    .img-card { flex: 0 0 45vw; max-width: 220px; }
}
@media (min-width: 769px) {
    .img-card { flex: 0 0 calc(33.333% - 16px); max-width: none; }
}
@media (min-width: 1200px) {
    .img-card { flex: 0 0 calc(25% - 18px); }
}

.card-container {
    position: relative;
}

.card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 10px;
    background-color: #767676;
}

.img-card h3.card-title {
    color: var(--ofertren-cta);
    font-size: 1.1em;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 110%;
}

.img-card .card-body p {
    margin: 0 0 2px;
    font-size: 0.9em;
}

.img-card .card-link::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/* Seccion trayectos */
.trips-list {
    display: flex;
    justify-content: space-around;
    margin-top: 45px;
    gap: 30px;
}

.trips-list .list-item {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    row-gap: 5px;
    justify-content: space-between;
}

.trips-list .list-item article {
    text-align: center;
}

/* Botones carrusel */
.contenedor-ofertren ul.carrusel-tab {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
}

.contenedor-ofertren ul.carrusel-tab li {
    margin: 0 5px;
    padding: 5px 0;
    cursor: pointer;
}

.contenedor-ofertren ul.carrusel-tab li::after {
    content: '';
    display: block;
    border: 0;
    border-radius: 20px;
    background-color: var(--ofertren-dark-blue);
    width: 1.7em;
    height: 0.35em;
}

.contenedor-ofertren .section-dark ul.carrusel-tab li::after {
    background-color: #ffffff;
}

.contenedor-ofertren ul.carrusel-tab li.slick-active::after {
    background-color: var(--ofertren-cta);
    width: 3.4em;
}

.contenedor-ofertren ul.carrusel-tab li button {
    display: none;
}

/* Ocultar dots en desktop (todos los items visibles en grid) */
@media (min-width: 769px) {
    .contenedor-ofertren ul.carrusel-tab { display: none !important; }
}

.swal-alta-acumbamail .swal2-content {
    padding: 40px 10px !important;
}

.swal-alta-acumbamail .swal2-content h2.titulo {
    font-size: 1.3em;
}

@media screen and (max-width: 1200px) {
    .cabecera-ofertren {
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .cabecera-ofertren a img {
        height: 45px;
    }
}

@media screen and (max-width: 576px) {
    #form .bloque_content .btn-buscar {
        background-color: var(--ofertren-cta);
    }

    .contenedor-cabecera-ofertren {
        padding-bottom: 20px;
    }

    .cabecera-ofertren .contenidoCabecera {
        gap: 10px;
    }

    .cabecera-ofertren .btn-cabecera-texto {
        padding: 4px;
        font-size: 1.2em;
    }

    .cabecera-ofertren .btn-cabecera-texto .mobile {
        display: block;
    }

    .cabecera-ofertren .btn-cabecera-texto .desktop {
        display: none;
    }

    .cabecera-ofertren a img {
        height: 32px;
    }
}

@media screen and (min-width: 576px) {
    .partner-svg {
        width: 22%;
    }
}

@media screen and (min-width: 768px) {
    .contenedor-ofertren section h2.title {
        margin: 0 0 5px;
    }

    .contenedor-ofertren {
        font-size: 16px;
    }

    .ofertren-landscape .sun-svg {
        width: 8%;
        bottom: 88%;
        left: 25%;
    }

    .ofertren-landscape .balloon-svg {
        bottom: 87%;
        left: 48%;
        width: 3%;
    }

    #operadorRenfe .section-container {
        column-gap: 5em;
        row-gap: 0;
    }

    #operadorRenfe .section-title {
        width: unset;
        margin: 0 !important;
    }

    #operadorRenfe svg {
        width: unset;
    }

    #bannerElegirOfertren .section-container {
        flex-direction: row;
    }

    #bannerElegirOfertren .section-container article {
        width: 48%;
    }

    .banner-body {
        margin-top: 0;
    }

    .svg-card-container {
        display: flex;
        justify-content: space-between;
    }

    .svg-card {
        width: 32%;
    }

    .section-sub-title .google-review {
        display: block;
    }

    .reviews-list {
        margin: 50px 0 0 0 !important;
    }


    #formasPago .section-container {
        display: flex;
        justify-content: center;
        gap: 5em;
    }

    .payment-method-list {
        flex-wrap: nowrap;
        column-gap: 5em;
        margin-top: 0;
    }

    .payment-method {
        width: 4em;
    }

    .section-newsletter {
        padding: 60px 35px;
    }

    #formNewsletter {
        flex-direction: row;
        gap: 25px;
        margin: 20px 0 0 0;
    }

    #formNewsletter button[type=submit] {
        width: 20%;
    }

    .partner-svg {
        width: 15%;
    }
}

@media screen and (min-width: 1200px) {
    .section-container {
        width: 1200px;
        padding: 0;
    }

    .partners-list {
        display: grid;
        grid-template-columns: repeat(6, 12%);
        justify-content: space-between;
    }

    .partner-svg {
        width: 100%;
    }
}

@media screen and (min-width: 1920px) {
    .ofertren-landscape .train-svg {
        left: -100vw;
    }

    .ofertren-landscape .cloud1-svg {
        width: 10%;
    }

    .ofertren-landscape .cloud2-svg {
        width: 12%;
    }
}

/* ── Footer ── */
#sec_pie {
    margin-top: 10px;
}

.footer_vatt {
    background: #ffffff !important;
    width: 100%;
    box-sizing: border-box;
}

.footer_vatt .contenido_cabecera_vatt {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer_vatt .enlaces {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #727270;
    padding-top: 5px;
}

.footer_vatt .enlaces ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.footer_vatt .contenido_cabecera_vatt .enlaces ul li {
    display: inline;
}

.footer_vatt .contenido_cabecera_vatt .enlaces ul li a {
    color: #727270;
    padding: 8px;
    border-right: 1px solid #cccccc;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}

.footer_vatt .contenido_cabecera_vatt .enlaces ul li:last-child a {
    border-right: none;
}

.footer_vatt .masInfo {
    display: flex;
    align-items: center;
    color: #727270;
    margin: 15px 0 0 0;
    width: 100%;
    gap: 20px;
}

.footer_vatt .masInfo .masInfoText {
    width: 60%;
    float: left;
}

.footer_vatt .masInfo .masInfoEbora {
    float: right;
    width: 40%;
    text-align: right;
}

.footer_vatt .masInfo .masInfoEbora img {
    height: 30px;
    width: auto;
}

@media screen and (max-width: 1150px) {
    .contenido_cabecera_vatt {
        width: 96%;
    }
}

@media screen and (max-width: 576px) {
    .footer_vatt .contenido_cabecera_vatt .enlaces ul li {
        display: block;
    }

    .footer_vatt .contenido_cabecera_vatt .enlaces ul li a {
        border-right: none;
    }

    .footer_vatt .masInfo {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_vatt .masInfo .masInfoEbora {
        text-align: left;
    }
}

@media screen and (min-width: 2560px) {
    .contenedor-ofertren {
        font-size: 20px;
    }
}