#singlePost {
    float: left;
    width: 100%;
    padding: 70px 0 90px 0;
}

/* Conteúdo */

.conteudoPost {
    float: left;
    width: 100%;
}

#singlePost .conteudoPost .conteudoComSidebar {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Título */

.conteudoPost h1 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    line-height: 44px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 32px;
}

/* Resumo */

.conteudoPost .boxResumo {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

/* Dados Post */

.conteudoPost .dadosPost {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
}

.conteudoPost .dadosPost .item,
.conteudoPost .dadosPost .item a {
    display: flex;
    align-items: center;
}

.conteudoPost .dadosPost .item + .item {
    margin-left: 20px;
}

.conteudoPost .dadosPost .item i {
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

.conteudoPost .dadosPost .item span {
    color: #242424;
    font-size: 13px;
    line-height: 13px;
    margin-left: 10px;
}

/* Dados Autor */

.conteudoPost .dadosAutor {
    float: left;
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteudoPost .dadosAutor .avatarAutor {
    border-radius: 150px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 3px solid #AAB471;
    margin-right: 20px;
}

.conteudoPost .dadosAutor .avatarAutor img {
    width: 100%;
    border-radius: 150px;
    border: solid 3px #000;
}

.conteudoPost .dadosAutor .textosAutor {
    display: flex;
    flex-direction: column;
}

.conteudoPost .dadosAutor .textosAutor .nomeAutor {
    margin: 0;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.conteudoPost .dadosAutor .textosAutor .profissao {
    float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
}

.conteudoPost .dadosAutor .textosAutor .social {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.conteudoPost .dadosAutor .textosAutor .social a {
    display: inline-block;
}

.conteudoPost .dadosAutor .textosAutor .social a + a {
    margin-left: 10px;
}

.conteudoPost .dadosAutor .textosAutor .social a i {
    color: #1C1C20;
	font-size: 14px;
}

/* Conteúdo */

.conteudoPost h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    color: #242424;
    line-height: 34px;
}

.conteudoPost h3 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
    color: #242424;
    line-height: 32px;
}

.conteudoPost h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    color: #242424;
    line-height: 28px;
}

.conteudoPost .wp-block-embed {
    float: left!important;
    width: 100%!important;
    max-width: 100%!important;
}

.conteudoPost .wp-block-embed .wp-block-embed__wrapper {
    float: left!important;
    width: 100%!important;
    max-width: 100%!important;
}

.conteudoPost .wp-block-embed .wp-block-embed__wrapper iframe {
    width: 100%!important;
    height: 500px!important;
    max-width: 100%!important;
}

.conteudoPost iframe {
    max-width: 100%!important;
}

/* Compartilhamento */

.compartilhamentoPost {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.compartilhamentoPost .container {
    display: flex;
    justify-content: center;
}

.compartilhamentoPost .boxBorder {
    border-bottom: solid 1px #000;
    padding: 0 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compartilhamentoPost .boxBorder span {
    font-size: 13px;
    font-weight: 600;
    margin-right: 25px;
}

.compartilhamentoPost .boxBorder a {
    color: #1C1C20;
    font-size: 14px;
}

.compartilhamentoPost .boxBorder a + a {
    margin-left: 10px;
}

/* Posts Relacionados */

.postsRelacionados {
    float: left;
    width: 100%;
    padding: 50px 0 90px 0;
}

.postsRelacionados .tituloSessao {
    float: left;
    width: 100%;
    background-color: #E8F69F;
    color: #000;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.postsRelacionados ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Sidebar */

#sidebarBlog #sidebarBlogInterno .imagemSidebar + .imagemSidebar {
    margin-top: 30px;
}

#sidebarBlog #sidebarBlogInterno .imagemSidebar a {
    display: inline-block;
}

/* Newsletter */

.boxNewsletter {
    padding-top: 70px;
}

@media (max-width: 768px) {

    #singlePost {
        padding: 30px 0 50px 0;
    }

    .boxSidebar {
        margin-top: 30px;
    }

    .boxSidebar .imagemSidebar {
        text-align: center;
    }

    /* Título */

    .conteudoPost h1 {
        margin: 0 0 25px 0;
        font-size: 20px;
        line-height: 32px;
    }

    /* Dados Autor */

    .conteudoPost .dadosAutor .avatarAutor {
        width: 80px;
        height: 80px;
    }

    /* Conteúdo */

    .conteudoPost .content_noticia {
        padding: 0;
    }

    .conteudoPost h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .conteudoPost h2.has-background {
        padding: 20px;
    }

    .conteudoPost .wp-block-embed .wp-block-embed__wrapper iframe {
        height: 300px;
    }

    /* Compartilhe */

    .compartilhamentoPost {
        padding: 0;
    }

    /* Veja Também */

    .postsRelacionados ul {
		grid-template-columns: repeat(2, 1fr);
    	gap: 50px 30px;
	}

}

@media (max-width: 500px) {

    .conteudoPost .dadosPost {
        display: flex;
        justify-content: center;
    }

    .conteudoPost .dadosPost .item + .item {
        margin-left: 15px;
    }

    .conteudoPost .dadosPost .item span {
        font-size: 12px;
        margin-left: 5px;
    }

    .conteudoPost .wp-block-embed .wp-block-embed__wrapper iframe {
        height: 200px;
    }

    /* Veja Também */

    .postsRelacionados ul {
		grid-template-columns: repeat(1, 1fr);
	}

}