article {
    padding: 0 10%;
    margin-bottom: 60px;
}

.titulo {
    margin: 10px 20px;
    font-size: 2em;
    text-align: center;
}

.subtitulo {
    margin: 0px 50px 40px 50px;
    text-align: center;
}

.container-imagem-destaque {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px 60px 20px;
}

.imagem-destaque {
    max-width: 800px;
    height: auto;
}

.conteudo {
    padding: 15px 12%;
    font-size: 21px;
}
@media screen and (max-width: 900px) {
    article {
        padding: 0 3.5%;
        margin-bottom: 60px;
    }
    .conteudo {
        padding: 10px 9%;
    } 
    .titulo {
        margin: 15px 0px;
        margin-top: 0;
        font-size: 1.5em;

    }
    .subtitulo {
        margin: 0px 0px 40px 0px;

    }
}
@media screen and (max-width: 600px) {
    .conteudo {
        padding: 10px 2.5%;
    }     
}

.ultimo-conteudo {
    margin-bottom: 40px;
}

.continua-depois {
    text-align: center;
    font-size: 1.2em;
    color: #555;
    margin-bottom: 60px;
    margin-top: 60px;
    font-weight: bold;
}

.anuncio-dinamico {
    width: 100%;
    max-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* background: #f5f5f5;
    border: 2px solid #ddd; */
    border-radius: 8px;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.anuncio-midia {
    width: 100%;
    max-width: 800px;
    height: 100%;
    object-fit: cover;
}

.anuncio-dinamico a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.veja-tambem>h2 {
    margin: 45px 20px 0;
}

@media screen and (max-width: 1024px) {
    .titulo {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {

    .titulo {
        font-size: 1.5em;
    }

    .imagem-destaque {
        max-width: 600px;
        height: auto;
    }

    /* .anuncio
    .anuncio-dinamico {
        height: 230px;
    } */

    .veja-tambem>h2 {
        text-align: center;
    }

}

@media screen and (max-width: 600px) {
    .imagem-destaque {
        max-width: 100vw;
    }
}

.compartilhar-botoes {
    margin-top: 20px;
    text-align: center;
}

.compartilhar-botoes a, .compartilhar-botoes button {
    display: inline-block;
    margin: 0 10px;
    transition: transform 0.2s;
    background: none;
    border: none;
    cursor: pointer;
}

.compartilhar-botoes a:hover, .compartilhar-botoes button:hover {
    transform: scale(1.1);
}