.nome-pagina-blog:after {
    background-image: url(./../../incorporadora-e-construtora/empreendimento/goncalves-incorporadora-linhas-banner.webp);
    position: absolute;
	right: 0px;
	content: '';
	width: 1180px;
	background-repeat: no-repeat;
	height: 1590px;
	background-position: 198px;
	z-index: 0;
	max-width: 63vw;
}

.site-main {
    font-family: Montserrat;
}

.main_container {
    padding: 80px 0;
    background-color: #f3f3f3;
}

.post_individual {
    width: 1280px;
    max-width: 86%;
    margin: 0 auto;
}


.titulo-blog h1 {
    font-size: 42px;
    letter-spacing: 2px;
    color: #1a1444;
    font-weight: bold;
}

.titulo-blog {
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    position: relative;

    width: 1275px;
    max-width: 86%;
    margin: 0 auto 40px auto;
}

.titulo-blog::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    background-color: #b52a31;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.nome-pagina-blog {

    width: 100%;
    height: 318px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #212154;
	position: relative;
    overflow: hidden;
}

.nome-pagina-blog>span {
    font-size: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.estrutura_paginapost {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.post_conteudo {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 5px;
}

.estrutura_post {
    width: 72%;
    float: left;
    margin-right: 30px;
}

.sidebar_content {
    width: 26%;
}

.sidebar_categorias {
    background-color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
    border-radius: 5px;
    border-bottom: 6px solid #b52a31;
}

.sidebar_recentes {
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
    border-bottom: 6px solid #212154;
}

.sidebar_categorias .titulo_sidebar {
    color: #fff;
    background-color: #b52a31;
    font-size: 18px;
    margin: 0px;
    text-align: center;
    padding: 15px 0px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.sidebar_recentes .titulo_sidebar {
    color: #fff;
    background-color: #212154;
    font-size: 18px;
    margin: 0px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 15px 0px;
    border-radius: 5px 5px 0px 0px;
	width: 100%;
	display: block;
}

.sidebar_categorias .categorias_post {
    padding: 20px 0px;
    border-bottom: 1px solid #b52a31;
    text-align: center;
    width: 80%;
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.categorias_post:last-child {
    border-bottom: none;
    padding-bottom: 30px !important;
}

.categorias_post:nth-child(2) {
    padding-top: 30px !important;
}

.sidebar_categorias a {
    color: #212154;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: 600;
}

.sidebar_categorias a:hover{
    font-weight: 800;
}

.categorias_post svg {
    width: 7px;
    position: absolute;
    left: 0;
}

.recentes_organizacao {
    padding: 25px;
}

.sidebar_recentes a {
    color: #212154;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.conteudo_recentes:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.conteudo_recentes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0px;
    border-bottom: 1px solid #b52a31;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 115px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sidebar_recentes a:last-child .conteudo_recentes {
    border-bottom: none;
}

.recentes_organizaimg {
    width: 30%;
    margin-right: 30px;
    height: 100%;
}

.recentes_organizaimg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 75px;
}

.recentes_organizatxt {
    width: 70%;
}

.posts_categoria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    gap: 10px;
}

.posts_categoria,
.posts_categoria span,
.posts_categoria span a {
    font-size: 13px;
    color: #b52a31;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none;
}

.texto_post p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #1a1444;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.texto_post p strong,
.texto_post p b {
    font-weight: 800;
}

.texto_post p span {
    background-color: #ffe13b;
}

.texto_post p a {
    color: #212154;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.texto_post p a:hover {
    font-weight: 700;
}

.texto_post p a:focus{
    outline: none;
}

.texto_post img {
    border-bottom: 6px solid #b52a31;
    -webkit-clip-path: polygon(90% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(90% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
    margin-bottom: 40px;
    margin-top: 10px;
}

.texto_post h2 {
    font-size: 32px;
    color: #1a1444;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.texto_post h3 {
    font-size: 30px;
    color: #1a1444;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.texto_post h4 {
    font-size: 28px;
    color: #cb0000;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.texto_post h5 {
    font-size: 23px;
    color: #cb0000;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.texto_post h6 {
    font-size: 20px;
    color: #cb0000;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.texto_post ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.texto_post ul li::before {
    content: "•";
    margin-right: 7px;
    color: #b52a31;
    font-weight: 800;
}

.texto_post ul li,
.texto_post ol li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #1a1444;
    letter-spacing: 0.5px;
}

.texto_post ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0 0 0 20px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.texto_post ol li:before {
    counter-increment: item;
    content: counters(item, ".", decimal)". ";
    color: #b52a31;
}

/*comentarios*/
.posts_comentarios {
    background-color: #ffffff;
    border-radius: 5px;
}

.comment-reply-title {
    color: #fff;
	display: block;
    background-color: #b52a31;
    font-size: 28px;
    margin: 0px;
    text-align: left;
    padding: 30px 70px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(./../../incorporadora-e-construtora/contato/comentarios_chat.png) !important;
    background-size: 50px !important;
    background-repeat: no-repeat !important;
    background-position: 93% !important;
}

.comment-reply-title a {
    display: none;
}

.comment-form-url {
    display: none !important;
}

.comment-form {
    padding: 40px 90px;
}

.comment-form .comment-form-comment label,
.comment-form .comment-form-email label,
.comment-form .comment-form-author label {
    display: none;
}

.form-nome,
.form-email,
#author,
#email {
    width: 100%;
    background-color: #fff;
    padding: 10px !important;
    text-decoration: none;
    font-size: 14px !important;
    margin: 10px 0 10px 0;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #d88d91 !important;
    font-family: Montserrat;
}

.form-mensagem,
#comment {
    width: 100%;
    background-color: #fff;
    padding: 10px !important;
    text-decoration: none;
    font-size: 14px !important;
    margin: 5px 0 5px 0;
    border-radius: 0px;
    border: 2px solid #d88d91 !important;
    max-height: 140px;
    font-family: Montserrat;
}

.posts_comentarios .submit {
    font-family: Montserrat;
    letter-spacing: 1px;
    width: 70% !important;
    padding: 25px 40px !important;
    font-size: 15px !important;
    float: none !important;
    color: #fff !important;
    cursor: pointer !important;
    border: none !important;
    margin: 5px 0px 5px 0px !important;
    background-color: #b52a31 !important;
    -webkit-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
    display: block !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700 !important;
    border-radius: 5px !important;
    margin-top: 40px !important;
    background-image: url(./../../incorporadora-e-construtora/contato/arrow-right.svg) !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 93% !important;
}

.posts_comentarios .submit:hover {
    -webkit-filter: brightness(1.30);
            filter: brightness(1.30);
}

.comment-notes {
    font-size: 14px;
    color: #414141;
    margin-bottom: 20px;
}

.comment-form-cookies-consent {
    font-size: 14px;
    color: #414141;
    margin-top: 20px;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;  
}

#wp-comment-cookies-consent {
    margin-right: 20px;
}

