@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,html,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0 auto;padding:0;border:0;outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}table,table td{padding:0;border:none}img{vertical-align:top}embed{vertical-align:top}a{text-decoration:none}form input,form textarea,form button{resize:none;outline:none}hr{background-color:#000;border:none;width:20px;height:1px}::-webkit-scrollbar{width:7.5px;height:7.5px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-border-radius:10px;border-radius:10px}::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:#434343;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(200,200,200,.9)}

@media only screen and (max-width: 1400px){body{zoom: 90%;}}
@media only screen and (max-width: 1300px){body{zoom: 80%;}} 
@media only screen and (max-width: 1200px){body{zoom: 70%;}} 
@media only screen and (max-width: 1000px){body{zoom: 100%;}}

/* - - - - - GERAL - - - - - */
::root{font-size: 16px;}

.unidades{display: none;}

.central{
	width: 1200px;
	height: auto;
	position: relative;
    display: block;
    margin: 0 auto;
	box-sizing: border-box;
}

/*fontes*/
body,textarea,input{font-family: 'Montserrat', sans-serif;}
/*fontes*/


.unidades{display: none;}

/* - - popup - - */
#popup2{
    z-index: 1001;
    width: 1025px;
    height: 110px;
    background-color: #D63900;
    position: fixed;
    left: 50%;
    bottom: 30px;
    margin-left: -512.5px;
    box-sizing: border-box;
    padding: 12px 16px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#popup2 > *:not(img){position: relative; box-sizing: border-box; margin: 0 auto 0 0;}
#popup2 > *:not(img):nth-child(2){margin: 0 auto 0 0;}
#popup2 > *:not(img):last-child{margin: 0 auto 0 0;}

#popup2 .titulo{text-align: left; font-size: 16px; text-transform: uppercase; color: #fff; width: 90%; margin-bottom: 10px;}
#popup2 .descricao{font-size: 14px; width: 90%; line-height: 20px; color: #ececec; text-align: left;}
#popup2 .descricao a{transition: 0.3s; text-decoration: underline; font-weight: bold; color: #fff;}
#popup2 .descricao a:hover{color: #28999A;}

#popup2 .link{
	background-color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #D63900;
	height: 40px;
	line-height: 40px;
	padding: 0 12.5px;
	transition: 0.3s;
}
#popup2 .link:hover{background-color: #000; color: #fff;}
/* - - popup - - */


/* - - whats_fixed - - */
#whats_fixed{width: 60px; height: 60px; position: fixed; right: 30px; bottom: 30px; object-fit: cover; z-index: 500; transition: 0.3s;}
#whats_fixed:hover{transform: scale(1.1);}
#whats_fixed img{width: 100%; height: 100%; position: relative;}

#whats_fixed::after,
#whats_fixed::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
#whats_fixed::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}
/* - - whats_fixed - - */


/*owl-carousel*/

/*owl-nav*/
.owl-nav{width: 100%; height: 0; position: absolute;}
.owl-nav .owl-next,.owl-nav .owl-prev{position: absolute; overflow: hidden; text-indent: -999999px; background-size: 100%; background-position: center center; background-repeat: no-repeat;}
.owl-nav .owl-next{right: 0;}
.owl-nav .owl-prev{left: 0;}
/*owl-nav*/

