html {
    scroll-behavior: smooth;
}

#content section .sst-miss-you {
    font-family: wigrum-regular, Arial, Verdana !important;
}

.sst-miss-you__section {
    margin-top: 100px;
}

#content section .sst-miss-you__section-title {
    margin-bottom: 2rem;
}
/*
 * Saludo
 */
.sst-miss-you-saludo {
    padding-bottom: 2em;
}

#content section .sst-miss-you-saludo > * {
    margin: 0;
    padding: 0;
}

#content section .sst-miss-you-saludo > * + * {
    padding-top: 1em;
}
/*
 * Fila vídeo - banner
 */
.sst-miss-you-video-banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 45px;
}

.sst-miss-you-video-banner-row__video-wrapper {
    flex-basis: 725px; /* Ancho mínimo (si no hay espacio se coloca sobre el banner) */
    flex-grow: 9999; /* Cuando está en línea con el banner coge todo el ancho restante de asignar 725px al vídeo, 345px al banner y 45px de gap */
}

.sst-miss-you-video-banner-row__banner {
    background-color: #d69f06;
    flex-basis: 345px; /* Ancho mínimo (si no hay espacio se coloca bajo el vídeo) */
    flex-grow: 1; /* Cuando está en línea con el vídeo no supera los 445px de ancho */
    padding: 40px;
}

.sst-miss-you-video-banner-row__banner-content {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
/*
 * Vídeo
 */
#video {
    scroll-snap-margin-top: 1.5rem;
    scroll-margin-top: 1.5rem;
}

.sst-miss-you-video-placeholder {
    align-items: flex-start;
    background-color: #FFF;
    background-size: cover;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding-top: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
}

.sst-miss-you-video-placeholder__content {
    align-items: center;
    display: flex;
    flex-direction: column;
}

#content section .sst-miss-you-video-placeholder__content > * {
    margin: 0;
    padding: 0;
}
/*
 * Descuentos y ofertas
 */
#ofertas {
    scroll-snap-margin-top: 1.5rem;
    scroll-margin-top: 1.5rem;
}

#content section .sst-miss-you__filtro-descuentos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

#content section .sst-miss-you__filtro-descuentos .btn1 {
    flex-basis: 48%;
    margin: 0.5em 0;
    min-width: auto;
}

#content section .sst-miss-you__filtro-descuentos .btn1[disabled] {
    background-color: #0d377d;
    color: #fff;
}

.planes-destacados {
    transition: opacity 200ms ease-in-out;
}

.planes-destacados.transparent {
    opacity: 0;
}

#content section .sst-miss-you .planes-destacados.respira .plan .txt-plan h4 {
    font-size: 22px;
}

#content section .sst-miss-you .planes-destacados.respira .plan .txt-plan h4 span {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 0.333em;
}

#content section .sst-miss-you .planes-destacados.respira .plan .descuento-plan {
    color: #D69F06;
    font-family: wigrum-bold, Arial, Verdana !important;
    text-decoration: underline;
}
/*
 * Modal
 */
.sst-modal-descuentos-tienda .user-select-all {
    cursor: text;
}

.sst-modal-descuentos-tienda .user-select-all::selection {
    background-color: #0d377d;
    color: #fff;
}
/*
 * Actividades top
 */
#content section .sst-miss-you .promo {
    width: 100%;
}
/*
 * Logos pie
 */
.sst-miss-you-logos-top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.sst-miss-you-logos-top > * {
    margin: 1rem;
}

.sst-miss-you-logos-top > :nth-child(2n) {
    margin-left: auto;
}

.sst-miss-you-logos-bottom {
    align-items: center;
    border-top: 1px solid #D1CFCF;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-top: 2rem;
}

.sst-miss-you-logos-bottom > :first-child {
    flex-basis: 100%;
    padding-bottom: 2rem;
}

.sst-miss-you-logos-bottom > :nth-child(3) {
    margin-left: auto;
}

.sst-miss-you-logos-bottom > :last-child {
    margin-top: 2rem;
}

@media (min-width: 445px) {
    .sst-miss-you-video-placeholder {
        padding-top: 3rem;
    }
    
    #content section .sst-miss-you .promo {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .iframe-container {
        margin-left: -18px;
        margin-right: -18px;
    }
}

@media (min-width: 768px) {
    #content section .sst-miss-you__filtro-descuentos {
        justify-content: center;
        margin: 55px 0 45px 0;
    }
    
    #content section .sst-miss-you__filtro-descuentos .btn1 {
        flex-basis: auto;
        margin: 0 0.5em;
    }
    
    .sst-miss-you-logos-top {
        align-items: flex-end;
    }
    
    .sst-miss-you-logos-top > :nth-child(4) {
        margin-left: 1rem;
    }

    .sst-miss-you-logos-bottom > :nth-child(n) {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .sst-miss-you-logos-bottom > :last-child {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .sst-miss-you-saludo {
        align-items: center;
        display: flex;
    }
    
    #content section .sst-miss-you-saludo > :first-child {
        flex-shrink: 0;
    }

    #content section .sst-miss-you-saludo > :last-child {
        margin-left: 50px;
    }

    #content section .sst-miss-you-saludo > * + * {
        padding-top: 0;
    }

    #content section .sst-miss-you .promo {
        width: 23%;
    }

    .sst-miss-you-logos-bottom > :first-child {
        flex-basis: auto;
        padding-bottom: 0;
    }

    .sst-miss-you-logos-bottom > :first-child {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .sst-modal-descuentos-tienda__wrapper > *:first-child img {
        object-position: initial !important;
    }
}