html {
    scroll-padding-top: 6rem;
}

:root {
    --swiper-navigation-color: lightgray;
    --swiper-navigation-size: 20px !important;
}
.swiper-button-next,
.swiper-button-prev {
    height: 50px !important;
    width: 50px !important;
    transition: 0.3s;
    border-radius: 50px;
}

.swiper-pagination {
    text-align: center !important;

}

.swiper-landingprogramas:hover .swiper-button-next,
.swiper-landingprogramas:hover .swiper-button-prev {
    background: white !important;

}

.swiper-pagination-bullet {
    background: #D4A29C !important;
}

.swiper-precios .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background-color: #F4E8E6;
}

.swiper-reviews .swiper-wrapper {
    height: unset;
}

/* ajustar tamaño de imagen del swiper de contenido */
.imagen-contenido {
    height: 950px !important;
}

.accordion-button:hover {
    color: lightgray !important;
}

/* efecto para las marcas de revista */
.img-hover {
    object-fit: contain;
    transition-duration: .5s;
    fill: white;
    opacity: .6;
}

.img-hover:hover {
    transform: scale(1.25);
    opacity: 1;
}

.banner-header {
    height: 700px;
    position: relative;
    overflow: hidden;
}

.banner-header video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.tablet .page.no-safe-area-top .page-container{
    padding-top: 0px !important;
}

/* Para resolucion Celular */
@media (max-width: 767.98px) {
    .imagen-contenido {
        height: 450px !important;
        margin-left: 5rem;
    }
}