.itens_mobile{display:block !important;}
.itens_main{display:none !important;}

::-webkit-scrollbar {width: 5px; height: 5px;}

/* - - - - - GERAL - - - - - */
.central{position: relative; width: 100%; left: 0; margin-left: 0;}

/*menu_aberto*/
#nav.menu_aberto{height: 100%; padding: 0 5% 45px; overflow: auto;}
#sub1.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub2.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub3.menu_aberto{height: 25%; padding: 0 5% 45px;}
#sub4.menu_aberto{height: 25%; padding: 0 5% 45px;}
/*menu_aberto*/

/*menu_fechado*/
#nav.menu_fechado{height: 0; padding: 0; overflow: hidden;}
#sub1.menu_fechado{height: 0; padding: 0;}
#sub2.menu_fechado{height: 0; padding: 0;}
#sub3.menu_fechado{height: 0; padding: 0;}
#sub4.menu_fechado{height: 0; padding: 0;}
/*menu_fechado*/

/* - - - mensagem - - - */

/*geral*/
.mensagem{height: auto;}

.mensagem .central{height: auto; padding: 25px 5%;}

.mensagem .imagem{width: 100px;}
.mensagem .way li a{color: #fff; transition: 0.3s;}
.mensagem .way li a span{}
.mensagem .way .current{font-size: 20px;}
.mensagem .way li a:hover{color: #000;}
.mensagem .titulo{font-size: 20px;}
.mensagem .descricao{font-size: 15px;}
.mensagem .busca_enviada{
    width: 250px; 
    margin: 15px auto 0; 
}
.mensagem .busca_enviada input{font-size: 14px;}
.mensagem .link_out{
	width: 125px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
/*geral*/

/* - - - mensagem - - - */


/* - - - - FORM - - - - */

/* - - - padrao - - - */
.form{}
.form > *{}
.form > *:not(button){font-size: 14px;}

.form > * p{font-size: 14px;}

.form > * label{top: 12px;}

.form > *:not(:is(button,#aceitar)){max-height: 120px;}
.form > *:not(:is(button,#aceitar)).inline{width: 100%;}

.form input,.form select{height: 40px; line-height: 40px; padding: 0 7.5px;}

.form textarea{height: 120px; padding: 7.5px; margin-bottom: 10px;}

.form #aceitar{width: 160px;}
/* - - - padrao - - - */

/* - - - - FORM - - - - */


/* - - - - FORMULARIO - - - - */

/* - - - PADRAO - - - */
.formulario{width: 100%; padding: 10px;}
.formulario > *{margin: 0 auto 10px;}

.formulario .titulo{font-size: 18px; line-height: normal; margin-bottom: 20px;}
.formulario .titulo span{font-size: 22px;}
.formulario .descricao{line-height: normal;}
/* - - - PADRAO - - - */

/* - - - BIG - - - */
.formulario.big{width: 100%; margin: 0 auto 35px; box-sizing: border-box;}

.formulario.big .form > *:not(:is(button,#aceitar)){max-height: 180px;}
.formulario.big .form textarea{height: 180px;}
/* - - - BIG - - - */

/* - - - ALT - - - */
.formulario.alt{position: relative; top: auto;}
/* - - - ALT - - - */

/* - - - - FORMULARIO - - - - */

/* - - - - WHATS - - - - */
.whats{
    width: 230px; 
    height: 60px; 
    margin: -40px auto 20px; 
}
.whats > *{margin: 0 7.5px;}
.whats img{height: 30px !important;}
.whats p{font-size: 22px; line-height: 18px;}
.whats p span{font-size: 18px; letter-spacing: 0.5px;}
/* - - - - WHATS - - - - */

/* - - - - WAY - - - - */
.way{font-size: 12px;}
.way li{padding: 0 10px 0 0;}
/* - - - - WAY - - - - */

/* - - popup - - */
#popup2{
    z-index: 3;
    width: 90%;
    height: auto;
    position: fixed;
    left: 5%;
    bottom: 65px;
    margin-left: auto;
    box-sizing: border-box;
    padding: 10px;
    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 15px;}
#popup2 > *:not(img):last-child{margin: 0 auto;}

#popup2 .titulo{text-align: center; font-size: 14px; text-transform: uppercase; color: #fff; width: 100%; margin-bottom: 10px;}
#popup2 .descricao{font-size: 11px; line-height: normal; color: #ececec; text-align: center; width: 100%;}
#popup2 .descricao a{transition: 0.3s; text-decoration: underline; font-weight: bold; color: #fff; display: block;}
#popup2 .descricao a:hover{color: #D8D8D8;}

#popup2 .link{
	background-color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	transition: 0.3s;
}
#popup2 .link:hover{}
/* - - popup - - */

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


/* - - - - - TEMPLATE - - - - - */
.bread{height: 330px;}

.bread_contato div{top: 40px !important;}
.bread_contato p{font-size: 16px !important;}
/* - - - - HEADER - - - - */

/* - - - NAV - - - */
header nav{
	width: 100%;
	height: auto;
	line-height: normal;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: #C9974F;
	border: none;
	transition: 0.3s;
	margin: auto!important;
	position: fixed!important;
	border-top: none;
	padding-top: 0;
	justify-content: center;
	overflow: scroll;
	flex-direction: column;
	bottom: 0;
	top: auto;
	text-align: center; 
	left: 0;
	right: auto!important;
	display: flex!important;
	z-index: 5;
	align-content: center;
}

header nav > *{
	margin: 0 auto; 
	height: auto;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #fff!important; 
	padding: 25px 0; 
	border: none;
	border-top: 1px solid #DAA362; 
	border-bottom: 1px solid #DAA362;
}
header nav > * a{color: #fff; padding-bottom: 0;}
header nav > *:first-child{padding-top: 0; border-top: none;}
header nav > *:nth-last-child(-n+2){ border-bottom: none;}
/*--header nav > *:last-child{
	height: auto; 
	font-size: 18px;
	border: none;
	line-height: normal; 
	padding: 10px 10px; 
	border-radius: 15px;
	margin-top: 25px;
	background-color: #000;
} */


header nav > * img{filter: invert(1); width: 30px; height: auto; position: relative; display: inline-block; vertical-align: middle; margin-right: 5px;}
header nav > *:hover > img{filter: invert(91%) sepia(23%) saturate(783%) hue-rotate(346deg) brightness(88%) contrast(90%);}

header nav > * .box{display: block; position: relative; width: 100%; top: auto; left: auto; padding: 0; background: none; text-align: center; margin: 20px auto 0;}
header nav > * .box a{
	width: 100%; 
	display: block; 
	position: relative; 
	color: #7BBDFF;
	padding: 0;
	margin-bottom: 7.5px;
	border: none;
}
header nav > * .box a:first-child{padding-top: 0; border-top: none;}
header nav > * .box a:last-child{padding-bottom: 0; border-bottom: none; margin-bottom: 0;}

header nav a:nth-of-type(2){border-top: none;}

#medium_header nav{top: auto;}

#medium_header nav a{
	margin-right: auto;
	width: 250px;
	font-size: 14px!important;
}

/* - - - barra_mobile - - - */
#barra_mobile{
    width: 100%;
	height: 45px; 
	position: fixed;
	display: block;
	bottom: 0;
	text-align: center;
	z-index: 5;
    background-color: #E6AF5D;
}

#barra_mobile > *{
    display: inline-block; 
    vertical-align: top;
	position: relative;
    box-sizing: border-box; 
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(100% / 4); 
    height: 45px;
}
#barra_mobile #menu_mobile{background-color: #C9974F;}

#barra_mobile #menu_mobile span{top: 50%; left: 50%; width: 22px; position: absolute; transition: all .3s ease-in-out;}
#barra_mobile #menu_mobile span:before,#barra_mobile #menu_mobile span:after{content: ""; width: 100%; display: block; position: absolute; left: 0; transition: all .3s ease-in-out;}

#barra_mobile #menu_mobile.open span{height: 20px; margin: -2px 0 0 -11px;}
#barra_mobile #menu_mobile.open span:before,#barra_mobile #menu_mobile.open span:after{background-color: #fff; width: 100%; height: 3px;}
#barra_mobile #menu_mobile.open span:before{top: -4px; transform: translateY(200%) rotate(-45deg);}
#barra_mobile #menu_mobile.open span:after{top: -4px; transform: translateY(200%) rotate(45deg);}

#barra_mobile #menu_mobile.closed span{margin: -1.5px 0 0 -11px;}
#barra_mobile #menu_mobile.closed span,#barra_mobile #menu_mobile.closed span:before,#barra_mobile #menu_mobile.closed span:after{    
	background-color: #fff;
    border-radius: 10px;
    height: 3px;	
}
#barra_mobile #menu_mobile.closed span:before{top: -9px;}
#barra_mobile #menu_mobile.closed span:after{bottom: -9px;}

#barra_mobile > *:after{content: ""; display: block; position: absolute; right: 0; top: 50%; margin-top: -10px; width: 1px; height: 20px; background-color: #fff;}	
#barra_mobile > *:nth-last-child(-n+2):after{content: none;}	
#barra_mobile > * img{height: 25px; width: auto; margin: 10px 0; filter: brightness(0) invert(1);}	
/* - - - barra_mobile - - - */

/* - - - unidades - - - */
.unidades{
    width: 100vw; 
    position: fixed; 
    bottom: 0;
    display: flex !important;
    flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	left: 0;
    overflow: hidden;
    box-sizing: border-box; 
    background-color: #707070; 
    transition: 0.3s;
    text-align: center;
    z-index: 3;
}
.unidades > *{margin: 0;}
.unidades .titulo{color: #000; font-size: 16px; text-transform: uppercase; font-weight: bold; width: 100%;}
.unidades a{color: #fff; font-size: 16px; text-transform: uppercase; font-weight: bold; border-radius: 10px; width: 135px; height: 35px; line-height: 35px; position: relative; margin: 0 0 5px; background-color: #000;}

.unidades#sub1{width: 16.6%; flex-direction: column; background: #000;}
.unidades#sub1 a{width: 35px; height: 35px; box-sizing: border-box; padding: 12.5%; border-radius: 30px; background-color: #707070;}
.unidades#sub1 a img{width: auto; height: 100%; filter: brightness(0) invert(1);}
/* - - - unidades - - - */

/* - - - - HEADER - - - - */
#top_header{display: none;}

#logo{
	margin: auto auto auto -130px;
	background-size: contain;
	width: 255px;
	padding-top: 40px;
}

#logo_nav{
	display: block;
	width: 160px;
	object-fit: contain;
	border-bottom: none;
}

/* - - - - Header - - - - */


/* - - - - FOOTER - - - - */
footer{margin-bottom: 40px;}


#top_footer p{
	width: 90%;
	font-size: 19px;
}

#top_footer p:nth-of-type(2){
	left: auto;
	margin: auto;
	margin-top: 115px;
	width: 100%
}

#top_footer nav{display: none;}

#top_footer #logo_footer{text-align: center;margin: auto;}

#medium_footer{height: auto;}

#medium_footer section ul{display: block;padding: 45px 0px;}

#medium_footer section ul li{
	width: 95%;
	text-align: center;
	margin-bottom: 45px;
}

#medium_footer section ul li hr{margin-left: auto;}

#bottom_footer p{
	font-size: 10px;
	margin-right: 5px;
}

