section { padding: 150px 0px 0px 0px; }

/*DEPOIMENTOS*/
.depoimentos { width: 100%; height: auto; float: none; margin: 50px 0; }
.depoimentos .titulo3 { float: left; margin-top: 30px; }
.depoimentos ul { width: 100%; float: none; padding: 40px 0px 0px 0px; margin-top: 50px; }
.depoimentos ul li { list-style: none; position: relative; padding: 0px 0px 100px 0px; height: auto; margin-right: 30px; }
.depoimentos ul li .aspas { width: 112px; height: 87px; background: url(../imagens/aspas.png) no-repeat; float: left; margin-right: -30px; z-index: 10; position: relative; }
.depoimentos ul li img { width: 140px; height: 140px; margin-top: 50px; display: inline-block; vertical-align: top; margin-right: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.depoimentos ul li .txt { display: inline-block; vertical-align: top; width: 700px; margin-left: 30px; }
.depoimentos ul li .txt p strong { line-height: 14px; font-weight: 700; }

@media screen and (max-width: 1100px) { 
	section { padding: 80px 0px 0px 0px; }

	.depoimentos { margin-top: 0px; }
	.depoimentos ul { text-align: center; padding-top: 0px; margin-top: 0; }
	.depoimentos ul li { width: 100%; height: auto; overflow: hidden; display: inline-block; padding: 40px 0px 0px 0px;  }
	.depoimentos ul li .aspas { margin-left: 20px; }
	.depoimentos ul li img { float: none; margin-right: 0; }
	.depoimentos ul li .txt { width: 90%; float: none; margin-top: 15px; margin-left: 0; }


}