@import url("https://use.typekit.net/aex2uzn.css");

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?cjjqc');
  src: url('fonts/icomoon.eot?cjjqc#iefix') format('embedded-opentype'),
       url('fonts/icomoon.ttf?cjjqc') format('truetype'),
       url('fonts/icomoon.woff?cjjqc') format('woff'),
       url('fonts/icomoon.svg?cjjqc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\e900";
}

body {
    font-family: acumin-pro-wide;
    color: #4C4C4C;
    padding-top: 58px;
}

* {
	-webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:hover {text-decoration: none}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

button:focus, a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

i {border-right: 1px solid #666666}
i.fas {border: none}

h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 100;
    font-family: acumin-pro-wide;

    padding-left: 20px;
    padding-right: 20px;

    letter-spacing: 4px;
    margin-bottom: 40px;
}

small { font-size: 10px}
section {padding: 50px 0}

.navbar-toggler {
    color: #4c4c4c;
}

.owl-nav {
    top: 50%;
    left: 15px;
    right: 15px;

    height: 0;
    overflow: visible;

    -webkit-transform: translate3d(0,-50%,0);
       -moz-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);

    position: absolute;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    color: #ffffff !important;

    width: 30px;
    height: 45px;
    border: 1px solid #ffffff !important;
    background: rgba(0,0,0,0.1) !important;

    text-align: center;
}

.owl-nav .owl-next {
    float: right;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dots button {
    width: 10px;
    height: 10px;
    background-color: #fff !important;
    margin: 0 5px !important;
    border: 1px solid #6B6B6B !important;
}

.owl-dots button.owl-dot.active {
    background-color: #6B6B6B !important;
}

/*CTA*/
.cta-wpp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #a62641;
    padding: 8px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: 0.3s ease;   
}

.cta-wpp span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.cta-wpp i {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 6px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-whatsapp.svg);
}

.cta-wpp.mobile {
    display: none;
}

.text-center .cta-wpp {
    margin-top: 20px;
}

.float-wpp {
    z-index: 100;
    right: 30px;
    bottom: 30px;
    width: 75px;
    height: 75px;
    position: fixed;
    border-radius: 100%;
    background: #28B63E;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 45px;
    transition: 0.3s ease;
}

.cta-wpp i,
.float-wpp i {
    border: 0;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .cta-wpp:hover {
        background: #4C4C4C;
    }

    .float-wpp:hover {
        background: #25D366;
    }
}

@media (max-width: 991px) {
    .cta-wpp.mobile {
        display: inline-flex;
    }

    .cta-wpp.desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .float-wpp {
        right: 18px;
        bottom: 18px;
        width: 50px;
        height: 50px;
        font-size: 28px;
    }
}

/*Menu*/
.barra-lateral {
    z-index: 100;
    position: fixed;
    top: 15%;
    right: 0;
}

.barra-lateral a {
    display: block;
}

.barra-lateral a span {
    font-weight: 400;
    font-family: acumin-pro-wide, sans-serif;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: 0.3s;
    color: #4C4C4C;
    background: #E5E5E5;
    right: 43px;
    font-size: 11px;
    width: 140px;
    height: 44px;
    text-align: center;
    padding: 7px;
    text-transform: uppercase;
}

.barra-lateral a span.active {opacity: 1}

.barra-lateral .phone-link,
.barra-lateral .whatsapp-link {
    background: #7F7F7F;
}

.barra-lateral .tour-link {
    background: #a62641;
}

.barra-lateral .tour-link img {
    width: 44px;
    padding: 6px;
}

div.menu {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 58px;
    position: fixed;
    background: #E5E5E5;
}

div.menu header {
    height: 58px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}

div.menu header .brand {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

div.menu header .brand a {
    display: block;
    margin-right: 30px;
}

div.menu header .brand a.logo-luminus img {
    width: auto;
    height: 38px;
}

div.menu header .brand .logo-jml-747 img {
    width: auto;
    height: 35px;
}

div.menu nav {
    text-align: left;
    padding: 0.5rem 0;
    display: inline-block;
}

div.menu nav a {
    margin: 0 8px;
    font-weight: 300;
    font-size: 15px;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
    font-family: acumin-pro-condensed;
}

div.menu a.button {
    padding: 0 8px;
    font-size: 15px;
    color: #a62641;
    font-weight: 300;
    text-transform: uppercase;
    border: 2px solid #a62641;
    font-family: acumin-pro-condensed;
}

div.menu nav a:hover,
div.menu a.button:hover {
    text-decoration: none;
    color: #666666;
}

div.menu a.button:hover {
    color: #a62641;
}

/*Banner*/
section#banner {
    padding: 0;
    position: relative;
    color: #ffffff;
}

section#banner .logo {
    top: 50%;
    right: 14%;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
}

section#banner .logo.apoio {
    top: 55%;
}

section#banner .logo p {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 25px;
    font-family: acumin-pro-wide;
}

section#banner .logo img {
    margin-bottom: 15px;
}

section#banner .logo img.apoio {
    margin-bottom: 0;
}

section#banner .bg-banner {
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

section#banner .selo {
    top: 60px;
    left: -75px;
    width: 370px;
    height: 55px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    background: #A62641;
    transform: rotate(-40deg);



    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

section#banner .alert {
    display: block;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 30px auto 0;
    background: #545454;

    color: #FFFFFF;
    font-size: 16px;
    transition: 0.3s ease;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    section#banner .alert:hover {
        background: #a62641;
    }
}

/*O projeto*/
#projeto {
    background-image: url(../images/bg-oprojeto.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding: 0;
}

#projeto .project-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/projeto1.jpg);
}

#projeto .project-image img {
    opacity: 0;
    width: 100%;
    height: auto;
}

section#projeto .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

#projeto .descricao {
    padding: 40px 0;
    font-family: acumin-pro-wide;
    font-style: normal;
    color: #4C4C4C;
}

#projeto .descricao h5 {
    font-weight: 200;
    font-size: 16px;
}

