.menu_social_icons,
.menu_social_icons:hover
{
    color: var(--white) !important;
}


.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;
}

.reveal_footer{
    position: fixed;
    width: 100%;
    bottom: 0; 
    /* z-index: -1; */
    z-index: 1;
    max-width: 100vw;
    overflow: hidden;
}


.footerDestaque1{
    background-color: #80d0ef;
}   
.footerDestaque2{
    background-color: #59c2ea;
}
.footerDestaque3{
    background-color: #33b3e5;
}


@media (max-width: 767px) {
    .footerMobileTextCenter *{
        text-align: center !important;
    }
}

.newsletterTextCont *,
.newsletterTextCont {
    text-align: left;
}
@media (max-width: 767px) {
    .newsletterTextCont *,
    .newsletterTextCont {
        text-align: center !important;
    }
}