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

/*----------------------------------------------------------------- HEADER*/
header{
    width: 100%;
    position: fixed;
    height: 100px;
    background: #000;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 500;
}
#logo {
  position: absolute;
  background: url("../../imagens/sinhoteis.png") no-repeat center center;
  text-indent: -99999px;
  overflow: hidden;
  width: 115px !important;
  height: 72px !important;
  left: 0;
  margin-top: 14px;
  transition: 0.3s;
  z-index: 4;
  background-size: contain;
}

header nav{
    position: absolute;
    left: 50%;
    margin-left: -435px;
    margin-top: 50px;
    font-size: 12px;
    font-weight: 300;
}
header nav #logo{display: none;}
header nav a{
    color: #fff;
    margin-right: 25px;
    font-weight: 600;
}
header nav a:hover{
	color:#D4211E;
}
header nav a.orcamentos{
    border:1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
	cursor: pointer;
	margin-right: 0;
}
header nav a.orcamentos img{
    width: 20px;
    margin-right: 10px;
    margin-top: -3px;
}
header nav a.orcamentos:hover{
	border:1px solid #D4211E;
	background-color: #D4211E;
}
/*----------------------------------------------------------------- HEADER*/
#entidades_home{
	height: 375px;
	background: #999;
	background: radial-gradient(circle, rgba(153, 153, 153, 1) 0%, rgba(0, 0, 0, 1) 100%);
	text-align: center;
	padding: 50px 0;
	box-sizing: border-box;

}
#entidades_home h3{
	font-size: 30px;
	letter-spacing: 5px;
}
#entidades_home ul{
	margin-top: 80px;
	display: flex;
	width: 900px;
}
#entidades_home ul li img{
	width: 200px;
	height: 120px;
	object-fit: contain;
}
/*----------------------------------------------------------------- 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: #D4211E; 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: #D4211E;
}

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: #D4211E;}

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: #D4211E;}
/* - - 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: #D4211E;}

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: brightness(0) saturate(100%) invert(25%) sepia(47%) saturate(4393%) hue-rotate(348deg) brightness(85%) contrast(97%);
}
footer .redes_footer img:hover{
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(147deg) brightness(98%) contrast(103%);
}
/* - - - 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 - - - - - */