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

/*----------------------------------------------------------------- HEADER*/
header{
	width: 100%;
	height: 120px;
	position: relative;
	z-index: 2;
	background: rgb(0,0,0);
    background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	box-sizing: border-box;
	padding-top: 25px;
	transition: 0.3s;
}

.fixed{
	position: fixed!important;
	top: 0!important;
}


#logo{
	width: 205px;
	height: 75px;
	position: absolute;
	left: 0;
	background: url("../../imagens/logo.png") no-repeat center center;
	text-indent: -999999999999px;
	overflow: hidden;
}

header nav{
	position: absolute;
	left: 50%;
	margin: 15px;
	margin-left: -280px;
}

header nav a{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 30px;
}

header section{
	position: absolute;
	right: 0;
	margin-top: 15px;
}

header section a{margin-right: 20px;}

header section a:first-of-type img{
	width: 45px;
	height: 25px;
}

header  section a img{
	filter: brightness(0) saturate(100%) invert(90%) sepia(18%) saturate(1071%) hue-rotate(317deg) brightness(98%) contrast(101%);
	width: 16px;
	height: 16px;
}



#logo_nav{display: none;}



/*----------------------------------------------------------------- HEADER*/


/*----------------------------------------------------------------- FOOTER*/
/* - - - - - NEWSLETTER - - - - - */
.newsletter{
	width: 100%; 
	height: 66px; 
	position: relative; 
	box-sizing: border-box;
	border-bottom: 1px #FBCCA2 solid;
	background: #FBCCA2;
	background: -moz-linear-gradient(left, #FBCCA2 0%, #FBCCA2 50%, #100F0F 50%, #100F0F 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #FBCCA2), color-stop(50%, #FBCCA2), color-stop(50%, #100F0F), color-stop(100%, #100F0F));
	background: -webkit-linear-gradient(left, #FBCCA2 0%, #FBCCA2 50%, #100F0F 50%, #100F0F 100%);
	background: -o-linear-gradient(left, #FBCCA2 0%, #FBCCA2 50%, #100F0F 50%, #100F0F 100%);
	background: -ms-linear-gradient(left, #FBCCA2 0%, #FBCCA2 50%, #100F0F 50%, #100F0F 100%);
	background: linear-gradient(to right, #FBCCA2 0%, #FBCCA2 50%, #100F0F 50%, #100F0F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCCA2', endColorstr='#100F0F', GradientType=1 );
}
.newsletter form.central{height: 65px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center;}

.newsletter form.central > *{height: 65px; position: relative; box-sizing: border-box; margin: 0; font-size: 15px; transition: 0.3s;}

.newsletter form.central p{color: #000; font-weight: bold; text-transform: uppercase; line-height: 65px; text-align: center; width: 400px;}
.newsletter form.central p img{
	height: 30px;
	width: auto; 
	position: relative; 
	display: inline-block; 
	vertical-align: middle;
	margin-right: 15px;
}

.newsletter form.central input{background-color: #100F0F; border: none; width: 570px; color: #D5D5D5; font-style: italic; padding: 0 25px;}
.newsletter form.central input::placeholder,.form select::placeholder{color: #CFCFCF; opacity: 1;}
.newsletter form.central input:-ms-input-placeholder,.form select:-ms-input-placeholder{color: #CFCFCF;}
.newsletter form.central input::-ms-input-placeholder,.form select::-ms-input-placeholder{color: #CFCFCF;}


.newsletter form.central button{background-color: #FBCCA2; color: #000; text-transform: uppercase; font-weight: bold; border: none; width: 230px; cursor: pointer;}
.newsletter form.central button:hover{background-color: #5F84A1;}
/* - - - - - NEWSLETTER - - - - - */


/* - - - - - FOOTER - - - - - */
footer{width: 100%; height: auto; position: relative; display: block; box-sizing: border-box; background-color: #000000;}
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: #FBCCA2; 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 #5F84A1 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;}
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: #5F84A1;
	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: #5F84A1;}
footer .content_footer li .title_footer:after{width: 45px; height: 3px; left: 0; background-color: #5F84A1;}
/* title_footer */

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

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

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

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(91%) sepia(6%) saturate(3342%) hue-rotate(318deg) brightness(102%) contrast(97%);
}
footer .redes_footer img:hover{
    filter: invert(1);
}
/* - - - 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;filter: invert(1);}
footer .direitos{right: 0; width: auto; font-size: 14px; color: #000; font-weight: 500; letter-spacing: 0.5px;}
/* - - Footer - assinatura - - */

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

#logo_footer{
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#logo_footer p{
	color: #fff;
	font-size: 37px;
    font-family: "Sacramento", cursive;
	text-align: center;
}


#logo_footer p span{
	font-size: 18px;
}

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