*{
	margin: 0px;
	padding: 0px;
}

body{
	
	background-size: 100%;
}
input{
	display: block;
	height: 30px;
	width: 420px;
	border-radius: 10px;
	border: 1px;
	margin: 10px;
	font-size: 12pt;
	padding: 5px 5px;
	background-color: rgba(255, 255, 255, 0.5);
	outline: none;

} 


#fundo_form{
	background-color: rgb(2,2,2,.2); 
	width: 500px;
	margin: 80px auto 0px auto;
	border-radius: 20px;
	padding: 10px;

}

#fundo_form img{
	width: 250px;

}
h1{
	font-family: "Arial Black";
    font-size: 20pt;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
}
h2{
	font-family: "Arial Black";
    font-size: 20pt;
    text-align: center;
    color: red;
    text-shadow: 2px 2px 2px black;
}
h3{
	font-family: "Arial Black";
    font-size: 12pt;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
}
h4{
	font-family: "Arial Black";
    font-size: 12pt;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
}
img{
	margin-left: 100px;

}
a{
	font-size: 16px;
	font-family: "Arial";
	text-decoration: none;
	color: grey;
	text-shadow: none;
	display: block;
	text-align: center;
}
a:hover{
	text-decoration: underline;
	color: black;
}
input[type=submit]{
	background: #006400;
	border: none;
	color: white;
	cursor: pointer;
}
.g-recaptcha{
	align-items: center;
	align-content: center;
	margin-left: 20px;
}
div#msg-sucesso{
	width: 420px;
	margin: 10px auto;
	padding: 10px;
	background-color: rgba(50,205,50,.3);
	border-radius: 10px;
	text-align: center;
	border: 1px solid #215E21;
	font-family: arial;
	color: white;

}
div.msg-error {
	width: 420px;
	margin: 10px auto;
	padding: 10px;
	background-color: tomato;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #ff6666;
	font-family: arial;
	color: white;

}
____________________________________

#barra_sup {
	background-color: white;
	height: 50px;
	width: 100%;
	max-width: 2000px;
	min-width: 600px;
	color: white;
	font-size: 12pt;	
	border-bottom: 1px solid grey;
}


#logo{
	height: 50px;
	
	float: left;
}



.sair{
	float: right;
	padding-right: 5px;
	color: black;
}
#barra_sup a:hover{
	text-decoration: none;
	color: green;
}
#barra_sup p{
	text-align-last: right;
	padding-right: 5px;
	color: grey;
}
.menu_sup{
	width: 800px;
	height: 40px;
	margin-left: 300px;
	position: absolute;
	margin-top: 10px;
	background-color: white;
	z-index: 1;
}


.menu_sup ul li {	
	color: black;
	float: left;
	display: inline-block;
	width: 200px;
	height: 40px;	
	text-align: center;
	line-height: 40px;
}
.menu_sup ul ul li{
	background-color: white;
	text-align: center;

	border: 1px solid grey;

}
.li-p img{
	width: 8px;
	display: none;

}
.li-p_atendimento img{
	width: 8px;
	display: none;

}.li-p_beneficios img{
	width: 8px;
	display: none;

}
.li-p_pericia img{
	width: 8px;
	display: none;

}


.menu_sup ul li:hover{
	color: green;
}
.li-p_atendimento:hover .ul-atendimento{
	display: block;
}
.li-p_beneficios:hover .ul-beneficios{
	display: block;
}
.li-p_pericia:hover .ul-pericia{
	display: block;
}

.menu_sup ul ul li:hover{
	background-color: rgba(176,224,230);
	border-bottom: 3px solid green;
	cursor: pointer;
}
.ul-atendimento{
	display: none;
}
.ul-beneficios{
	display: none;
}
.ul-pericia{
	display: none;
}
.ul-ul_declaracao{
	margin-left: 200px;
	margin-top: -40px;
	float: left;
	display: none;

}

.ul-ul_recibos{
	margin-left: 200px;
	margin-top: -40px;
	float: left;
	display: none;

}
.ul-ul_termos{
	margin-left: 200px;
	margin-top: -40px;
	float: left;
	display: none;

}
.ul-ul_dec_ben{
	margin-left: 200px;
	margin-top: -40px;
	float: left;
	display: none;

}
.li-declaracoes:hover .ul-ul_declaracao{
	display: block;
}
.li-recibos:hover .ul-ul_recibos{
	display: block;
}
.li-termos:hover .ul-ul_termos{
	display: block;
}
.li-dec_ben:hover .ul-ul_dec_ben{
	display: block;
}

.img-menu{
	width: 30px;
	display: none;
}

#menu input[type="checkbox"]{
	display: none;
}
.footer{
	width: 420px;
	margin: 5px auto;
	
	border-radius: 10px;
	text-align: center;
	
	font-family: arial;
	color: white;
}
.footer img{
	width: 60px;
	margin-left: 10px;
}
