footer{
    height: auto; 
    background-color: #E6E6E6;
    width: 76.2%; 
    padding: 3.9% 11.9% 3.9% 11.9%;
}
.tituloFooter{
    font-weight: 700; 
    font-size: 36px; 
    line-height: 42px; 
    color: #56B4F7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cardSobre{
    width: 300px;
    height: 235px;
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 15px;
}
.mainContentCard{
    height: 140px; 
    overflow-y: scroll;
}
.cardInstagram{
    width: 330px; 
    height: 88.5px; 
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #D9D9D9; 
    text-align: justify;
    background-color: #56B4F7; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    color: white;
    /* margin-top: 56px; */
}
.cardInstagram:hover, .cardInstagram:visited{
    text-decoration: none;
    color: white;
}
.cardDisclaimer{
    width: 300px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #D9D9D9;
    text-align: justify;
    padding: 15px;
}
.textoCards{
    font-size: 0.75em;
    line-height: 18px;
    color: #151515;
    text-align: justify;
}
.linhaDivisora{
    background-color: #D9D9D9; 
    height: 1px; 
    width: 100%; 
    margin-top: 10px; 
    margin-bottom: 5px;
}
.terceiroBloco{
    width: 330px;
    height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Responsividade */
@media screen and (max-width: 1340px){

    .tituloFooter{
        margin-bottom: 3.9%;
        margin-top: 6.5%;
    }
    .cardSobre{
        width: 92.1%;
        margin-bottom: 3.9%;
        padding: 3.9%;
    }
    .cardDisclaimer{
        width: 92.1%;
        margin-bottom: 3.9%;
        padding: 3.9%;
    }
    .cardInstagram{
        width: 92.1%;
        margin-bottom: 7.8%;
        padding: 3.9%;
    }

    /* Divisores de Organização (flexbox) */
    .conteudoFooterNovo{
        flex-direction: column;
    }
    .terceiroBloco{
        width: 100%;
    }
}