@charset "utf-8";
/* CSS Document */
article#depoimentos {
    padding: 80px 0%;
    align-items: center;
    /* background-color: #003f76; */
    background-image: url(../../images/bg-depoimentos.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 333px;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}
article#depoimentos .wrap { padding: 0 7% !important}

.depoimento-content {
    color: #fff;
    padding: 11px 22px;
}
.carrossel-depoimentos-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.carrossel-depoimentos-item .stars {
    display: flex;
    margin-left: 15px;
}
.carrossel-depoimentos-item .stars span{
    padding: 0;
    margin: 0;
}
.carrossel-depoimentos-item .stars span:before {content:"\f2fc";font-family: 'Ionicons';color: #ffd400;margin-left: 5px;font-size: 23px;}
#carrossel-depoimentos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    position: relative;
}
.depoimento-texto {
    color: #fff;
    margin: 22px auto;
    font-weight:800;
    text-align: center;
    font-size:28px;
    padding: 0 44px;
    display: flex;
    justify-content: center;
}
.depoimento-tit {
    color: #fff;
    margin: 22px 0px 0 0 ;
    font-weight:600;
    text-align: center;
    font-size: 18px;
}

/******************************************************/
/*******************  MOBILE  *************************/
/******************************************************/
@media screen and (max-width: 700px) {

}