@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:"SFProDisplay-Light";
	src: url(../_fonts/SFProDisplay-Light.ttf);
}

body{
	font-family:"SFProDisplay-Light";
}

*{
	margin:1px;
	padding:0;
}

.estrutura_contato {
	min-width:300px;
	max-width:640px;
	height:600px;
	margin: 50px auto;
}

.titulo_contatos {
	font-size:36px;
	color: #666;
	border-bottom-width:1px;
	border-color: #CCC;
	border-bottom-style:solid;
	width:100%;
}

.formulario1 {
	float:left;
	min-width:300px;
	max-width:640px;
	height:500px;
	margin-top:25px;
	border-right-width:1px;
	border-color: #CCC;
	border-right-style:solid;
}

.formulario2 {
	float:left;
	min-width:300px;
	max-width:640px;
	height:500px;
	margin:25px 0px 25px 25px;
	background:url(../_imagens/contato_fadal.jpg);
}

.aspas {
	color: #F00;
}

.asteristico{
    color:#F00;
}

#end {
	display:none;
}