.container-banner-home {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    position: relative;
    margin-bottom: 70px;
}

.box-banner-principal::before {
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-circulo-bg-banner-before.webp);
    position: absolute;
    height: 15.9vw;
    left: -101vw;
    width: 100vw;
    top: 11vw;
    bottom: 0;
    margin: auto;
    content: '';
    z-index: 2;
}

.box-banner-principal::after {
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-circulo-bg-banner-after.webp);
    position: absolute;
    height: 15.9vw;
    right: -99vw;
    width: 100vw;
    top: 11vw;
    bottom: 0;
    margin: auto;
    content: '';
    z-index: 2;
}

.swiper-banner-home::after {
    content: '';
    width: 438px;
    height: 82px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    bottom: -2px;
    -webkit-clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

.box-banner-home {
    width: 1280px;
    max-width: 86%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}


.banner-01 {
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-banner-01.webp);
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-position: bottom;
}

.banner-empreendimento-01 {
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-banner-02.webp);
    height: 100%;
    background-size: cover;
    position: relative;
}

.banner-empreendimento::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
}

.call-banner-1 {
    width: 47.5%;
    position: relative;
    top: -39px;
    left: 10px;
}

.titulo-banner {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    position: relative;
    padding-left: 26px;
    top: 44px;
}

.titulo-banner::before {
    content: '';
    width: 5px;
    height: 56px;
    background-color: #b52a31;
    position: absolute;
    top: 0px;
    left: 0px;
}

.titulo-banner p {
    margin-bottom: 0.2vw;
}

.titulo-banner .tradicao-banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 304px;
    height: 78px;
    background-color: #b52a31;
    border-radius: 5px;
    margin-left: 34px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 29px;
}

.titulo-banner span {
    font-weight: normal;
    font-size: 36px;
}


.box-texto-banner {
    background-color: #00000063;
    height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
}

.texto-banner {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-left: 31px;
    margin-right: 22px;
    margin-bottom: 24px;
    line-height: 33px;
}

.texto-banner span {
    color: #e63740;
    font-weight:600;
}

