.banner__home {
    position: relative;
    z-index: 0;
}

.banner__home .swiper-pagination-bullet {
    --size: 15px;
    width: var(--size);
    height: var(--size);
    background: var(--bg-bullet-banner);
}

.banner__home .swiper-pagination-bullet-active {
    background: var(--bg-bullet-banner-active);
}

.banner__home img {
    width: 100%;
}


.banner__home video {
    top: auto !important;
}

.banner__home .item_video {
    padding-bottom: 26%;
    height: 0;
}

.banner__home .swiper-item iframe, .banner__home .swiper-item object, .banner__home .swiper-item embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Banner video */
.banner__home .item iframe, .Banner__home .item object, .banner__home .item embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner__home video {
    top: auto !important;
}

.banner__home .item_video {
    padding-bottom: 26%;
    height: 0;
}


/* BANNER SECUNDARIO */
.banner__highlight img, .banner__center img {
    border-radius: 14px;
    transition: 500ms;
}

.banner__highlight img {
    width: 100%;
}

    .banner__highlight img:hover, .banner__center img:hover {
        -moz-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }
