#footer-site {
    background-color: #957799;
    display: flex;
    justify-content: center;
    height: 468px;
}
.footer-int {
    width: 1000px;
    height: 449px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    padding-top: 100px;
}
.coluna1-footer {
    width: 25%;
}
.coluna2-footer {
    width: 25%;
    padding-left: 30px;
}
.coluna3-footer {
    width: 25%;
    padding-left: 46px;
}
.coluna4-footer {
    width: 25%;
}
.footer-int p {
    color: #fff;
    text-align: left;
    font-size: 13px;
}
.titulo-footer h3 {

    color:#D6B185;
    font-size: 25px;
    font-family: Poppins-SemiBold;
    margin-bottom: 20px;

}
.lista-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.lista-footer {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.lista-footer a:hover {
   color:#D6B185;
}
.icones-sobre-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    gap: 8px;
}
.icones-sobre-footer p {
    margin: 0;
}
.ico-footer {
    width: 25px;
    height: 25px;
}
.pp-footer {
    height: 25px;
}
.icones-horario-footer {
    display: flex;
    gap: 11px;
    height: 75px;
    margin-bottom: 40px;
}
.foorter-final {
    height: 80px;
    background-color: #8A678E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt-final {
    width: 1236px;
}
.txt-final p {
    margin: 0;
    color: #fff;
}