.botao-conheca-banner {
    width: 59.4%;
    height: 18%;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: -41px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.botao-conheca-banner a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b52a31;
    font-family: 'Montserrat';
    text-decoration: none;
    margin-left: 33px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-banner svg {
    width: 8px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 8%;
    fill: #b52a31;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-banner:hover {
    background-color: #b52a31;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-banner:hover a {
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-banner:hover svg {
    fill: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.container-banner-home .swiper-button-next {
    bottom: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    z-index: 2;
    right: 300px;
    color: #b52a31;
    position: unset;
    margin: 0;
}

.container-banner-home .swiper-button-prev {
    bottom: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    z-index: 2;
    right: 350px;
    left: unset;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #c3c3c3;
    position: unset;
    margin: 0;

}

.botoes-navegacao-banner {
    position: absolute;
    right: 307px;
    bottom: -17px;
    width: 57px;
    height: 97px;
    background-color: transparent;
    z-index: 99;
    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: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.container-banner-home .swiper-button-next:after, .container-banner-home .swiper-button-prev:after {
    content: 'next';
    font-size: 26px;
}


.container-banner-home .swiper-pagination-bullet-active {
    width: 69px;
    height: 2px;
    background-color: #fa3030 !important;
    margin: 0 !important;
}

.container-banner-home .swiper-pagination-bullet {
    width: 3.6vw;
    height: 2px;
    background-color: #dadada;
    margin: 0 !important;
    opacity: unset !important;
    border-radius: unset;

}

.container-banner-home .swiper-pagination {
    bottom: 2.64vw !important;
}

.container-banner-home .swiper-scrollbar {
    display: none;
}

.call-banner-empreendimento {
    width: 627px;
    max-width: 100%;
    position: relative;
    top: 64px;
    background-color: #00000040;
    height: 340px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px;
    border-radius: 5px;
}

.status-empreendimento-banner {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    background-color: #b52a31;
    border-radius: 5px;
    position: absolute;
    top: 41px;
    left: 42px;
    z-index: 1;
    width: 294px;
    height: 34px;
    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;
}

.titulo-banner-empreendimento {
    font-size: 56px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-bottom: 29px;
    margin-top: -28px;
}

.caracteristicas-banner-empreendimento, .localizacao-banner-empreendimento {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    margin-left: 6px;
}

.localizacao-banner-empreendimento svg {
    opacity: 0.702;
    fill: #ffffff;
    width: 20px;
    margin-right: 23px;
    margin-left: 4px;
}

.caracteristicas-banner-empreendimento span {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    width: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    border: 1px solid #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 17px;
}

.box-banner-empreendimento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    top: -2.9vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.botao-conheca-banner-empreendimento {
    width: 57.6%;
    height: 24%;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: -41px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.botao-conheca-banner-empreendimento a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b52a31;
    font-family: 'Montserrat';
    text-decoration: none;
    margin-left: 33px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-banner-empreendimento svg {
    width: 8px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 8%;
    fill: #b52a31;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-banner-empreendimento:hover {
    background-color: #b52a31;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-banner-empreendimento:hover a {
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-banner-empreendimento:hover svg {
    fill: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

/* Seção de Empreendimentos */

.container-empreendimentos-home {
    width: 100%;
    position: relative;
    margin-bottom: 115px;
}

.container-empreendimentos-home::after {
    bottom: -16vw;
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-bg-empreendimento-after.webp);
    position: absolute;
    right: 0px;
    z-index: -1;
    content: '';
    background-size: contain;
    width: 27vw;
    background-repeat: no-repeat;
    height: 55.5vw;
}

.container-empreendimentos-home::before {
    content: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-bg-empreendimento-before.webp);
    position: absolute;
    left: 0px;
    top: 57px;
    z-index: -2;
}

.content-empreendimentos-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 1280px;
    max-width: 86%;
}

.titulo-empreendimentos-home {
    margin-bottom: 48px;
}
.titulo-empreendimentos-home h1{
    font-size: 42px;
    color: #1a1444;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat';
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.titulo-empreendimentos-home span {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0px;
}

.box-empreendimentos-home {
    width: 100%;
    height: auto;
    position: relative;
}

.box-conheca-empreendimentos-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 0px;
    left: 0px;
}

.box-conheca-empreendimentos-home p {
    color: #b52a31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.box-conheca-empreendimentos-home span {
    color: #111;
    letter-spacing: 0;
    font-weight: bold;
}

.botao-conheca-todos-home {
    width: 361px;
    height: 81px;
    border-radius: 5px;
    background-color: #f3f3f3;
    font-size: 16px;
    text-decoration: none;
    color: #b52a31;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-left: 20px;
}

.botao-conheca-todos-home-mobile, .botao-veja-blog-home-mobile {
    display: none;
}


.botao-conheca-todos-home svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 20px;
    fill: #b52a31;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-conheca-todos-home:hover {
    background-color: #b52a31;
    color: #f3f3f3;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.botao-conheca-todos-home:hover svg {
    fill: #f3f3f3;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.loop-empreendimentos-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5.4%;
}

.empreendimento-home {
    width: 524px;
    max-width: 524px;
    height: 610px;
    max-height: 610px;
    border-radius: 5px;
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-thumb-piratininga.webp);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 3.67%;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    background-size: cover;
    background-position: center;
}

.empreendimento-home:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.empreendimento-home > .link-empreendimento-home {
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.empreendimento-home:nth-last-child(-n + 1) {
    margin: 0;
}


.status-empreendimento-home {
    width: 102px;
    height: 22px;
    background-color: #b52a31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    left: 40px;
}

.titulo-empreendimento-home {
    font-size: 28px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.informacoes-empreendimento-home {
    margin-left: 10%;
    width: 100%;
}

.metragem-empreendimento-home, .dorms-empreendimento-home, .localizacao-empreendimento-home {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.metragem-empreendimento-home svg, .dorms-empreendimento-home svg, .localizacao-empreendimento-home svg {
    width: 18px;
    fill: #fff;
    margin-right: 20px;
}


.box-informacoes-empreendimento-home {
    margin-left: 3vw;
    margin-bottom: 40px;
}

.gradient-empreendimentos-home {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c4), to(rgb(0 0 0 / 0%)));
    background-image: -o-linear-gradient(bottom, #000000c4 0%, rgb(0 0 0 / 0%) 100%);
    background-image: linear-gradient(0deg, #000000c4 0%, rgb(0 0 0 / 0%) 100%);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 8px;
}

.botao-saiba-mais-empreendimento {
    width: 74.6%;
    height: 37px;
    border-radius: 5px;
    background-color: #b52a31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: -17px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding-left: 50px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;


}

.botao-saiba-mais-empreendimento:hover {
    /* background-color: #f3f3f3; */
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}


.botao-saiba-mais-empreendimento svg {
    width: 22px;
    fill: #fff;
    position: absolute;
    right: 25px;
}


.botao-saiba-mais-empreendimento:hover svg {
    fill: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

/* Seção de diferenciais */

.container-diferenciais-home {
    height: 36.5vw;
    max-height: 700px;
    position: relative;
}

.container-diferenciais-home::after {
    content: '';
    width: 125%;
    height: 100%;
    background-color: #f3f3f3;
    position: absolute;
    top: 0px;
    z-index: -1;
    right: 0px;
    -webkit-clip-path: polygon(78% 0, 80.5% 14%, 100% 14%, 100% 100%, 69% 100%, 0 100%, 0% 60%, 0 0);
            clip-path: polygon(78% 0, 80.5% 14%, 100% 14%, 100% 100%, 69% 100%, 0 100%, 0% 60%, 0 0);
}

.content-diferenciais-home {
    margin: 0 auto;
    width: 1920px;
    max-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;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.box-informacoes-diferenciais-home {
    max-width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 7vw;
}

.box-texto-diferenciais-home {
    width: 641px;
    height: 100%;
    max-width: 100%;
    position: relative;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.box-texto-diferenciais-home span {
    font-weight: bold;
}

.imagem-diferencial {
    width: 50%;
    position: relative;
    height: 100%;
}

.imagem-diferencial img {
    position: absolute;
    bottom: 0px;
    left: -7vw;
}

.box-texto-diferenciais-home h2 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #111;
    font-weight: 400;
    font-family: 'Montserrat';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.box-texto-diferenciais-home h2 span{
font-weight: bold;
color: #1a1444;
}

.box-texto-diferenciais-home p{
 font-size: 18px;
 color: #292929;
 font-weight: 500;
 line-height: 34px;
 font-family: 'Montserrat';
}

.box-texto-diferenciais-home hr {
    margin: 20px 0;
}

.box-texto-diferenciais-home p:nth-child(1){
    margin-bottom: 7%;
}

.botao-diferenciais-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 361px;
    height: 81px;
    background-color: #1a1444;
    border-radius: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-family: 'Montserrat';
    color: #fff !important;
    padding-left: 30px;
    text-transform: uppercase;
    position: absolute;
    bottom: -40px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    z-index: 1;

}

.botao-diferenciais-home svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 20px;
    fill: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.botao-diferenciais-home:hover {
    background-color: #b52a31;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-diferenciais-home:hover svg {
    background-color: #b52a31;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

/* Seção da Empresa  */

.container-empresa-home {
    width: 100%;
    height: 545px;
    position: relative;
}
.container-empresa-home::before {
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-dots-before.webp);
    position: absolute;
    left: 0px;
    bottom: 0px;
    /* background-size: 10px 20px; */
    display: inline-block;
    width: 320px; 
    max-width: 17%;
    height: 317px;
    content: '';
    z-index: -1;
}
.container-empresa-home::after {
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-dots-before.webp);
    position: absolute;
    right: 0px;
    top: 0px;
    /* background-size: 10px 20px; */
    display: inline-block;
    width: 320px; 
    max-width: 17%;
    height: 317px;
    content: '';
    z-index: -1;
}

.content-empresa-home {
    width: 1280px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background: #fff;
}

.frase-empresa-home {
    font-size: 28px;
    letter-spacing: 1px;
    color: #1a1444;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-bottom: 60px;
}

.box-circulo-empresa-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.area-circulo-empresa-home {
    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-right: 75px;
}


.area-circulo-empresa-home:nth-last-child(-n +1) {
    margin-right: 0px;
}

.circulo-empresa-home {
    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;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    border: 5px solid #b52a31;
    margin-bottom: 15px;

}

.circulo-empresa-home svg {
    width: 52px;
    height: auto;
    fill: #686868;
}

.area-circulo-empresa-home p {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #414141;
    font-weight: 700;
    text-align: center;
    width: 162px;
}

.container-blog-home {
    background-image: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-bg-blog.webp);
    width: 100%;
    height: 875px;
    position: relative;
    overflow: hidden;
}

.container-blog-home::before {
    content: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-bg-blog-before.webp);
    position: absolute;
    left: 0px;
    z-index: 1;
}

.container-blog-home::after {
    content: url(./../../incorporadora-e-construtora/home/goncalves-incorporadora-bg-blog-after.webp);
    position: absolute;
    right: 0px;
    top: 0px;
}

.content-blog-home {
    width: 1280px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.box-blog-home {
    width: 100%;
    z-index: 1;
    position: relative;
}

.box-confira-blog-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 0px;
    left: 0px;
}

.box-confira-blog-home p {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
    font-family: 'Montserrat';
}

.box-confira-blog-home p span{
    font-weight: bold;
}

.botao-veja-blog-home {
    width: 361px;
    height: 67px;
    border-radius: 5px;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #1a1444;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    z-index: 2;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    position: absolute;
    top: 0px;
    right: 0;

}

.botao-veja-blog-home svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 20px;
    fill: #212053;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.botao-veja-blog-home:hover {
    background: #212053;
    color: #f3f3f3;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.botao-veja-blog-home:hover svg{
    fill: #f3f3f3;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.loop-blog-home {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blog-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 409px;
    max-width: 409px;
    height: 535px;
    max-height: 535px;
    border-radius: 10px;
    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.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.blog-home:nth-last-child(-n + 1 ) {
    margin-right: 0;
}


.blog-home:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.imagem-blog-home {
    border-top-left-radius:10px;
    border-top-right-radius: 10px;
}

.imagem-blog-home img {
    width: 100%;
    border-top-left-radius:10px;
    border-top-right-radius: 10px;

}

.descricoes-blog-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 5%;
}

.cat-data-blog-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 17px;
}

.categoria-blog-home {
    font-size: 12px;
    color: #b52a31;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none;
}

.data-blog-home {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #212053;
    font-weight: 600;
}

.titulo-blog-home {
    margin-bottom: 17px;
}

.titulo-blog-home a{
    font-family: 'Montserrat';
    font-size: 20px;
    color: #212053 !important;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none !important;
    margin-bottom: 17px;
}

.texto-blog-home p{
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 21px;
    font-weight: 400;
    text-decoration: none;
    color: #222;
}

.botao-leia-blog-home {
    width: 88.1%;
    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';
}

.botao-leia-blog-home svg {
    width: 22px;
    fill: #fff;
    position: absolute;
    right: 25px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.botao-leia-blog-home:hover {
    background-color: #f3f3f3;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    color: #212053;
}


.blog-home:hover .botao-leia-blog-home {
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    color: #fff;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    background-color: #212053;

}


/* Seção do mapa */

.container-mapa-home {
    height: 560px;
    width: 100%;
    position: relative;
    background-position: center;
}

.box-localizacao-mapa-home {
    position: absolute;
    top: 22%;
    left: 16.5vw;
    width: 312px;
    height: 320px;
    border-radius: 5px;
    border-bottom: 6px solid #b52a31;
    background-color: #fff;
    -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));
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    z-index: 2;
}

.localizacao-mapa-home {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.localizacao-mapa-home svg {
    width: 20px;
    fill: #b52a31;
    margin-right: 10px;
}

.localizacao-mapa-home p {
    font-size: 26px;
    letter-spacing: 1px;
    color: #b52a31;
    font-weight: 700;
    font-family: 'Montserrat';
}

.endereco-mapa-home {
    font-size: 14px;
    letter-spacing: 1px;
    color: #2a2a2a;
    font-weight: 500;
    font-family: "Montserrat";
}

.box-iframe-mapa {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
    cursor: pointer;
}