#projeto .descricao .text-desc {
    margin-top: 80px;
}

#projeto .descricao .text-desc .detalhes,
#projeto .descricao .text-desc .residencial,
#projeto .descricao .text-desc .comercial,
#projeto .descricao .text-desc .loja {
    margin: 30px 0;
}

#projeto .descricao .text-desc span,
#projeto .descricao .text-desc p {
    font-size: 14px;
}

#projeto .descricao .text-desc span {
    font-weight: 400;
}

#projeto .descricao .text-desc p {
    font-weight: 200;
    line-height: 5px;
}

#projeto .descricao .text-desc small {
    display: block;
    font-size: 10px;
}

/*Vídeo*/
.bgVideo {
    background-image: url(../images/bg-ondas.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
section#video {
    position: relative;
    background-color: rgba(127, 127, 127, 0.1);
    text-align: center;
}

#video .items video,
#video .items iframe {
    max-height: 500px;
}

#video .owl-carousel .owl-dots {
    bottom: -15px;
}

#video .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*Localização*/
#localizacao {
    text-align: center;
}

#localizacao .descricao {
    background-image: url(../images/bg-geometrico.jpg);
    background-position: center;
    background-repeat: repeat-y;
    height: 295px;
    margin-bottom: 20px;
}


#localizacao p:nth-child(1) {
    letter-spacing: 4px;
    text-align: center;
    color: #000000;
    line-height: 22px;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

section#localizacao .p2 {margin: 50px}

#localizacao .p2 p {
    color: #4C4C4C;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
}

section#localizacao .foto-localizacao {
    text-align: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../images/fotolocalizacao.jpg);
}

section#localizacao .foto-localizacao img {
    opacity: 0;
}

section#localizacao .foto-localizacao span {
    margin: 10px;
    color: #ffffff;
    font-size: 11px;
    background-color: #7F7F7F;
}


#localizacao .maps {
    width: 100%;
    border: 1px solid rgba(127, 127, 127, 0.2);
    padding: 20px;
    color: #7F7F7F;
    text-transform: uppercase;
    margin-top: 20px;
}

#localizacao .maps iframe {
    width: 100%;
    height: 450px;
}

#localizacao .maps span {
    font-weight: 500;
    font-size: 14px;
}

#localizacao .maps p {
    letter-spacing: 2px;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
}


#localizacao .maps a{
    color: #7F7F7F;
    font-weight: 500;
    text-decoration: underline;
}

.maps a:hover {
    color: #7F7F7F;
}


/*O bairro*/
#bairro {
    background-image: url(../images/bg-geometrico.jpg);
    background-position: -30px center;
}

#bairro .container .row .cols {
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(127, 127, 127, 0.2);
    padding: 0 20px;
}

#bairro h5 {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    letter-spacing: 4px;
}

#bairro h3 {
    padding-top: 10px;
}

#bairro .cols p,
#bairro .cols ul {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
}

#bairro .cols ul {
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 1px;
    list-style: none;
}

#bairro .linha > div {
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

#bairro .linha > div img {
    opacity: 0;
    width: 100%;
    height: auto;
}

#bairro .linha1,
#bairro .linha2  {
    display: flex;
    height: 159px;
}
#bairro .linha1 div,
#bairro .linha2 div {
    position: relative;
}

#bairro .linha3 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/imagem-colada05.jpg);
}

#bairro .linha1 div:nth-child(1) {
    margin-right: 10px;
}
#bairro .linha2 div:nth-child(2) {
    margin-left: 10px;
}

#bairro .container .row .cols2 .linha2 {
    margin: 10px 0;
}

#bairro .linha1 div span,
#bairro .linha2 div span,
#bairro .linha3 span {
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 9px;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 5px;
}

/*Galeria de imagens*/
section#galeria {position: relative}

section#galeria h3 {
    background: #cccccc;
    margin-bottom: 0;
    line-height: 150px;
}

section#galeria .row-galeria {position: relative}

section#galeria .row-galeria:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 35px;
    left: calc(8.3% - 28px);
    bottom: 0;
    background-image: url(../images/bg-geometrico.jpg);
}

section#galeria .row-galeria:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 35px;
    right: calc(8.3% - 28px);
    bottom: 0;
    background-image: url(../images/bg-geometrico.jpg);
}

section#galeria .foto-galeria .foto-items,
section#curadoria .curadoria .curadoria-items {
    height: 438px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 187px;
}

section#galeria .foto-galeria .foto-items.full {
    height: 625px;
    margin-bottom: 0;
}

section#galeria .foto-galeria .foto-items div,
section#curadoria .curadoria .curadoria-items div {
    color: #FFFFFF;
    background: #666666;
    position: absolute;
}

section#galeria .foto-galeria .foto-items div.galeria01,
section#galeria .foto-galeria .foto-items div.galeria02,
section#galeria .foto-galeria .foto-items div.galeria04,
section#galeria .foto-galeria .foto-items div.galeria05,
section#galeria .foto-galeria .foto-items div.galeria06,
section#galeria .foto-galeria .foto-items div.galeria08,
section#galeria .foto-galeria .foto-items div.galeria09,
section#curadoria .curadoria .curadoria-items div {
    bottom: 0;
    left: 0;
    right: 0;
    height: 187px;
}

section#galeria .foto-galeria .foto-items div.galeria03,
section#galeria .foto-galeria .foto-items div.galeria07,
section#galeria .foto-galeria .foto-items div.galeria10,
section#galeria .foto-galeria .foto-items div.galeria11 {
    top: 0;
    left: 0;
    bottom: 0;
    width: 312px;
    height: auto;
}

section#galeria .foto-galeria .foto-items span:nth-child(1),
section#curadoria .curadoria .curadoria-items div span:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

section#galeria .foto-galeria .foto-items span:nth-child(2),
section#curadoria .curadoria .curadoria-items div span:nth-child(2) {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
    font-weight: 200;
}

section#galeria .foto-galeria .foto-items span img {width: auto; margin: auto;}

