/* *********************************** FONTS *********************************** */

@font-face {
    font-family: "Intro-Regular";
    src: url("../fonts/Intro-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Intro-Regular.otf") format("opentype"),
        url("../fonts/Intro-Regular.woff") format("woff"),
        url("../fonts/Intro-Regular.ttf") format("truetype"),
        url("../fonts/Intro-Regular.svg#Intro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Intro-Black-Alt";
    src: url("../fonts/Intro-Black-Alt.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Intro-Black-Alt.otf") format("opentype"),
        url("../fonts/Intro-Black-Alt.woff") format("woff"),
        url("../fonts/Intro-Black-Alt.ttf") format("truetype"),
        url("../fonts/Intro-Black-Alt.svg#Intro-Black-Alt") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Intro-Black-Caps";
    src: url("../fonts/Intro-Black-Caps.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Intro-Black-Caps.otf") format("opentype"),
        url("../fonts/Intro-Black-Caps.woff") format("woff"),
        url("../fonts/Intro-Black-Caps.ttf") format("truetype"),
        url("../fonts/Intro-Black-Caps.svg#Intro-Black-Caps") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Intro-Book";
    src: url("../fonts/Intro-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Intro-Book.otf") format("opentype"),
        url("../fonts/Intro-Book.woff") format("woff"),
        url("../fonts/Intro-Book.ttf") format("truetype"),
        url("../fonts/Intro-Book.svg#Intro-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.carousel-control span {
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.carousel-control span.left {
    left: 0;
}

.carousel-control span.right {
    right: 0;
}

/* *********************************** LOADING *********************************** */

#loading_container {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

#loading_centro {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* *********************************** LAYOUT *********************************** */

html,
body {
    height: 100%;
}

body {
    font-family: "Intro-Regular";
    font-weight: normal;
    font-style: normal;
    color: #41403f;
    overflow-x: hidden;
}

body a {
    text-decoration: none !important;
}

.float_w {
    width: 100%;
    float: left;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

#banner_geral {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 40px;
}

#banner_geral .container {
    height: 100%;
    padding: 180px 130px 0 130px;
    position: relative;
}

#banner_geral .container h1 {
    font-family: "Intro-Black-Caps";
    font-size: 62px;
    line-height: 58px;
    color: #fff;
    margin: 0;
}

#banner_geral .container p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 17px;
    padding-top: 40px;
}

#banner_geral_mascara {
    position: absolute;
    background: rgb(0 0 0 / 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.titulo_geral {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    padding-bottom: 30px;
}

#whatsapp_icon {
    width: 55px;
    background: #000;
    top: 50%;
    right: 0;
    position: fixed;
    z-index: 999;
    margin-top: -123px;
}

@media screen and (max-width: 768px) {
    .container {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    #banner_geral .container {
        padding: 120px 25px 0 25px;
    }

    #banner_geral .container h1 {
        font-size: 25px;
        line-height: 25px;
    }

    #banner_geral .container p {
        font-size: 15px;
        padding-top: 20px;
    }
}

/*------- TOPO ------*/

.menu {
    background: rgb(0 0 0 / 67%) !important;
    width: 100%;
    float: left;
}

.nav {
    padding-top: 50px !important;
}

.redes_topo {
    padding-top: 67px;
}

.redes_topo img {
    margin-left: 10px;
}

@media screen and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 10px !important;
    }
    nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
        width: 655px !important;
    }
}
@media screen and (max-width: 1200px) {
    .navbar-brand {
        padding: 15px 15px 15px 0;
    }
    .logo {
        width: 120px;
    }
    .nav {
        padding-top: 40px !important;
    }
    .redes_topo {
        padding-top: 57px;
    }
}
/*------- INDEX ------*/

#index_banner {
    width: 100%;
    float: left;
    height: 100vh;
}

#index_banner #carousel-index {
    height: 100%;
}

#index_banner #carousel-index .carousel-inner {
    height: 100%;
}

#index_banner #carousel-index .carousel-inner .item {
    height: 100%;
}

#index_banner #carousel-index .carousel-inner .item::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#index_banner #carousel-index .carousel-inner .item .container {
    height: 100%;
    position: relative;
}

#index_empreendimentos {
    width: 100%;
    float: left;
    position: relative;
}

.index_banner_legenda {
    background: hsl(0deg 0% 0% / 74%);
    position: absolute;
    top: 50%;
    margin-top: -100px;
    padding: 40px 110px 40px 40px;
    z-index: 99;
}

.index_banner_legenda_titulo {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
}

