@font-face {
    font-family: 'glowstore';
    src: url('../fonts/Glowstore-Regular.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat.ttf');
    font-style: normal;
}

.font-glowstore {
    font-family: 'glowstore';
}

.font-montserrat {
    font-family: 'montserrat';
}

body {
    background-color: #e6e5e5;
}

.plantas .type {
    display: none;
}

.plantas .type.visible {
    display: block;
}

.plantas .feature {
    display: none;
}

.plantas .feature.visible {
    display: block;
}

.plantas img {
    display: none;
}

.plantas img.visible {
    display: block;
}

/* Instaclass */
.map-wrapper {
    -webkit-filter: grayscale(100%);
}

#form_contato .mensagem-erro,
#form_contato .error {
    font-family: 'montserrat';
    font-size: 12px;
    color: red;
}

#form_contato .mensagem-sucesso {
    font-family: 'montserrat';
    font-size: 12px;
    color: green;
}

#form_contato_emp .mensagem-erro,
#form_contato_footer .mensagem-erro,
#form_contato_emp .error,
#form_contato_footer .error {
    font-family: 'montserrat';
    font-size: 12px;
    color: rgb(241, 105, 105);
}

#form_contato_emp .mensagem-sucesso,
#form_contato_footer .mensagem-sucesso {
    font-family: 'montserrat';
    font-size: 12px;
    color: rgb(119, 248, 119);
}

#form_contato_emp input,
#form_contato_footer input {
    color: white;
}

/****************************************
* HEADER
*****************************************/
#menu {
    display: none;
    background-color: #000;
    position: fixed;
    z-index: 100;
    width: 100%;
    font-family: 'montserrat';
    padding: 70px 80px 80px 80px;
    top: 80px;
}

#menu span,
#menu .link {
    color: white;
    display: block;
    padding: 18px 0 18px 0;
    line-height: 1.4rem;
    font-size: 1.2rem;
}

#menu img {
    padding: 18px 0;
    margin-right: 8px;
}

#menu hr {
    margin: 40px 0;
    height: 1px;
    width: 100%;
    background-color: white;
}

.logo-wrapper {
    position: absolute;
    left: 50%;
}

header .logo {
    position: relative;
    left: -50%;
    width: 120px;
}

header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #e6e5e5;
}

header .menu li {
    padding: 0 20px 0 20px;
    font-size: 0.9rem;
}

header .social li {
    padding: 0 8px 0 8px;
    font-size: 0.9rem;
}

/****************************************
* FOOTER
*****************************************/
footer h2 {
    font-family: 'glowstore';
    color: #e8e7e3;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 2.3rem;
}

footer input[type='text'] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e8e7e3;
    font-size: 0.9rem;
    font: 'montserrat';
    letter-spacing: 0.1rem;
}

footer button[type='submit'] {
    color: #e8e7e3;
    background-color: transparent;
    padding: 10px;
    border: 0;
    cursor: pointer;
    font: 'montserrat';
    letter-spacing: 0.1rem;
    float: right;
}

footer .social-mobile li,
footer .social li {
    padding: 0 8px 0 8px;
    font-size: 0.9rem;
}

footer .social-mobile {
    width: 110px;
    margin: 80px auto 0;
}

footer address {
    text-align: center;
    margin-top: 22px;
    color: #e8e7e3;
    font: 'montserrat';
    letter-spacing: 0.1rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 300;
}

footer .copy {
    margin-top: 20px;
    color: #e8e7e3;
    font: 'montserrat';
    letter-spacing: 0.1rem;
    font-size: 0.7rem;
    line-height: 2rem;
    font-style: normal;
}

footer .logo {
    width: 140px;
    margin: 0 auto;
}

/****************************************
* QUEM SOMOS
*****************************************/
.quem-somos {
    padding-top: 80px;
}

.hero img {
    width: 100%;
}

.projects h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 2.2rem;
}

.projects h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 233px;
    top: 94px;
    left: -85px;
}

.projects p {
    font-family: 'montserrat';
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
}

.projects .right {
    width: 85%;
    height: fit-content;
    margin-left: 15%;
}

.projects .right img {
    width: 100%;
}

.timeline h2 {
    color: #e8e7e3;
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 306px;
    top: 62px;
    left: -120px;
}

