body{
	overflow-x: hidden;	
	width: 100%;
}
.center{
	width: 1100px;
	margin: 0 auto;
	height: auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

.inner{
	margin: 0 auto;
    width: 1100px;
    position: relative;
}


.botao{
	border: none;
	cursor: pointer;
	width: 117px;
	height: 35px;
	color: #FFF;
	background-color: #D99A53;
	margin-top: 20px;
	box-shadow:  2px 6px 13px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 2px 6px 13px -2px rgba(0,0,0,0.75);
}
#sobreposicao-topo{
width: 100%;
    height: 157px;
    opacity: 0.6;
    background-color: #000;
    background-repeat: no-repeat;
    /* float: left; */
    position: absolute;
  
}
#banner{
	width: 100%;
	height: 613px;
	background-position: center;
	background-image: url('../img/banner.png');
	background-repeat: no-repeat;
	
}
#div-banner{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#menu{
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.83);
	color: #fff;	
    position: absolute;
    z-index: 55;
    margin-top: 65px;

}
#logo{
	float: left;
	margin-left: 75px;
	margin-top: 10px;

}
#menu ul{
	float: right;
	width: 550px;
}
#menu ul li {
	display: inline-block;
	margin-right: 35px;
}
#slider{
	height: 750px;
	overflow: hidden;
}
#div-iniciar{
	height: 120px;
	overflow: hidden;
	cursor: pointer;
}
#div-iniciar{
	position: absolute;
    z-index: 5;
    margin-top: 460px;
    left: 50%;
    height: 180px;
    margin-left: -140px;
    overflow: hidden;
    top:-15px;

    

}
.animacao{
	animation: spin 4s linear infinite ;
	-webkit-transition: all infinite ease ;
	-moz-transition: all infinite ease;
	-ms-transition: all infinite ease;
	-o-transition: all infinite ease;
	transition: all infinite ease;
}

#iniciar_sonho {
    /*position: absolute;
    margin-top: 600px; 
    left: 50%;
    margin-left: -140px;*/
    width: 280px;
    height: 173px;
    z-index: 5;

}

@keyframes spin{
	
  	0%{
  		 height: 120px;
  	}100% {
    height: 180px;
    

  }
}

#logo_studio{
	position: absolute;
	left: 50%;
	margin-top: 250px;
	margin-left: -200px;
	z-index: 5;
}
.fundo{
	width: 100%;
	background-color: #2E1F27;
	height: 645px;
	float: left;
}
.detalhe-branco{
	margin: 20px auto;
    display: block;
}
.centro{
	text-align: center;
}
.arquibancada{
	width: 940px;
	line-height: 170%;
	font-size: 16px;

}
.img-arquibancada{
	margin-top: 30px;
}
.icone-check{
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.itens-check .item{
	float: left;
}
.itens-check{
	width: 908px;
	margin: 0 auto;
	display: block;
	margin-top: 15px;
}

#diferenciais{
	min-height: 415px;
}
.texto-diferencial{
	font-size: 18px;
	text-align: center;
	width: 750px;
	margin-top: 15px;
}
.titulo-apartamento{
	font-size: 22px;
	color: #303440;
	line-height: 120%;
	
}
.apartamentos{
	width: 945px;
	margin-left: 165px;
}
.apartamento{
	float: left;
	margin-top: 50px;
	width: 470px;
	text-align: left;
}
.item{
	font-size: 20px;
	line-height: 120%;
	margin-right: 50px;
}
.plantao-vendas{
	    font-size: 25px;
    line-height: 140%;
    color: #ffffff;
    padding-top: 20px;
    margin-top: 40px;

}
.plantao-venda{
    padding-top: 0;
    margin-top: 0;

}
.apartamentos ul {
    list-style-image: url('../img/check.png');
    list-style-position: outside;
}
.apartamentos ul li{
	color: #60636C;
	font-family: 'open_sans', sans-serif;
	font-size: 20px;
	line-height: 120%;
	margin-top: 16px;
	padding-right: 5px;
}
.apartamentos ul li span{
	margin-left: 10px;
}



#newsletter{
	height: 340px;
	background-color: #303440;
	padding-top:60px ;
}
.titulo-newsletter{
	
}
#email-news{
	width: 356px;
	height: 54px;
	background-color: transparent;
	border:2px solid #ffffff;
	border-radius: 4px;
	margin-top: 50px;
	background-image:url('../img/icone-email.png');
	background-repeat:no-repeat; 
	background-position: 10px 16px;
	padding-left: 62px; 
	font-family: 'keep_calm', sans-serif;  
	color: #fff;
	font-size: 15px;
}