/*owl-dots*/
.owl-dots{position: absolute; width: 100%; text-align: center;} 
.owl-dot{display: inline-block; position: relative; width: 10px; height: 10px; margin: 0 7.5px; background-color: #2B2B2B; cursor: pointer; border-radius: 15px;}
.owl-dot.active{background-color: #D63900;}
/*owl-dots*/

/*owl-carousel*/

/* - - - mensagem - - - */

/*geral*/
.mensagem{width: 100%; min-height: 375px; height: auto; position: relative;}

.mensagem .central{min-height: 375px; height: auto; box-sizing: border-box; padding: 135px 150px 35px; text-align: center; color: #fff;}

.mensagem .imagem{height: auto; position: relative; margin-bottom: 15px;}
.mensagem .way{width: 100%; height: auto; position: relative; color: #fff; text-transform: uppercase;}
.mensagem .way li{position: relative; display: inline-block; vertical-align: top; padding-right: 10px;}
.mensagem .way li:last-of-type{padding: 0;}
.mensagem .way li:after{content: "/"; position: absolute; right: 0; top: 0;}
.mensagem .way li:last-of-type:after{content: "";}
.mensagem .way li a{color: #fff; transition: 0.3s;}
.mensagem .way li a span{}
.mensagem .way .current{font-size: 35px; font-weight: 500; text-transform: uppercase; position: relative; display: block;}
.mensagem .way .current a{}
.mensagem .way li a:hover{color: #434343;}
.mensagem .titulo{font-size: 35px; font-weight: 500; text-transform: uppercase; position: relative; display: block;}
.mensagem .descricao{font-size: 20px; font-weight: 200; margin-top: 15px;}
.mensagem .busca_enviada{
    width: 350px; 
    height: 45px;
    line-height: 45px;
    margin: 25px auto 0; 
    position: relative; 
    background-color: rgba(255,255,255,0.3); 
    border-width: 1px; 
    border-style: solid;
    overflow: hidden;
    border-radius: 25px;
    box-sizing: border-box;
    padding-right: 40px;
}
.mensagem .busca_enviada input,.mensagem .busca_enviada button{box-sizing: border-box; transition: 0.3s; border: none; background: none;}
.mensagem .busca_enviada input{
    width: 100%; 
    height: 45px; 
    line-height: 45px; 
    position: relative; 
    padding: 0 12.5px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
}
.mensagem .busca_enviada input::placeholder{color: #fff; opacity: 1;}
.mensagem .busca_enviada input:-ms-input-placeholder{ color: #fff;}
.mensagem .busca_enviada input::-ms-input-placeholder {color: #fff;}
.mensagem .busca_enviada button{
    border-color: #fff; 
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: url("../../imagens/padrao/icon-search-enviada.png") center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.mensagem .busca_enviada button:hover{top: 3px;}
.mensagem .link_out{
    display: block;
	width: 175px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: none;
	border: 1px #fff solid;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
	text-align: center;
	margin: 20px auto 0;
}
.mensagem .link_out:hover{background: #fff;}
/*geral*/

/*enviada*/
#enviada{background-color: #DBAE80;}
#enviada .imagem{width: 150px;}
#enviada .link_out:hover{color: #DBAE80;}
/*enviada*/

/*pagenotfound*/
#pagenotfound{background-color: #DBAE80;}
#pagenotfound .imagem{width: 175px;}
#pagenotfound .link_out:hover{color: #DBAE80;}
/*pagenotfound*/

/*productnotfound*/
#productnotfound{background-color: #DBAE80;}
#productnotfound .imagem{width: 200px;}
#productnotfound .busca_enviada{border-color: #DBAE80;}
#productnotfound .link_out:hover{color: #DBAE80;}
/*productnotfound*/

/* - - - mensagem - - - */


/* - - - - DISPLAY - - - - */
.display{position: relative; box-sizing: border-box; margin: 100px auto;}
.display .central{box-sizing: border-box;}

.display.central,.display .central{display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.display.central > *,.display .central > *{position: relative; box-sizing: border-box; transition: 0.3s; margin: 0;}

/* - */
.display.alt{margin: 70px auto; padding: 70px 0;}

.between.display.central,.between.display .central{justify-content: space-between;}
.around.display.central,.around.display .central{justify-content: space-around;}
/* - */

/* - - - PREDIO - - - */
.display .predio{margin: 0 5px 25px;}
/* - - - PREDIO - - - */

/* - - - - DISPLAY - - - - */


/* - - - - BLOCK - - - - */

/* - - - PADRAO - - - */
.block{width: 100%; position: relative; height: auto; display: flex; flex-wrap: wrap; justify-content: flex-start; box-sizing: border-box;}
.block > *{position: relative; box-sizing: border-box; font-size: 16px; margin: 0;}

.block .titulo{margin-bottom: 5px; color: #707070; font-size: 16px; width: 100%;}

.block .link{width: auto; height: 18px; color: #707070; transition: 0.3s; margin-right: 10px; font-size: 12px;}
.block .link.normal{width: 100%; height: auto; margin-right: 0;}
/* - - auto - - */
.block .link.auto{height: auto;}
/* - - auto - - */
.block .link:last-child{margin-right: 0;}
.block .link span{font-size: 12px;}
.block .link span.color{color: #DBAE80; margin-right: 7.5px;}
.block .link img{
	width: auto;
	height: 100%;
	position: relative;
	display: inline-block;
	margin-right: 2.5px;
	transition: 0.2s;
	filter: invert(70%) sepia(37%) saturate(375%) hue-rotate(349deg) brightness(98%) contrast(87%);
}
/* - - - PADRAO - - - */

/* - - white - - */
.block.white .titulo,.block.white .link{color: #fff;}
/* - - white - - */ 

/* - - gray - - */
.block.gray .titulo,.block.gray .link{color: #6A6A6A;}
/* - - gray - - */

/* - - small - - */
.block.small .link{height: 14px;}
/* - - small - - */

/* - - big - - */
.block.big .titulo{font-size: 18px}
.block.big .link{height: 25px; font-size: 20px;}
.block.big .link span{font-size: 16px;}
/* - - big - - */

/* - - - - BLOCK - - - - */


/* - - - - BLOCO - - - - */

/* - - - PADRAO - - - */
.bloco{width: 100%; height: auto; position: relative; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; flex-direction: column;}
.bloco > *{width: 100%; height: auto; position: relative; text-align: left; box-sizing: border-box; margin: 0 0 20px; transition: 0.3s;}
.bloco > *:last-child{margin: 0 0;}

/* - - title - - */
.bloco .title{color: #000000; font-weight: 400; font-size: 35px; font-family: 'galano_grotesqueregular';}
.bloco .title span{display: block;}

.bloco .title.small,.bloco .title span.small{font-size: 25px;}
.bloco .title.medium,.bloco .title span.medium{font-size: 30px;}
.bloco .title.padrao,.bloco .title span.padrao{font-size: 35px;}
.bloco .title.large,.bloco .title span.large{font-size: 40px;}
.bloco .title.big,.bloco .title span.big{font-size: 55px;}

.bloco .title.bottom{margin-bottom: 0;}

.bloco .title.color,.bloco .title span.color{color: #D63900;}
.bloco .title.gray,.bloco .title span.gray{color: #5F574B;}
.bloco .title.white,.bloco .title span.white{color: #fff;}

.bloco .title.bold,.bloco .title span.bold{font-weight: bold;}
.bloco .title.light,.bloco .title span.light{font-weight: 400;}
.bloco .title.italic,.bloco .title span.italic{font-style: italic;}
.bloco .title.spacing,.bloco .title span.spacing{letter-spacing: 1.5px;}
.bloco .title.normal,.title span.normal{letter-spacing: normal;}
.bloco .title.uppercase,.bloco .title span.uppercase{text-transform: uppercase;}
/* - - title - - */

/* - - description - - */
.bloco .description{width: 100%; color: #707070; font-size: 18px; font-weight: 400; max-width: 775px;}

.bloco .description.color,.bloco .description span.color{color: #D63900;}
.bloco .description.white,.bloco .description span.white{color: #fff;}

.bloco .description.big,.bloco .description span.big{font-size: 20px;}
.bloco .description.medium,.bloco .description span.medium{font-size: 16px;}
.bloco .description.small,.bloco .description span.small{font-size: 14px;}

.bloco .description.page{width: 900px;}
/* - - description - - */

/* - - linkout - - */
.bloco .linkout{
	font-family: 'galano_grotesqueregular';
	text-align: center;
	text-transform: uppercase;
	width: auto;
	height: 45px; 
	line-height: 45px; 
	padding: 0 15px; 
	color: #000;
	background: #fff;
	border: 1px #000 solid;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.bloco .linkout img{
	width: 20px; 
	height: auto; 
	position: relative; 
	vertical-align: middle;
	filter: invert(1);
	margin-right: 7.5px;
	transition: 0.2s;
}

/* - big - */
.bloco .linkout.big{font-size: 22px; height: 55px; line-height: 55px;}
.bloco .linkout.big img{width: 25px;}
/* - big - */

/* - small - */
.bloco .linkout.small{font-size: 14px; height: 35px; line-height: 35px;}
.bloco .linkout.small img{width: 16px;}
/* - small - */

/* - color - */
.bloco .linkout.color{color: #D63900; border-color: #D63900;}
.bloco .linkout.color img{filter: invert(26%) sepia(94%) saturate(3738%) hue-rotate(16deg) brightness(94%) contrast(105%);}

.bloco .linkout.color:hover{border-color: #5F574B; color: #5F574B;} 
.bloco .linkout.color:hover > img{filter: invert(31%) sepia(22%) saturate(290%) hue-rotate(357deg) brightness(103%) contrast(93%);}
/* - color - */

/* - gray - */
.bloco .linkout.gray{color: #5F574B; border-color: #5F574B;}
.bloco .linkout.gray img{filter: invert(31%) sepia(22%) saturate(290%) hue-rotate(357deg) brightness(103%) contrast(93%);}

.bloco .linkout.gray:hover{color: #D63900; border-color: #D63900;}
.bloco .linkout.gray:hover > img{filter: invert(26%) sepia(94%) saturate(3738%) hue-rotate(16deg) brightness(94%) contrast(105%);}
/* - gray - */

/* - white - */
.bloco .linkout.white{color: #fff; border-color: #fff; background: none;}
.bloco .linkout.white img{filter: invert(1);}

.bloco .linkout.white:hover{color: #5F574B; border-color: #5F574B;}
.bloco .linkout.white:hover > img{filter: invert(31%) sepia(22%) saturate(290%) hue-rotate(357deg) brightness(103%) contrast(93%);}
/* - white - */

/* - normal - */
.bloco .linkout.normal{height: auto; background: none; border: none; padding: 0; line-height: normal;}
.bloco .linkout.normal:after{display: none;} 
/* - normal - */

/* - whats - */
.bloco .linkout.whats{background-color: #25D366;}
.bloco .linkout.whats:hover{background-color: #9E5B59;}
/* - whats - */

/* - - linkout - - */

/* - - - PADRAO - - - */

/* - - - MAIN - - - */
.main{margin: 0 0 70px !important;}
/* - - - MAIN - - - */

/* - - - CENTER - - - */
.bloco.center{justify-content: center; align-items: center;}
.bloco.center > *{text-align: center;}
.bloco.center .title:after{margin-left: auto;}
/* - - - CENTER - - - */

/* - - - INLINE - - - */
.bloco.inline{flex-direction: row; justify-content: space-between;}
.bloco.inline > *{text-align: left; margin: 0;}

.bloco.inline .title{width: 100%; margin-bottom: 10px;}
.bloco.inline .description{width: 585px;}
.bloco.inline .linkout{position: absolute; right: 0; top: 50%; margin-top: -22.5px;}
/* - - - INLINE - - - */

/* - - - - BLOCO - - - - */


/* - - - - PREDIO - - - - */
.predio{width: 290px; height: 490px; position: relative; box-sizing: border-box; transition: 0.3s;}
.predio > *{position: relative; box-sizing: border-box; transition: 0.3s;}

/* - - - IMG - - - */
.predio img{width: 100%; height: 100%; object-fit: cover; z-index: 1;}
/* - - - IMG - - - */

/* - - - TEXTO - - - */
.predio .texto{
	width: 100%;
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	position: absolute;
	padding: 0 20px 40px;
	z-index: 2; 
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.predio .texto > *{color: #FFFFFF; width: 100%; position: relative; display: block; box-sizing: border-box;}
.predio .texto .nome{font-size: 20px; font-weight: bold; letter-spacing: -0.5px; margin-bottom: 20px;}
.predio .texto .link{font-size: 10px;}
.predio .texto .link img{width: 10px; height: auto; position: relative; display: inline-block; vertical-align: middle; margin-left: 7.5px; filter: invert(1);}
/* - - - TEXTO - - - */

/* - - - - PREDIO - - - - */

/* - - - - - GERAL - - - - - */
