:root {   
    --pink: #FF66C4;       
}
.footer {
    top: 100%;
    height: 100vh;
    width: 100%;
    background-color: var(--brand_color);
    padding: 5rem 5% 0 5%;
    color: #fff;
    position: relative;
    background-image: url(https://beautymakers.com.br/wp-content/uploads/2025/07/texture-for-black.webp);
    background-repeat: repeat
}

.footer {
   height: 100vh;
    width: 100%;
    background-color: var(--brand_color);
    padding: 5rem 5% 1rem 4rem;
    color: #fff;
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: end;
    background-image: url(https://beautymakers.com.br/wp-content/uploads/2025/07/texture-for-black.webp);
    background-repeat: repeat;
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer_grid_items {
    margin-bottom: 1rem;
}
.footer_grid_items ul{
    list-style: none;
}
.footer_grid_items ul li  {
    margin-bottom: 7px;
}
.footer_grid_items ul li a {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300
}
.footer_grid_items a {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
   
    font-weight: 300
}
.footer_title {
     font-weight: 900;
   color: var(--pink);;
}

.slogan_footer {
  text-transform: uppercase;
    margin-bottom: 3rem;
    font-size: 36px;
    font-weight: 200;
}
.slogan_footer span{
   font-weight: 900;
   color: var(--pink);;
}

.mbfooter {
    margin-bottom: 10px;
}

.footer_subtitle {
   font-size: 15px;
    font-weight: 400;
    
}
.footer_subtitle_first {
    margin-bottom: 6px;
}

.footer_social {
    display: flex;
    margin-top: 1rem;
    align-items: center;

}
.footer_social img{
    height: 37px;
    margin-right: 10px;
    
}


.footer_links_container {
    display: flex;
    flex-direction: column;
}

.footer_flex_bottom {
   
    display: flex
;
    width: 100%;
    justify-content: space-between;
    margin-top: 1rem;
    
   

}

 .middle_col p {
        font-size: 11px;
        font-weight: 200
    }
    .middle_col span {
        font-size: 18px
    }

    .divisor_footer {
           width: 100%;
    background-color: white;
    height: 1px;
    opacity: 0.3;
    }
    .lemon_link {
        color: white;
        text-decoration: underline;
    }

    .fintech {
        color: white;
    font-size: 13px;   
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-decoration: underline;
    }
    .text_foot
 {
    position: relative;
    width: 100%;
}

    @media screen and (max-width:1041px) {
        .slogan_footer {
            font-size: 24px;
        }
    }

     @media screen and (max-width:845px) {
        .footer {
  
  
    padding: 6rem 0% 5px 2rem; 
   
   
}
.footer_grid {
    display: flex
;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
}

.slogan_footer {
            font-size: 20px;
        margin-bottom: 1rem;
        display: none;
        }

        .mbfooter {
            margin-bottom: 15px;
}
.footer_title {
   
    font-size: 15px;
}

.footer_social img {
    height: 30px;
}

.divisor_footer {
    width: 90%;
}
.middle_col p {
    font-size: 11px;
    font-weight: 200;
}

.footer_flex_bottom {
flex-direction: column;
}

.to_frst {
    margin-bottom: 6px;
}

.fintech {
    margin-top: 0;
}
    }