body{
	margin: 0px; padding: 0px;
	font-family: verdana;
	color: #202020;
	background:#faf3e0;
}

/*FONTS*/
@font-face {
	font-family: jedira-regular;
	src: url(fonts/jedira-regular.ttf);
}


/*PADDINGS*/
.ptop50{ padding-top: 50px; }
.pbot50{ padding-bottom: 50px; }

.ptop100{ padding-top: 120px; }
.pbot100{ padding-bottom: 120px; }

.w100{ width:100% }



.titprinc{ font-family: jedira-regular; }


.foto100{ width: 100%; }
.margin0{ margin: 0px; }

.clear{ clear: both; }

h1{ margin:0px; padding:0px; }
p{ line-height: inherit; }


.desk{ display:block; }
.mobile{ display:none; }


/*MENU*/
.fixed-top{  }

.home .navbar{
    position: fixed;
}

.navbar{
	width: 100%;
    position: fixed; top: 0px; left: 0px;
    z-index: 500;
    background: #fff;
}


.navbar-brand img{
	filter: invert(100%);
}

.navbar-brand img{
	width: 200px;
	
}

.menu_down{ position: fixed; top:0px; }

.navbar-nav{ width: 100%; }

.navbar .nav-item{
	margin-left: 1%;
	font-size: 13px;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.navbar .socialm{ border:none; }
.navbar .socialm a{ display: inline-block; }
.navbar .socialm a img{ width:25px;  }

.navbar .ivendas{ border:none; }
.navbar .ivendas a{
	border: 1px solid #fff;
	text-align: center;
	padding: 3px; margin: 5px;
}

.navbar .nav-item .nav-link{ color: #fff; }
.navbar .nav-item .nav-link:hover{ color: #fff; }

.navbar .nav-item .pextra{ padding-top: 15px; }

.menu_down{
	background: #fff;
}




.btazul{
	max-width: 200px; width: 100%;
	padding: 20px 10px;
	border-radius: 50px;
	font-size: 20px;
	text-align: center;
	background: #8cabc5;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}


/*BANNERTOP*/
.bannertop{
	width: 100%; min-height: 100vh;
	padding-bottom: 50px;
	position: relative;
	background: url(images/bg_banner.jpg) center center no-repeat;
	background-size: cover;
}

.bannertop .bntit{
	max-width: 300px;
	margin-top: 30%;
	margin-bottom: 20px;
	color: #fff;
}

.bannertop p{
	margin-bottom: 20px;
	color: #fff;
}

.bannertop .ftbanner{
	width: 80%;
	margin-top: 30%;
}

.bannertop .bntit2{
	text-align: center;
	color: #fff;
	margin: 50px 0;
}

.bannertop .bxqrcode{
	max-width: 200px;
	margin: 0 auto;
	color: #fff; font-size: 13px;
	text-align: center;
}

.bannertop .bxqrcode img{
	display:block;
	width:100%;
}


.bannertop .formlogin{
	text-align: center;
	color: #fff;
}



.manifesto{
	width: 100%; min-height: 500px;
	background: url(images/bgmanifesto.jpg);
	background-size: cover;
	padding: 100px 0;

	text-align: center;
	color: #171c35;
}

.manifesto .txmani{
	width: 80%;
	margin: 50px auto;
	text-align: justify;
	line-height: 30px;
}



.oquee{ padding:100px }
.oquee h1{ margin-bottom:50px; text-align:center; }



.recep1{
	text-align: center;
	margin: 130px auto 0 auto;
}

.recep1 p a{
	color: #8cabc5;
}

.recep1 .card-img-top{
	max-width: 500px;
    width: 100%;
    margin-bottom: 30px;
}

.recep1 .btazul{
	padding: 10px; font-size: 14px;
	display: block;
	margin: 30px auto 0 auto;
}


.recep1 .filtrorecep{ max-width: 400px; margin:0 auto }

.recep1 .bximovel{
	width: 480px;
	margin: 0 auto;
	padding:0 0 20px 0;
	text-align: center;
	background: #fff;
	margin-bottom: 50px;
	border-radius: 10px;
}

.recep1 .bximovel img{ width: 100%; margin-bottom:20px; border-radius:10px 10px 0 0 }

.recep1 .bximovel h1{ font-size: 20px; }



.recep1 .selrec{
	width: 100%;
	border:none;
	background:#fff; color: #000; font-size: 13px;
	line-height: inherit;
	border-radius: 15px;
	margin-bottom: 10px; padding: 10px 0 10px 0;
	text-indent: 10px; 
	display: block;
}


.bannerimovel{
	width: 100%; height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
}



.tabelas h1{ font-size:25px }

.tabelas h2{ font-size:20px; margin-top:50px; }

.tabelas .boxform{
	max-width: 500px;
	margin: 20px auto;
}


table {
    width: 100%; max-width: 800px; /* Ajuste a largura da tabela */
    border-collapse: collapse; /* Remove o espaçamento entre as bordas das células */
    margin: 20px auto; /* Centraliza a tabela e adiciona margem */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
    font-size: 13px;
}

th, td {
    padding: 12px 15px; /* Espaçamento interno das células */
    text-align: left; /* Alinha o texto à esquerda */
    border-bottom: 1px solid #ddd; /* Borda inferior para separar as linhas */
}

th {
    background-color: #4CAF50; /* Cor de fundo do cabeçalho */
    color: white; /* Cor do texto do cabeçalho */
    font-weight: bold;
    text-transform: uppercase; /* Texto do cabeçalho em maiúsculas */
}

/* Estilo para linhas pares (começando da segunda linha do tbody, que é a primeira linha 'visível' de dados) */
tbody tr:nth-child(even) {
    background-color: #f2f2f2; /* Cor mais clara para linhas pares */
}

/* Estilo para linhas ímpares */
tbody tr:nth-child(odd) {
    background-color: #ffffff; /* Cor branca para linhas ímpares */
}

/* Efeito hover para as linhas */
tbody tr:hover {
    background-color: #e0e0e0; /* Cor ao passar o mouse */
    cursor: pointer;
}




.fale{ padding:100px }
.fale h1{ margin-bottom:50px; text-align:center; }

.fale .boxform{
	max-width: 400px;
	margin: 0 auto;
}
.fale .boxform p{ text-align:center; }


/*BOX TIT*/
.boxtit{
	padding: 20px 0;
	background: #113936 url(img/bgtitulo.jpg) no-repeat;
	background-size:100% auto;
	text-align: center;
	color: #e1d1c1; font-size: 50px;
}

.boxtit h1{
	color: #faf3e0;
	font-size: 25px;
	text-align: left;
}

.boxtit .btconheca{
	border: 2px solid #faf3e0;
	color: #faf3e0;
	padding: 10px;
	font-size: 25px;
	text-decoration: none;
}



/*fotovideo*/
.fotovideo{
	padding: 80px 0;
	background: url(img/fotovideo.jpg) center center no-repeat;
	background-size: cover;
}



/*sobre*/

.sobre{
	padding: 50px 0;
}

.sobre .boxup{
	padding-top: 100px;
}

.sobre span{
	color: #a07a49;
	font-size: 20px;
	text-transform: uppercase;
}

.sobre h1{
	color: #214828;
	font-size: 35px;
	text-transform: uppercase;
	margin: 20px 0;
	line-height: 45px;
}

.sobre p{
	color: #a07a49;
	font-size: 15px;
}

.sobre .btveja{
	border: 1px solid #a07a49;
	color: #a07a49;
	padding: 7px;
	font-size: 15px;
	text-decoration: none;
}


/*PROJETO*/
.projeto{
	width: 100%;
	padding: 20px 0;
	background: url(img/bgprojeto.jpg) left center no-repeat;
	background-size: cover;
}

.projeto h1{
	width: initial;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin: 10% 0 0 20%;
	line-height: 45px;
}


/*GALERIA*/

.galeria{}

.galeria h1{
	color: #214828;
	font-size: 35px;
	text-transform: uppercase;
	margin: 20px 0;
	line-height: 45px;
	text-align: center;
}

.galeria p{
	color: #a07a49;
	font-size: 15px;
	text-align: center;
}

.galeria .btmasterplan{
	max-width: 200px;
	padding: 10px;
	text-align: center;
	color: #faf3e0;
	background: #214828;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	margin: 50px auto;
	display: block;
}



.apartamentos{ padding:100px 0 }

.apartamentos h1{
	color: #214828;
	font-size: 35px;
	text-transform: uppercase;
	margin: 20px 0;
	line-height: 45px;
	text-align: center;
}

.apartamentos p{
	color: #a07a49;
	font-size: 15px;
	text-align: center;
}



/*FOOTER*/

.footer{
	width: 100%;
	padding: 50px 0 50px 0;
	background: #171c35;
	color: #fff;

}


.footer .logofooter{ max-width: 250px; display: block; margin-bottom:30px; }

.footer .bxcontact{
	    width: 100%;
    float: right;
    text-align: right;
    max-width: 300px;
}

.footer h1{
    font-size: 30px; line-height: 40px;
	color: #e7dac9; text-align: left;
}

.footer .logos{ max-width: 300px; width: 100%; margin: 50px auto 0 auto; display: block; }


.footer .boxform{ width: 80%; margin: 0 auto; }


.bannertop .boxform{
	max-width: 300px;
	margin: 0 auto;
}


.boxform .inp,
.boxform textarea,
.boxform .btenviar
{
	width: 100%;
	border:none;
	background:#fff; color: #000; font-size: 13px;
	line-height: inherit;
	border-radius: 15px;
	margin-bottom: 10px; padding: 10px 0 10px 0;
	text-indent: 10px; 
	display: block;
}

.boxform .btenviar{
	font-family: jedira-regular;
	background: #286484;
	color: #fff; font-size: 15px;
	width: 80%; text-transform: uppercase;
	margin: 0 auto; display: block;
}



.footer .boxform textarea{
	height: 100px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003834;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #003834;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #003834;
}

.footer .boxform .btenviar {
	width: 100%; margin: 0 auto;
	display: block;
	text-indent: 0px;
	background: #a07a49; color: #fff;
}

.footer .txtlegal{ width: 90%; margin: 100px auto 0 auto; font-size: 10px; text-align: left; line-height: inherit; color: #faf3e0; }


.fotoextra{ max-height: 500px; width: initial!important; position: inherit!important; }


.controle_video{
	width: 100px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.controle_video button{
	width: 30px; height: 30px;
    border: none;
    background-color: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: none;
}

.btbnplay{
	border: none;
	padding: 0px; margin: 0px;
}

.controle_video .play{
	background-image: url(images/play.png);
}

.controle_video .pause{
	background-image: url(images/pause.png);
}

.controle_video .pl2{
	background-image: url(images/play_b.png);
	background-size: cover; 
}

.controle_video .pa2{
	background-image: url(images/pause_b.png);
	background-size: cover;
}


.boxvideo,
.boxvideo2
{
	width: 100%; height: 100%;
	position: fixed; top: 0px; left: 0px;
	z-index: 5000;
	display: none;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0.9+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.boxvideo #videotop{
	width: 80%; max-height: 80%;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
}

.boxvideo2 .video{
	margin-top: 60px;
}

.boxvideo .controle_video,
.boxvideo2 .controle_video
{
	position: relative; top: 0px; width: 80%; margin:5px auto;
}

.boxvideo .bt_fechavideo,
.boxvideo2 .bt_fechavideo2
{
	position: fixed; right: 3%; top: 3%;
}




/*MENU LATERAL*/

.menulateral{
    position: fixed; left: 2px; top:45%;
    z-index: 500;
}
.menulateral .box{
    width: 45px; height: 45px;
    background: #113936;
    padding:5px;
    margin-bottom: 1px;
}

.menulateral .box a{
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    /*font-family: 'Aleo', serif;*/
    font-weight: 100;
    display: block;
}
.menulateral .box i{
    float: left;
    margin: 5px 0 0 5px;
}

.menulateral .box span{
    font-size: 14px; font-weight: 400;
    text-transform: uppercase;
    display: none;
    float: left;
    margin: 8px 0 0 10px;
}

.menulateral .phone:hover{ min-width: 190px; }
.menulateral .phone:hover span{ display:block; }

.menulateral .email:hover{ min-width: 250px; }
.menulateral .email:hover span{ display: inline-block; }

.menulateral .chat:hover{ min-width: 160px; }
.menulateral .chat:hover span{ display: inline-block; }

.menulateral .site:hover{ min-width: 200px; }
.menulateral .site:hover span{ display: inline-block; }



.pgstand{
	background: #f5f1e9 url(images/bg_b.jpg) top center no-repeat;
	background-size: 100% auto;
}

.user{ max-width:200px; width:100% }
.user img{ display: inline-block; }
.user span{ display: inline-block; }



.btsfinais .btenviar{ width:100%; }







