/* .footer_container a{
    text-decoration: none;
    color: var(--grey) !important;
} */
.footer_container a:hover{
    text-decoration: none;
    color: var(--colorfirst) !important;
}

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

.footer_partner_img{
    opacity: 0.2;

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

.footer_info_holder *{
    margin: 0;
}


.footer_diagonal_bg{
    background: linear-gradient(110deg, var(--colorfirst) 0%, var(--colorfirst) 50%, transparent 51%);
}

.footer_parceiros_cont{
    background:linear-gradient(90deg, var(--colorfirst) 0%, var(--colorfirst) 50%, var(--verylightgrey) 50%);
}

@media (max-width: 575px) {
    .footer_parceiros_cont{
        background:none;
    }

}

.footer_info_holder a{
    color: inherit !important;
}
.footer_info_holder a:hover{
    color: var(--colorfirst) !important;
}

.footer_creditos a{
    color: inherit !important;
}
.footer_creditos a:hover{
    color: var(--colorfirst) !important;
}
.footer_creditos p{
    padding: 10px 0;
}


.footer_social_icon{
    padding: 0 10px;
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

.footer_container *{
    color: white !important;
}


/*fixed footer parallax effect*/
/* .footer_container{ 
    position: fixed; 
    bottom: 0; 
    width: 100%; 
    z-index: -200;
}
#footer_filler{
  z-index: -2;
  pointer-events: none;
} */
/*end fixed footer parallax effect*/


.footerLinksWrapper .row{
    justify-content: center;
}
.footerLinksWrapper .row .column{
    width: auto !important;
    max-width: unset !important;
    flex-grow: 0;
    flex: unset;
    padding: 0 25px;
}
.footerLinksWrapper .row .column:not(:last-child)::after{
    content: ' | ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.footerParallaxTint{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--verydarkgrey);
    opacity: 0.5;
}

.footerParallaxSection{
    min-height: 200px !important;
}


/* form */
.footerContactosRadios{
    display: flex;
    align-items: center;
}
.footerContactosRadios .foFormRadioLabelCont{
    padding-right: 30px;
}

.footerFormWrapper select,
.footerFormWrapper textarea,
.footerFormWrapper input{
    background-color: var(--verylightgrey) !important;
    border-radius: 40px !important;
    border: none !important;
    padding: 11px 20px !important;
}
.footerFormWrapper input[type="reset"]{
    background-color: transparent !important;
    border: solid 1px var(--colorfirst) !important;
    color: var(--colorfirst) !important; 
}
/* end form */