a:link,
a:active,
a:visited {
    outline: 0 !important;
}

.site-main {
    font-family: Montserrat;
}

.main_container {
    width: 1280px;
    max-width: 86%;
    margin: 0 auto;
    padding: 50px 0;
}

.organiza_loop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
}

.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: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;
}

.nome-pagina-blog>h1 {
    font-size: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

.titulo-blog p {
    font-size: 42px;
    letter-spacing: 2px;
    color: #1a1444;
    font-weight: bold;
}

.titulo-blog {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.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%);
}

.posts_noticias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31.93%;
    max-width: 409px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.1));
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 2.1%;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-bottom: 80px;
}

.posts_noticias:nth-child(3n) {
    margin-right: 0%;
}

.loop_recentes .posts_noticias {
    width: 48.5%;
    margin-right: 3%;
    max-width: 50%;
}

.loop_recentes .posts_noticias:last-child {
    margin-right: 0%;
}

.posts_imagem {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.posts_imagem img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.posts_categoria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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;
}

.posts_categoria .categoria_lista a {
    font-size: 12px;
    color: #b52a31;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none;
}

.posts_categoria .data {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #212053;
    font-weight: 600;
}

.entry-header h2, .entry-header h3 {
    font-size: 20px;
    color: #212053 !important;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none !important;
    margin-bottom: 17px;
}

.entry-header p {
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    color: #222;
}

.conteudo_content {
    padding: 20px 6% 60px 6%;
}

.leia_mais {
    width: 88%;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    background-color: #212053;
    position: absolute;
    left: 50%;
    bottom: -23px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding-left: 30px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
}


.loop_recentes .conteudo_content {
    padding: 20px 10% 60px 10%;
}

.loop_recentes .leia_mais {
    width: 80%;
}

.leia_mais svg {
    width: 22px;
    fill: #fff;
    position: absolute;
    right: 25px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.titulo-blog p {
    font-size: 42px;
    letter-spacing: 2px;
    color: #1a1444;
    font-weight: bold;
}

.titulo-blog {
    padding-bottom: 20px;
    border-bottom: 2px solid #222;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.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%);
}

.posts_noticias: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;
}


.categorias_content {
    font-size: 14px;
    color: #b52a31;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.categorias_content a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-decoration: none;
    margin: 0 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.categorias_content .menu_principal li {
    border-right: 1px solid #000;
}
.categorias_content .menu_principal li:last-child {
    border-right: none;
}

.categorias_content a:focus{
    outline: none;
}

.categorias_content li a:hover,
.btn-categoria {
    color: #1a1444;
    font-weight: 700!important;
}

.veja_todas {
    font-size: 14px !important;
    color: #1a1444 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.veja_todas::after {
    content: "" !important;
}

.paginacao_blog {
    text-align: center;
}

.paginacao_blog.wp-pagenavi .nextpostslink,
.paginacao_blogn .wp-pagenavi .previouspostslink,
.paginacao_blog .wp-pagenavi .current {
    background-color: #b52a31 !important;
    color: #fff !important;
    border-radius: 7px;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 5px !important;
    padding: 7px 10px !important;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    border: 1px solid #b52a31 !important;
}

.paginacao_blog .wp-pagenavi a {
    background-color: #212053 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border-radius: 7px;
    font-weight: 500 !important;
    margin: 0 5px !important;
    color: #fff !important;
    padding: 7px 10px !important;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    border: 1px solid #212053 !important;
}

.paginacao_blog .wp-pagenavi a:hover {
    border: 1px solid #212053 !important;
    background-color: #fff !important;
    color: #212053 !important;
}

.paginacao_blog .pages {
    display: none !important;
}

.btn-categoria svg {
    width: 10px;
    display: block;
    height: 10px;
    margin-left: 5px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.menu_principal {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    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;
}

.categorias_content {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 50px;
}

.btn-categoria {
    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;
}

.btn-categoria::after,
.dropdown a::after {
    content: "" !important;
}

.menu_principal .submenu_list {
    position: relative;
}

.menu_principal li .dropdown {
    position: absolute;
    padding: 5px 15px;
    top: 17px;
    right: -22px;
    width: 200px;
    height: auto;
    background: #fff;
    display: none;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-shadow: 0 10px 40px rgb(175 186 202 / 40%);
    box-shadow: 0 10px 40px rgb(175 186 202 / 40%);
    z-index: 99;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu_principal li .dropdown li {
    border-right: none;
    text-align: left;
    padding: 0;
    margin: 10px 0;
    width: 100%;
    display: block;
    height: auto;
}

.rotate {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

/***********************************/
/******* QUEBRAS DESKTOP ***********/
/***********************************/

@media screen and (max-width: 1440px) {
    .titulo-blog p {
        font-size: 38px;
    }

    .entry-header p,
    .posts_categoria .data {
        font-size: 13px;
    }

    .entry-header h2, .entry-header h3 {
        font-size: 19px;
    }
}

@media screen and (max-width: 1200px) {
    .titulo-blog p {
        font-size: 36px;
    }

    .entry-header p,
    .posts_categoria .data {
        font-size: 11px;
    }

    .entry-header h2, .entry-header h3 {
        font-size: 16px;
    }
}

/***********************************/
/*********** MOBILE ****************/
/***********************************/

@media screen and (max-width: 981px) {
    .main_container {
        width: 100%;
        max-width: 90%;
    }

    .posts_noticias {
        width: 48.5%;
        margin-right: 0%;
        max-width: 50%;
    }

    .posts_noticias:nth-child(3n) {
        margin-right: 0%;
    }

    .organiza_loop {
        gap: 3%;
    }

    .loop_recentes {
        gap: 0% !important;
    }

    .posts_imagem img {
        height: 220px;
    }

    .loop_recentes .conteudo_content {
        padding: 20px 6% 60px 6%;
    }

    .loop_recentes .leia_mais {
        width: 88%;
    }

    .titulo-blog p {
        font-size: 34px;
        text-align: center;
    }

    .titulo-blog {
        padding-bottom: 12px;
    }

    .nome-pagina-blog>h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 600px) {

    .nome-pagina-blog {
        height: 250px;
    }
    .organiza_loop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .posts_noticias,
    .loop_recentes .posts_noticias {
        width: 100%;
        margin-right: 0%;
        max-width: 100%;
    }

    .organiza_loop {
        gap: 0%;
    }

    .titulo-blog p {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .categorias_content,
    .categorias_content a {
        font-size: 12px;
    }

    .veja_todas {
        font-size: 13px !important;
    }

    .titulo-blog p {
        font-size: 30px;
    }

    .menu_principal>li:last-child {
        top: -15px;
    }

    .menu_principal li .dropdown {
        width: 170px;
    }

}

@media screen and (max-width: 390px) {
    .menu_principal>li:last-child {
        top: -12px;
    }

    .btn-categoria svg {
        width: 7px;
    }
}

@media screen and (max-width: 350px) {
    .posts_imagem img {
        height: 180px;
    }
    .menu_principal>li:last-child {
        top: -10px;
    }
}