.index_banner_legenda_titulo h1 {
    margin: 0 !important;
    font-family: "Intro-Black-Caps";
    font-size: 50px;
    color: #fff;
}

.index_banner_legenda_titulo h5 {
    margin: 0 !important;
    color: #fff;
    font-size: 23px;
}

.index_banner_legenda p {
    margin-top: 15px;
    display: inline-block;
    color: #fff;
}

#index_empreendimentos_texto {
    position: absolute;
    bottom: 59px;
    font-family: "Intro-Black-Caps";
    font-size: 80px;
    width: 400px;
    text-align: right;
    padding-right: 30px;
    line-height: 80px;
}

#index_empreendimentos_mascara {
    position: absolute;
    background: #f3f3f3;
    top: 0;
    left: 0;
    /* right: 0; */
    bottom: 117px;
    width: 410px;
}

#index_empreendimentos_content {
    margin-left: 410px;
}

#index_blog {
    width: 100%;
    float: left;
    padding: 40px 0;
}

#index_blog_titulo {
    font-family: "Intro-Black-Caps";
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 38px;
}

.carousel-index .carousel-control span.left {
    right: 0;
}

.carousel-index .carousel-control span.right {
    left: 0;
}

@media screen and (max-width: 768px) {
    .index_banner_legenda {
        padding: 30px !important;
        left: 20px !important;
        right: 20px !important;
    }

    .index_banner_legenda_titulo h1 {
        font-size: 25px;
    }

    .index_banner_legenda_titulo h5 {
        font-size: 20px;
    }

    #index_empreendimentos_texto_mobile {
        width: 100%;
        float: left;
        text-align: center;
        font-family: "Intro-Black-Caps";
        padding-top: 40px;
        font-size: 30px;
    }

    #index_blog_titulo {
        font-size: 30px;
        text-align: center;
        padding-bottom: 20px;
    }

    #index_empreendimentos_content {
        margin-left: 0;
        width: 100%;
        float: left;
        padding: 30px;
    }

    .index_blog_desc_grande {
        padding: 60px !important;
        font-size: 22px !important;
        line-height: unset !important;
        text-align: center !important;
    }

    .index_blog_desc_pequena {
        padding: 60px !important;
        font-size: 22px !important;
        height: auto !important;
    }
}

/*------- BLOG ------*/

.index_blog_imagem_grande {
    width: 100%;
    height: 700px;
    float: left;
    position: relative;
}

.index_blog_imagem_grande:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
}

.index_blog_imagem_grande:hover:before {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
}

.index_blog_imagem_pequena {
    height: 350px;
    position: relative;
}

.index_blog_imagem_pequena:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
}

.index_blog_imagem_pequena:hover:before {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
}

.index_blog_desc_pequena {
    height: 350px;
    background: #f4f0ec;
    font-family: "Intro-Black-Caps";
    font-size: 27px;
    padding: 0 30px;
    text-align: center;
    line-height: 30px;
    color: #3e3d3c;
    display: table;
}

.index_blog_desc_pequena span {
    display: table-cell;
    vertical-align: middle;
}

.index_blog_desc_grande {
    height: 350px;
    background: #3e3d3c;
    font-family: "Intro-Black-Caps";
    font-size: 37px;
    padding: 0 30px;
    text-align: left;
    line-height: 42px;
    color: #7b7a78;
    display: table;
    padding-right: 230px;
}

.index_blog_desc_grande span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

/*------- QUEM SOMOS ------*/

#noticia_titulo {
    width: 100%;
    float: left;
    font-family: "Intro-Book";
    text-transform: uppercase;
    line-height: 46px;
}

#noticia_banner {
    width: 100%;
    float: left;
    height: 400px;
    margin: 40px 0;
    background: #f1f1f1;
}

#noticia_texto {
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
}

#noticia_texto * {
    font-size: 16px !important;
    font-family: Helvetica, sans-serif !important;
}

#noticia_linha {
    width: 100%;
    float: left;
    height: 1px;
    background: #000;
    margin-top: 120px;
}

#noticia_materia {
    width: 100%;
    float: left;
    padding-top: 40px;
}

#noticia_materia_titulo {
    width: 100%;
    float: left;
    font-family: "Intro-Black-Alt";
    text-align: center;
    font-size: 22px;
}

#noticia_materia_content {
    width: 100%;
    float: left;
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    #noticia_titulo {
        line-height: 30px;
        font-size: 30px;
    }
    #noticia_banner {
        height: 200px;
    }
    #noticia_texto {
        padding: 0 20px;
    }
}

/*------- QUEM SOMOS ------*/

