.footer_nav a{
    text-decoration: none;
    color: var(--lightgrey);
}
.footer_nav a:hover{
    text-decoration: none;
    color: var(--grey);
}

.footer_creditos .p,
.footer_creditos p{
    font-size: 12px !important;
}

.loja_footer_parallax_title{
    border-bottom: solid 1px white;
}

.loja_footer_socials_wrapper{
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: space-around;
}

.footer_social_links{
    color: white;
    font-size: 20px;
    padding: 5px;
}
.footer_social_links:hover{
    color: var(--colorfirst);
}

.loja_footer_info_cont *{
    margin: 0;
}

.loja_footer_info_icon{
    color: var(--colorfirst);
    font-size: 30px;
    padding-bottom: 5px;
}

.footer_partner_img{
    opacity: 0.2;

    transition: all 0.4s ease-in-out;
}
.footer_partner_img:hover{
    opacity: 0.6;
}