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

/*----------------------------------------------------------------- HEADER*/
header{
	width: 100%;
	height: auto;
	position: relative;
	transition: 0.3s;
		background-color: #fff;
}

#top_header{
	width: 100%;
	height: 40px;
	background-color: #30373F;
	display: flex;
	transition: 0.3s;
}

#top_header div div{
	display: flex;
	position: absolute;
	width: 555px;
	height: 20px;
	top: 10px;
	right: 185px;
}

#top_header div div p img{
	filter: invert(1);
	margin-right: 5px;
}

#top_header div div  p{
	color: #fff;
	font-size: 13px;
}

#top_header section{
	width: 120px;
	height: auto;
	display: flex;
	right: 0px;
	top: 10px;
	position: absolute;
}

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

#top_header a img{
	width: 100%;
	height: 100%;
	filter: invert(1);
	margin-right: 5px;
}

#medium_header{height: 112px;}

#medium_header nav{
	position: absolute;
	right: 0px;
	top: 45px;
}

#medium_header nav a{
	text-transform: uppercase;
	font-size: 14px;
	color: #707070;
	margin-right: 25px;
	transition: 0.3s;
}
#medium_header nav a:last-child{margin-right: 0;}

#medium_header nav a:hover{color: #E6AF5D;}

#logo{
	text-indent: -999999px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	background: url( "../../imagens/Marmolux.png") no-repeat center center;
	width: 320px;
	height: 60px;
    margin-left: -600px;
    margin-top: 20px;
}

.alt #top_header{display: none;}

.alt{
	position: fixed!important;
	z-index: 3;
}

 
#logo_nav{display: none;}

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


/*----------------------------------------------------------------- FOOTER*/
/*----------------------------------------------------------------- FOOTER*/
footer{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #30373F;
}

#top_footer{
	height: 180px;
	display: flex;
	align-items: center;
}

#top_footer p{
	font-size: 20px;
	color: #E6AF5D;
	text-align: center;
	width: 70%;
	font-weight: 300;
}

#top_footer p:nth-of-type(2){
	position: absolute;
	font-size: 22px;
	left: 50%;
	margin: 125px auto auto 335px;
	font-family: "Dancing Script", cursive;
	color: #fff;
	width: auto;
}

#top_footer #logo_footer{
	width: auto;
	margin-left: 0px;
}

#top_footer nav{
	display: flex;
	font-family: Lato;
	width: 65%;
}

#top_footer nav a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s;
}

#top_footer nav a:hover{color: #E6AF5D;}

#medium_footer{
	width:100%;
	height: 215px;
	background-color: rgba(0,14,30,0.2)
}


#medium_footer section ul{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 45px;
}

#medium_footer section ul li{width: calc(100% / 3)}

#medium_footer section ul li p{
	color: #FFFFFF;
	font-size: 26px;
}

#medium_footer section ul li hr{
	width: 90px;
	height: 6px;
	background-color: #E6AF5D;
	margin: 15px auto 15px 0px;
	border-radius: 20px;
}

#medium_footer section ul li p:not(:first-of-type){font-size: 16px;}

#medium_footer section ul li a{
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

#medium_footer section ul li a img{
	width: 100%;
	height: 100%;
	filter: invert(1);
}

#bottom_footer{
	height: 90px;
	display: flex;
	align-items: center;
	
}

#logo_class{
	text-indent: -9999999px;
	overflow: hidden;
	background: url("../../imagens/class-logo.png") no-repeat center center;
	position: absolute;
	width: 80px;
	height: 20px;
}

#bottom_footer p{
	color: #B1B1B1;
	margin-right: 0px;
	font-size: 14px;
}
/*----------------------------------------------------------------- FOOTER*/
/*----------------------------------------------------------------- FOOTER*/

@keyframes animacaoAumento {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