#quem_somos_container {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.quem_somos_item {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.quem_somos_item_imagem {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.quem_somos_item_titulo {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 17px;
    font-family: "Intro-Black-Alt";
}

.quem_somos_item_desc {
    width: 100%;
    float: left;
    color: #666666;
    text-align: center;
}

/*------- EMPREENDIMENTOS ------*/

#empreendimentos_container {
    width: 100%;
    float: left;
    padding: 170px 0px 30px;
}

#empreendimentos_titulo {
    width: 100%;
    float: left;
    font-size: 43px;
    font-family: "Intro-Black-Alt";
    text-align: center;
    margin-bottom: 50px;
}

#empreendimentos_menu {
    width: 350px;
    float: left;
    background: #f3f3f3;
    padding: 100px 40px;
}

.empreendimentos_menu_item {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 20px;
    text-align: right;
    cursor: pointer;
}

.empreendimentos_menu_item_selected {
    color: #ccc;
}

#empreendimentos_content {
    margin-left: 350px;
}

@media screen and (max-width: 768px) {
    #empreendimentos_container {
        padding: 120px 0px;
    }
    #empreendimentos_titulo {
        font-size: 25px;
        margin-bottom: 40px;
        margin-top: 0;
    }
    #empreendimentos_menu {
        width: 100%;
        padding: 20px 0px;
        margin-bottom: 15px;
    }
    .empreendimentos_menu_item {
        text-align: center;
    }
    #empreendimentos_content {
        margin-left: 0;
        width: 100%;
        padding: 15px 25px;
    }
}

/*------- EMPREENDIMENTO ------*/

.empreendimento_banner {
    height: 600px;
}

.empreendimento_banner .container h1 {
    position: absolute;
    bottom: 0;
}

#empreendimento_container {
    width: 100%;
    float: left;
}

#empreendimento_descricao {
    width: 100%;
    float: left;
    padding: 50px 0;
    font-family: Helvetica, sans-serif !important;
    font-size: 17px;
}

#empreendimento_descricao_titulo {
    width: 100%;
    float: left;
    font-family: Helvetica, sans-serif !important;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 26px;
}

#empreendimento_descricao .container {
    padding: 20px 130px 0 130px;
}

.empreendimento_slider_container {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.empreendimento_slider_subtitulo {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 23px;
    font-family: "Intro-Book";
    margin-bottom: 40px;
}

#empreendimento_progresso {
    width: 100%;
    float: left;
    padding: 90px 0 70px;
}

#empreendimento_progresso_content {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.empreendimento_progresso_legenda {
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: center;
    font-family: "Intro-Book";
    font-size: 20px;
}

.perCirc {
    position: relative;
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: auto;
    background-color: #434343;
    background-image: linear-gradient(91deg, transparent 50%, #ccc 50%),
        linear-gradient(90deg, #ccc 50%, transparent 50%);
}
.perCirc .perCircInner {
    position: relative;
    top: 6px;
    left: 6px;
    text-align: center;
    width: 98px;
    height: 98px;
    border-radius: 100%;
    background-color: #eee;
}
.perCirc .perCircInner div {
    position: relative;
    top: 37px;
    color: #000;
}
.perCirc .perCircStat {
    font-size: 30px;
    line-height: 1em;
}

#empreendimento_form {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.empreendimento_carrousell {
    width: 100%;
    float: left;
    padding: 0 100px;
}

.box {
    overflow: hidden;
    position: relative;
}
.box-overflow {
    overflow: hidden;
}
.box-descricao {
    width: 100%;
    float: left;
    padding: 25px;
    font-size: 18px;
    text-align: right;
}
.box-descricao-pequena {
    font-size: 15px;
    font-family: Helvetica, sans-serif;
}
.box:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
}
.box:hover:before {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
}
.box img {
    width: 100%;
    height: auto;
    transform-origin: right center;
    transition: all 0.4s ease-in-out;
}
.box:hover img {
    transform: scale(1.2);
}
.box .box-content {
    color: #fff;
    width: 100%;
    opacity: 0;
    transform: translateY(-50%) scale(0.1);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease 0.1s;
    padding: 50px;
}
.box .box-content a {
    color: #fff;
}
.box:hover .box-content {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.box .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    margin: 0;
}
.box .post {
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    border-bottom: 1px #fff solid;
}
.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.box .icon li {
    margin: 0 0 0 2px;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transition: 0.4s ease 0.3s;
}
.box:hover .icon li {
    opacity: 1;
}
.box:hover .icon li:nth-child(1) {
    transition-delay: 0.4s;
}
.box .icon li a {
    color: #111;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    display: block;
    transition: 0.3s ease-in-out;
}
.box .icon li a:hover {
    line-height: 40px;
    height: 40px;
    box-shadow: 0 0 5px #999 inset;
}

