.footer {
    background-color: var(--color-primario);
    padding: 1rem;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
}

.footer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    
    
}

.footer__text {
    margin: 0;
    padding: 0;
    margin-right: 1rem;

}

@media only screen and (max-width: 767px) {
    .footer__content {
        flex-direction: column;
        text-align: center;
    }
}