.timeline .top {
    border-bottom: 1px solid #e8e7e3;
    padding-bottom: 20px;
}

.timeline .bottom {
    padding-top: 20px;
}

.timeline p {
    color: #e8e7e3;
    font-family: 'montserrat';
    font-size: 0.7rem;
}

.timeline h3 {
    color: #e8e7e3;
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.4rem;
}

.timeline .left {
    border-right: 1px solid #fff;
}

.ceo h1 {
    font-family: 'glowstore';
    font-size: 4.5rem;
    letter-spacing: 0.8rem;
    line-height: 4.2rem;
}

.ceo h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 450px;
    top: 199px;
    left: -193px;
}

.ceo p {
    font-family: 'montserrat';
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
}

.ceo .right {
    width: 85%;
    height: fit-content;
    margin-left: 15%;
}

.ceo .right img {
    width: 100%;
}

.ceo .citation {
    font-family: 'glowstore';
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #6b6a5e;
    margin-bottom: 1rem;
}

.ceo span {
    font-family: 'montserrat';
}

/****************************************
* HOME
*****************************************/
body {
    overflow-x: hidden;
}

.swiper-pagination {
    padding-bottom: 25px;
}

.swiper-pagination-bullet {
    width: 90px;
    height: 2px;
    border-radius: 0;
    opacity: 0.5;
    background-color: white;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.index .hero {
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 620px;
    overflow: hidden;
}

.index .hero .wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.index .swiper {
    width: 100%;
    height: 100%;
}

.index .swiper-slide {
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .swiper-slide .item {
    width: 100%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .hero .wrap .curtain {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(20, 28, 36);
    z-index: 20;
    opacity: 0.8;
    padding: 40px 1.5rem 70px;
}

.index .hero .wrap h1 {
    font-family: 'glowstore';
    font-size: 40px;
    color: white;
    letter-spacing: 0.1rem;
    line-height: 2.8rem;
    text-align: center;
}

.index .hero .wrap p {
    font-family: 'montserrat';
    font-size: 14px;
    letter-spacing: 0.2rem;
    color: white;
    text-align: center;
    margin: 20px auto 0;
    text-transform: uppercase;
}

.ocean h1 {
    font-family: 'glowstore';
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 2.2rem;
    text-align: right;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.ocean h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 500px;
    top: 71px;
    left: -232px;
}

.ocean p {
    font-family: 'montserrat';
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 30px;
}

.ocean .right {
    display: none;
    position: absolute;
    top: 0;
    right: 2.5rem;
    width: 30%;
    border: 1px solid #444;
}

.ocean-img-pc {
    display: none;
    position: absolute;
    top: 200px;
    right: 2.5rem;
    width: 48%;
}

.ocean-img-mobile {
    display: block;
    position: absolute;
}

.governador {
    margin: 10rem 1.5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.governador h1 {
    position: absolute;
    font-family: 'glowstore';
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 2.2rem;
}

.governador h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 501px;
    top: 227px;
    right: -243px;
}

.governador-img-mobile {
    margin-left: -1.5rem;
    margin-top: 4rem;
    width: 95%;
}

.governador p {
    font-family: 'montserrat';
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
    margin-top: 40px;
    font-weight: 400;
    width: 90%;
}

.kreich .left {
    display: none;
    width: 48%;
    border: 1px solid #444;
    margin-left: 2.5rem;
}

.kreich-img-pc {
    display: none;
    position: absolute;
    left: 2.5rem;
    width: 48%;
    margin-top: 180px;
}

.kreich-img-mobile {
    position: absolute;
    right: 0;
    width: 85%;
    margin-top: 10px;
}

.kreich h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 491px;
    top: 220px;
    left: -212px;
}

.kreich h1 {
    text-align: right;
    font-family: 'glowstore';
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 2.2rem;
}

.kreich p {
    font-family: 'montserrat';
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
    margin-top: 110px;
}

/****************************************
* A REGIÃO
*****************************************/
.regiao {
    padding-top: 80px;
}

.regiao h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
}

.cidade h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
    text-align: left;
}

.cidade h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 14px;
    letter-spacing: 0.8rem;
    width: 204px;
    top: 51px;
    left: -88px;
}

.cidade p {
    font-family: 'montserrat';
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
}

