.mapa_site{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.footer_txt_mapa{
    display: flex;
    justify-content: space-between;
}
.footer_txt_mapa a {
    padding: 15px;
    font-size: 23px;
}
.entrada {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 15px 0;
    color: #2d51a4;
}
.entrada_pagina {
    display: flex;
    align-items: baseline;
}
.entrada_pagina h6 {
    padding: 0 10px;
    color: #2d51a4;
}
.conteudo {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.conteudo_titulo {
    width: 500px;
    color: #23539a;
    text-align: left;
    font-family: "Calibri_Bold";
}
.conteudo_titulo_data {
    border-top: 4px solid #23539a;
    color: #23539a;
    font-family: "Calibri_Bold";
}
.conteudo_texto {
    padding: 50px 0;
}
.noticias_img {
    max-width: 600px;
    border-radius: 1rem;
}
iframe {
    max-width: 90vw;
}
.conteudo_texto h2,
.conteudo_texto p,
.conteudo_texto ul {
    background-color: rgba(0, 0, 0, 0) !important;
    color: black;
}
.conteudo_texto h2,
.conteudo_texto h3 {
    color: black;
    font-family: "Calibri_Bold";
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .conteudo_titulo {
        width: 100%;
    }
    .conteudo_texto p {
        text-align: justify !important;
        font-size: 20px !important;
    }
    .noticias_img {
        max-width: 90vw !important;
        border-radius: 1rem;
    }
    .noticias {
        display: flex;
        flex-direction: column;
        justify-items: center;
        justify-content: center;
        align-items: center;
    }
    .conteudo_texto img {
        max-width: 100%;
        max-height: 45vw;
        border-radius: 1rem;
    }
    .conteudo {
        display: flex;
        flex-direction: column;
    }
    .footer_txt_mapa{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
}