section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(1),
section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(1),
section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(1),
section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(1),
section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(1),
section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(1),
section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(1),
section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(2),
section#curadoria .curadoria .curadoria-items div span:nth-child(1),
section#curadoria .curadoria .curadoria-items div span:nth-child(2) {
    width: 345px;
    top: 50%;
    margin: 0;
    left: calc((50% - 345px) /2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
}

section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(2) {
    left: calc((50% - 365px) /2);
}

section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(2),
section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(2),
section#curadoria .curadoria .curadoria-items div span:nth-child(2) {
    left: auto;
    width: 395px;
    right: calc((55% - 395px) /2);
}

section#galeria .foto-galeria .foto-items div.galeria03 {
    left: auto;
    right: 0;
}

section#galeria .foto-galeria .foto-items div.galeria03 > div,
section#galeria .foto-galeria .foto-items div.galeria07 > div,
section#galeria .foto-galeria .foto-items div.galeria09 > div,
section#galeria .foto-galeria .foto-items div.galeria10 > div,
section#galeria .foto-galeria .foto-items div.galeria11 > div {
    top: 50%;
    left: 25px;
    right: 65px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
}

section#galeria .foto-galeria .foto-items div.galeria07 > div,
section#galeria .foto-galeria .foto-items div.galeria09 > div,
section#galeria .foto-galeria .foto-items div.galeria10 > div,
section#galeria .foto-galeria .foto-items div.galeria11 > div {
    left: 65px;
    right: 25px;
}

section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(1) {
    width: 250px;
    right: calc((35% - 250px) /2);
}

section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(2) {
    width: 520px;
    right: calc((65% - 520px) /2);
}

section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(1) {
    width: 375px;
    right: calc((35% - 375px) /2);
}

section#galeria .foto-galeria .foto-items div.galeria10 ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

section#galeria .foto-galeria .foto-items .pet-place {
    width: 150px;
    padding: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
}

section#galeria .foto-galeria .foto-items .lobby {
    width: 130px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: auto;
    background-color: transparent;
}

section#galeria .bg360 {
    background-image: url(../images/luminus360.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section#galeria .luminus-360 {
    height: 390px;
    margin-top: 40px;
    color: #FFFFFF;
    background-color: rgba(102,102,102,0.7);
    transition: 0.6s ease;
    text-align: center;
    position: relative;
}

section#galeria .luminus-360 > div {
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
}

section#galeria .luminus-360:hover {
    background-color: rgba(102,102,102,0.2);
}

section#galeria .luminus-360 h5 {
    font-size: 35px;
    text-align: center;
    font-weight: 100;
    font-family: acumin-pro-wide;

    padding-left: 20px;
    padding-right: 20px;

    letter-spacing: 4px;
}

section#galeria .luminus-360 p {
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 200;
    margin: 24px 0 44px;
}

section#galeria .luminus-360 a {
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 200;
    font-size: 14px;
}

section#galeria .luminus-360 a:hover {
    background: #ffffff;
    color: #c4c4c4;
    transition: 0.3s ease;
}

section#galeria div.galeria-click {
    margin: 30px 0;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 10px;
    text-align: center;
}

section#galeria .galeria-click a {
    border: 1px solid #C4C4C4;
    background: #ffffff;
    color: #C4C4C4 !important;
    padding: 10px 15px;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
    text-transform: uppercase;
}

section#galeria div.galeria-click:nth-child(2) a {
    padding: 10px 20px;
}

section#galeria .galeria-click a.active {
    background-color: #666666;
    color: #ffffff !important;
    border-color: #666666;
}

@media (min-width: 992px) {
    section#galeria .galeria-click a:hover {
        color: #6B6B6B !important;
        border-color: #6B6B6B;
    }

    section#galeria .galeria-click a.active:hover {
        color: #ffffff !important;
    }
}

/*Apartamentos*/
#apartamentos{background: rgba(127, 127, 127, 0.1)}

#apartamentos h3 {
    margin-bottom: 10px;
}

#apartamentos p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0px 10px;
    font-weight: 200;
    margin-bottom: 50px;
}

#apartamentos .mb-title,
#area-comercial .mb-title {
    text-align: center;
    margin-bottom: 50px;
}

#apartamentos .mb-title p,
#area-comercial .mb-title p {
    margin-bottom: 15px;
}

#apartamentos .mb-title .cta-wpp,
#area-comercial .mb-title .cta-wpp {
    margin-bottom: 0px;
}

#apartamentos p span {
    font-weight: 500;
}

.apart-items {
    height: 500px;
    background-color: #FFFFFF;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.apart-items.plantas {
    position: relative;
    background-size: contain;
}

.plantas div {
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #ffffff;
    width: 170px;
    height: 120px;
    text-align: center;
    background-color: #999999;
}

#apartamentos .plantas div p {
    margin-bottom: 0;
    font-weight: 200;
    letter-spacing: 5px;
    line-height: 21px;
    font-size: 15px;
    text-align: center;
}

section#apartamentos .plantas div span {
    padding-left: 8px;
    letter-spacing: 5px;
    line-height: 42px;
    font-size: 30px;
    padding-right: 8px;
    border-bottom: 1px solid;
    font-weight: 200;
}

section#apartamentos .plantas div span strong {
    font-weight: 700;
}

section#apartamentos .plantas div small {
    padding-left: 8px;
    letter-spacing: 2px;
    line-height: 10px;
    font-size: 8px;
    padding-right: 8px
}

section#apartamentos .plantas div small.small {
    font-size: 7px;
    font-weight: 200;
}

section#apartamentos .plantas div p.small {
    line-height: 0;
    font-weight: 200;
    margin-top: 7px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 10px;
}

section#apartamentos .plantas div small.ampliada {
    letter-spacing: 1px;
}

section#apartamentos .detalhes {
    padding: 20px;
    min-height: 180px;
    padding-left: 240px;
    position: relative;
    background: #cccccc;
}

section#apartamentos .detalhes div {
    top: 30px;
    left: 30px;
    position: absolute;
    text-align: center;
    width: 180px;
    padding: 27px 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    font-family: acumin-pro-wide;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #999999;
}

