﻿/* Inicio: estipos para banner general */

#carrusel-banner .swiper-pagination {
    right: 0;
    width: auto !important;
    left: unset !important;
}

    #carrusel-banner .swiper-pagination .swiper-pagination-bullet {
        width: 1.5rem;
        height: 1.5rem;
        background-color: white;
        border: 1px solid #000;
        transition: all 0.25s ease-in-out;
        overflow: hidden;
        cursor: pointer;
    }

    #carrusel-banner .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #6B6969;
        border-color: #6B6969;
    }


#carrusel-banner .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    cursor: pointer;
    left: -35px;
    clip-path: polygon(100% 0, 100% 100%, 50% 100%, 50% 0);
}

#carrusel-banner .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    cursor: pointer;
    right: -35px;
    clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 0);
}

#carrusel-banner .swiper-button-prev:after {
    position: absolute;
    right: 13px;
    font-size: 30px;
    top: 30%;
}

#carrusel-banner .swiper-button-next:after {
    position: absolute;
    left: 13px;
    font-size: 30px;
    top: 30%;
}

.descripcion-video {
    /*position: relative;*/
    background-color: white;
    margin-left: calc((100% - 90%) / 2);
    margin-right: calc((100% - 90%) / 2);
    padding: 20px;
}

.carousel-videos {
    margin-bottom: 2rem;
}

    .carousel-videos .banner-video.video-poster img,
    .carousel-videos video.banner-video.video-poster {
        aspect-ratio: 16/9;
    }

@media (min-width: 991px) {
    .carousel-videos video {
        height: 476px;
    }

    .descripcion-video {
        max-width: 60%;
    }

    .carousel-videos {
        margin-bottom: 3rem;
    }
}

@media (max-width: 991px) {
    .descripcion-video {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1200px) {
    #carrusel-banner .swiper .swiper-wrapper .swiper-slide .tarjeta {
        min-height: 150px;
    }
}

/* Fin: estipos para banner general */

/* Inicio: Estilos para carrusel clip */

.swiper.clip {
    overflow: visible;
    overflow-x: clip;
}

.slide-up {
    /*margin-top: -14%;*/
    margin-top: -11.5%;
    transition: margin-top 0.6s ease;
}

.slide-down {
    margin-top: 0px;
    transition: margin-top 0.6s ease;
}

.margin-bottom-offset {
    margin-bottom: var(--margin-bottom-banner);
}

.swiper.swiper-carousel-banner .paginado {
    bottom: 0;
    right: 0;
}

/* Fin: Estilos para carrusel clip */

/* Inicio: Baner con carrusel y videos */

.swiper-carousel-banner .titulo-tarjeta-banner {
    font-weight: 600;
}

/* Botones de compartir */

button.share {
    background-color: transparent;
    border: solid 0px transparent;
    border-bottom-width: 4px;
    padding: 0;
    width: 2.1rem;
    transition: all 0.1s ease-in-out;
}

button.border-bottom-yellow {
    border-bottom-color: yellow;
}

.popup {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 1px 3px 10px -2px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    padding: 10px;
    width: 350px;
    z-index: 10;
}

/* Fin: Baner con carrusel y videos */

/*Estilo para el botón de reproducción*/
.play-video {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 10px 30px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}