.rw-testimonios .slick-track {
display: flex;
align-items: center;
}
.rw-testimonios-item-info {
background-color: #f5f5f5;
border-radius: 30px 30px 30px 30px;
padding: 40px;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
margin: 20px;
height: 100%;
}
.rw-testimonios-item--content {
text-align: center;
color: var(--e-global-color-text);
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
}
.rw-testimonios-item--author {
color: #0F110FB3;
font-size: 13px;
font-weight: 500;
letter-spacing: 0px;
margin: 0;
}
.rw-testimonios-item--icon {
margin: 0 0 20px 0;
display: flex;
justify-content: center;
align-items: center;
}
.rw-testimonios-item--icon i {
display: flex;
width: 50px;
height: 50px;
background-color: #951135;
justify-content: center;
align-items: center;
color: #fff;
font-size: 25px;
border-radius: 50%;
}
.rw-testimonios-item--rating {
display: flex;
gap: 3px;
justify-content: center;
color: #951135;
margin: 30px 0;
}
.rw-testimonios-item--star {
font-size: 14px;
opacity: .5;
}
.rw-testimonios-item--rating[data-rating="1"] .rw-testimonios-item--star:nth-child(1) {
opacity: 1;
}
.rw-testimonios-item--rating[data-rating="2"] .rw-testimonios-item--star:nth-child(1),
.rw-testimonios-item--rating[data-rating="2"] .rw-testimonios-item--star:nth-child(2) {
opacity: 1;
}
.rw-testimonios-item--rating[data-rating="3"] .rw-testimonios-item--star:nth-child(1),
.rw-testimonios-item--rating[data-rating="3"] .rw-testimonios-item--star:nth-child(2),
.rw-testimonios-item--rating[data-rating="3"] .rw-testimonios-item--star:nth-child(3) {
opacity: 1;
}
.rw-testimonios-item--rating[data-rating="4"] .rw-testimonios-item--star:nth-child(1),
.rw-testimonios-item--rating[data-rating="4"] .rw-testimonios-item--star:nth-child(2),
.rw-testimonios-item--rating[data-rating="4"] .rw-testimonios-item--star:nth-child(3),
.rw-testimonios-item--rating[data-rating="4"] .rw-testimonios-item--star:nth-child(4) {
opacity: 1;
}
.rw-testimonios-item--rating[data-rating="5"] .rw-testimonios-item--star:nth-child(1),
.rw-testimonios-item--rating[data-rating="5"] .rw-testimonios-item--star:nth-child(2),
.rw-testimonios-item--rating[data-rating="5"] .rw-testimonios-item--star:nth-child(3),
.rw-testimonios-item--rating[data-rating="5"] .rw-testimonios-item--star:nth-child(4),
.rw-testimonios-item--rating[data-rating="5"] .rw-testimonios-item--star:nth-child(5) {
opacity: 1;
}