.footer{
    width: 100%;
    margin-top: 5rem;

    background: #43a047;

    color: white;
}

.footer-content{
    width: var(--main-width);
    margin: auto;

    padding: 0 0 1rem 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;

    flex-wrap: wrap;
}

.footer-brand h3{
    margin-bottom: .5rem;
    font-size: 1.8rem;
}

.footer-brand p{
    opacity: .9;
    max-width: 450px;
}

.footer-links{
    display: flex;
    gap: 2rem;
}

.footer-links a{
    color: white;
    text-decoration: none;
    transition: .25s;
}

.footer-links a:hover{
    opacity: .7;
}

.footer-bottom{
    text-align: center;

    padding: 0.2rem;

    background: rgba(0, 0, 0, 0.251);

    font-size: .9rem;
}

/* SELLOS, IMÁGENES */

.footer-brand .sellos {
    display: flex;
    gap: 1rem;
}