section#apartamentos .detalhes div span {
    font-size: 30px;
}

section#apartamentos .detalhes div.loft {
    padding: 45px 0px;
    font-size: 30px;
}

section#apartamentos .detalhes img {
    display: block;
    margin: auto;
    max-width: 100%;
}

section#apartamentos .detalhes .footer-loft {
    top: -10px;
    position: relative;
}

section#apartamentos .detalhes small {
    left: 240px;
    display: block;
    position: absolute;
    bottom: 4px;
}

.apart-bg {
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../images/bg-geometrico.jpg);
}

/* area comercial */
#area-comercial {
    background-color: rgba(127, 127, 127, 0.1)
}

#area-comercial .comercial-items {
    height: 500px;
    background-size: contain;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
}

#area-comercial h3 {
    margin-bottom: 10px;
}

#area-comercial p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0px 10px;
    font-weight: 200;
    margin-bottom: 50px;
}

#area-comercial p span {
    font-weight: 500;
}

#area-comercial .detalhes {
    padding: 20px;
    min-height: 180px;
    padding-left: 240px;
    position: relative;
    background: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

#area-comercial .detalhes div {
    top: 30px;
    left: 30px;
    position: absolute;
    text-align: center;
    width: 180px;
    padding: 27px 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    font-family: acumin-pro-wide;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #999999;
}

#area-comercial .detalhes div span {
    font-size: 30px;
    display: block;
}

#area-comercial .detalhes ul {
    margin: 0;
    padding: 0;
    width: 86%;
    flex: 0 0 86%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#area-comercial .detalhes li {
   text-align: left;

}

#area-comercial .detalhes li:nth-last-child(1),
#area-comercial .detalhes li:nth-last-child(2) {
    margin-bottom: 0;
}

#area-comercial .detalhes img {
    display: block;
    margin: auto;
    max-width: 100%;
}

#area-comercial .detalhes .footer-loft {
    top: -10px;
    position: relative;
}

#area-comercial .detalhes small {
    left: 240px;
    display: block;
    position: absolute;
    bottom: 4px;
}

/*Diferenciais*/
#diferenciais {text-align: center}

#diferenciais .diferencial {
    padding: 50px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    height: 420px;
}

section#diferenciais .diferencial-link {font-size: 0}

section#diferenciais .diferencial-link button {
    width: calc(33.33333%);
    padding: 10px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #545454;
    border: 1px solid #999999;
}

section#diferenciais .diferencial-link button.active {
    border-bottom: none;
    letter-spacing: 1px;
    background: #fff;
}

section#diferenciais .diferencial-link button:hover {
    background: #fff;
}

section#diferenciais .diferencial-link button:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.clique a {
    color: #4C4C4C;
}

section#diferenciais .diferencial img {
    display: none;
}

section#diferenciais .diferencial img.active {
    display: block;
    margin: auto;
}

.diferencial a {
    text-align: center;
}

/*Gestão*/
.bgGestao {
    background-image: url(../images/bg-ondas.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#gestao {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(127, 127, 127,0.05);
}

#gestao .fachada-gestao {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 320px;
    bottom: -50px;
    background-image: url(../images/fachada-gestao-digital.jpg);
    background-position: left center;
    background-size: auto 100%;
}

#gestao .col2 button {
    width: calc(50% - 4px);
    padding: 10px 0px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #C4C4C4;
    color: #C4C4C4;
    background: #FFFFFF;
}


#gestao .col2 button.active {
    color: #ffffff;
    border-color: #666666;
    background: #666666;
}

#gestao .col2 button.active:hover {
    color: #ffffff;
    border-color: #666666;
    background: #666666;
}

#gestao .col2 button:hover {
    border-color: #212529;
    color: #212529;
}

#gestao .col2 button:active {
    color: #ffffff;
    border-color: #666666;
    background: #666666;
}

section#gestao .col2 button:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

#gestao .descricao {
    height: 550px;
    margin: 10px 0;
    padding: 20px;
    background: #FFFFFF;
}

section#gestao .gestao .owl-item img {
    display: inline;
    width: auto;
}

#gestao .descricao p {
    padding: 0 10px;
    text-align: justify;
    font-size: 13px;
    text-transform: none;
    margin-bottom: 80px;
    letter-spacing: 2px;
    font-weight: 200;
}

#gestao .descricao p.p2 {
    margin-bottom: 50px;
}

#gestao .descricao img {
    margin-bottom: 40px;
}

#gestao .descricao ul {
    font-size: 12px;
    text-align: left;
    list-style: none;
    padding-left: 0;
    letter-spacing: 2px;
    font-weight: 200;
    max-width: 300px;
    margin: auto;
    display: block;
}


/*Curadoria*/
section#curadoria h3 {
    margin-bottom: 50px;
}

section#curadoria .side {
    min-height: 630px;
}

section#curadoria .contents img {
    max-width: 360px;
}

section#curadoria .contents div:nth-child(2) {
    margin-top: 35px;
    margin-bottom: 50px;
}

section#curadoria .contents p {
    font-weight: 200;
    font-size: 14px;
}

.curadoria {
    margin-top: 40px;
    position: relative
}

section#curadoria .curadoria .curadoria-items.ci-1 div span:nth-child(1) {
    width: 410px;
    left: calc((50% - 410px) /2);
}

section#curadoria .curadoria .curadoria-items.ci-1 div span:nth-child(2) {
    width: 355px;
    right: calc((50% - 355px) /2);
}

section#curadoria .curadoria .curadoria-items.ci-2 div span:nth-child(1) {
    width: 330px;
    left: calc((45% - 330px) /2);
}

section#curadoria .curadoria .curadoria-items.ci-2 div span:nth-child(2) {
    width: 460px;
    right: calc((55% - 460px) /2);
}

