<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer{
    text-align: center;
}
.footer-2 {
    margin-top: 4em;
}
.footer-4 {
    margin-bottom: 100px;
    margin-left: -30px;
    margin-right: -26px;
}
.footer-titulo{
    margin-bottom: 2em;
    font-size: 20px;
    color: #F48120;
    font-weight: bold;
}
.texto-footer{
    color: #616B66;
    padding: 10px;
    margin-top: 1em;
    white-space: nowrap;
    margin-left: 29px;
}
.icones-footer{
    margin-top: 0.5em;
}
.icone-instagram{
    transform: scale(1.8);
}
.icone-youtube{
    transform: scale(1.1);
}
.icone-invision{
    transform: scale(1.8);
}
.icone-facebook{
    transform: scale(1.8);
}
.icones-footer .col-2 a{
    color: green;
}
footer .col-3 a{
    color: #808489;
    display: block;
    margin-bottom: 1em;
    text-decoration: none;
}
footer .col-3 ul{
    text-align: left;
    list-style-type: none;
    padding-left: 0px;
}
.footer-animacao:hover{
    padding-left: 10px;
    transition: 0.5s;
    color: black;
}
.footer-whatsapp{
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: bold;
    color: #71d188;
}
.footer-contato{
    margin-bottom: 1em;
    color: black;
    font-weight: bold;
}
.footer-3{
    margin-top: 6em;
}
.footer-linha-horizontal{
    margin-bottom: 4em;
    border: 1px solid #eaeaea;
}
.footer-endereco{
    color: gray;
}
.footer-direitos-reservados{
    color: gray;
    font-size: 13px;
    text-align: left;

    align-items: center;
    display: flex;
}
.footer-direitos-reservados p{
    white-space: nowrap;
    overflow: hidden;
}
.footer-linha-vertical{
    margin-left: 2em;
    margin-right: -1em;
    height: 1.4em;
    border-right: 1px solid #BCBCBC;
}
.footer-img{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}</pre></body></html>