::-webkit-input-placeholder {
    color: #8f8f8f;
    font-weight: 600;
}

.comments-title {
    color: #b52a31;
    font-size: 28px;
    margin: 0px;
    text-align: left;
    padding: 40px 90px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-top: 1px solid #d88d9138;
    padding-bottom: 0px !important;
}

.comment-author,
.comment-meta .url {
    font-size: 13px;
    color: #b52a31;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none;
}

.comment-metadata a {
    font-size: 13px;
    color: #1a1444;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none;
}

.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.comment-list {
    padding: 40px 90px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.comment-content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #1a1444;
}

.comment-body {
    border: 2px solid #d88d91 !important;
    padding: 20px;
    margin-bottom: 20px;
}

.children .comment-body {
    border: 2px solid #8f8f8f !important;
    padding: 20px;
    margin-bottom: 20px;
}

.children {
    width: 90%;
    margin-left: 10%;
    position: relative;
}

.children::before {
    content: url(./../../incorporadora-e-construtora/contato/resposta_comentario.png);
    position: absolute;
    left: -11.1%;
    top: -23px;
    -webkit-filter: brightness(0.85) grayscale(1);
            filter: brightness(0.85) grayscale(1);
}

.reply a {
    text-decoration: none !important;
    padding: 10px 12px !important;
    font-size: 10px !important;
    float: none !important;
    color: #fff !important;
    cursor: pointer !important;
    border: none !important;
    margin: 5px 0px 5px 0px !important;
    background-color: #b52a31 !important;
    -webkit-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
    display: inline-block !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600 !important;
    border-radius: 5px !important;
    margin-top: 10px !important;
}

#comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


/***********************************/
/******* QUEBRAS DESKTOP ***********/
/***********************************/

@media screen and (max-width: 1440px) {
    .titulo-blog h1 {
        font-size: 36px;
    }

    .texto_post p,
    .texto_post ul li,
    .texto_post ol li {
        font-size: 15px;
        line-height: 28px;
    }

    .texto_post h2 {
        font-size: 30px;
        margin-top: 40px;
    }

    .texto_post h3 {
        font-size: 28px;
        margin-top: 40px;
    }

    .texto_post h4 {
        font-size: 26px;
        margin-top: 40px;
    }

    .texto_post h5 {
        font-size: 21px;
        margin-top: 40px;
    }

    .texto_post h6 {
        font-size: 18px;
        margin-top: 40px;
    }

    .comment-reply-title {
        font-size: 25px;
        padding: 26px 70px;
        background-size: 45px !important;
    }

    .recentes_organizacao {
        padding: 10px 20px;
    }

    .comment-notes,
    .comment-form-cookies-consent {
        font-size: 13px;
    }

    .posts_comentarios .submit {
        padding: 20px 35px !important;
        font-size: 14px !important;
    }

    .comments-title {
        font-size: 25px;
        padding: 20px 90px;
    }

    .comment-author,
    .comment-meta .url,
    .comment-metadata a {
        font-size: 12px;
    }

    .comment-content p {
        font-size: 13px;
    }

    .sidebar_categorias a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .titulo-blog h1 {
        font-size: 34px;
    }

    .texto_post p,
    .texto_post ul li,
    .texto_post ol li {
        font-size: 14px;
        line-height: 26px;
    }

    .texto_post h2 {
        font-size: 28px;
        margin-top: 30px;
    }

    .texto_post h3 {
        font-size: 26px;
        margin-top: 30px;
    }

    .texto_post h4 {
        font-size: 24px;
        margin-top: 30px;
    }

    .texto_post h5 {
        font-size: 19px;
        margin-top: 30px;
    }

    .texto_post h6 {
        font-size: 16px;
        margin-top: 30px;
    }

    .comment-reply-title {
        font-size: 23px;
        padding: 26px 70px;
        background-size: 40px !important;
    }

    .sidebar_categorias a {
        font-size: 14px;
    }

}