/*section#curadoria .curadoria .curadoria-items {height: 750px}

.curadoria-items div {
    color: #FFFFFF;
    background: #666666;
    height: 200px;
    padding: 50px 100px 0 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.curadoria .curadoria-items span:nth-child(1) {
    float: left;
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 4px;
    text-align: center;
}
.curadoria .curadoria-items span:nth-child(2) {
    float: right;
    font-size: 14px;
    margin-top: 10px;
    width: 380px;
}

.curadoria .curadoria-items span.img {
    width: auto;
}*/

section#curadoria div.button-curadoria button {
    width: calc(50% - 5px);
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #C4C4C4;
    color: #C4C4C4;
    background: #FFFFFF;
    margin-top: 10px;
}

section#curadoria .button-curadoria button.active {
    color: #ffffff;
    border-color: #666666;
    background: #666666;
}

section#curadoria .button-curadoria button.active:hover {
    color: #ffffff;
    border-color: #666666;
    background: #666666;
}

section#curadoria .button-curadoria button:hover {
    border-color: #212529;
    color: #212529;
}

section#curadoria .button-curadoria button:active {
    color: #ffffff;
    border-color: #666666;
    background: #666666;
}

section#curadoria .button-curadoria button:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}



/*Acompanhamento de obras*/

section#acompanhamento h6 {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: acumin-pro-wide, sans-serif;
    padding-top: 28px;
}

section#acompanhamento p {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 23px;
    font-weight: 200;
    font-family: acumin-pro-wide, sans-serif;
    margin: 8px 0px 4px;
}

section#acompanhamento .progress {
    width: 100%;
    height: 8px;
    border-radius: 0;
    background: #f2f2f2;
}

section#acompanhamento .progress.large {
    height: 20px;
}

section#acompanhamento .progress > div {
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    transition: 0.8s ease;

    height: 100%;
    background: #7f7f7f;
}

section#acompanhamento .progress.pre > div {
    width: 0% !important;

    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
}

section#acompanhamento .owl-item > div .legend,
section#acompanhamento .gallery-item .owl-item > div .legend {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    font-size: 14px;
    line-height: 50px;
    font-weight: 200;
    text-decoration: none;
    font-family: acumin-pro-wide, sans-serif;

    color: #ffffff;
    border-right: 1px solid rgba(0,0,0,0.4);;

    text-align: center;
    background: rgba(0,0,0,0.3);
}

section#acompanhamento .gallery .owl-item > div .legend:hover {
    background: rgba(0,0,0,0.6);

    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

section#acompanhamento .gallery {
    width: auto !important;
    margin: 0 30px;
}

section#acompanhamento .gallery .owl-item > div .legend.active {
    background: rgba(0,0,0,0.6);
}

section#acompanhamento .gallery .owl-nav {
    left: -30px;
    right: -30px;
    height: 0;
    overflow: visible;
}

section#acompanhamento .gallery .owl-nav .owl-next,
section#acompanhamento .gallery .owl-nav .owl-prev {
    color: #ffffff !important;

    width: 30px;
    height: 45px;
    border: 1px solid transparent !important;
    background: transparent !important;

    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);

    text-align: center;
}

#acompanhamento .container .gallery,
#acompanhamento .container .gallery-item {
    width: 100%;
}

#acompanhamento .container .gallery .owl-item,
#acompanhamento .container .gallery-item .owl-item {
    overflow: hidden;
    position: relative;
}

#acompanhamento .container .gallery .owl-item > div,
#acompanhamento .container .gallery-item .owl-item > a > div {
    height: 490px;

    padding-bottom: 2px;

    background: #e5e5e5;
}

#acompanhamento .container .gallery .owl-item > div {
    height: 50px;
}

#acompanhamento .container .gallery-item {
    display: none;
}

#acompanhamento .container .gallery-item.active {
    display: block;
}

section#acompanhamento .gallery {
    margin: 0 30px;
    width: auto;
}

section#acompanhamento .gallery-wrapper {
    background: rgba(0,0,0,0.3);
    margin-top: 2px;
}


/*Contato*/
#contato .formulario h3 {
    margin-bottom: 30px;
}

#contato .formulario p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 200;
    font-family: acumin-pro-wide;
}

#contato .formulario form.row {
    margin-left: -6px;
    margin-right: -6px;
}

#contato .formulario form.row .col {
    padding-left: 6px;
    padding-right: 6px;
}

#contato {
    background-image: url(../images/bg-ondas.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

#contato .formulario input, #contato .formulario textarea {
    border: 1px solid #666666;
    margin: 8px 0;
    width: 100%;
    padding: 14px 10px;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    font-family: acumin-pro-wide;
}

#contato .formulario textarea {
    height: 200px;
}

#contato input {
    height: 50px;
}

section#contato .formulario .success {
    display: none;
    float: left;
    color: #155724;
}

section#contato .formulario .error {
    border-color: #D7244C;
}

section#contato .formulario .error::placeholder {
    color: #D7244C;
}

#contato input::-webkit-outer-spin-button,
#contato input::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
}

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

textarea {resize: none}

#contato input[type=submit] {
    border: 1px solid #666666;
    background: #666666;
    color: #ffffff;
    padding: 20px;
    text-transform: uppercase;
    width: 143px;
    height: auto;
    margin: 0;
}

#contato input::placeholder,
#contato textarea::placeholder {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 200;
    font-family: acumin-pro-wide;
    text-transform: uppercase;

    top: -10px;
    position: relative;
}

#contato .mais-infos p {
    font-size: 15px;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
    padding: 10px 15px;
    font-weight: 500;
    border: 1px solid #dfdfdf;
}

#contato .mais-infos a {
    color: #a62641;
    color: #4C4C4C;
    display: block;
    font-size: 1.2em;
    font-weight: 300;
}

/*Footer*/
#pre-footer {text-align: center; font-size: 9px; margin-bottom: 20px;}

.footer:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.footer footer {
    text-transform: uppercase;
    background: #7F7F7F;
    color: #FFFFFF;
    text-align: center;
}

.footer p {
    font-size: 10px;
    margin-bottom: 0;
}



/***Responsivo***/