#logo_class{margin-left: 5px;}

/* - - - - FOOTER - - - - */

/* - - - - BANNER - - - - */
#banner, #banner li, #banner a{height: 400px;}
#banner a img{
    width: 1000px;
    height: 400px;
    left: 50%;
    margin-left: -500px;
}
/* - - - - BANNER - - - - */

/* - - - - INDEX - - - - */
.sobre{
	display: block;
	height: auto;
	margin: 50px auto;
}

.sobre_texto, .sobre_img{width: 100%;}

.sobre_texto h2{
	text-align: center;
	font-size: 30px;
}

.sobre_texto h2 b{font-size: 21px;}

.sobre_texto h2 span{padding-left: 0px !important;}

.sobre_texto h2::before{display: none;}

.sobre_texto p{
	width: 95%;
	margin: 30px auto;
	height: auto;
	text-align: justify;
}

.sobre_img{
	margin-top: 35px;
	width: 85%!important;
}

.conheca{
	width: 60%;
	margin-left: auto;
}

.tipos{
	height: auto;
	background-repeat: repeat-y;	
}

.tipos section{
	height: auto;
	padding: 35px 0px;
}

.tipos section h3{
	text-align: center;
	font-size:24px; 
}

.tipos section h3 span{padding-left: 0px;}

