/**SITE TEMPORARIO**/
body {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content {
	position: relative;
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

.esconde {
	position: absolute;
	text-indent: -9999px;
}

::-webkit-input-placeholder {
   color: #FFF;
}

:-moz-placeholder { 
   color: #FFF;  
}

::-moz-placeholder {
   color: #FFF;  
}

:-ms-input-placeholder {  
   color: #FFF;  
}

/**ESTURTURA SITE**/
#carregamento-pagina {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 99999;
}

.lado-a {
	position: absolute;
	top: 220px;
	left: 0;
}

.lado-a .novo-site {
	position: relative;
	float: left;
	width: 200px;
	font-size: 35px;
	color: #FFF;
}

.lado-a .novo-site img {
	position: relative;
	float: left;
}

.lado-a .novo-site h2 {
	float: left;
	width: 100%;
	margin-top: -10px;
	text-align: right;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
}

.lado-a .novo-site h2 strong {
	float: left;
	width: 100%;
	text-align: right;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
}

.neo-seven {
	position: fixed;
	bottom: 15px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.neo-seven strong {
	font-weight: 700;
}

.lado-b {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	background: rgba(255,255,255,0.2);
}

.lado-b #logo {
	position: relative;
	float: left;
	margin: 40px;
}

.lado-b #box-baixo {
	position: fixed;
	width: 350px;
	bottom: 0px;
}

.lado-b #box-baixo .box-contato-tel {
	position: relative;
	float: left;
	width: 350px;
	height: 180px;
	background: rgba(255,255,255,0.2);
}

.lado-b #box-baixo .box-contato-tel .ico-tel {
	position: absolute;
	width: 52px;
	height: 28px;
	top: 25px;
	left: 40px;
	background: url(../images/ico-tel.png) no-repeat;
}

.lado-b #box-baixo .box-contato-tel address {
	position: absolute;
	top: 75px;
	left: 40px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	color: #FFF;
}

.lado-b #box-baixo .box-contato-tel address .telefone {
	display: block;
	font-size: 38px;
}

.lado-b #box-baixo .box-contato-tel address .endereco {
	font-weight: 300;
	display: block;
	margin-top: 20px;
	font-size: 23px;
}

.lado-b #box-baixo #entre-contato {
	position: relative;
	float: left;
	width: 270px;
	height: 60px;
	padding: 0 40px;
	background: #e1bb39;
	text-align: center;
	cursor: pointer;
}

.lado-b #box-baixo #entre-contato .ico-seta-cima {
	float: left;
	width: 22px;
	height: 11px;
	margin-top: 25px;
	background: url(../images/ico-seta-cima.png) no-repeat;
}

.lado-b #box-baixo #entre-contato p {
	margin-top: 19px;
	font-size: 22px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	color: #FFF;
}

.lado-b #box-baixo #form-contato {
	position: absolute;
	top: 295px;
	width: 270px;
	height: 340px;
	padding: 40px;
	background: #e1bb39;
	z-index: 99999;
}

.lado-b #box-baixo #form-contato .box-seta-cima {
	position: relative;
	top: -80px;
	left: -40px;
	width: 55px;
	height: 40px;
	background: #e1bb39;
	cursor: pointer;
}

.lado-b #box-baixo #form-contato .seta-baixo {
	position: absolute;
	width: 22px;
	height: 11px;
	top: 15px;
	left: 15px;
	background: url(../images/ico-seta-baixo.png) no-repeat;
}

.lado-b #box-baixo #form-contato form {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 270px;
}

.lado-b #box-baixo #form-contato form input {
	border: 0px;
	width: 250px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 20px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	color: #FFF;
	background: #cdac3b;
}

.lado-b #box-baixo #form-contato form textarea {
	border: 0px;
	width: 250px;
	height: 85px;
	resize: none;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 20px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	color: #FFF;
	background: #cdac3b;
}

.lado-b #box-baixo #form-contato form button {
	border: 0px;
	width: 270px;
	padding: 10px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	background: #b49732;
	cursor: pointer;
}