@media (max-width: 1199px) {
    div.menu div.link {
        padding-top: 5px;
    }

    .navbar-collapse {
        display: block;
        position: fixed;

        top: 58px;
        right: 0;
        bottom: 0;
        width: 320px;
        background: #e5e5e5;
        z-index: 10;
        height: auto !important;

        -webkit-transition: 0.4s ease;
                transition: 0.4s ease;

        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }

    .navbar-collapse.collapse:not(.show) {
        display: block;
    }

    .navbar-collapse.show {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);

        -webkit-box-shadow: -2px 2px 2px rgba(0,0,0,0.1);
                box-shadow: -2px 2px 2px rgba(0,0,0,0.1);
    }

    div.menu nav a {
        margin: 5px 0;
        display: block;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    section#galeria {
        overflow: hidden;
    }

    section#galeria .row-galeria:before {
        left: -26px;
    }

    section#galeria .row-galeria:after {
        right: -26px;
    }

    section#curadoria .side {
        background-size: 100%;
    }

    section#galeria .galeria-click a {
        padding: 10px 3px;
    }

    section#galeria div.galeria-click:nth-child(2) a {
        padding: 10px 6px;
    }
}

@media (max-width: 991px) {
    section#video video,
    section#video iframe {
        height: 250px;
    }

    section#banner .logo {
        right: 5%;
    }

    section#banner .alert {
        font-size: 14px;
    }

    section#banner .logo img {
        width: 195px;
    }
    section#banner .logo img.apoio {
        width: 170px;
    }

    .bgVideo {
        background-image: url(../images/bg-ondas.png);
        background-position: -710px -330px;
        background-size: 2090px;
    }

    #localizacao p:nth-child(1) br {
        display: none;
    }

    #localizacao p:nth-child(1) {
        margin: 0;
        padding: 30px 0px;
    }

    section#localizacao .p2 {
        margin: 0px;
    }

    #localizacao .p2 p {
        padding: 0;
    }

    #localizacao .descricao {
        height: 235px;
        height: auto;
    }

    section#galeria .row-galeria:before {
        left: calc(8.3% - 28px);
    }

    section#galeria .row-galeria:after {
        right: calc(8.3% - 28px);
    }

    section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(2),

    section#galeria .foto-galeria .foto-items div.galeria03 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria03 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria07 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria07 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria10 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria10 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(2),

    section#curadoria .curadoria .curadoria-items div span:nth-child(1),
    section#curadoria .curadoria .curadoria-items div span:nth-child(2),

    section#galeria .foto-galeria .foto-items div.galeria03 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria07 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria10 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(2){
        width: 100%;
        margin: 0;
        padding: 20px 40px 0px;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        position: static;
    }

    section#galeria .foto-galeria .foto-items,
    section#curadoria .curadoria .curadoria-items,
    section#galeria .foto-galeria .foto-items.full {
        height: 388px;
        margin-bottom: 247px;
    }

    section#galeria .foto-galeria .foto-items div.galeria01,
    section#galeria .foto-galeria .foto-items div.galeria02,
    section#galeria .foto-galeria .foto-items div.galeria04,
    section#galeria .foto-galeria .foto-items div.galeria05,
    section#galeria .foto-galeria .foto-items div.galeria06,
    section#galeria .foto-galeria .foto-items div.galeria08,
    section#galeria .foto-galeria .foto-items div.galeria09,
    section#curadoria .curadoria .curadoria-items div,

    section#galeria .foto-galeria .foto-items div.galeria03,
    section#galeria .foto-galeria .foto-items div.galeria07,
    section#galeria .foto-galeria .foto-items div.galeria10,
    section#galeria .foto-galeria .foto-items div.galeria11 {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 247px;
    }

    section#galeria .foto-galeria .foto-items div.galeria03 > div,
    section#galeria .foto-galeria .foto-items div.galeria07 > div,
    section#galeria .foto-galeria .foto-items div.galeria09 > div,
    section#galeria .foto-galeria .foto-items div.galeria10 > div,
    section#galeria .foto-galeria .foto-items div.galeria11 > div {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        position: static;
    }

    section#galeria .foto-galeria .foto-items .lobby { top: 10px; right: 10px; left: auto; bottom: auto; }

    section#galeria div.galeria-click {
        margin: 3px 0;
    }

    section#galeria .galeria-click a {
        margin: 3px;
        padding: 10px 23px;
        line-height: 12px;
        float: left;
        display: block;
        text-align: center;
    }

    section#galeria .galeria-click a:nth-child(4) {
        width: 100px;
        padding: 1px 0px;
        line-height: 15px;
    }

    section#galeria .galeria-click a:nth-child(5) {
        width: 140px;
        padding: 1px 0px;
        line-height: 15px;
    }

    section#galeria .galeria-click a:nth-child(6),
    section#galeria .galeria-click:nth-child(2) a:nth-child(1),
    section#galeria .galeria-click:nth-child(2) a:nth-child(2) {
        width: calc(33.33% - 6px);
        padding: 1px 27px;
        line-height: 15px;
    }

    section#galeria .galeria-click:nth-child(2) a:nth-child(3),
    section#galeria .galeria-click:nth-child(2) a:nth-child(4) {
        width: calc(50% - 6px);
        padding: 9px 5px;
        line-height: 15px;
    }

    section#galeria .galeria-click:nth-child(2) a:nth-child(5) {
        padding: 10px 0px;
        line-height: 12px;
    }

    .apart-items {
        margin-top: 76px;
    }

    section#apartamentos .detalhes div {
        top: -576px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 5px 10px;
    }

    #area-comercial .detalhes,
    section#apartamentos .detalhes {
        padding: 20px;
        padding-left: 20px;
        overflow: visible;
    }

    #area-comercial .comercial-items {
        margin-top: 76px;
        height: 370px;
    }

    #area-comercial .detalhes div {
        left: 0;
        right: 0;
        top: -446px;
        width: auto;
        height: 76px;
        padding: 13px 0;
    }
    #area-comercial .detalhes div span {
        font-size: 25px;
        line-height: 28px;
    }

    #area-comercial .detalhes ul {
        width: 100%;
        flex: 0 0 100%;
    }

    section#apartamentos .detalhes small {
        left: 0;
        right: 0;
        text-align: center;
    }

    section#apartamentos .detalhes div.loft {
        padding: 23px 0px;
    }

    #diferenciais .diferencial {
        height: 280px;
    }

    #diferenciais small {
        font-size: 10px;
        line-height: 14px;
        display: block;
    }

    #gestao {
        overflow: hidden;
    }

    #gestao h3 {
        padding-bottom: 330px;
    }

    #gestao .fachada-gestao {
        top: 65px;
        bottom: auto;
        left: 50%;
        width: 100vw;
        height: 330px;

        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);

        background-size: 100%;
        background-position: bottom;
    }

    #gestao .col2 button {
        padding: 10px 60px;
    }

    section#curadoria .curadoria .curadoria-items.ci-1 div span:nth-child(1),
    section#curadoria .curadoria .curadoria-items.ci-1 div span:nth-child(2),
    section#curadoria .curadoria .curadoria-items.ci-2 div span:nth-child(1),
    section#curadoria .curadoria .curadoria-items.ci-2 div span:nth-child(2) {
        width: 100%;
    }

    #contato img {
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        margin-top: 20px;
    }

    #contato > .container > .row > div {
        background: transparent !important;
    }

    section#banner .selo {
        top: 50px;
        left: -75px;
        width: 330px;
        height: 45px;
        font-size: 15px;
        transform: rotate(-37deg);
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
    }

    .bg-banner {
        height: 380px;
        margin-bottom: 220px;
    }

    section#banner .selo {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        transform: rotate(0);
    }

    section#banner .logo {
        top: auto;
        left: 0;
        right: 0;
        bottom: -220px;
        padding: 10px 0px 0px;
        background: #7F7F7F;
        transform: none;
    }

    section#banner .logo img.apoio {
        width: 100px;
    }

    section#banner .logo .alert {
        margin: 15px 0 0;
    }

    section#banner .logo p {
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 16px;
    }

    section#banner .logo img {
        width: 170px;
        margin-bottom: 0;
    }

    div.menu header .brand a {
        margin-right: 20px;
    }

    div.menu header .logo-jml-747 img,
    div.menu header a.logo-luminus img {
        height: 32px;
    }

    div.menu a.button {
        display: none;
    }

    #projeto .descricao {
        padding: 0px 15px;
    }

    #projeto .descricao .text-desc {
        margin-top: 40px;
    }

    #projeto .descricao .text-desc p {
        line-height: 20px;
        margin-bottom: 0;
    }

    #projeto > .container > .row > div {
        background: transparent !important;
    }

    #projeto img {
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        margin: 20px 0px 0px;
    }

    section#video video,
    section#video iframe {
        height: 185px;
    }

    #localizacao {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 20px;
        background-image: url(../images/bg-geometrico.jpg);
        background-position: left top;
    }

    #localizacao h3 {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 40px;
        border: #D8D6D8 1px solid;
        border-bottom: 0;
        background-color: #FFFFFF;
        background-color: rgba(255,255,255,0.7);
    }

    #localizacao .descricao {
        margin: 0px 15px;
        height: auto;
        padding-bottom: 10px;
        border: #D8D6D8 1px solid;
        border-top: 0;
        background: #FFFFFF;
        background-color: rgba(255,255,255,0.7);
    }

    section#localizacao .foto-localizacao {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
        padding: 20px 15px;
        background: white;
    }

    section#localizacao .foto-localizacao img {
        opacity: 1 !important;
    }

    #localizacao .maps {
        border: 0;
        width: auto;
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        padding-bottom: 30px;
        background: white;
    }

    #localizacao .maps p {
        margin: 0px 15px;
        border: 1px solid rgba(127, 127, 127, 0.2);
        border-top: 0px;
        padding: 10px;
    }

    #localizacao iframe {
        height: 280px;
        display: block;
    }

    section#bairro {
        padding: 27px 15px 20px;
    }

    section#bairro .cols2 {
        margin-top: 53px;
        padding-left: 0;
        padding-right: 0;
    }

    section#galeria .row-galeria:before,
    section#galeria .row-galeria:after {
        display: none;
    }

    section#galeria h3 {
        line-height: 36px;
        padding: 25px 0px;
    }

    section#galeria .foto-galeria .foto-items,
    section#curadoria .curadoria .curadoria-items,
    section#galeria .foto-galeria .foto-items.full {
        height: 230px;
        margin-bottom: 335px;
    }

    section#galeria .foto-galeria .foto-items span img {
        max-width: 100%;
    }

    section#galeria .foto-galeria .foto-items div.galeria01,
    section#galeria .foto-galeria .foto-items div.galeria02,
    section#galeria .foto-galeria .foto-items div.galeria04,
    section#galeria .foto-galeria .foto-items div.galeria05,
    section#galeria .foto-galeria .foto-items div.galeria06,
    section#galeria .foto-galeria .foto-items div.galeria08,
    section#galeria .foto-galeria .foto-items div.galeria09,
    section#curadoria .curadoria .curadoria-items div,
    section#galeria .foto-galeria .foto-items div.galeria03,
    section#galeria .foto-galeria .foto-items div.galeria07,
    section#galeria .foto-galeria .foto-items div.galeria10,
    section#galeria .foto-galeria .foto-items div.galeria11 {
        height: 335px;
    }

    section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria03 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria03 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria07 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria07 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria10 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria10 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(2),
    section#curadoria .curadoria .curadoria-items div span:nth-child(1),
    section#curadoria .curadoria .curadoria-items div span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria03 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria07 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria10 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(2) {
        padding: 15px 15px 0px;
        font-size: 13px;
    }

    section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria03 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria07 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria10 span:nth-child(1) br,
    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(1) br {
        display: none;
    }

    section#galeria .owl-nav,
    section#curadoria .owl-nav {
        top: 90px
    }

    section#galeria .galeria-click a {
        margin: 2px !important;
        width: calc(50% - 4px) !important;
    }
    section#galeria .galeria-click a span { display: block; }

    section#galeria .galeria-click a:nth-child(4),
    section#galeria .galeria-click:nth-child(2) a:nth-child(4) {
        padding: 9px 0px;
    }

    section#galeria .galeria-click a:nth-child(5),
    section#galeria .galeria-click a:nth-child(6) {
        padding: 9px 0px;
        width: calc(100% - 4px) !important;
    }


    section#apartamentos .detalhes {
        min-height: 120px;
    }

    .apart-items.plantas {
        background-position: top center;
    }

    .apart-items.fix-height {
        height: 370px;
    }

    .apart-items.fix-offset {
        background-position: center;
    }

    .plantas div {
        bottom: 50px;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
    }

    section#apartamentos .detalhes div.fix-height {
        top: -446px;
    }

    section#diferenciais .diferencial-link:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }

    section#diferenciais .diferencial-link button {
        float: left;
        width: calc(37%);
        padding: 10px 2px;
        font-size: 10px;
        line-height: 28px;
    }

    section#diferenciais .diferencial-link button:nth-child(2) {
        width: calc(26%);
    }

    #diferenciais .diferencial {
        height: 180px;
        padding: 20px 10px;
    }

    #gestao .col2 button {
        padding: 10px 20px;
    }

    #gestao .col2 button:nth-child(2) {
        padding: 10px 30px;
    }

    #gestao .descricao p {
        margin-bottom: 30px;
    }

    #gestao .descricao {
        height: 640px;
    }

    section#curadoria .curadoria .curadoria-items div {
        height: 215px;
    }

    section#curadoria .curadoria .curadoria-items {
        margin-bottom: 215px;
    }

    section#curadoria .button-curadoria {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    section#curadoria .button-curadoria:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }

    section#curadoria .contents img {
        max-width: 300px;
    }

    /*section#curadoria .button-curadoria button {
        float: left;
    }

    section#curadoria .button-curadoria button:nth-child(2) {
        line-height: 36px;
    }*/
}

