.footer{

}

.footer-infos{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    padding: 10px 1rem;
    align-items: center;
    background-color: var(--verdeEscuro);
    color: var(--branco);
    flex-direction: column;
}

.footer-infos>div{
    margin: .5rem 0;
}

.footer-infos>div:nth-child(2){
    text-align: center;
}

.footer-infos , .footer-infos span{
    font-size: 13px;
}

.footer-infos span{

}

.footer-infos_image img{
    height: 50px;
}

.footer-links{
    display: flex;
    width: 100%;
    background-color: var(--areiaClara);
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
}

.footer-links_item{
    width: 320px;
    height: 235px;
    padding: 1rem;
}

.footer-links_item h3{
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-links_item span>img:first-child, .footer-links_item a>img{
    margin-right: 5px;
}

.footer-links_item span>img:last-child{
    margin-left: 5px;
}

.footer-links_item span, .footer-links_item a{
    font-size: 14px;
    height: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer-links_item:first-child{

}

.footer-links_item:first-child img{
    width: 18px;
}

.footer-credits{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px 1rem;
    align-items: center;
    background-color: var(--verdeEscuro);
    color: var(--branco);
}

@media screen and (min-width: 768px){
    .footer-infos{
        flex-direction: row;
    }

    .footer-infos>div{
        margin: 0
    }

    .footer-links{
        flex-direction: row;
        padding-left: calc(15%);
    }
}
