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

/*----------------------------------------------------------------- HEADER*/
header{
	width: 100%;
	position: relative;
    height: 125px;
    border-top: 15px solid #0C83AF;
}
#logo {
  position: absolute;
  background: url("../../imagens/acusterm.png") no-repeat center center;
  text-indent: -99999px;
  overflow: hidden;
  width: 250px !important;
  height: 67px !important;
  left: 0;
  margin-top: 30px;
  transition: 0.3s;
  z-index: 4;
  background-size: contain;
}

header nav{
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: 50px;
}
header nav #logo{display: none;}
header nav a{
    color: #666;
    margin-right: 40px;
    font-weight: 600;
}
header nav a.orcamentos{
    background-color: #00669C;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
header nav a.orcamentos img{
    filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(109deg) brightness(110%) contrast(100%);
    width: 20px;
    margin-right: 10px;
}
/*----------------------------------------------------------------- HEADER*/


/*----------------------------------------------------------------- FOOTER*/
/* - - - - - FOOTER - - - - - */
footer{width: 100%; height: auto; position: relative; display: block; box-sizing: border-box; background-color: #222222;}
footer .central{height: auto; display: flex; flex-wrap: wrap; justify-content: center;}

footer:before,footer:after{content: ""; display: block; position: absolute; box-sizing: border-box; left: 0; width: 100%; z-index: 1;}
footer:before{height: 165px; background: url("../../imagens/bg-info-footer.png") top center no-repeat; bottom: 230px;}
footer:after{height: 45px; background-color: #00669c; bottom: 0;}


/* - - - Footer - content_footer - - - */
footer .content_footer{display: flex; flex-wrap: wrap; align-content: space-around; width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 75px 0 50px 0;}

/* - content_footer - li - */
footer .content_footer li{width: calc((100% - 210px) / 3); height: auto; position: relative; box-sizing: border-box; padding-right: 25px; border-right: 1px #3C3C3C solid;font-style: normal;}
footer .content_footer li:last-child{padding-right: 0; border-right: 0;}
footer .content_footer li > *:not(.title_footer){font-size: 14px; color: #fff; display: block; margin: 0 auto; height: auto; position: relative; transition: 0.3s;text-transform: uppercase;}
footer .content_footer li > *:last-child{margin: 0 auto !important;}

/* logo */
footer .content_footer li .logo{width: 150px; margin: 0 auto 20px 0;}
footer .content_footer li .logo img{width: 100%; height: auto; position: relative; display: block; object-fit: cover;}
/* logo */

/* title_footer */
footer .content_footer li .title_footer{
	width: 100%; 
	height: auto; 
	position: relative; 
	box-sizing: border-box;
	display: block; 
	color: #3C3C3C;
	text-transform: uppercase;
	font-size: 16px; 
	font-weight: 700; 
	padding: 0 0 10px;
	margin: 0 auto 15px;
}
footer .content_footer li .title_footer:before,footer .content_footer li .title_footer:after{content: ""; display: block; position: absolute; bottom: 0;}

footer .content_footer li:nth-child(2) .title_footer:nth-child(3){margin-top: 15px;}

footer .content_footer li .title_footer:before{width: 100%; height: 1px; left: 0; background-color: #3C3C3C;}
footer .content_footer li .title_footer:after{width: 45px; height: 3px; left: 0; background-color: #3C3C3C;}
/* title_footer */

/* footer - block */
footer .content_footer li .block{width: 100%; position: relative; margin-bottom: 20px; display: flex !important;}

.bar{
	width: 100%;
	height: 10px;
	background-color: #00669c;
}

footer .content_footer li .block .link{margin-bottom: 10px;}
/* header - block */

footer .content_footer li .descricao{font-size: 13px; font-weight: 400; margin-bottom: 20px;}

footer .content_footer li .info{}
footer .content_footer li .info b{display: block;}

footer .content_footer li .item{margin-bottom: 5px;}
footer .content_footer li .item span{color: #707070; display: block;}
footer .content_footer li .item:hover{color: #00669c;}

footer .content_footer li .mapa{width: 100%; margin-right: 0;}
/* - content_footer - li - */

/* - - - Footer - content_footer - - - */


/* - - - Footer - info_footer - - - */
footer .info_footer{
	width: 100%;
	height: 165px;
	position: relative; 
	box-sizing: border-box; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-around;
	align-items: center;
	z-index: 2;
}

/* - - li - - */
footer .info_footer li{width: auto; height: 50px; position: relative; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
footer .info_footer li > *{position: relative; box-sizing: border-box;}
footer .info_footer li > *:last-child{margin-right: 0;}

footer .info_footer li img{height: 100%; width: auto; filter: brightness(0) invert(1); margin-right: 10px;}
footer .info_footer li p{color: #fff; font-size: 16px;}
footer .info_footer li .titulo{margin-right: 15px;}
footer .info_footer li .titulo b{display: block; font-weight: 900; font-size: 20px; color: #00669c;}
/* - - li - - */

/* - - - Footer - info_footer - - - */

/* - - - Footer - block.redes_footer - - - */
footer .redes_footer{width: 100%; height: 185px; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; text-align: center; margin: 0;}

footer .redes_footer .titulo{width: 100%; font-size: 20px; margin-bottom: 20px; height: auto; color: #00669c;}

footer .redes_footer a{height: 35px; margin: 0 10px}
footer .redes_footer img{
    width: auto;
	height: 100%;
	position: relative;
	display: inline-block;
	transition: 0.2s;
	filter: invert(20%) sepia(93%) saturate(2423%) hue-rotate(183deg) brightness(94%) contrast(102%);
}
footer .redes_footer img:hover{
   filter: invert(20%) sepia(93%) saturate(2423%) hue-rotate(183deg) brightness(94%) contrast(102%);
}
/* - - - Footer - block.redes_footer - - - */

/* - - Footer - assinatura - - */
footer .assinatura{width: 100%; height: 45px; position: relative; display: block; z-index: 2;}
footer .assinatura > *{position: absolute; height: 45px; line-height: 45px;}
footer .logo_class{background: url(../../imagens/class-logo.png) center center no-repeat; text-indent: -999999px; overflow: hidden; width: 80px; left: 0;}
footer .direitos{right: 0; width: auto; font-size: 14px; color: #fff; font-weight: 500; letter-spacing: 0.5px;}
/* - - Footer - assinatura - - */

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