.cidade .right {
    position: absolute;
    top: 0;
    right: 2.5rem;
    width: 30%;
    border: 1px solid #444;
}

.cidade .img-lg {
    position: absolute;
    top: 200px;
    right: 2.5rem;
    width: 48%;
}

.cidade .content {
    margin-top: 5rem;
    width: 85%;
    height: fit-content;
    margin-left: 15%;
    padding-right: 2.5rem;
}

.palmas .left {
    width: 85%;
    height: fit-content;
    margin-right: 15%;
}

.palmas h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 341px;
    top: -122px;
    right: -139px;
}

.palmas h1 {
    font-family: 'glowstore';
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    line-height: 3.4rem;
}

.palmas .text {
    margin-top: 3rem;
    padding-left: 15%;
    padding-right: 15%;
}

.palmas p {
    font-family: 'montserrat';
    font-size: 14px;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
}

.arvoredo {
    background-image: url('../img/img-palmas-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.arvoredo h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 2.4rem;
    margin-left: 22%;
}

.arvoredo h2 {
    position: absolute;
    color: white;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 400px;
    top: 127px;
    left: -163px;
}

.arvoredo .text {
    margin-top: 100px;
}

.arvoredo p {
    font-family: 'montserrat';
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 30px;
    font-weight: 500;
}

.arvoredo .right {
    position: absolute;
    display: block;
    width: 1000px;
    top: 0;
    border: 1px solid #444;
}

.arvoredo-text {
    font-family: 'montserrat';
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
    font-weight: 200;
    padding: 5rem 15%;
}

.arvoredo-text p {
    margin-bottom: 30px;
}

.citacao h2 {
    margin: 0 auto;
    padding: 0 2rem;
    font-family: 'glowstore';
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    color: #6b6a5e;
    margin-bottom: 1rem;
    text-align: center;
}

/****************************************
* EMPREENDIMENTO DETALHE
*****************************************/
.empreendimento-detalhe {
    padding-top: 80px;
}

.empreendimento h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
}

.empreendimento p {
    font-family: 'montserrat';
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
}

.empreendimento .feature {
    padding: 26px 0;
    font-family: 'glowstore';
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
}

.empreendimento h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 358px;
    top: 318px;
    right: -173px;
}

.torres .detalhes {
    background-color: white;
}

.torres .detalhes h2 {
    font-family: 'montserrat';
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    padding: 28px 0;
    border-bottom: 1px solid #444;
}

.torres .detalhes .feature {
    padding: 16px 0;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
}

.torres .detalhes .feature p {
    font-family: 'glowstore';
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    width: 70%;
}

.apartamentos h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 364px;
    top: 252px;
    left: -147px;
}

.apartamentos .feature {
    padding: 26px 0;
    font-family: 'glowstore';
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
}

.galeria-apartamentos h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 2.2rem;
}

.galeria-apartamentos .imagens {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.galeria-lazer span,
.galeria-apartamentos span {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

.plantas .type {
    display: none;
}

.plantas .type.active {
    display: block;
}

.plantas .content {
    background-color: white;
}

.plantas h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
}

.plantas .detalhes h2 {
    font-family: 'montserrat';
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #ddd;
    padding: 8px 0;
    cursor: pointer;
}

.plantas .detalhes h2.active {
    font-family: 'montserrat';
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    padding: 8px 0;
}

.plantas .detalhes .type {
    padding: 16px 0 8px;
    font-family: 'glowstore';
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
}

.plantas .detalhes .type.active {
    border-bottom: 1px solid #444;
}

.plantas .detalhes .feature {
    padding: 16px 0 0;
    font-family: 'glowstore';
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
}

.plantas .detalhes img {
    width: 100%;
}

.lazer h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 291px;
    top: 72px;
    right: -117px;
}

.lazer .content {
    position: absolute;
    background-color: black;
    z-index: 20;
    width: 85%;
}

.lazer p {
    font-family: 'montserrat';
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    color: white;
}

.lazer img {
    position: absolute;
    width: 100%;
    top: 330px;
}

.lazer-features .feature {
    padding: 16px 0;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

.galeria-lazer h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.2rem;
}

.galeria-alazer .imagens {
    width: 100%;
}

