/* estilos para sliders */

.swiper-btn-100 {
    height: 100% !important;
    top: 0px !important;
    bottom: 0px !important;
    margin-top: 0px !important;
    width: 25% !important;
    color: transparent;
    font-size: 0px;
    opacity: 0;
}

.swiper-slider-home .swiper-button-prev {
    left: 0px !important;
}

.swiper-slider-home .swiper-button-next {
    right: 0px;
}

.swiper-slider-home .content-center-flotante-logo.content-logo-centrado {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 25%;
}

.swiper-slider-home .img-slider-home {
    filter: brightness(0.7);
    height: 100%;
    object-fit: cover;
}

/* quitar icon de slider */
html .swiper-button-next, 
html .swiper-button-prev{
    color: transparent;
    font-size: 0px;
}

@media (max-width: 991px) {
    .swiper-btn-100 {
        height: 100% !important;
        top: 0px !important;
        bottom: 0px !important;
        margin-top: 0px !important;
        width: 25% !important;
        color: transparent;
        font-size: 0px;
        opacity: 0;
    }

    .swiper-slider-home .content-center-flotante-logo.content-logo-centrado {
        position: absolute;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 0;
        bottom: 0;
        width: 50%;
        left: 25%;
    }
}

@media (min-width: 992px) {}