/***********************************/
/************ MOBILE ***************/
/***********************************/

@media screen and (max-width: 981px) {

    .post_individual,
    .titulo-blog {
        width: 90%;
        max-width: 100%;
    }

    .main_container {
        padding: 40px 0;
    }

    .estrutura_paginapost {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .estrutura_post {
        width: 100%;
        margin-right: 0px;
    }

    .sidebar_content {
        width: 100%;
        margin-top: 50px;
    }

    .recentes_organizaimg img {
        width: 100%;
        max-width: 90px;
    }

    .post_conteudo,
    .comment-form,
    .comments-title,
    .comment-list,
    .comment-reply-title {
        padding: 30px;
    }

    .posts_comentarios .submit {
        width: 100% !important;
    }

    .nome-pagina-blog>span {
        font-size: 32px;
    }

    .titulo-blog h1 {
        font-size: 28px;
    }

    .texto_post h2 {
        font-size: 26px;
    }

    .texto_post h3 {
        font-size: 24px;
    }

    .texto_post h4 {
        font-size: 22px;
    }

    .texto_post h5 {
        font-size: 20px;
    }

    .texto_post h6 {
        font-size: 18px;
    }

    #wp-comment-cookies-consent {
        margin-right: 5px;
    }

    .comment-list .comment-reply-title {
        background-image: url() !important;
        font-size: 16px;
    }

    .comment-list .comment-form {
        padding: 30px 5px;
    }
}

@media screen and (max-width: 600px) {

    .nome-pagina-blog {
        height: 250px;
    }

    .post_conteudo,
    .comment-form,
    .comments-title,
    .comment-list,
    .comment-reply-title {
        padding: 25px;
    }

    .comment-author,
    .comment-meta .url,
    .comment-metadata a {
        font-size: 10px;
    }

    .reply a {
        padding: 8px 10px !important;
        font-size: 9px !important;
    }

    .comment-content p {
        font-size: 12px;
        line-height: 16px;
    }

    .comment-reply-title,
    .comments-title {
        font-size: 18px;
    }

    .posts_comentarios .submit {
        padding: 20px !important;
        font-size: 13px !important;
    }

    .form-mensagem,
    #comment,
    .form-nome,
    .form-email,
    #author,
    #email {
        font-size: 12px !important;
    }

    .titulo-blog h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .titulo-blog {
        padding-bottom: 15px;
    }

    .texto_post p,
    .texto_post ul li,
    .texto_post ol li {
        font-size: 13px;
        line-height: 22px;
    }

    .texto_post h2 {
        font-size: 20px;
    }

    .texto_post h3 {
        font-size: 19px;
    }

    .texto_post h4 {
        font-size: 18px;
    }

    .texto_post h5 {
        font-size: 17px;
    }

    .texto_post h6 {
        font-size: 14px;
    }

    .sidebar_categorias a {
        font-size: 12px;
    }

    .sidebar_categorias .categorias_post {
        padding: 15px 0px;
    }

    .recentes_organizaimg {
        margin-right: 20px;
    }

    .conteudo_recentes {
        height: 100px;
    }

    .sidebar_recentes .titulo {
        font-size: 12px;
    }

    .sidebar_recentes .titulo_sidebar,
    .sidebar_categorias .titulo_sidebar {
        font-size: 16px;
    }

    .comment-reply-title {
        background-size: 35px !important;
    }

    .comment-notes,
    .comment-form-cookies-consent {
        font-size: 12px;
    }

    .comment-body {
        padding: 15px;
    }

    .comment-list .submit {
        padding: 15px !important;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 390px) {

    .comment-reply-title,
    .comments-title {
        font-size: 16px;
    }

    .comment-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 350px) {

    .comment-reply-title,
    .comments-title {
        font-size: 14px;
    }

    .posts_comentarios .submit {
        font-size: 10px !important;
    }

    .comment-content p {
        font-size: 11px;
        line-height: 15px;
    }
}