/* #container{
    display: flex;
    flex-direction: column;
} */

.logo{
    text-align: center;
    margin: 5rem 0 1.5rem ;
    padding-top: 5rem;
}

.logo img{
    height: 11rem;
}

a{
    text-decoration: none;
    color: var(--color-texto-branco);
}

#btns{
    display: flex;
    flex-direction: column;
}

.btn{
    padding: 1rem;
    font-weight: 400;
    background-color: var(--color-verde-claro);
    border: none;
    margin: .5rem 0;
    border-radius: .2rem;
}

.btn a{
    line-height: 2rem;
    font-weight: 400;

}

#cartoes{
    display: flex;
    align-items: center;
    margin: 5rem 0;
}

.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--c);
   
}

.card:nth-child(2){
    padding-left: 1rem;
}


.header-card img{
    height: 8rem;
    width: 8rem;
    border: none;
    border-radius: 0.5rem 0.5rem 0 0 ;
}

.footer-card{
    background-color: var(--color-verde-claro);
   /*  padding: 0rem .5rem 1rem; */
    border-radius: 0 0 0.5rem 0.5rem;
    width: 8rem;
    height: 2.5rem;
    border-top: 0.5rem red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-card a{
    text-decoration: none;
    color: var(--color-texto-branco);
    font-weight: 100;
}


#links-rapidos{
    padding: 2rem 0 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.social:nth-child(2), .social:last-child{
    padding-left: 1rem;
}

.copyright{
    color: var(--color-texto-branco);
    font-size: 0.9rem;
    text-align: center;
    font-weight: 100;   
    line-height: 0.8rem; 
    padding-bottom: 0.5rem;

    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

