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

/* - - - logo - - - */
.logo{display: block; height: auto; box-sizing: border-box;}
.logo img{width: 100%; height: auto; position: relative; box-sizing: border-box; object-fit: cover}
/* - - - logo - - - */	

/* - - - - - HEADER - - - - - */
header{
	width: 100%;
	height: 225px;
	position: relative;
	box-sizing: border-box;
	top: 0;
	z-index: 10;
}
header:before,header:after{content: ""; position: absolute; display: block; z-index: 1;}
header:before{width: 850px; height: 70px; top: -35px; left: 50%; margin-left: -425px; background-color: #00457C; border-radius: 100%;}
header:after{width: 100%; height: 55px; bottom: 0; left: 0; background-color: #F7F7F7;}
header .central{height: 225px;}

/* - - logo - - */
header .logo{width: 350px; position: absolute; top: 65px; left: 50%; margin-left: -125px;}
/* - - logo - - */

/* - - block - - */
header .block{width: auto; position: absolute; top: 80px;}
header .block:nth-of-type(1){left: 25px; width: 265px;}
header .block:nth-of-type(2){right: 25px; width: 155px;}
/* - - block - - */

/* - - - nav - - - */
header .nav{width: 100%; height: 55px; position: absolute; bottom: 0; left: 0; display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; z-index: 2;}
header .nav > *{margin: 0; position: relative; transition: 0.3s; height: 55px; line-height: 55px; color: #707070; font-weight: 600; font-size: 18px; padding: 0 25px;}
header .nav > *:last-child{background-color: #79C9EC; color: #fff; border-radius: 5px; height: 35px; line-height: 35px; padding: 0 15px;}
header .nav > *:hover{background-color: #00457C; color: #fff;}
/* - - - nav - - - */

/* - - - header.alt - - - */
header.alt:before,header.alt .logo,header.alt .block{display: none;}

header.alt{height: 55px; position: fixed;} 
header.alt .central{height: 55px;} 

/* - - - header.alt - - - */

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


/* - - - - - FOOTER - - - - - */
footer{width: 100%; height: 485px; position: relative; display: block; box-sizing: border-box; background-color: #00457C; z-index: 2;}
footer .central{height: 485px;}

footer:before,footer:after{content: ""; display: block; position: absolute; box-sizing: border-box; left: 0; width: 100%; z-index: 1;}
footer:after{height: 45px; background-color: #01345D; 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 0 0;}

/* - content_footer - li - */
footer .content_footer li{width: 260px; height: auto; position: relative; box-sizing: border-box;}
footer .content_footer li:not(:first-child){margin-top: 35px;}
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: 250px; top: 50%; margin: -22.5px auto 0 0;}
footer .content_footer li .logo img{filter: brightness(0) invert(1);}
/* logo */

/* title_footer */
footer .content_footer li .title_footer{width: 100%; height: auto; position: relative; box-sizing: border-box; display: block; color: #79C9EC; font-size: 14px; font-weight: 700; padding: 0 0 10px; margin: 0 auto 20px;}
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 .title_footer:before{width: 100%; height: 1px; left: 0; background-color: #FFFFFF;}
footer .content_footer li .title_footer:after{width: 45px; height: 3px; left: 0; background-color: #79C9EC;}
/* title_footer */

/* footer - block */
footer .content_footer li .block{width: 100%; position: relative; margin-bottom: 20px; display: flex;}
footer .content_footer li:nth-child(3) .block .link{margin-bottom: 10px;}
/* header - block */

/* item */

footer .content_footer li .descricao{font-size: 12px; font-weight: 400; margin-bottom: 20px;}
footer .content_footer li:nth-child(4) .descricao{font-size: 14px;}
footer .content_footer li:nth-child(2) .item{margin-bottom: 5px;}
footer .content_footer li:nth-child(3) .item{margin-bottom: 10px;}
footer .content_footer li .item span{color: #79C9EC; font-size: 14px; display: block;}
footer .content_footer li .item:hover{color: #79C9EC;}
footer .content_footer li .mapa{width: 100%; margin-right: 0;}

/* - content_footer - li - */

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

/* Footer - assinatura */
footer .assinatura{width: 100%; height: 45px; position: absolute; bottom: 0; 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: 300;}
/* Footer - assinatura */

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