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

/*----------------------------------------------------------------- HEADER*/
header{
	width: 100%;
	height: 190px;
	position: fixed;
	z-index: 500;
	top: 0;
	background: url("../../imagens/headerbg.png") no-repeat center top #fff;
	padding-top: 20px;
	box-sizing: border-box;
}

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

header form{
	position: absolute;
    width: 500px;
    height: 49px;
    left: 50%;
    margin-left: -300px;
    margin-top: 25px;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
	border: 1px solid #242321;
}

header form input{
	border: none;
	width: 90%;
    height: 100%;
    padding-left: 20px;
	
}

header form button{
	border: none;
	background: none;
}

header form button img{
	width: 20px;
	height: 20px;
	transition: 0.3s;
	margin-top: -5px;
}

header form:hover button img{transform: scale(1.2);}

header #carrinho img{
	filter: invert(1);
	margin-right: 3px;
    margin-top: 9px;
}

#barra_header{
	height: 40px;
	background-color: #1A3046;
	position: relative;
	display: flex;
	align-items: center;
	transition: 0.3s;
}

#barra_header section{position: absolute;}

#barra_header #phone_barra{
	left: 50%;
	margin-left: -590px;
}

#barra_header #redes_barra{
	left: 50%;
	transform: translateX(-50%);
}

#barra_header section a{
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
	transition: 0.3s;
}

#barra_header section a:hover img{

}

#barra_header section a img{
	width: 20px;
	height: 20px;
	margin-top: auto;
	transition: 0.3s;
}

#barra_header nav{
	height: auto;
	width: auto;
	background-color: transparent;
	bottom: auto;
	    right: 0px;
    margin-right: 380px;
}

#barra_header nav a{
	color: #fff;
	text-transform: none;
}


#user{
	position: absolute;
	width: 185px;
	height: 45px;
	padding: 0px;
	left: 50%;
	margin-left: 235px;
	margin-top: 35px;
	transition: 0.3s;
}

#user img{
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 5px;
	margin-top: -1px!important;
	transition: 0.3s;
}

#user:hover img{
	transform: scale(1.1);	
}

#user p{
	font-size: 14px;
	color: #000;	
	line-height: 7px;
	margin-top: 7px;
}

#user p span{
	color: #4B82BB;
	font-size: 16px;
	text-transform: capitalize;
}

#user:hover p span:hover{color: #4B82BB;}

#user p img{
	float: right;
	margin-right: -6px;
	margin-top: 2px;
	width: 8px !important;
	height: 5px !important;
}




#carrinho{
	position: absolute;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid #4B82BB;
	border-radius: 55px;
	color: #707070;
	font-size: 12px;
	font-weight: 400;
	left: 50%;
	margin-left:440px;
	margin-top: 25px;
	transition: 0.3s;
	width: 50px;
	height: 50px;
}

#carrinho:hover{
	border: 2px solid #4B82BB;
	background-color:#4B82BB;
	color: #ffffff
}

#carrinho  span{
    border-radius: 20px;
    font-size: 14px;
    margin-left: -10px;
    font-weight: 600;
    background-color: #4B82BB;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#carrinho img{
	width: 24px;
	height: 25px;	
	margin-top: auto;
	left: 0px;
	position: relative;
}

#carrinho:hover img{filter: none;}

#whats_header{
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
	border: 2px solid #4B82BB;
	border-radius: 55px;
	color: #707070;
	font-size: 12px;
	font-weight: 400;
	left: 50%;
	margin-left:520px;
	margin-top: 25px;
	transition: 0.3s;
	width: 50px;
	height: 50px;
	text-align: center;
}

#whats_header:hover{
	background-color: #4B82BB;
	border:2px solid #4B82BB;
}

#whats_header:hover img{filter: invert(1);}

#whats_header img{
	width: 24px;
	height: 25px;	
	margin-top: auto;
	left: 0px;
	position: relative;
	margin: auto!important;
}


header nav{
	position: absolute; bottom: 0; width: 100%; display: flex;
	background-color: #4B82BB;
	height:50px;
	text-align: center;
}

header nav div{
	display: flex;
	justify-content: space-around;
}

