li { padding-bottom: 10px; }



/* textos */

.textos { font-size: 0.94em; padding-top:20px; line-height: 1.6; }

@media screen and (max-width:1160px) {
	.textos { font-size: 0.88em; }
}

@media screen and (max-width:768px) {

}

@media screen and (max-width:500px) {
	.textos { font-size: 0.82em; }
}

