.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: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: relative;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background:#fff;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: #0e8036 url("../img/arrowEsq.png") no-repeat center !important;
    left: 0px;
    right: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: #0e8036 url("../img/arrowDir.png") no-repeat center !important;
    right: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled{
    opacity: 0;
}