section.s-carrossel-home {
    max-height: 600px;
}

section.s-carrossel-home .swiper-button-next,
section.s-carrossel-home .swiper-button-prev {
    padding: 26px;
    border-radius: 50px;
    background: rgba(190, 12, 12, 0.8);
}

@media screen and (max-width: 780px) {
    section.s-carrossel-home .swiper-button-next,
    section.s-carrossel-home .swiper-button-prev {
        display: none;
    }
}
section.s-carrossel-home .swiper-button-prev {
    left: 6%;
}
section.s-carrossel-home .swiper-button-next {
    right: 6%;
}

section.s-carrossel-home .swiper-button-prev.branco,
section.s-carrossel-home .swiper-button-next.branco {
    color: #FFF;
}


section.s-carrossel-home .swiper-button-next::after,
section.s-carrossel-home .swiper-button-prev::after {
    font-size: 22px;
    font-weight: bold;
}

section.s-carrossel-home .swiper-button-prev::after {
    position: absolute;
    right: 24px;
}

section.s-carrossel-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    width: 44px;
    border-radius: 0;
    height: 6px;
    background: #ffffff;
    opacity: .6;
}

section.s-carrossel-home .swiper-pagination-bullet-active {
    background: #be0c0c !important;
    opacity: 1 !important;
}

section.s-carrossel-home .swiper-pagination {
    bottom: 32px;
}

@media screen and (min-width: 1700px) {
    section.s-carrossel-home {
        max-height: initial;
    }
}

@media screen and (max-width: 420px) {
    section.s-carrossel-home .swiper-pagination {
        bottom: 16px;
    }
}

section.s-carrossel-home .swiper-slide .mob {
    display: none;
}

@media screen and (max-width: 420px) {
    section.s-carrossel-home .swiper-slide .mob {
        display: block;
    }

    section.s-carrossel-home .swiper-slide .desk {
        display: none;
    }
}