@charset "utf-8";
f
/*estilo principal*/
*
{webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
		outline:none;}
body{

}

body a{
	color: #fff;
	text-decoration: none!important;
}

body a:hover{
	color: #d5c47a;
}

body, html
{
	font-family: 'Roboto', sans-serif;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;

}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
select,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #FFF!important;
	font-weight: bold;
	font-size: 16px;
}
/* Firefox 18- */
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
select,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
	font-family: 'Roboto', sans-serif;
	color: #FFF!important;
	font-weight: bold;
	font-size: 16px;
}
/* Firefox 19+ */
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
select,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: 'Roboto', sans-serif;
	color: #FFF!important;
	font-weight: bold;
	font-size: 16px;
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
select,
input[type="email"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family: 'Roboto', sans-serif;
	color: #FFF!important;
	font-weight: bold;
	font-size: 16px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
select,
input[type="email"],
textarea{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	width: 100%!important;
	margin-bottom: 15px;
	border-radius: 0px!important;
	border: none!important;
	color: #FFF;
	background-color: rgba(0,0,0,0.4)!important;
}

	
.main_div
{
	min-height:100%;
	height:100%;
	min-width:100%;
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	}

.header
{
	min-height:120px;
	width:100%;
	max-width:100%;
	text-align:center;
	background-color: #fff;
	/*background-image:url(images/Untitled-w4.png);*/
	background-size:100%;
	display:block;
	}
	

#logo
{
	text-align:center;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 20px;
  	width: 50%;
	padding-top:1.5%;
	
	
	}
	

#logo img
{
	width:60%;
	height: auto;
	}
	

.content
{
	height:50vh;
	width:100%;
	padding-bottom: 40px;
	background-color:transparent;
	display:inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #12274e;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment:fixed;
	}
	
.left_content
{
	float:left;
	display:inline-block;
	width:25%;
	min-height:100%;
	height:auto;
	}
	
.middle_content
{
	float:none;
	display:inline-block;
	width:50%;
	min-height:600px;
	height:100%;
	}
	
.right_content
{
	float:right;
	display:inline-block;
	width:25%;
	min-height:100%;
	height:auto;
	}
	
.text_sector
{
	visibility: hidden;
	text-align:justify;
	color:#FFF;
	font-weight:lighter;
	font-size:20px;
	width:100%;
	height:auto;
	padding:20px 15px 20px 15px;
	margin:50px 0px 20px 0px;
	box-shadow:0px 1px 44px #000;
	}
	
.text
{
	text-align:center;
	color:#FFF;
	font-weight:lighter;
	font-size:22px;
	font-weight: bold;
	}
	
	
.form_sector
{
	margin:20px 0px 20px 0px;
	padding:20px 5px 20px 5px;
	box-shadow:0px 1px 44px #000;
	width:100%;
	height:auto;
	}
	
.form_sector img
{
	text-align:center;
	}

.whatsapp{
	width: 100%;
	text-align: center;

}

.whatsapp a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #FFF;
	font-size: 22px;
}

.whatsapp a:hover{
	color: #11950A;
}

.whatsapp i{
	font-size: 56px;
	margin-right: 10px;
	color: #11950A;
}
	
.loading 
{ 
	display: none;
	}
	
	
.footer
{
	height:auto;
	width:100%;
	
	background: #35692C;
	display:inline-block;
	color:#FFF;
	}
	
	

.footer_text
{
	width:100%;
	text-align:left;
	line-height: 1.8;
	padding-left:10px;
	padding-right:10px;
	}
	
	
	
.one
{
	display: none;
	height:auto;
	width:33%;
	float:left;
	text-align:center;
	padding-bottom:40px;
	}
	
#face
{
	background-image:url(images/icons/Face_icon_64x64_BW.png);
	background-size:64px 64px;
	height:64px;
	width:64px;
	display:inline-block;
	}

#face:hover
{
	background-image:url(images/icons/Face_icon_64x64_Color.png);
	}
	
#insta
{
	background-image:url(images/icons/insta_icon_BW.PNG);
	background-size:64px 64px;
	height:64px;
	width:64px;
	display:inline-block;
	}
	
