.footer {
    background-color: var(--cor5);
    color: var(--cor2);
}

.footer .social-section {
    border-bottom: 1px solid var(--cor2);
    padding-bottom: 20px;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer p, .footer a {
    color: var(--cor2);
    text-decoration: none;
}


.footer a:hover {
    color: var(--cor1);
}
.footer .btn-outline-primary:hover, .footer .btn-outline-danger:hover{
    color: #FFFFFF;
}

.footer .social-icons .btn {
    font-size: 1.5rem;
    border: 2px solid var(--cor4);
}

.footer .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer .list-unstyled li {
    margin-bottom: 10px;
}

.footer .list-unstyled li a {
    font-size: 1rem;
}

.footer .list-unstyled li a i {
    margin-right: 8px;
}
.footer .row > div {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza verticalmente o conteúdo */
    align-items: center;
}

@media (max-width: 768px) {
    .footer .social-section {
        text-align: center;
    }

    .footer .row {
        text-align: center;
    }

    .footer .col-md-4 {
        margin-bottom: 20px;
    }
    #tt{
        font-size: 25px;
    }
}
