/* 
Cores do Temas

#739ad0
#f07f14
#446eb6
#239a7b
#c1d236

*/

.swiper{
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.swiper-slide{
    text-align: center;
    font-size: 18px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.depoimentos-area{
    max-width: 800px;
    height: auto;
    width: 100%;
    margin: 0 auto 25px auto;
}

#depoimento-cliente-card{
    background-color: #c1d236;
    color: #ffffff;
    border: 2px solid #239a7b;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 300px;
    height: 300px;
    padding: 20px 10px;
}

.depoimento-nome{
    color: #f07f14;
    font-weight: 900;
    text-align: start;
    margin-bottom: -10px;
}
.depoimento-texto{
    color: #ffffff;
    font-weight: 300;
    text-align: start;
}

.depoimento-texto span{
    color:#f07f14;
    font-size: 30px !important;
    font-weight: 900;
}

.star{
    display: flex;
    background-color: #f07f14;
    padding: 5px 10px;
    border-radius: 10px;
}