@media (max-width:991.98px) {
	.padding {
		padding: 1.5rem;
	}
}
@media (max-width:767.98px) {
	.padding {
		padding: 1rem;
	}
}
.padding {
    padding: 5rem;
}
.slick-dots li button:before {
    font-size: 13px;
}
.slick-prev, .slick-next{
    color:#535353;
}
.slick-prev:before, .slick-next:before{
    color: #535353;
    font-size: 30px;
}
#section-depoimentos .items{
    margin-top: 50px;
}
#section-depoimentos .card {
    width: 200px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 11px;
}
#section-depoimentos .col-img-depoimentos .card-img-depoimentos{
    width: 50px;
    height: 50px;
    border-radius:25px;
}
#section-depoimentos  .card .card-body {
    padding: 1rem 1rem;
}
#section-depoimentos .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
#section-depoimentos p {
    font-size: 0.875rem;
    line-height:inherit;
    margin-bottom: 0rem !important;
}
#section-depoimentos  h4 {
    line-height: .2 !important;
}
#section-depoimentos  .linha{
    text-align: center;
    margin: 0;
}
#section-depoimentos  .profile {
    margin-top: 16px;
    margin-left: 20px;
    text-align: left;
}
#section-depoimentos .profile-pic {
    width: 58px;
}
#section-depoimentos .template-demo{
    text-align: center;
    color: #767676;
    font-style: italic;
}
#section-depoimentos .cust-name {
    font-size: 14px;
    color: #54595F;
}
#section-depoimentos .nome_empresa {
    font-size: 16px;
    color: #535353;
    font-weight:600;
}
#section-depoimentos .items {
    width: 90%;
    margin: 0px auto;
    margin-top: 50px;
}
#section-depoimentos .slick-slide {
    margin: 10px;
}
#section-depoimentos .slick-dots{
    position: inherit;
    padding-bottom: 50px;
}