.tipos section h3 b{font-size: 27px;}

.tipos section h3::before{display: none;}

.tipos section a{
	position: relative;
	top: auto;
	right: auto;
}

.tipos ul li{width: 48%;}

.clientes h4{font-size: 24px;}

.clientes h4 b{font-size: 25px;}

.clientes p{text-align: center; font-size: 16px; line-height: normal; margin: 0 auto 25px; box-sizing: border-box; padding: 0 5%;}


.bread_materials{height: auto; box-sizing: border-box; padding: 0 5%;}
.bread_materials div{top: 45px;}

.tipos ul.materiais_alt{align-content: center; margin-top: 80px !important;}
.tipos ul.materiais_alt li{width: 90%; height: auto; text-align: center; margin: 0 5% 25px;}
.tipos ul.materiais_alt li > *{margin: 0 auto 15px;}
.tipos ul.materiais_alt li img{height: 280px;}
.tipos ul.materiais_alt li h2{font-size: 18px;}
.tipos ul.materiais_alt li p{font-size: 14px;}


.text_materiais2{
	padding: 250px 0 75px;
	margin: -200px 0 0;
}
.text_materiais2:after{height: 185px; margin-top: 65px;}

.text_materiais2 p{width: 100%; padding: 85px 5% 0; font-size: 14px; line-height: normal;}


