.corpo_texto
{
padding-top:16px;
}

.corpo_texto article h1
{
color:#000;
text-align:center;
padding:7px 36px;
}

.corpo_texto_quem_somos
{
color:#333;
font-size:15px;
padding:7px 70px 70px 70px;
line-height:1.7!important;
text-align:justify;
}

.corpo_texto_quem_somos  > *
{
line-height:1.6!important;
}

/* tablet*/
@media only all and (min-width: 600px) and (max-width:777px)
{

.corpo_texto_quem_somos
{
color:#333;
font-size:16px;
padding:7px 30px 70px 30px;
line-height:1.6!important;
text-align:justify;
}

}


/* phone*/
@media only all and (max-width:599px)
{


.corpo_texto_quem_somos
{
color:#333;
font-size:17px;
padding:7px 16px 70px 16px;
line-height:1.6!important;
text-align:justify;
}

}