::-webkit-input-placeholder {
   font-family: 'keep_calm', sans-serif; 
  
   color: #ffffff; 
}

:-moz-placeholder {
   font-family: 'keep_calm', sans-serif;  
   
   color: #ffffff;
}

::-moz-placeholder {
   font-family: 'keep_calm', sans-serif; 
   
   color: #ffffff; 
}

:-ms-input-placeholder { 
   font-family: 'keep_calm', sans-serif; 
   
   color: #ffffff; 
}
.submit-news{
	background-color: #CA2F33;
	border:none;
	width: 147px;
	height: 60px;
	margin-left: -8px;
	font-family: 'keep_calm', sans-serif; 
	font-size: 15px;
	color: #ffffff;
	line-height: 120%;
	cursor: pointer;
}



.foto-galeria img{
	width: 350px;
	height: 198px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}


.fundo-contato{
	height: 745px;
	border-bottom: 5px solid #ABA5A9;
}

.form-contato{
	width: 1005px;
	margin: 0 auto;
	color: #fff
}
.input-nome, .input-email{
	width: 475px;
	margin-top: 10px;
}
.form-contato label{
	font-size: 16px;
	font-family: 'keep_calm', sans-serif; 
	line-height: 120%;
}
.form-contato input,textarea{
	color: #fff;
	font-family: 'keep_calm', sans-serif; 
}
.form-contato .input-form{
	width: 97%;
	height: 40px;
	background-color: transparent;
	border: 2px solid #E55445;
    border-radius: 4px;
    margin-top: 15px;
    padding-left: 10px;


}
.input-telefone, .input-celular{
	width: 239px; 
	margin-top: 25px;
	color: #ffffff;
}
.input-celular{
	margin-left:25px;
}
.form-contato .textearea{
	width: 97.7%;
    border-radius: 4px;
    margin-top: 15px;
	

}
.form-contato textarea{
	width: 100%;
	height: 130px;
	font-family: 'keep_calm', sans-serif; 
	background-color: transparent;
	border: 2px solid #E55445;
    border-radius: 4px;
    margin-top: 15px;
    resize:none;
    padding:10px;
}
.botao-enviar{
	margin-top: 25px;
}


#retangulo-rodape{
	width: 100%;
	height: 65px;
	background-color: #2E1F27;
	color: #fff;
	font-family: 'keep_calm', sans-serif;
	font-size: 15px;
	line-height: 120%;	
	padding-top: 45px;
}



.mensagem-news{

    color: #088A4B;
    text-align: center;
}
.mensagem-contato{
	    position: absolute;
    margin-top: -21px;
    margin-left: 47px;
    font-weight: bold;
}





/*ALTERAÇÔES***********************************/

*{
	font-family: 'Comfortaa';
}
#texto_banner {
    font-family: 'Comfortaa';
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
}


#texto_banner {
    position: absolute;
    z-index: 9999;
    margin: 94px;
    text-align: center;
    margin-top: 300px;
    font-family: 'Comfortaa';
    font-size: 20px;
    color: #fff;
}

.produtos {
    width: 100%;
    height: auto;
}




.produtos div#left{
	float: left;
	width: 50%;
	height: auto;
	margin-bottom: 88px;

}
.produtos div#left img{
    margin: auto;
    display: block;
}
.produtos div ul{
    position: relative;
    left: 45px;
    top: 20px;
    font-size: 20px;
    color: #5F636C;
    list-style-image:url(../img/icone_lista.png);
}
.produtos div ul li{
    padding-left: 12px;
    padding-top: 10px;

}


.produtos div#right{
	float: right;
	width: 50%;
	height: auto;

}
.produtos div#right img{
	margin: auto;
    display: block;
}




.titulo{
	color: #30333F;
	font-size: 30px;
	font-family: 'Comfortaa';
	margin: 0 auto;

}
.titulo::after{
	content: url("../img/pontinhos.png");
    display: block;
    margin: 9px auto;
}
.after2::after{
	content: url("../img/pontinhos_branco.png");
    display: block;
    margin: 9px auto;
}

.texto{
	font-family: 'Comfortaa';
    font-size: 18px;
    color: #30333F;
    margin: 36px auto;
    text-align: center;

}




#contatos p.tx{
	color: #F2F2F2;
    font-size: 20px;
    font-family: 'Comfortaa';
    margin: 0px auto;
    display: block;
    text-align: center;
}


#ancora{
	position: relative;
    top: 345px;
}