.footer {
    margin-top: 150px;
    width: 100%;
    height: 423px;
    background-color: #161616;
    position: relative;
}

.footer-cards {
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-card {
    max-width: 285px;
    min-width: 100px;
    height: 350px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-p {
    font-family: "Roboto";
    margin-top: 15px;
    text-align: justify;
    color: var(--white);
}

.footer-h3 {
    font-family: "Roboto";
    font-size: 1.5rem;
    color: var(--white);
    margin-bottom: 30px;
    align-self: baseline;
}

.footer-h2 {
    font-family: "Roboto";
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 30px;
}

.img2 img {
    width: 100px;
}

/* links rodapé */
.footer-a {
    font-family: "Roboto";
    color: #00D700;
    align-self: baseline;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 14px;
}



.copyright {
    width: 100%;
    height: 53px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0C0C0C;
    color: var(--white);
    font-family: "Quicksand";
    font-size: 11px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Media Queries */

/* Tablets */
@media (max-width: 1023px) {
    .footer {
        margin-top: 50px;
        height: 300px;
    }

    .footer-cards {
        height: 300px;
    }

    .footer-card {
        width: 185px;
        height: 300px;
        padding: 7px;
    }

    .footer-h3 {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .footer-h2 {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .img2 img {
        width: 50px;
    }

    /* links rodapé */
    .footer-a {
        margin-bottom: 0;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .footer-p {
        font-size: 12px;

    }

    .contatos img,
    .parceiros img {
        width: 180px;
    }

    .copyright {
        height: 35px;
        font-size: 9px;
    }
}

/* Celulares */
@media (max-width: 777px) {
    .footer {
        margin-top: 50px;
        height: auto;
    }

    .footer-cards {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        flex-direction: column;
    }

    .footer-card {
        width: 100%;
        height: auto;
        padding: 7px;
    }

    .footer-h3 {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .footer-h2 {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .img2 {
        img {
            width: 50px;
        }

        float: right;
    }

    /* links rodapé */
    .footer-a {
        margin-bottom: 0;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .footer-p {
        font-size: 14px;

    }



    .contatos,
    .parceiros img {
        width: 100%;
    }

    .contatos {
        align-items: baseline;
    }

    .premios img:nth-child(1) {
        width: 100px;
    }

    .premios img:nth-child(2) {
        width: 130px;
    }

    .institucional a {
        font-size: 8px;
    }

    .institucional h3 {
        font-size: 22px;
    }

    .copyright {
        height: auto;
        font-size: 9px;
        text-align: center;
        padding: 10px 0;
    }

}