.footer{
	/* background-image: url('../images/bg-footer.jpg'); */
  height: auto;
	/*text-transform: uppercase;*/
}

.footer__one{
	padding: 56px 0 0 0;
}

.footer__one .line{
	margin-top: 40px;
}

.footer__one-titulos{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.footer__one-menu li{
	list-style: none;
	line-height: 25px;
}

.footer a,
.footer a:visited,
.footer__one-text{
	font-size: 13px;
	color: #999999;
	/*font-weight: 500;*/
}

.footer a:hover{
	color: #888888;
}

.footer__loja__infos a { font-size: 11px; }


.footer__one-pay{
   	margin-bottom: 14px;
}

.footer__one-pay img,
.footer__one-safe{
	padding-top: 3px;
}

.footer__one-safe img{
	padding-right: 5px;
}

.footer__one-text{
    line-height: 25px;
}

.footer__one-safe .footer__one-text{
    line-height: inherit;
}

.footer__one-social{
	padding-top: 6px;
}

.footer__one-social img{
	opacity: 0.60;
	transition: opacity ease 0.7s; 
	margin-bottom: 4px;
}

.footer__one-social img:hover{
	opacity: 1;
}

.footer__one-social--insta{
	padding-left: 3px;
}

.footer__two{
    /*text-align: center;*/
    margin-top: 30px;
}


.footer__two-copy{
	font-size: 11px;
	line-height: 16px;
	font-weight: 500;
	padding-top: 40px;
	/*text-transform: uppercase;*/
}

.footer__loja__infos {
	padding: 20px 0;
}


.footer__one-pay--icons{
	padding-top: 4px;
}

.footer__one-pay--icons li img{
    /*width: 95%;*/
    width: auto;
	 max-height: 22px;
}

.footer__one-pay--icons li,
.footer__one-selo li{
	list-style: none;
  /* width: 23%; */
  padding: 5px 5px 5px 0;
}

.footer__one-selo li{
	padding: 5px 15px 5px 0;
	}

.footer__descricao {
	font-size: 9px;
}

.footer__atendimento p {
	margin: 0;
	font-size: 13px;
}


@media(max-width: 768px){

	.footer__one-menucontent{
		right: inherit;
	}

	.footer__one-pay,
	.footer__one-call{
		padding-top: 30px;
	}
}

@media(max-width: 425px){
	
	.footer__one-logo{
		display: none;
	}

}