
/* ---------------------------------------- */
/*             FOOTER AREA                  */
/* ---------------------------------------- */

.footer__area {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    color: var(--title-color);
    margin: auto;
    padding: 2rem;
    border: solid 1px black;
    border-radius: 5px;
    font-size: 1.0vw;
    
}



.footer__content, .footer__social, .copyrights {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    width: 33%;
    /* border: solid 1px; */
  }

  
.footer__social-redes {
    
    display: flex;
    gap: 7px;
}

  .footer__text {
    
    display: flex ;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.footer__h2 {
    margin-bottom: 3%;
}

.footer__h2:hover{
    font: normal 500 3px/ 10px var(--roboto);
    color: var(--color-verde);
    /* font-size: 2rem; */
    font-size: 1.5vw;
    padding: 5px;
    margin: 5px;
}

.footer__social-redes {
    font-size: 2vw;
    
    
}

/* ----------------------------------------- */
/* -----        Meia Queroes           ----- */
/* ----------------------------------------- */

@media (max-width:800px) {

    .footer__area {

        /* display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        justify-items: center;
        align-items: center;
        color: var(--title-color);
        margin: auto;
        padding: 2rem;
        border: solid 1px black;
        border-radius: 5px; */
        font-size: 2.0vw;
        
    }



.footer__content, .copyrights {
    display: flex;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
    /* justify-items: center; */
    /* align-content: center; */
    /* align-items: center; */
    width: 50%;
    /* border: solid 1px; */
  }

  .footer__social {
    display: none;
    width: 0;

}

.footer__logo-img {
    display: flex;
    /* width: 50vw;
    height: 50vw; */
    margin-bottom: 10px;
}


}
