@media only screen and (max-width: 1600px) {
#depoimento .top .titulo {
font-size: 42px;
}
}
@media only screen and (max-width: 1500px) {
#depoimento .top .titulo {
font-size: 40px;
}
#depoimento .bottom .dir .texto {
font-size: 20px;
line-height: 30px;
}
#depoimento .bottom .dir .nome {
font-size: 18px;
}
#depoimento .bottom .box {
width: 945px;
height: 370px;
}
#depoimento .bottom .imagem {
width: 145px;
height: 145px;
}
#depoimento .bottom .imagem .barra {
width: 118px;
bottom: -5px;
}
#depoimento svg {
right: -38px;
top: -45px;
width: 105px;
}
}
@media only screen and (max-width: 1400px) {
#depoimento .top .titulo {
font-size: 38px;
}
}
@media only screen and (max-width: 1024px) {
#depoimento .bottom .box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 60%;
height: auto;
padding: 50px 0;
}
#depoimento .bottom .esq {
margin: 0 0 30px 0;
}
#depoimento .bottom .dir {
width: 80%;
text-align: center;
}
#depoimento {
padding: 50px 0;
}
#depoimento .bottom .swiper-container {
padding: 25px 0 80px;
}
#depoimento .top .titulo {
font-size: 34px;
padding: 0 5%;
}
#depoimento svg {
display: none;
}
}
@media only screen and (max-width: 650px) {
#depoimento .bottom .dir .texto {
font-size: 18px;
line-height: 26px;
}
#depoimento .bottom .dir .nome {
font-size: 16px;
}
#depoimento .bottom .box {
width: 80%;
}
}
@media only screen and (max-width: 600px) {
#depoimento .bottom .box {
padding: 35px 0;
}
#depoimento .bottom .esq {
margin: 0 0 15px 0;
}
#depoimento .bottom .box {
-webkit-box-shadow: 0px 0 13px #00000045;
box-shadow: 0px 0 13px #00000025;
}
#depoimento .bottom .dir .texto {
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
}