header nav a{
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	height: 50px;
	padding:0 10px;
	margin: 0;
	transition: 0.3s;
	text-transform: uppercase;
	display: inline-block;
}

header nav a:hover, #barra_header section a:hover{color: #4B82BB}



header nav a:nth-last-child() img{

	width: 20px;
	height: 20px;
	margin-right: 20px;
	margin-top: 14px;
}


.menu_fechado a img{margin-top: 13px;transition: 0.3s;margin-right: 7px;}


#categorias_nav a:hover{color: #1A3046;}

.alt{
	position: fixed!important;
	top: 0!important;
	height: 155px!important;
}

.alt #barra_header{display: none;}

 .categoria-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .categoria-item {
        position: relative;
        display: inline-block;
    }
    .categoria-item a {
        text-decoration: none;
        display: block;
		transition: 0.3s;
    }

.categoria-item:hover{
	background-color: #1A3046;
	color: #fff!important;
}

.categoria-item:hover a{color: #fff!important;}
    .subcategoria-box {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        background:#1A3046;
        box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
        border-radius: 5px;
        list-style: none;
        padding: 10px;
        width: max-content;
		transform: translateX(-50%);
    }
    .subcategoria-box li {
        padding: 5px 0;
    }
    .subcategoria-box a {
        text-decoration: none;
        color: #fff;
        padding: 5px 10px;
        display: block;
		transition: 0.3s;
		height: auto!important;
		margin-bottom: 5px;
		line-height: normal!important;
    }
	
.subcategoria-box a:hover{
	text-decoration: underline;
	font-weight: bold;
	transform: scale(1.03);
	color: #4B82BB!important;
}
    .categoria-item:hover .subcategoria-box {
        display: block;
    }

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


/* - - - - - NEWSLETTER - - - - - */
.newsletter{
	z-index: 1;
	width: 100%; 
	height: 66px; 
	position: relative; 
	box-sizing: border-box;
	border-bottom: 1px #4297E2 solid;
	background: #4297E2;
	background: -moz-linear-gradient(left, #4297E2 0%, #4297E2 50%, #091931 50%, #091931 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #4297E2), color-stop(50%, #4297E2), color-stop(50%,#091931), color-stop(100%, #091931));
	background: -webkit-linear-gradient(left, #4297E2 0%, #4297E2 50%, #091931 50%, #091931 100%);
	background: -o-linear-gradient(left, #4297E2 0%, #4297E2 50%, #091931 50%, #091931 100%);
	background: -ms-linear-gradient(left, #4297E2 0%, #4297E2 50%, #091931 50%, #091931 100%);
	background: linear-gradient(to right, #4297E2 0%, #4297E2 50%, #091931 50%, #091931 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4297E2', endColorstr='#091931', 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: #091931; 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: #4297E2; color: #fff; text-transform: uppercase; font-weight: bold; border: none; width: 230px; cursor: pointer;}
.newsletter form.central button:hover{background-color: #21C5F2;}
/* - - - - - NEWSLETTER - - - - - */


/* - - - - - FOOTER - - - - - */
footer{width: 100%; height: auto; position: relative; display: block; box-sizing: border-box; background-color: #242321;}
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: #000; 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 #4297E2 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;margin-bottom: 10px;}
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: #4297E2;
	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: #4297E2;}
footer .content_footer li .title_footer:after{width: 45px; height: 3px; left: 0; background-color:#4297E2;}
/* 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: 15px;}
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: #4297E2;}
/* - - 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{
	color: #4297E2;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #fff 0%,
    #fff 29%,
    #4297E2 67%,
    #14c2f3 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 35px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

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(53%) sepia(71%) saturate(1346%) hue-rotate(184deg) brightness(93%) contrast(89%);
}
footer .redes_footer img:hover{
    filter: invert(22%) sepia(9%) saturate(5589%) hue-rotate(171deg) brightness(92%) contrast(87%);
}
/* - - - 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;}
footer .direitos{right: 0; width: auto; font-size: 14px; color: #fff; font-weight: 500; letter-spacing: 0.5px;}
/* - - Footer - assinatura - - */