@media(max-width: 575px) {
    div.menu header {
        padding: 0 12px;
    }

    section#galeria .galeria-click:nth-child(2) a:nth-child(1), 
    section#galeria .galeria-click:nth-child(2) a:nth-child(2) {
        padding: 10px 6px;
    }

    section#galeria .galeria-click:nth-child(2) a:nth-child(3), 
    section#galeria .galeria-click:nth-child(2) a:nth-child(4) {
        padding: 9px 0;
    }

    #gestao .col2 button {
        font-size: 10px;
    }

    section#diferenciais .diferencial-link button {
        font-size: 8px;
    }

    div.menu header .brand a.logo-luminus img {
        height: 27px;
    }

    div.menu header .brand .logo-jml-747 img {
        height: 23px;
    }

    #area-comercial .detalhes ul {
        justify-content: center;
    }

    #area-comercial .detalhes li {
        width: 33.33%;
        flex: 0 0 33.33%;
        text-align: center;
        margin-bottom: 30px;
    }

    #area-comercial .detalhes li:nth-last-child(1),
    #area-comercial .detalhes li:nth-last-child(2) {
        width: 50%;
        flex: 0 0 50%;
        margin-bottom: 0;
    }

    section#diferenciais .diferencial-link button:nth-child(2) {
        line-height: 14px;
    }
}


