.corpo_texto
{
padding-top:7px;
line-height:1.6;
}

/*
.corpo_texto article h1 , .corpo_texto article h2
{
  color: #000;
  text-align: center;
  padding: 7px 16px;
}
*/



/* css conteiner*/


.corpo_texto article iframe{
	height:550px;
}


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



	
	
}


/* phone*/
@media only all and (max-width:599px)
{
.corpo_texto article iframe{
	height:700px;
}
		

}











