.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: 1px solid #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    position: relative;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: transparent;
    border-color: #FEFEFE;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url("../img/arrowEsq.webp") no-repeat center !important;
    left: 0px;
    right: auto;
    width: 41px;
    height: 41px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url("../img/arrowDir.webp") no-repeat center !important;
    right: 0px;
    width: 41px;
    height: 41px;
}