#insta:hover
{
	background-image:url(images/icons/insta_icon_color.PNG);
	}

.social{
	display:none;
}
	
.two
{
	display: none;
	height:auto;
	width:33%;
	text-align:center;
	padding-bottom:40px;
	}
	
#map
{
	
	}
	
.thre
{
	height:auto;
	width:33%;
	float:right;
	display: none;
	text-align:center;
	padding-bottom:40px;
	}
	

.rights
{
	min-height:20px;
	height:auto;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#121415;
	display:inline-block;
	text-align:center;
}
	
.rights img{
	height: 40px;
	width: auto;
}

.rights span{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
	
	
	
	/*estilo da form*/
	
	
	
			form
			{
				width: 90%;
			}

			form ul
			{
				list-style-type: none;
			}

			form ul li
			{
				margin: 10px 0px 0px 0px;
			}

			form label
			{
				display: block;
				font-size: 1em;
				color:#FFF;
				font-weight:bold;
				margin:14px 0px 6px 0px;
			}
			
			#btn
			{
				width:120px;
				height:40px;
				font-weight:bold;
				color:#FFF;
				background-color:#72B735;
				border:none;
				}
				
			#btn:hover
			{
				background-color:#000;
				transition: background 0.2s;
				}
				
				
#retornoHTML
{
	text-align:center;
	color:#FFF;
	}
				
				
				
				
				
				
	/*responsivo*/
	
	/* Mobile Portrait View */
@media screen and (max-width:767px) 
{

.header
{
	height:auto;
}
	

#logo
{
	

	}
	

#logo img
{
	width:100%;
	height:auto;
	}
	

.content
{
	height:100%;
	min-height:10vh;
	width:100%;
	background-color:#CCC;
	display:block;
	}
	
.left_content
{
	display:none;	
	}
	
.middle_content
{
	float:none;
	display:inline-block;
	width:100%;

	}
	
.right_content
{
	display:none;
	}
	


.text_sector
{
	margin:0px 0px 0px 0px;
	padding:20px 15px 20px 15px;
	box-shadow:none;
	text-align:justify;
	}
	
.form_sector
{
	margin:8px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	box-shadow:none;
	}



.footer
{
	
	}
	
.one
{
	width:100%;
	display:block;
	}
	
.two
{
	width:100%;
	display:block;

	}


.thre
{
	width:100%;
	display:block;

	}	
	


}






/* Mobile Landscape View */
@media screen and (min-width:480px) and (max-width:767px){
	

#logo
{
	

	}
	

.content
{
	height:100%;
	min-height:750px;
	width:100%;
	background-color:#CCC;
	display:block;
	}
	
.left_content
{
	display:none;	
	}
	
.middle_content
{
	float:none;
	display:inline-block;
	width:100%;

	}
	
.right_content
{
	display:none;
	}
	


.text_sector
{
	margin:0px 0px 0px 0px;
	box-shadow:none;
	border-bottom:2px solid #666;
	}
	
.form_sector
{
	margin:8px 0px 0px 0px;
	box-shadow:none;
	}



.footer
{
	
	}
	
.one
{
	width:100%;
	display:block;
	}
	
.two
{
	width:100%;
	display:block;

	}


.thre
{
	width:100%;
	display:block;

	}	
	

}






/* Tablet View */
@media screen and (min-width:768px) and (max-width:1169px) { 

.header
{
	height:100px;
	min-height:100px;
	}
	

#logo
{
	

	}
	

#logo img
{
	width:200px;
	height:64px;
	}
	

.content
{
	height:100%;
	width:100%;
	background-color:#CCC;
	display:block;
	}
	
.left_content
{
	width:10%;	}
	
.middle_content
{
	float:none;
	display:inline-block;
	width:80%;
	min-height:100%;
	height:auto;

	}
	
.right_content
{
	width:10%;
	}

.footer
{
	
	}
	
.one
{
	
	}
	
.two
{
	
	}
	

#map
{
	width:90%;
	}


.thre
{
	
	}

}






@media screen and (min-width:981px) and (max-width:1169px) { 

}