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

/*----------------------------------------------------------------- HEADER*/
header{
	width: 100%;
	height: 100px;
	position: relative;
    background-color: #000;
    z-index: 2;
}

/*header - logo*/
header .logo{width: 215px; top: 15px; left: 25px;}
/*header - logo*/

/*header - nav*/
header .nav{right: 40px; top: 40px;}
/*header - nav*/

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


/*----------------------------------------------------------------- FOOTER*/
footer{
	width: 100%;
	height: 50px;
	position: relative;
    background-color: #333333;
}
footer:before{ background-color: #585858; width: 100%; height: 200px; position: absolute; display: block; left: 0; top: 125px;}
footer .central{height: 50px;}

/*footer - logo*/
footer .logo{width: 215px; top: 25px; left: 0;}
/*footer - logo*/

/*footer - nav*/
footer .nav{right: 0; top: 55px;}
/*footer - nav*/

/*footer - info*/
footer .info{width: 100%; position: absolute; top: 155px; left: 0;}
footer .info:after{content: ""; clear: both; display: block;}

footer .info li{display: block; float: left; position: relative; margin: 0 198px 0 0;}
footer .info li:last-of-type{margin: 0;}
footer .info li p,footer .info li a{position: relative; box-sizing: border-box; transition: 0.3s;}
footer .info li p{display: block; color: #fff;}

footer .info li .titulo{font-size: 25px; padding: 0 0 15px; margin: 0 0 17.5px;}
footer .info li .titulo:after{content: ""; width: 95px; height: 5px; position: absolute; background-color: #FFFFFF; border-radius: 20px; bottom: 0; left: 0;}
footer .info li .descricao{font-size: 16px; line-height: 20px;}
/*footer - info*/

/*footer - iframe*/
footer .iframe{width: 100%; height: 350px; position: absolute; bottom: 85px; left: 0;}
/*footer - iframe*/

/* Footer - assinatura */
footer .assinatura{width: 100%; height: 50px; position: relative; bottom: 0;}

footer .assinatura .logo_class,footer .assinatura .direitos{position: absolute; height: 50px; line-height: 50px; bottom: 0;}

footer .logo_class{background:url(../../imagens/class-logo.png) center center no-repeat; text-indent:-999999px; overflow: hidden; width: 80px;}

footer .direitos{
	right: 0;
	text-align: right;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
/* Footer - assinatura */

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