#mapa_empreendimento {
    width: 100%;
    height: 400px;
}
@media only screen and (max-width: 990px) {
    .box {
        margin: 0 0 30px;
        background: #f3f3f3;
    }
}

@media screen and (max-width: 768px) {
    #empreendimento_descricao {
        padding: 10px 0 10px;
    }
    #empreendimento_descricao .container {
        padding: 0px 25px 0 25px !important;
    }
    .empreendimento_banner {
        height: 400px;
    }
    .empreendimento_slider_container {
        padding: 10px 0 !important;
    }
    .empreendimento_carrousell {
        padding: 0 0px !important;
    }
    #empreendimento_progresso {
        padding: 10px 0 10px !important;
    }
    #empreendimento_form {
        padding-top: 20px !important;
    }
    #mapa_empreendimento {
        height: 300px;
    }
}

/*------- BLOG ------*/

#blog_container {
    width: 100%;
    float: left;
    padding: 170px 0px 0px;
}

#blog_titulo {
    width: 100%;
    float: left;
    font-size: 43px;
    font-family: "Intro-Black-Alt";
    text-align: center;
    margin-bottom: 50px;
}

#blog_content {
    width: 100%;
    float: left;
}

.blog_item {
    width: 100%;
    float: left;
}

@media screen and (max-width: 768px) {
    #blog_container {
        padding: 100px 0px 0px !important;
    }
    #blog_titulo {
        font-size: 30px;
    }
}

/*------- CONTATO ------*/

.banner_geral_contato {
    padding-top: 150px;
}

.banner_geral_desc {
    line-height: 39px;
}

#contato_container {
    width: 100%;
    float: left;
    padding: 80px 0 0;
}

#contato_form {
    width: 100%;
    float: left;
    padding: 30px 0 70px;
}

#contato_mapa {
    width: 100%;
    float: left;
    height: 400px;
}

.mensagem_contato {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
}

/*------- NEWSLETTER ------*/

#newsletter_container {
    width: 100%;
    float: left;
    padding: 50px 0;
}

#newsletter_titulo {
    width: 100%;
    float: left;
    font-family: "Intro-Black-Alt";
    text-align: right;
    font-size: 25px;
    padding: 10px 0;
}

#newsletter_input {
    width: 100%;
    float: left;
    background: #41403f;
    border: 0;
    padding: 18px;
    color: #fff;
}

#newsletter_feedback {
    padding-top: 10px;
    width: 100%;
    float: left;
}

/*------- SIGA ------*/

#siga_container {
    width: 100%;
    float: left;
    padding: 50px 0;
}

#siga_centro {
    width: 300px;
    height: 24px;
    margin: auto;
}

#siga_centro span {
    float: left;
    font-size: 20px;
    color: #686a6b;
    padding-top: 6px;
}

#siga_centro hr {
    float: left;
    width: 100px;
    border-top: 2px solid #686a6b;
    margin: 16px 11px;
}

#siga_centro img {
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    #siga_centro {
        width: 260px;
    }

    #siga_centro span {
        font-size: 16px !important;
        padding-top: 4px;
    }

    #siga_centro hr {
        margin: 12px 11px;
    }

    #siga_centro img {
        margin-right: 5px;
        width: 25px;
    }
}

/*------- BOTTOM ------*/

#bottom_container {
    width: 100%;
    float: left;
    background: #000;
    padding: 30px 0 100px;
}

#bottom_content {
    width: 100%;
    float: left;
    padding: 0 80px;
}

#bottom_logo {
    float: left;
}

#bottom_logo img {
    width: 70px;
}

.bottom-texto {
    color: #fff;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    #bottom_content {
        padding: 30px 0 0px;
    }
    #bottom_logo {
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }
}

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

/* ****************** min-width: 992px ****************** */
@media screen and (max-width: 992px) {
}
/* ****************** min-width: 1200px ****************** */
@media screen and (max-width: 1200px) {
}

/* ****************************** MINIMO ****************************** */

/* ****************** min-width: 992px ****************** */
@media screen and (min-width: 992px) {
}

/* ****************** min-width: 1200px ****************** */
@media screen and (min-width: 1200px) {
}

/* ****************************** MAX and MIN ****************************** */
/* ****************** max-width: 992px and min-width: 768px ****************** */
@media (max-width: 992px) and (min-width: 768px) {
}
