footer {
    background: #371609;
    font-family: 'Quicksand', sans-serif;
    color: var(--cor-footer-text);
    text-align: center;
    padding: 20px 0px;
    border-top: 2px solid;
    width: 100%;
    box-sizing: border-box;
    height: 170px;
}
  
.footer-top .social-icons {
    margin-bottom: 10px;
}
  
.footer-top .social-icons a {
    margin: 0 8px;
    display: inline-block;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
  
.footer-top .social-icons a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.footer-top p {
    margin: 5px 0;
    font-size: 14px;
}
  
.footer-bottom {
    background:#371609;
    border-top: 2px solid;
    margin-top: 15px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between; 
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    color: var(--cor-footer-text);
    width: 100%;
    box-sizing: border-box;
}
  
.footer-bottom a {
    text-decoration: none;
    color: var(--cor-footer-text);
    font-size: 14px;
}
  
.footer-bottom span {
    color: var(--cor-footer-text);
    font-size: 14px;
    text-align: center; 
    flex-grow: 1; 
}