.swiper-wrapper{
    height:fit-content;
    height:-moz-fit-content;
    height:available;
    height:-moz-available;
}
#banner .swiper-wrapper{
    padding-bottom:0px;
}
.swiper-pagination{
    padding:10px 0px;
    bottom:0px;
    z-index:2;
}
.swiper-pagination-bullet{
    background:#fff;
    border-radius:50%;
    width:11px;
    height:11px;
    position:relative;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background:#FAA62B;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url("../img/arrows.fw.png") no-repeat center !important;
    left:0px;
    right: auto;
    width:41px;
    height:41px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url("../img/arrows.fw.png") no-repeat center !important;
    right:0px;
    width:41px;
    height:41px;
}


/* Banner */
#banner .swiper-button-prev,
#banner .swiper-container-rtl .swiper-button-next {
    background: url("../img/arrowEsq.png") no-repeat center !important;
    left: 14%;
    right: auto;
    width: 26px;
    height: 26px;
}
#banner .swiper-button-next,
#banner .swiper-container-rtl .swiper-button-prev {
    background: url("../img/arrowDir.png") no-repeat center !important;
    right: 14%;
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 1750px){
    #banner .swiper-button-prev,
    #banner .swiper-container-rtl .swiper-button-next {
        left: 10%;
    }
    #banner .swiper-button-next,
    #banner .swiper-container-rtl .swiper-button-prev {
        right: 10%;
    }
}

@media screen and (max-width: 1480px){
    #banner .swiper-button-prev,
    #banner .swiper-container-rtl .swiper-button-next {
        left: 4%;
    }
    #banner .swiper-button-next,
    #banner .swiper-container-rtl .swiper-button-prev {
        right: 4%;
    }
}

@media screen and (max-width: 1480px){
    #banner .swiper-button-prev,
    #banner .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    #banner .swiper-button-next,
    #banner .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
}


/* Slider Marcas */
.sliderMarcas .swiper-button-prev,
.sliderMarcas .swiper-container-rtl .swiper-button-next {
    background: url("../img/arrowEsq2.png") no-repeat center !important;
    left: 10px;
    right: auto;
    width: 26px;
    height: 26px;
    top: 50% !important;
    margin-top: -13px !important;
}
.sliderMarcas .swiper-button-next,
.sliderMarcas .swiper-container-rtl .swiper-button-prev {
    background: url("../img/arrowDir2.png") no-repeat center !important;
    right: 10px;
    width: 26px;
    height: 26px;
    top: 50% !important;
    margin-top: -13px !important;
}


/* Slider Veículos */
.sliderVeiculo .swiper-button-prev,
.sliderVeiculo .swiper-container-rtl .swiper-button-next {
    background: url("../img/arrowEsq3.png") no-repeat center !important;
    left: 20%;
    right: auto;
    width: 47px;
    height: 47px;
    top: 50% !important;
    margin-top: -23.5px !important;
}
.sliderVeiculo .swiper-button-next,
.sliderVeiculo .swiper-container-rtl .swiper-button-prev {
    background: url("../img/arrowDir3.png") no-repeat center !important;
    right: 20%;
    width: 47px;
    height: 47px;
    top: 50% !important;
    margin-top: -23.5px !important;
}

@media screen and (max-width: 1100px){
    .sliderVeiculo .swiper-button-prev,
    .sliderVeiculo .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    .sliderVeiculo .swiper-button-next,
    .sliderVeiculo .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
}