.wrapper-carousel-depoimentos{position:relative}
.wrapper-carousel-depoimentos .depo-card {
    padding: 30px 40px;
    background-color: #F9F3E5;
    border-radius: 8px;
	height: 100%;
}
.wrapper-carousel-depoimentos .depo-card .box-depo-txt{ color: var(--wp--preset--color--primary-color);}
.wrapper-carousel-depoimentos .depo-card .box-depo-txt p{ font-weight: 400; font-size: var(--wp--preset--font-size--text);color: var(--wp--preset--color--primary-color);}
.wrapper-carousel-depoimentos .depo-card .box-depo-txt h3{
    font-size: var(--wp--preset--font-size--text);
    font-weight: 400;
    margin: 20px 0 10px;
}
.wrapper-carousel-depoimentos .depo-card .box-depo-txt h4{
    font-size: var(--wp--preset--font-size--text);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.wrapper-carousel-depoimentos .carousel-depoimentos{
    /*max-width:60%;*/
    margin:0 auto;
}
.wrapper-carousel-depoimentos .wrap-carousel-depo-nav .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: var(--wp--preset--color--white);
    opacity: 0.6;
}
.wrapper-carousel-depoimentos .wrap-carousel-depo-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.wrapper-carousel-depoimentos .swiper-slide-duplicate-active {
    opacity: 0.5;
}

/*DEPOIMENTOS NAV*/
.wrap-carousel-depo-nav { position: absolute; left: 0;  bottom: 55%; width: 100%;z-index: 2;}
.depoimentos-filtros .wrap-carousel-depo-nav {bottom: calc(50% + 61px); }
.wrap-carousel-depo-nav button i{
    background-color: #FFFFFF;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
}
.wrap-carousel-depo-nav button.prev-depo i {left: 40px;}
.wrap-carousel-depo-nav button.next-depo i {right: 40px;}
.wrap-carousel-depo-nav button:hover i{opacity: 0.7 }

@media only screen and (max-width: 991px) {
    .wrapper-carousel-depoimentos .depo-card {
        max-width: 70%;
    }
}
@media only screen and (max-width: 576px) {
    .wrapper-carousel-depoimentos .depo-card {
        max-width: 90%;
    }
    .wrap-carousel-depo-nav {
        display: none;
    }

}