@charset "iso-8859-1";
/* CSS Document */


.container_contato
{
	position:relative;
	float:left;
	width:42%;
	margin:0px 4%;
	text-align:left;
	line-height:18px;
	color:#888;
}



.input_contato
{
	position:relative;
	width:100%;
	margin:5px 0;
	font-size:16px;
	border:none;
	border-bottom:1px solid #999;
}
	
	

@media screen and (max-width: 768px),
only screen
and (min-device-width : 320px)
and (max-device-width : 768px)
{

	.container_contato
	{
		width:92%;
		text-align:center;
		margin:40px 4%;
	}

}

/*Smartphones e tablets*/
@media screen and (max-width: 480px),
only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
{


}