/* depoimentos */
.depoimento a {
    display: flex;
    flex-direction: column;
    padding: 18px 15px;
    border-radius: 5px;
    margin: 0 8px;
    align-items: center;
    text-align: center;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 4px 1px rgb(181 181 181 / 10%);
}

.depoimento .dep-dados {
    display: flex;
    flex-direction: column;
}

.depoimento .dep-img {
    margin-bottom: 14px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.depoimento .dep-msg {
    font-size: 18px;
    line-height: 18px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: fit-content;
}

.depoimento .dep-msg i {
    color: #fbfbfb;
    font-size: 13px;
}

.depoimento .dep-msg i:first-child {
    margin-right: 7px;
}

.depoimento .dep-msg i:last-child {
    margin-left: 7px;
}

.depoimento strong {
    font-size: 14px;
    margin-top: 15px;
    line-height: 14px;
}

.depoimento .dep-estrelas {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5px;
}

.vitrine-depoimentos .slick-arrow {
    margin-top: 0px
}
.newsletter .newsletter-titulo span {
    display: flex !important;
    font-weight: 900;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    margin-left: 15px;
}
.cores-personalizadas .total strong {
    color: #000000;
}
.produto-detalhes .botao-whatsapp a {
    padding: 15px 15px!important;
}
.produto-detalhes .botao-whatsapp a span {
    font-size: 15px!important;
    line-height: 11px!important;
}
@media only screen and (max-width: 1024px){
.botao-whatsapp a {
    padding: 15px 10px;
    font-size: 13px;
    line-height: 12px;
}}
.botao-whatsapp a {
    padding: 14px 14px !important;

}

strong.preco-promocional.titulo {
    color: #333 !important;
}

strong.cor-principal.titulo.font-15 {color: #333 !important;
}