.footer {
    background-color: #3588a1;
}

.footer_social {
    display: flex;
    justify-content: flex-end;
}

.footer_right {
    display: flex;

}


.p_direitos {
    font-family: 'Work Sans';
    color: white;
    font-weight: 200;

}

.footer_btn {
    width: 50px;
    height: 65px;
    border-style: solid;
    border-color: #edc7b4;
    background: #abd4df;
    border-radius: 25px;
    color: white;
    font-family: 'Work Sans';
    font-size: 40px;
    font-weight: 200;
    cursor: pointer;
    padding-top: 10px;


    
}

.list_items_footer_social {
    display: flex;
    list-style: none; 
    gap: 10px;
}

.img_footer {
    max-width: 33px;
    
}

.btn_end {
    position: fixed;
    bottom: 10px;
    right: 10px;        
}
