@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0}

html, body{
    height:100%;
    overflow:hidden;
}

#logo{
	background-image: url("../picture_library/logo3.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
    height:140px;
    position:relative;
	
}

#meio{
	background-image: url("../picture_library/under_construction2.png");
	background-position:center;
	background-repeat:no-repeat;
    width:100%;
    height:450px;
    position:relative;

}

#botoes {
	background:#FFF;
	color:#AAA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	clear: both;
	text-align: center;
	width:100%
	position:absolute;
	}

#endereco {
	background:#FFF;
	color:#AAA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	clear: both;
	text-align: center;
	width:100%;
	height:100px;
	bottom: 0;
	position:absolute;
	}

#footer {
	background:red;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:12px;
	clear: both;
	text-align: center;
	width:100%;
	bottom: 0;
	position:absolute;
        border-top: 1px solid #EBEBEB;
	}
	
/*---start-form----*/

.form{
	width: 60%;
margin: 65px 20px 20px 223px;
position: relative;
}
.form form {
background: #FFF;

}
.notified form{
	text-align:center;
	border: 1px solid #323733;
	background: #323733;
	border-radius: 6px;
}
.form input[type="email"]{
	width: 88%;
	padding:23px;
	color:#d9d9d9;
	font-size:20px;
	 outline:none;
	 border: none;
	 background:#fff;
	margin: 0px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		-webkit-appearance: none;
}
.form input[type="email"]:focus
{
color: #474747;
outline: none;
	font-family: 'Open Sans', sans-serif;
}
.form input[type="submit"]{
	background:#fa9e27;
	padding: 23px ;
	border:none;
	color:#ffffff;
	outline:none;
	cursor:pointer;
	margin: 0px;
	width:30%;
	font-size:20px;
		font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-appearance: none;
position: absolute;
right: 0;
border-radius: 0;
}
.form input[type="button"]:hover
{
	
	background: #BB7419;
}
/*----end-form-----*/
