*{

	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: Roboto; 
}

html,body{
	height:100%;	
}



.clear{
	clear:both;
}

.center{
width: 100%;
margin:0 auto;
max-width: 1400px;
background-color: #68130e;

}


.header{

padding: 30px 15px;

	width: 90%;
	height: 100%;
}


.whats{
	margin-left: 85%;
	margin-top: -5%;

	position: absolute;
}




.chamada{
	width: 100%;
	color: white;
	font-size: 30px;
	text-align: center;
margin-left: 5%;
margin-top: 15px;
}

.chamada h2{

	text-align: center;
}




form{
	width: 50%;
	text-align: center;
	margin-left: 30%;
	margin-top: 50px;
}



fieldset {

	
	border:0;
}



legend{


	color: white;
}
select{
	font-size: 15px;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	margin: 5px 0;
	padding: 8px 5px;
	resize: none;
	outline: 0;
	outline-style: solid;
}

input{
	font-size: 15px;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	margin: 5px 0;
	padding: 8px 5px;
	resize: none;
	outline: 0;
	outline-style: solid;
}
input[type=text]{
	margin-top: 10px;
}

input[type=submit]{
	width: 50%;
	margin-top: 15px;
	background-color: green;
	color: white;
	border: 0;
	font-size: 20px;
	resize: none;

}

form h3{
	color: white;
	margin:10px 0;
}



input[type=checkbox]{
display: inline-block;
width: 20px;
height: 20px;


}

span{
	display: inline-block;
	color: white;
	margin: 0 5px;

}



.ali{
	
	text-align: left;
	margin: 10px 0;
}



@media screen and (max-width: 1000px){

form{
	width: 100%;
	text-align: center;
	margin-left: 2%;
	margin-top: 50px;
}

.whats{
	margin-left: 85%;
	margin-top: -15%;

	position: absolute;
}


}