.entrada {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    color: #5d5d60;
}
.entrada h2 {
    color: #2367b5;
}

.entrada_pagina {
    display: flex;
    align-items: baseline;
}

.link:hover {
    text-decoration: none;
}
.conteudo {
    display: flex;
}
.conteudo_img {
    width: 70%;
}
.conteudo_img_bg {
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 1rem 1rem 7rem 1rem;
    height: 25vw;
    position: relative;
    transition: all 2s ease 0s;
    top: 0; /* start out at position 0 */
}
.conteudo_img_bg:hover {
    background-size: 115% auto;
}

.conteudo_titulo {
    width: 45%;
    color: #2367b5;
    text-align: left;
    margin: 0 2rem;
    padding: 4rem 4rem 1rem 0;
}

.conteudo_titulo_data {
    border-top: 4px solid white;
    margin: 1rem 5.5rem 0 0;
}
.conteudo_titulo_data p {
    padding: 0.75rem 0;
}

.conteudo_texto {
    padding: 2rem 0;
    color: #5d5d60;
}

iframe {
    max-width: 90vw;
}
span {
    background-color: rgba(0, 0, 0, 0) !important;
}

.conteudo_texto h2,
.conteudo_texto p {
    background-color: rgba(0, 0, 0, 0) !important;
}
.conteudo_texto img {
    max-width: 100%;
    max-height: 45vw;
    border-radius: 1rem;
}

.noticias {
    margin: 2rem 0;
}
.noticias_display {
    display: flex;
    justify-content: space-evenly;
}

.noticias_img {
    border-radius: 5px;
    width: 340px;
    height: 250px;
}

.noticias_conteudo_bg {
    background-color: #fff;
    padding: 25px 25px 10px 25px;
    border-radius: 0 0 25px 5px;
}
.noticias_conteudo {
    width: 340px;
}
.noticias_conteudo a,
.noticias_conteudo a:hover {
    text-decoration: none;
}

.noticias_conteudo_bg h5 {
    color: #6d6d6d;
}
.noticias_conteudo_bg p {
    color: #7a7a7a;
}

.noticias_entrar {
    display: flex;
    margin: -35px 0px 0px 90%;
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .entrada,
    .conteudo,
    .entrada_pagina {
        display: block;
    }
    .conteudo_titulo {
        width: 100%;
        text-align: start;
        margin: -2rem 0 -3rem 1rem;
    }
    .conteudo_img_bg {
        width: 135%;
        height: 31vh;
    }
    .conteudo_texto p {
        font-size: 20px !important;
    }
    .noticias_display {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .noticias_img {
        width: 90vw;
    }
    .noticias_conteudo {
        margin: 2rem 0;
        width: 90vw;
    }
    .entrada_pagina {
        display: none;
    }
}
