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

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

header nav a{
	font-size: 15px;
	color: #EAEAEA;
	text-transform: uppercase;
	margin-right: 25px;
	transition: 0.3s;
}

header nav a:hover{color: #FFC200;}

header nav{
	position: absolute;
	right: 0px;
	top: 35px;
}

header nav .redes{
	width: 25px;
	height: 25px;
	border-radius: 1000px;
	background-color: #FFC200;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px!important
}

header nav .redes img{
	width: 13px;
	height: 13px;
	object-fit: contain;
}

#logo{
	background: url(../../imagens/jpdv-retail.png) no-repeat center center;
    width: 70px;
    height: 140px;
    position: absolute;
    text-indent: -9999999px;
    background-size: contain;
    margin-top: -23px;
    filter: invert(1);
	left: 10px;
}

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


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

#footer_content{
	height:395px;
	display: flex;
}

footer #newsletter{
	width: 100%;
	height: 80px;
	background-color: #000;
	display: flex;
	align-items: center;
}

footer #newsletter div{
	display: flex;
	align-items: center;
}


footer #newsletter form{
	right: 0;
	width: 70%;
	height: 45px;
	background-color: #cecece;
	text-align: center;
	line-height: 45px;
	border-radius: 20px;
	position: relative;
}

footer #newsletter input{
	height: 100%;
	width: 100%;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
}

footer #newsletter button{
	position: absolute;
	right: 3px;
	height: 90%;
	width: 100px;
	text-align: center;
	background-color: #333333;
	color: #fff;
	border: none;
	border-radius: 20px;
	top: 3px;
}


footer #newsletter p{
	color: #fff;
	font-size: 20px;
	margin-left: 0px;
}

#footer_content > *{
	width: calc(100%/4);
	display: flex;
	flex-direction: column;
	padding-top: 45px;

}

#footer_content > * ul{
	display:flex;
	margin-left: 0px;
}

#footer_content > * ul li{
	width: 25px;
    height: 25px;
    border-radius: 1000px;
    background-color: #FFC200;
    margin-right: 5px !important;
}

#footer_content > * ul li a{
	width: 100%;
	height: 100%;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

#footer_content > * ul li a img{
	width: 13px;
    height: 13px;
    object-fit: contain;
}

#footer_content > * p{
	color: #fff;
	font-size: 21px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#footer_content > * a{
	font-size: 16px;
	color: #969696;
	margin-bottom: 15px;
	margin-left: 0px;
}

#assinatura{
	height: 70px;
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: #444444;
}

#assinatura p{
	margin-right: -0px;
	color: #969696;
}

#assinatura section{
	display: flex;
}

#assinatura section a{margin-left: 0px;}


#amarelo{
	font-weight: bold!important;
	color: #FFC200!important;
	font-size: 20px!important;
}

#site_map a{text-transform: uppercase!important;}
/*----------------------------------------------------------------- FOOTER*/
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