/*
@media (max-width: 1200px) {
    section#galeria .galeria-click a {
        padding:10px 9px;
    }

    section#galeria .foto-galeria .foto-items div.galeria01,
    section#galeria .foto-galeria .foto-items div.galeria02,
    section#galeria .foto-galeria .foto-items div.galeria04,
    section#galeria .foto-galeria .foto-items div.galeria05,
    section#galeria .foto-galeria .foto-items div.galeria06,
    section#galeria .foto-galeria .foto-items div.galeria08,
    section#galeria .foto-galeria .foto-items div.galeria09 {
        height: 40%;
    }

    section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(1) {
        margin-top: 110px;
        margin-left: 20px;
    }

    .foto-galeria .foto-items div.galeria02 span:nth-child(1) {
        margin-top: 140px;
    }

    section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(1) {
        margin-left: 0;
        margin-top: 140px;
    }

    section#galeria .foto-galeria .foto-items div.galeria05 span:nth-child(2) {
        margin-top: 120px;
        margin-right: 10px;
        width: 520px;
    }

    section#galeria .foto-galeria .foto-items div.galeria01 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria02 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria04 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria08 span:nth-child(2),
    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(2) {
        margin-top: 90px;
        margin-right: 50px;
    }

    section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(1) {
        margin-top: 140px;
        margin-left: 0;
    }

    section#galeria .foto-galeria .foto-items div.galeria06 span:nth-child(2) {
        width: 400px;
        margin-right: 40px;
        margin-top: 130px;
    }

    section#galeria .foto-galeria .foto-items div.galeria07 span:nth-child(1),
    section#galeria .foto-galeria .foto-items div.galeria10 span:nth-child(1) {
        margin-left: 20px;
    }

    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(1) {
        margin-top: 120px;
        margin-left: 60px;
    }

    section#galeria .foto-galeria .foto-items div.galeria09 span:nth-child(2) {
        margin-top: 100px;
        margin-right: 50px;
        width: 250px;
    }

    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(1) {
        margin-top: 80%;
        width: 300px;
    }

    section#galeria .foto-galeria .foto-items div.galeria11 span:nth-child(2) {
        margin-right: 5px;
    }

    section#galeria .foto-galeria .foto-items div.galeria11 {width: 36%}
}

@media (max-width: 1024px) {
    div.menu div.link {
        padding-right: 5px;
    }

    div.menu header a.logo-luminus img {
        margin-left: 0;
    }

    #projeto .descricao .text-desc p {
        line-height: 12px;
    }
}
*/
