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

/*----------------------------------------------------------------- HEADER*/
header{
	width: 100%;
	height: auto;
	position: relative;
}

#top_header{
	width: 100%;
	height: 30px;
	background-color: #404040;
	position: relative;
}

#top_header div{
	display: flex;
	height: 100%;
	align-items: center;
}

#top_header p{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	border-right: 1px solid #707070;
	padding-right: 30px;
}

#top_header p img{
	width: 12px;
	height: 12px;
	margin-right: 5px;
	margin-top: 3px;
	object-fit: contain;
}

#top_header a{
	width: 15px;
	height: 15px;
}

#top_header a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: invert(1);
}

header div:nth-of-type(2){
	height: 115px;
	background-color: #fff;
	    display: flex;
    align-items: center;
}

header nav a{
	margin-right: 15px;
	color: #707070;
	font-weight: bold;
	text-transform: uppercase;
}

#logo{
	position: absolute;
	background: url("../../imagens/castro.png") no-repeat center center;
	width: 220px;
	height: 70px;
	object-fit: contain;
	left: 0px;
	text-indent: -999999999999999px;
}

header section a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase;
	transition: 0.3s;
}

header section a:hover{color: #091B4C;}

header form{
	width: 525px;
	height: 50px;
	border: 1px solid #091B4C;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-right: 0px;
}

header form input{
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	padding-left: 10px;
}

header form button{
	background: none;
	border: none;
	position: absolute;
	right: 5px;
	margin-top: 10px;
}

header nav{
	position: absolute;
	margin-top: 5px;
	left: 50%;
	margin-left: -340px;
}

.alt{
	position: fixed!important;
	z-index: 2;
	background-color: #fff;
	top: 0;
}

.alt #top_header{display: none;}

#categorias{
	width: 100%;
	height: 55px;
	background-color: #091B4C;
}

#categorias ul{
	display: flex;
	width: 100%;
	height: 55px;
	align-items: center;
}

#categorias ul li{
	height: 100%;
	width: calc(100% / 6);
    border-right: 1px solid #717171;
	display: inline-flex;
	align-items: center;
	transition: 0.3s;
}

#categorias ul li:hover{background-color: #516CB7;}

#categorias ul li a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

 header nav ul{display: none}

#logo_nav{display: none;}

.dropdown-item {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-item:hover .dropdown-menu {
    display: block;
	z-index: 2;
	width: 200px;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    color: black!important;
    text-decoration: none;
	transition: 0.3s;
	margin-right: auto;
	text-transform: none!important;
	border-bottom: 1px solid rgba(113, 113, 113, 0.5);
}

.dropdown-menu a:hover{background-color: #c7c7c7}

.dropdown-menu a:hover {
    color: blue;
}

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


/*----------------------------------------------------------------- FOOTER*/
footer{
	width: 100%;
	height: auto;
	position: relative;
}

#top_footer{
	height: 165px;
	border-bottom: 1px solid #516CB7;
	display: flex;
	position: relative;
	align-items: center;
}

#logo_footer{
	position: absolute;
	left: 0;
}

#top_footer p{
	position: absolute;
	font-size: 16px;
	color: #BBBBBB;
	left: 50%;
    transform: translateX(-50%);
}

#top_footer p span{
	color: #516CB7;
	font-weight: bold;
}

#top_footer ul{
	position: absolute;
	right: 0;
	display: flex;
}

#top_footer ul li{
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #516CB7;
	border: 1px solid #2B0E72;
	margin-right: 10px;
	transition: 0.3s;
}

#top_footer ul li a{
	width: 100%;
	height: 100%;
	text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
		display: block;

}

#top_footer ul li img{
	width: 11px;
	height: 11px;
	object-fit: contain;
}

#top_footer ul li:hover{
	transform: scale(1.08);
	background-color: #2B0E72;
}

#main_footer{
	width: 100%;
	height: 380px;
	background-color: #F2F2F2;
	display: block;
	position: relative;
}

#main_footer div{display: flex;}

#main_footer div section{
	width: calc(100%/3);
	border-right: 1px solid #E3E3E3;
}

#main_footer div section{
	box-sizing: border-box;
	padding: 35px;
}

#main_footer div section p:first-of-type{
	color: #516CB7;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main_footer div section p:first-of-type::before{
	content: '>';
	font-size: 19px;
	color: #516CB7;
	position: absolute;
	margin-left: -20px;
	
}

#main_footer div section p:not(:first-of-type){
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	margin: 10px auto;
}

#main_footer div section p:not(:first-of-type) span{
	font-size: 15px;
	font-weight: 300;
}

#main_footer div section nav{
	display: flex;
	flex-direction: column;
}

#main_footer div section nav a{
	color: #707070;
	font-size: 16px;
	margin: auto auto 10px 0px;
}

footer:after{content: ""; display: block; position: absolute; box-sizing: border-box; left: 0; width: 100%; z-index: 1;}
footer:after{height: 45px; background-color: #1A4568; bottom: 0;}

/* - - 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*/
/* - - - - - NEWSLETTER - - - - - */
.newsletter{
	width: 100%; 
	height: 66px; 
	position: relative; 
	box-sizing: border-box;
	border-bottom: 1px #1A4568 solid;
	background: #1A4568;
	background: -moz-linear-gradient(left, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #1A4568), color-stop(50%, #1A4568), color-stop(50%, #100F0F), color-stop(100%, #100F0F));
	background: -webkit-linear-gradient(left, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	background: -o-linear-gradient(left, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	background: -ms-linear-gradient(left, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	background: linear-gradient(to right, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A4568', 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: #fff; 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;
	filter: invert(1);
}

.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: #1A4568; color: #fff; text-transform: uppercase; font-weight: bold; border: none; width: 230px; cursor: pointer;}
.newsletter form.central button:hover{background-color: #5F84A1;}
/* - - - - - NEWSLETTER - - - - - */
