.div_logo {
    border-bottom: 4px solid #19718a;
}

.rodape {
    border-top: 4px solid #053a49;
    border-bottom: 4px solid #021114;
    background-color: #062c36;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    min-height: 40px;
}

.imagens_secundarias_footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagens_secundarias_footer img {
    width: 200px;
    margin: 10px;
}

.area_principal {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.area_principal .img_principal img {
    max-height: 300px;
}

.areaImagemProva {
    width: 100%;
    height: 400px;
    max-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: white;
}

.camadaPreta {
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-wrap: wrap;
    height: 500px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    /*position: absolute;*/
    align-items: flex-end;
    justify-content: center;
}

.areaTextoProva {
    padding: 5px;
    text-align: center;
}

.areaTextoIndex {
    padding: 5px;
    text-align: left;
   
}

.areaImagemCompeticaoIndex {
    width: 100%;
    height: auto;
    /* max-height: 400px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*position: relative;*/
    text-align: center;
    color: white;
}

.camadaPretaCompIndex {
    justify-content: space-between;
    display: flex;
    /* flex-wrap: wrap; */
    min-height: 100%;
    padding: 20px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
}

.innerCamadaPreta {
    display: flex;
    align-items: center;
}

.areaImagemCompeticaoIndex img {
    max-width: 250px;
    max-height: 150px;
    margin-right: 5px;
    object-fit: contain;
    margin-left: 20px;
    border: 3px solid white;
}

@media screen and (max-width: 800px){
    .imagens_secundarias_footer {
        flex-direction: column;
    }

    .imagens_secundarias_footer img {
        width: 150px;
        margin: 5px;
    }

    .area_principal .img_principal img {
        max-width: 300px;
    }


}

@media only screen and (max-width: 1250px) {
    .camadaPretaComp {
        justify-content: center;
        flex-direction: column;
    }

    .innerCamadaPreta {
        flex-direction: column;
        align-items: center;
    }

   /* .camadaPretaCompIndex {
        justify-content: center;
        flex-direction: column;
    }*/

    .areaTexto {
        max-width: 70%;
    }

    .area_img_txt_campreta {
        justify-content: center;
    }
    .camadaPretaCompIndex {
        justify-content: space-around;
    }

    .area_img_txt_campreta {
        flex-wrap: wrap;
    }
    
    .areaImagemCompeticao,
    .areaImagemCompeticaoIndex {
        height: auto;
    }
    .camadaPretaComp img,
    .camadaPretaCompIndex img {
        max-width: 250px;
        max-height: 300px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 5px;
    }
    .camadaPretaComp .areaTexto,
    .camadaPretaIndex .areaTexto {
        margin-top: 0;
        padding: 0;
    }
    .camadaPreta {
        background-color: rgba(0, 0, 0, 0.5);
    }
}