.galeria-lazer .imagens img,
.galeria-apartamentos .imagens img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.falecom h2 {
    font-family: 'glowstore';
    color: #e8e7e3;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 2.3rem;
}

.falecom p {
    font-family: 'montserrat';
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    color: white;
}

.falecom input[type='text'] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e8e7e3;
    font-size: 0.9rem;
    font: 'montserrat';
    letter-spacing: 0.1rem;
}

.falecom button[type='submit'] {
    color: #e8e7e3;
    background-color: transparent;
    padding: 10px;
    border: 0;
    cursor: pointer;
    font: 'montserrat';
    letter-spacing: 0.1rem;
    float: right;
}

.localizacao {
    margin: 18rem 0 0 0;
    background-image: url('../img/img-geral.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.localizacao h1 {
    margin-top: -198px;
    font-family: 'glowstore';
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    line-height: 2.3rem;
    margin-left: 2.5rem;
    width: 54%;
}

.localizacao h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 236px;
    top: -146px;
    right: -70px;
}

.localizacao .text {
    margin: 100px 0 0 2.5rem;
}

.localizacao p {
    font-family: 'montserrat';
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 30px;
    font-weight: 500;
}

.localizacao .right {
    position: absolute;
    display: block;
    width: 1000px;
    top: 0;
    border: 1px solid #444;
}

.lazer .mapa {
    margin: 0 2.5rem;
    height: 800px;
    background-image: url('../img/img-localizacao.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.status h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.8rem;
    width: 434px;
    top: 272px;
    left: -167px;
}

.status .feature {
    padding: 26px 0 12px;
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.6rem;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
}

.status .completion {
    font-weight: 900;
}

.status h3 {
    font-family: 'montserrat';
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    padding: 28px 0;
}

.empreendimento-detalhe .swiper {
    width: 100%;
    height: 100%;
}

.empreendimento-detalhe .swiper-slide {
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empreendimento-detalhe .swiper-slide .item {
    width: 100%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empreendimento-detalhe .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.empreendimento-detalhe .swiper-slide {
    width: 80%;
}

.empreendimento-detalhe .swiper-slide:nth-child(1n) {
    width: 80%;
}

.empreendimento-detalhe .swiper-slide:nth-child(2n) {
    width: 80%;
}

.empreendimento-detalhe .swiper-slide:nth-child(3n) {
    width: 80%;
}

.empreendimento-detalhe .swiper-slide .curtain {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    position: absolute;
    z-index: 10;
    top: 0;
    transition: all 0.5s;
}

.empreendimento-detalhe .swiper-slide-active .curtain {
    display: none;
    opacity: 0.5;
    transition: all 0.5s;
}

.empreendimento-detalhe .swiper-button-prev {
    display: hidden;
}

.empreendimento-detalhe .swiper-button-next {
    display: hidden;
}

/****************************************
* EMPREENDIMENTOS
*****************************************/
.empreendimentos h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 2.2rem;
    text-align: center;
}

.empreendimentos .filtros a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: 'montserrat';
    line-height: 0.7rem;
    padding: 12px 20px;
    border-right: 2px solid #444;
}

.empreendimentos .status {
    font-size: 14px;
    font-family: 'montserrat';
    font-size: 1rem;
}

.empreendimentos h2 {
    font-family: 'glowstore';
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
    padding: 10px 0 8px;
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
}

.empreendimentos p {
    font-family: 'montserrat';
    font-size: 14px;
    text-transform: uppercase;
}

.empreendimentos .previsao {
    font-family: 'montserrat';
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #444;
    margin-right: 8px;
}

.empreendimentos .completion {
    font-family: 'glowstore';
    margin-right: 20px;
}

.arrow {
    width: 10px;
}

.empreendimentos .conheca {
    font-family: 'montserrat';
    width: 200px;
    border: 1px solid #444;
    padding: 8px 20px 8px 30px;
    border-radius: 25px;
    margin: 70px auto;
}

/****************************************
* CONTATO
*****************************************/
.contato h1 {
    font-family: 'glowstore';
    font-size: 2rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.item-contato .email {
    font-size: 0.7rem;
}

.contato h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-family: 'glowstore';
    font-size: 14px;
    letter-spacing: 0.8rem;
    width: 323px;
    top: 32px;
    right: -147px;
}

.contato .whats {
    margin-top: 18px;
    width: 25px;
}

.contato .msg {
    width: 25px;
    margin-top: 12px;
}

.contato .insta {
    width: 25px;
    margin-top: 12px;
}

.contato h3 {
    font-family: 'glowstore';
}

.contato p {
    font-family: 'glowstore';
    text-transform: uppercase;
}

.contato .phone {
    font-family: 'glowstore';
    font-size: 1.7rem;
}

.contato .item-contato {
    margin-bottom: 28px;
}

.contato input[type='text'] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid black;
    font-size: 0.9rem;
    font: 'montserrat';
    letter-spacing: 0.1rem;
}

