#bloco-depoimentos{
    background-color: #F2F2F2;
}

#bloco-depoimentos .box-titulo-secao{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    text-align: center;
}

#bloco-depoimentos .box-titulo-secao:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #D6AA84;
}

#bloco-depoimentos h2{
    font-weight: 700;
    letter-spacing: 1px;
    color: #D6AA84;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    background-color: #F2F2F2;
    margin-bottom: 0;
    padding: 0 1.68rem;
}

@media (min-width: 992px){
    #bloco-depoimentos h2{
        font-size: 2.4rem;
    }
}



#bloco-depoimentos .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

#bloco-depoimentos .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#bloco-depoimentos .swiper {
    height: 100%;
}




#bloco-depoimentos blockquote{
    background: linear-gradient(142.41deg, #434B52 0%, #575B5F 100%);
    border: 0.96px solid #D6AA84;
    border-radius: 12px;
    margin: 0 .8rem;
    padding: 1.84rem 1.28rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


#bloco-depoimentos .box-stars{
    margin-bottom: .56rem;
}

#bloco-depoimentos .box-stars img{
    max-height: 1.84rem;
}


#bloco-depoimentos blockquote p{
    font-weight: 400;
    color: #F2F2F2;
    font-size: .96rem;
    margin-bottom: 1.84rem;
}


#bloco-depoimentos blockquote cite{
    font-weight: 700;
    color: #D6AA84;
    font-size: 1.84rem;
    margin-bottom: .16rem;
    font-style: normal;
    display: block;
    line-height: 1;
}

#bloco-depoimentos blockquote strong{
    font-weight: 700;
    color: #D6AA84;
    font-size: .8rem;
    line-height: 1;
    margin-bottom: 0;
}


#bloco-depoimentos .btn-cta{
    color: #F2F2F2;
}
