#form_division{
	display: flex;
	overflow: hidden;
}

#form_division fieldset{
	min-width: 100%;
	max-width: 100%;
	height: 100%;
}

textarea{
	height: 150px;
}

input[type="text"], input[type="email"]{
	width: 300px;
}

input[type="date"]{
    width: 150px;
}

input[type="tel"]{
	width: 150px;
}

select[name="estado"]{
	width: 60px !important;
}

select[name="escolaridade"]{
	width: 300px !important;
}

@media screen and (max-width: 767px){
	.nav li a{
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px){
	.nav li a{
		font-size: 13px;
	}
}