.contato button[type='submit'] {
    background-color: transparent;
    padding: 10px;
    border: 0;
    cursor: pointer;
    font: 'montserrat';
    letter-spacing: 0.1rem;
    float: right;
}

.mapa .content h3 {
    font-family: 'glowstore';
    font-size: 1rem;
    letter-spacing: 0.4rem;
    color: white;
}

.mapa .content address {
    font-family: 'montserrat';
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    color: white;
    font-style: normal;
    margin-top: 20px;
}

.contato .content {
    position: absolute;
    background-color: black;
    z-index: 20;
    width: 90%;
    top: -15rem;
}

.index .kreich .conheca,
.index .governador .conheca,
.index .ocean .conheca {
    font-family: 'montserrat';
    font-size: 14px;
    width: 200px;
    border: 1px solid #444;
    padding: 8px 20px 8px 30px;
    border-radius: 25px;
    margin: 50px auto;
}

.index .kreich .conheca {
    margin-left: 40px;
}

.index .ocean .conheca {
    margin-left: 10px;
}

@media screen and (min-width: 768px) {
    .swiper-pagination {
        padding-bottom: 25px;
    }

    .container-kreich {
        max-width: 1200px;
    }

    #menu {
        display: none;
    }

    .logo-wrapper {
        position: relative;
        left: 0;
    }

    header .logo {
        position: relative;
        left: inherit;
        width: 160px;
    }

    header li a {
        font-size: 12px;
    }

    .index .hero {
        padding: 0 2.5rem;
    }

    .index .hero .wrap h1 {
        font-size: 90px;
        letter-spacing: 0.5rem;
        line-height: 5rem;
    }

    .index .hero .wrap .curtain {
        padding: 80px 1.5rem 100px;
    }

    .swiper-pagination {
        padding-bottom: 35px;
    }

    .ocean h1 {
        font-size: 80px;
        letter-spacing: 0.4rem;
        line-height: 5rem;
        width: 680px;
        margin-left: 100px;
    }

    .ocean .right {
        display: block;
    }

    .ocean p {
        font-size: 14px;
        line-height: 1.8rem;
        letter-spacing: 2px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .ocean-img-pc {
        display: block;
    }

    .ocean-img-mobile {
        display: none;
    }

    .ocean h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 18px;
        letter-spacing: 0.8rem;
        width: 500px;
        top: 87px;
        left: -242px;
    }

    .governador {
        margin: 0 2.5rem;
        background-image: url('../img/img-orla.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .governador h1 {
        font-family: 'glowstore';
        font-size: 80px;
        letter-spacing: 0.4rem;
        line-height: 90px;
    }

    .governador h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 18px;
        letter-spacing: 0.8rem;
        width: 601px;
        top: 201px;
        right: -293px;
    }

    .governador p {
        font-size: 1rem;
        line-height: 1.8rem;
        letter-spacing: 2px;
        font-weight: 200;
        margin-bottom: 30px;
        margin-top: 110px;
        font-weight: 400;
    }

    .kreich .left {
        display: block;
        width: 48%;
        border: 1px solid #444;
        margin-left: 2.5rem;
    }

    .kreich-img-pc {
        display: block;
        position: absolute;
        left: 2.5rem;
        width: 48%;
        margin-top: 180px;
    }

    .kreich h1 {
        text-align: left;
        font-family: 'glowstore';
        font-size: 40px;
        letter-spacing: 0.2rem;
        line-height: 50px;
        margin-top: -10px;
    }

    .kreich h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 0.8rem;
        letter-spacing: 0.8rem;
        width: 601px;
        top: 126px;
        left: inherit;
        right: -292px;
    }

    .kreich p {
        font-family: 'montserrat';
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 2px;
        font-weight: 200;
        margin-bottom: 30px;
        margin-top: 80px;
    }

    footer address {
        text-align: left;
        margin-top: 22px;
        color: #e8e7e3;
        font: 'montserrat';
        letter-spacing: 0.1rem;
        line-height: 1.6rem;
        font-size: 0.9rem;
        font-style: normal;
        font-weight: 300;
    }

    footer .social-mobile {
        display: none;
    }

    footer .logo {
        position: absolute;
        width: 160px;
        bottom: 64px;
    }

    footer h2 {
        font-family: 'glowstore';
        color: #e8e7e3;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        line-height: 2.3rem;
    }

    .projects h1 {
        font-family: 'glowstore';
        font-size: 80px;
        letter-spacing: 0.8rem;
        line-height: 87px;
    }

    /* .ceo img, */
    .projects img {
        float: right;
        width: 48%;
    }

    .projects h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 300px;
        top: 62px;
        left: -120px;
    }

    .timeline h2 {
        color: #e8e7e3;
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 600px;
        top: -26px;
        left: -270px;
    }

    .timeline p {
        color: #e8e7e3;
        font-family: 'montserrat';
        font-size: 0.7rem;
        letter-spacing: 0.1rem;
    }

    .timeline h3 {
        color: #e8e7e3;
        font-family: 'glowstore';
        font-size: 2.5rem;
        letter-spacing: 0.8rem;
    }

    .projects .right,
    .ceo .right {
        position: absolute;
        top: 0;
        right: 2.5rem;
        width: 48%;
    }

    .empreendimentos h1 {
        font-family: 'glowstore';
        font-size: 90px;
        letter-spacing: 0.8rem;
        line-height: 4.2rem;
        text-align: center;
    }

    .empreendimentos .filtros a {
        font-family: 'montserrat';
        line-height: 14px;
        padding: 0 20px;
        border-right: 2px solid #444;
    }

    .empreendimentos .filtros a:hover {
        font-weight: bold;
    }

    .empreendimentos .filtros a.last {
        border-right: 0;
    }

    .empreendimentos .thumb {
        position: absolute;
        top: 0;
        width: 48%;
        left: 2.5rem;
    }

    .ceo h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 600px;
        top: 119px;
        left: -270px;
    }

    .empreendimentos h2 {
        font-family: 'glowstore';
        font-size: 2.5rem;
        letter-spacing: 0.1rem;
        padding: 10px 0 8px;
        border-bottom: 1px solid #444;
        margin-bottom: 10px;
    }

    .empreendimentos .previsao {
        font-family: 'montserrat';
        font-size: 1rem;
        text-transform: uppercase;
        border-bottom: 1px solid #444;
        margin-right: 8px;
    }

    .empreendimentos .completion {
        font-family: 'glowstore';
        margin-right: 100px;
    }

    .empreendimentos .conheca {
        font-family: 'montserrat';
        width: 280px;
        border: 1px solid #444;
        padding: 8px 20px 8px 30px;
        border-radius: 25px;
        margin: 80px 0;
    }

    .index .kreich .conheca,
    .index .governador .conheca,
    .index .ocean .conheca {
        font-family: 'montserrat';
        font-size: 14px;
        width: 220px;
        border: 1px solid #444;
        padding: 8px 20px 8px 30px;
        border-radius: 25px;
        margin: 50px 0;
    }

    .empreendimento h1 {
        font-family: 'glowstore';
        font-size: 5rem;
        letter-spacing: 0.8rem;
        line-height: 5.2rem;
    }

    .galeria-apartamentos h1 {
        font-family: 'glowstore';
        font-size: 40px;
        letter-spacing: 0.4rem;
    }

    .galeria-lazer .imagens img,
    .galeria-apartamentos .imagens img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .galeria-lazer span,
    .galeria-apartamentos span {
        font-family: 'montserrat';
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 20px;
    }

    .plantas {
        margin-top: -80px
    }

    .plantas h1 {
        font-family: 'glowstore';
        font-size: 40px;
        letter-spacing: 0.4rem;
    }

    .lazer .content {
        position: absolute;
        background-color: black;
        z-index: 20;
        width: 48%;
    }

    .lazer p {
        font-family: 'montserrat';
        font-size: 14px;
        letter-spacing: 0.1rem;
        color: white;
    }

    .lazer img {
        position: absolute;
        width: 82%;
        left: 2.5rem;
        top: 100px;
    }

    .galeria-lazer h1 {
        font-family: 'glowstore';
        font-size: 40px;
        letter-spacing: 0.4rem;
    }

    .falecom h2 {
        font-family: 'glowstore';
        color: #e8e7e3;
        font-size: 40px;
        letter-spacing: 0.2rem;
        line-height: 3.8rem;
    }

    .falecom p {
        font-family: 'montserrat';
        font-size: 1rem;
        line-height: 1.8rem;
        letter-spacing: 2px;
        font-weight: 200;
        color: white;
        width: 60%;
    }

    .localizacao h1 {
        margin-top: -160px;
        font-family: 'glowstore';
        font-size: 80px;
        letter-spacing: 0.4rem;
        line-height: 90px;
        width: 100%;
    }

    .localizacao h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 236px;
        top: -46px;
        right: -70px;
    }

    .localizacao {
        margin: 18rem 2.5rem 0;
        background-image: url('../img/img-geral.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .empreendimento h1 {
        font-size: 90px;
    }

    .empreendimento h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 434px;
        top: 320px;
        right: -207px;
    }

    .empreendimento .feature {
        padding: 26px 0;
        font-family: 'glowstore';
        font-size: 20px;
        letter-spacing: 0.1rem;
        line-height: 1.6rem;
        border-bottom: 1px solid #444;
        text-transform: uppercase;
    }

    .apartamentos h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 434px;
        top: 282px;
        left: -197px;
    }

    .apartamentos .feature {
        padding: 26px 0;
        font-family: 'glowstore';
        font-size: 20px;
        letter-spacing: 0.1rem;
        line-height: 1.6rem;
        border-bottom: 1px solid #444;
        text-transform: uppercase;
    }

    .plantas .detalhes h2 {
        font-family: 'montserrat';
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #ddd;
        padding: 8px 0;
        cursor: pointer;
    }

    .plantas .detalhes h2.active {
        font-family: 'montserrat';
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: black;
        padding: 8px 0;
    }

    .plantas .detalhes .type {
        padding: 16px 0 8px;
        font-family: 'glowstore';
        font-size: 20px;
        letter-spacing: 0.1rem;
        line-height: 1.6rem;
        text-transform: uppercase;
        cursor: pointer;
    }

    .plantas .detalhes .feature {
        padding: 16px 0 0;
        font-family: 'glowstore';
        font-size: 20px;
        letter-spacing: 0.1rem;
        line-height: 1.6rem;
        text-transform: uppercase;
    }

    .lazer h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 344px;
        top: 112px;
        right: -157px;
    }

    .lazer-features .feature {
        padding: 16px 0;
        border-bottom: 1px solid #444;
        text-transform: uppercase;
        font-family: 'glowstore';
        font-size: 20px;
        letter-spacing: 0.1rem;
    }

    .status .feature {
        padding: 26px 0 12px;
        font-family: 'glowstore';
        font-size: 12px;
        letter-spacing: 0.1rem;
        line-height: 1.6rem;
        border-bottom: 1px solid #444;
        text-transform: uppercase;
    }

    .status h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 434px;
        top: 262px;
        left: -197px;
    }

    .contato h1 {
        font-family: 'glowstore';
        font-size: 4.5rem;
        letter-spacing: 0.8rem;
        line-height: 4.2rem;
        text-align: center;
    }

    .contato .content {
        position: absolute;
        background-color: black;
        z-index: 20;
        width: 40%;
        top: -15rem;
    }

    .mapa .content h3 {
        font-family: 'glowstore';
        font-size: 20px;
        letter-spacing: 0.4rem;
        color: white;
    }

    .mapa .content address {
        font-family: 'montserrat';
        font-size: 14px;
        letter-spacing: 0.1rem;
        color: white;
        font-style: normal;
        margin-top: 20px;
    }

    .status h3 {
        font-family: 'montserrat';
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: black;
        padding: 28px 0;
    }

    .regiao h1 {
        font-family: 'glowstore';
        font-size: 90px;
        letter-spacing: 0.8rem;
        line-height: 5.2rem;
    }

    .cidade h1 {
        font-family: 'glowstore';
        font-size: 74px;
        letter-spacing: 0.8rem;
        line-height: 5rem;
        text-align: right;
        position: absolute;
        z-index: 10;
        width: 700px;
        margin-left: 6rem;
    }

    .cidade .content {
        width: 100%;
        height: fit-content;
        margin-left: inherit;
    }

    .cidade p {
        font-family: 'montserrat';
        font-size: 14px;
        line-height: 1.8rem;
        letter-spacing: 2px;
        font-weight: 200;
        margin-bottom: 30px;
    }

    .palmas .left {
        width: 48%;
        border: 1px solid #444;
        margin-left: 2.5rem;
    }

    .palmas .left img {
        position: absolute;
        left: 2.5rem;
        width: 48%;
        margin-top: 180px;
    }

    .palmas .text {
        margin-top: 172px;
        padding-left: inherit;
        padding-right: inherit;
    }

    .palmas h2 {
        position: absolute;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 391px;
        top: 81px;
        right: -182px;
    }

    .arvoredo {
        margin: 0 2.5rem;
        background-image: url('../img/img-palmas.png');
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .arvoredo h1 {
        margin-left: 0;
        font-family: 'glowstore';
        font-size: 80px;
        letter-spacing: 0.4rem;
        line-height: 5rem;
    }

    .arvoredo h2 {
        position: absolute;
        color: white;
        transform: rotate(-90deg);
        font-family: 'glowstore';
        font-size: 14px;
        letter-spacing: 0.8rem;
        width: 486px;
        top: 125px;
        left: -230px;
    }

    .citacao h2 {
        margin: 0 auto;
        width: 1220px;
        font-family: 'glowstore';
        font-size: 3rem;
        letter-spacing: 0.2rem;
        line-height: 3.89rem;
        text-transform: uppercase;
        color: #6b6a5e;
        margin-bottom: 1rem;
        text-align: center;
    }

    .empreendimento-detalhe .swiper-slide {
        text-align: center;
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .empreendimento-detalhe .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .empreendimento-detalhe .swiper-slide {
        width: 50%;
    }

    .empreendimento-detalhe .swiper-slide:nth-child(1n) {
        width: 50%;
    }

    .empreendimento-detalhe .swiper-slide:nth-child(2n) {
        width: 50%;
    }

    .empreendimento-detalhe .swiper-slide:nth-child(3n) {
        width: 50%;
    }

    .empreendimento-detalhe .swiper-slide .curtain {
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: 0.5;
        position: absolute;
        z-index: 10;
        top: 0;
        transition: all 0.5s;
    }

    .empreendimento-detalhe .swiper-slide-active .curtain {
        display: none;
        opacity: 0.5;
        transition: all 0.5s;
    }

    .empreendimento-detalhe .swiper-button-prev {
        font-size: 10px;
        margin-left: 22.2%;
        width: 50px;
        height: 50px;
        background-color: #e6e5e5;
        padding: 30px 30px;
        border-radius: 100%;
        border: 1px solid #444;
        color: #444;
        font-weight: 100;
    }

    .empreendimento-detalhe .swiper-button-next {
        font-size: 10px;
        margin-right: 22.2%;
        width: 50px;
        height: 50px;
        background-color: #e6e5e5;
        padding: 30px 30px;
        border-radius: 100%;
        border: 1px solid #444;
        color: #444;
        font-weight: 100;
    }

    .torres .detalhes h2 {
        font-size: 14px;
    }

    .torres .detalhes .feature p {
        font-size: 16px;
    }

    .item-contato .email {
        font-size: 16px;
    }

    .contato p {
        font-size: 20px;
    }

    .localizacao .text {
        margin: 190px 0 0 6rem;
    }

    .index .hero {
        padding: 0;
        overflow: hidden;
        width: 100%;
        height: 900px;
        overflow: hidden;
    }
}

@media (min-width: 1280px) {
    .container-kreich {
        max-width: 1200px;
    }
}

@media (min-width: 1024px) {
    .container-kreich {
        max-width: 1200px;
    }
}

@media screen and (max-width: 768px) {
    .empreendimento-detalhe .swiper-button-prev {
        display: none;
    }

    .empreendimento-detalhe .swiper-button-next {
        display: none;
    }
}