.tipos.atelie{padding-bottom: 50px;}
.box_atelie{width: 90%; border-radius: 10px; padding: 15px; margin: 0 5%;}
.box_atelie > *{margin: 0 auto 20px;}

.box_atelie p{font-size: 16px; line-height: normal;}


.projetos {
    margin: 100px auto 0;
    padding-bottom: 80px;
	padding: 0 5% 50px;
	box-sizing: border-box;
  }

  .projeto-item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
  }

  .projeto-item:nth-child(even) {
    flex-direction: column;
  }

  /* DESTAQUE */
  .projeto-destaque {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
  }

  .projeto-destaque img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .projeto-destaque .projeto-titulo {
    font-size: 22px;
    letter-spacing: 4px;
    bottom: 16px;
  }

  /* GALERIA */
  .projeto-galeria {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .projeto-galeria img {
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .projeto-galeria img:nth-child(3) {
    width: 100%;
  }


/* - - - - INDEX - - - - */


/* - - - - Sobre - - - - */
#diferenciais{
	height: auto;
	background-repeat: repeat-y;
}

#diferenciais h3{padding-top: 35px;}

#diferenciais h3 b{font-size: 24px;}

#diferenciais ul{
	flex-wrap: wrap;
	padding-bottom: 35px;
}

#diferenciais ul li{
	width: 85%;
	margin-bottom: 35px;
}

#pagina_sobre .sobre_texto h2{font-size: 22px;}

#escolher ul{flex-wrap: wrap;}

#escolher ul li{
	width: 95%;
	margin-bottom: 35px;

}

#clientes_sobre h4{text-align: center;}

#clientes_sobre h4 span{
	position: relative;
	margin-left: auto;
}

#clientes_sobre h4 span::before{display: none;}

.clientes ul li{
	width: 23%;
}

/* - - - - Sobre - - - - */

/*fale-conosco--------------------------------------------*/
#contatos{
	margin: 30px 0 30px 0;
	width: auto;
	height: auto;
	display: block;
}

#dados {
	margin: 0px;
	text-align: center;
	width: auto!important;
}
/*fale-conosco--------------------------------------------*/

/*Arquitetos--------------------------------------------*/
#arquitetos_bg{
	height: auto;
	background-size: 4500px;
}

#arquitetos_bg section{
	width: 95%;
	position: relative;
	left: auto;
	margin: auto;
}

#arquitetos_img{
	width: 90%;
	right: auto;
	margin: 35px auto auto;
	padding-bottom: 75px;
}

#arquitetos_bg section a{margin-left: auto;}