body {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

a {
    color: #fff;
    transition: 0.25s all;
}

a:hover {
    color: #fff;
}

.container {
    width: 1139px;
}

/* DEFAULTS - ICONS */

.fa-arrow-left,
.fa-arrow-right {
    transition: 0.25s all;
}

.fa-arrow-left:hover,
.fa-arrow-right:hover {
    color: #000 !important;
    background: #fff;
}

.svg-inline--fa.fa-3x.fa-border {
    width: 50px !important;
    height: 50px !important;
    border: solid 2px #97be02;
    border-radius: 100%;
    padding: 11px;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}

a > .svg-inline--fa.fa-3x.fa-border:hover {
    color: #132544;
    background: #97be02;
}

#diamond {
    width: 0;
    height: 0px;
    border: 10px solid transparent;
    border-bottom-color: black;
    position: relative;
    top: -10px;
    margin: 0 auto;
}

#diamond::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 29px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: black;
}

#diamond-green {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #94bc00;
    position: relative;
    top: -42px;
    margin: 0 auto;
    left: calc(50% - 20px);
}

#diamond-green::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 39px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #94bc00;
}

/* HEADER */

header {
    background: #132544;
}

header .navbar {
    height: 120px;
    background: #132544;
}

@media screen and (max-width: 1279px) {
    header .navbar {
        height: 210px;
    }
}

header .navbar-brand {
    cursor: hand;
}

header .navbar-item img {
    max-height: none;
}

header .navbar-item {
    color: #fff;
    margin: 0 2px;
}

header .phone {
    font-size: 24px;
    margin: 0 10px;
}

a.navbar-item:hover {
    color: #fff !important;
    background-color: transparent !important;
}

header .anuncie{ position: absolute; top: 20px; left: 77px; }







/* SLIDE */

@media screen and (min-width: 1279px) and (max-width: 1366px) {
    .slide-item .container {
        width: 70%;
    }
}

.slide-item {
    height: 41.8vw;
    width: 100%;
    color: #FFF;
    background-blend-mode: multiply;
    background-color: #999;
    background-size: contain;
    padding-top: 10vw;
}

.slide-item h2 {
    max-width: 600px;
    font-size: 74px;
    line-height: 78px;
    font-weight: 300;
    text-transform: uppercase;
}

.slide-button {
    border: 2px solid #fff;
    font-weight: 700;
    border-radius: 10px;
    margin-top: 60px;
    display: inline-block;
    padding: 10px 40px;
    font-size: 22px;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}

.slide-button:hover {
    color: #000;
    background: #fff;
}

/* SOBRE HOME */

.sobre-home {
    padding: 80px 0;
}

.sobre-home h1 {
    font-size: 59px;
    color: #132544;
    line-height: 61px;
    font-weight: 700;
}

.sobre-home h1 small {
    font-size: 44px;
    color: #545454;
}

.sobre-home .container > hr:nth-child(2) {
    width: 50%;
    margin: 1.5rem auto 0;
    background: #94bc00;
}

.sobre-home .container > hr:nth-child(3) {
    width: 20%;
    margin: 0 auto 0;
    height: 3px;
    background: #94bc00;
}

.sobre-home p {
    font-size: 24px;
    color: #464646;
    font-weight: 300;
    margin-top: 80px;
}

.sobre-home .button, .contato-home .button, .empreendimentos-home .button {
    margin-top: 80px;
    color: white;
    background: #132544;
    font-size: 23px;
    font-weight: 700;
    border-radius: 15px;
    padding: 0 40px;
    line-height: 24px;
    border: 2px solid #132544;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.sobre-home .button:hover, .contato-home .button:hover, .empreendimentos-home .button:hover {
    background: #fff;
    color: #132544;
}

/* EMPREENDIMENTOS HOME */

.empreendimentos-home {
    padding: 60px 0 120px;
    background: #cecece;
}

.empreendimentos-home a {
    color: inherit;
}

.empreendimentos-home h2{
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    color: #fff;
}

.empreendimentos-home .is-6 {
    padding: 1rem;
}

.empreendimentos-home .container > hr:nth-child(2) {
    height: 2px;
    margin: 30px auto 0;
    width: 500px;
    background: #fff;
}

.empreendimentos-home .container > hr:nth-child(3) {
    margin: 0px auto 60px;
    width: 200px;
    height: 3px;
    background: #fff;
}

.empreendimentos-home .empreendimento {
    background: #fff;
    padding: 25px;
    height: 100%;
    position: relative;
}

.empreendimentos-home .empreendimento > .columns {
    margin-top: 20px;
}

.empreendimentos-home .column:not(:first-child) .titulo {
    margin-top: 20px;
}

.empreendimentos-home .column:first-child .titulo {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
}

.empreendimentos-home .titulo small {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.empreendimentos-home .titulo h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 300;
    text-transform: uppercase;
}

.empreendimentos-home .column:not(:first-child) .informacoes-helper {
    height: 210px;
}

.empreendimentos-home .column:first-child .informacoes-helper {
    height: 120px;
    width: 2px;
    background: #ccc;
    margin-top: -3px;
}

.empreendimentos-home .column:not(:first-child) .informacoes {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding-right: 50px;
}

.empreendimentos-home .column:first-child .informacoes {
    width: 50%;
    margin-top: 17px;
}

.empreendimentos-home .informacoes > p {
    font-size: 22px;
    line-height: 85px;
}

.empreendimentos-home .column:first-child .titulo > p {
    font-size: 22px;
    line-height: 35px;
}

.empreendimentos-home .informacoes .columns {
    text-transform: uppercase;
}

.empreendimentos-home .informacoes .column p:not(.quartos) {
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    margin-top: 10px;
}

.empreendimentos-home .informacoes strong {
    font-size: 31px;
    line-height: 36px;
}

.empreendimentos-home .informacoes hr {
    height: 2px;
    margin: 0 120px 30px;
}

.empreendimentos-home .quartos {
    width: 50px !important;
    height: 50px !important;
    border: solid 2px #97be02;
    border-radius: 100%;
    padding: 11px;
    line-height: 22px;
    font-size: 30px;
    margin: 0 auto;
}

.tenho-interesse {
    position: absolute;
    right: 0;
    background: #97be02;
    color: #fff;
    font-size: 25px;
    line-height: 60px;
    font-weight: 300;
    padding: 0 20px;
    margin-top: 20px;
    z-index: 100000;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
    height: 61px;
}

.tenho-interesse:hover {
    padding: 0 30px 0 20px;
}

.tenho-interesse::after {
    width: 0;
    height: 0;
    border-bottom: 61px solid #97be02;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
    left: -20px;
}

/* CONTATO HOME */

.contato-home {
    padding: 80px 0;
}

.contato-home h2 {
    font-size: 44px;
    color: #132544;
    line-height: 47px;
    margin-bottom: 30px;
    font-weight: 900;
}

.contato-home p {
    font-size: 28px;
    color: #545454;
    line-height: 39px;
    margin-bottom: 40px;
}

.contato-home input, .contato-home textarea {
    border: none;
    box-shadow: none;
    background: #e9e9e9;
    border-radius: 0;
    font-size: 23px;
    font-weight: 300;
    color: #808080;
    resize: none;
}

.contato-home textarea {
    height: 240px;
}

.contato-home .button {
    margin-top: 20px;
}

.contato-home .field:not(:last-child) {
    margin-bottom: 1.5rem;
}

/* EMPREENDIMENTO */

.banner {
    height: 810px;
    width: 100%;
    background: url("http://localhost/imovelbarato/assets/css/../images/placeholder/slide_foto_interna.jpg") no-repeat center;
    color: #FFF;
    position: relative;
}

.banner .columns, .banner .container {
    height: 100%;
}

.banner .is-7 {
    background: rgba(0, 0, 0, 0.5);
    padding: 225px 70px;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.banner .is-7::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.empreendimento-header {
    overflow: hidden;
    background: #ececec;
}

.empreendimento-header .descricao-curta {
    padding: 70px 0;
}

.empreendimento-header .descricao-curta strong {
    display: block;
    font-size: 37px;
    line-height: 46px;
    font-weight: 200;
    max-width: 300px;
    color: #000;
    text-transform: uppercase;
}

.empreendimento-header .descricao-curta b {
    font-size: 25px;
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
}

.empreendimento-header .descricao-curta hr {
    width: 33%;
    height: 5px;
    background: #000;
}

.empreendimento-header .descricao-curta p {
    font-size: 25px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
}

.empreendimento-header .logo {
    white-space: nowrap;
    text-align: center;
    background: #fff;
}

.empreendimento-header .logo::after {
    content: '';
    position: absolute;
    right: -100%;
    height: 100%;
    width: 100%;
    background: #fff;
}

.empreendimento-header .logo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.empreendimento-header .logo img {
    vertical-align: middle;
}

.empreendimento-body {
    background-color: #ECECEC;
}

.empreendimento-body .fachada {
    padding: 0;
}

.empreendimento-body .descricao h2 {
    font-size: 50px;
    color: #000;
    margin: 60px 0 20px;
    text-transform: uppercase;
    line-height: 64px;
}

.empreendimento-body .descricao p {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
}

.empreendimento-body .descricao small {
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    border-left: 6px solid black;
    display: inline-block;
    padding-left: 15px;
    line-height: 23px;
    margin: 40px 0 60px;
}

.empreendimento-planta {
    padding: 70px 0;
}


.empreendimento-planta .seletor-holder h2 {
    font-size: 64px;
    margin: 0 0 40px;
    color: #132544;
    font-weight: 300;
}

.empreendimento-planta .seletor-holder titulo {
    font-weight: 300;
}

.empreendimento-planta .seletor-holder .seletor {
    background: #ececec;
    padding: 50px 0;
    color: #132544;
    font-size: 25px;
    line-height: 27px;
    border: 1px solid #fff;
    position: relative;
    max-width: 100%;
    width: 110%;
    transition: .25s all;
}

.empreendimento-planta .seletor-holder .seletor:hover {
    max-width: 102%;
}

.empreendimento-planta .seletor-holder .seletor.active {
    background: #132544;
    color: #ececec;
}

.empreendimento-planta .seletor-holder .seletor.active .m2 {
    border-color: #97be02;
}

.empreendimento-planta .seletor-holder .seletor.active::after {
    background: #132544
}

.empreendimento-planta .seletor-holder .seletor::after {
    content: '';
    height: 100%;
    background: #ececec;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: .25s all;
}

.empreendimento-planta .seletor-holder .m2 {
    border: 2px solid #132544;
    display: inline-block;
    padding: 14px 0 0 0;
    width: 170px;
    height: 56px;
    text-align: center;
    margin-top: 14px;
}

.empreendimento-planta .planta-holder {
    padding-left: 50px;
    text-align: center;
}
.empreendimento-planta .planta-holder h2 {
    text-transform: uppercase;
    border: 2px solid #132544;
    color: #132544;
    display: inline-block;
    margin-top: 20px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: 700;
}
.empreendimento-planta .planta-holder .opcoes-select {
    display: none;
}
.empreendimento-planta .planta-holder .opcoes-select.active{
    display: block;
}
.empreendimento-planta .planta-holder .opcoes {
    text-align: center;
}
.empreendimento-planta .planta-holder .opcoes p {
    font-size: 17px;
    display: inline-block;
    font-weight: 700;
    margin: 30px 10px 10px 0;
}
.empreendimento-planta .planta-holder .opcoes span {
    display: inline-block;
    background: #ececec;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 23px;
    color: #000;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}

.empreendimento-planta .planta-holder .opcoes span:hover {
    background: #132544;
    color: #fff;
}

.empreendimento-planta .planta-holder .opcoes span.active {
    background: #132544;
    color: #fff;
    width: 26px;
    height: 26px;
}

.empreendimento-galeria .titulo {
    background: #132544;
    padding: 50px;
    position: relative;
    margin-bottom: 40px;
}

.empreendimento-galeria .titulo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #94bc00;
}

.empreendimento-galeria .titulo h2 {
    font-size: 64px;
    font-weight: 300;
    color: #fff;
}

.empreendimento-galeria .column:first-child {
    margin-right: 5px;
    width: 81.3% !important;
}

.empreendimento-galeria .column:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 18.1% !important;
}

.empreendimento-localização h2 {
    margin-top: 100px;
    font-size: 64px;
    line-height: 31px;
    font-weight: 300;
    color: #000;
    margin-bottom: 70px;
}
.empreendimento-localização small {
    font-size: 17px;
    font-weight: 700;
    color: #454545;
}

.empreendimento-localização .map-holder {
    height: 480px;
    width: 100%;
}

.cronograma-holder {
    background: #132544;
    padding-bottom: 80px;
}

.cronograma-holder h2 {
    color: #fff;
    font-size: 40px;
    padding: 40px 0;
    font-weight: 300;
}

.progressao {
    margin: 15px 0;
    position: relative;
}

.progressao label {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    margin-left: 20px;
}

.progressao progress {
    width: 40%;
    height: 2rem !important;
    color: #97be02;
    display: inline;
    float: right;
    margin-right: 50px;
    margin-top: 12px;
}

.progress::-moz-progress-bar {
    background-color: #97be02;
}

.progress::-webkit-progress-value {
    background-color: #97be02;
}

.progressao span {
    position: absolute;
    right: 131px;
    font-size: 29px;
    top: 7px;
    color: #545454;
}

.progressao span.white {
    color: #fff;
}

.p-icon {
    display: inline-block;
    border: 2px solid aliceblue;
    height: 53px;
    width: 53px;
    border-radius: 50px;
    padding: 8px;
}


/* LOGO QUAX */

footer .border-footer {
    position: absolute;
    left: 49.8%;
    background: #fff;
    width: 2px;
    height: 50px;
    margin-top: 32px;
}

footer {
    font-size: .8rem;
    color: #fff;
    background: #132544;
    border-bottom: 5px solid #97be02;
    border-top: 10px solid #97be02;
    position: relative;
}

footer .contato img {
    width: 350px;
    height: 72px;
    display: block;
    margin: 20px auto;
}

footer .contato .contato-box {
    margin-top: 30px;
    margin-bottom: 10px;
}

footer .contato .contato-box svg {
    float: left;
}

footer .contato .contato-box h6 {
    font-size: 16px;
    margin-left: 60px;
    font-weight: bold;
    margin-top: 12px;
    padding-top: 2px;
}

footer .contato .contato-box p {
    font-size: 15px;
    margin-left: 60px;
    color: #97be02;
}

footer .contato .social-box {
    z-index: 1000;
    position: relative;
}

footer .contato .social-box svg {
    margin: 25px 30px 0 0;
}

footer .copyright-text {
    text-align: center;
    position: relative;
    top: -30px;
    font-size: 17px;
    margin-top: -30px;
}

footer .contato .is-6 {
    position: relative;
}

footer .contato .is-6::after {
    content: '';
    height: 50px;
    width: 2px;
    position: absolute;
    right: 0;
    background: white;
    top: 40px;
}

footer .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

footer .copyright-quax {
    position: absolute;
    left: calc(50% - 12px);
    bottom: 0;
}

footer .image img{
    width: 20px;
    height: 20px;
}

footer .copyright-quax:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 36px solid #0d2c40;
    border: 36px solid transparent;
    border-bottom-color: #97be02;
}

#cycle-2 figure {
    width: 100% !important;
}

#cycle-2 .cycle-slide {
    border-bottom: 6px solid transparent;
}

#cycle-1 .fa-arrow-left,
#cycle-1 .fa-arrow-right {
    top: 44%;
    color: #fff;
    z-index: 1000;
    font-size: 18px;
    right: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 11px;
    height: 70px;
    width: 70px;
    position: absolute;
}

#cycle-1 .fa-arrow-left {
    left: 20px;
}

.empreendimentos-banner .fa-arrow-left,
.empreendimentos-banner .fa-arrow-right {
    top: 44%;
    color: #fff;
    z-index: 1000;
    font-size: 18px;
    right: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 11px;
    height: 70px;
    width: 70px;
    position: absolute;
}

.empreendimentos-banner .fa-arrow-left {
    left: 20px;
}

.hover {
    background: rgba(19, 37, 68, 0.8);
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    color: #FFF;
    display: block;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.hover svg {
    margin-top: 55%;
    color: #fff;
    font-size: 100px;
}

.hover:hover {
    opacity: 1;
}

.interesse-open {
    background-color: #94bc00;
    padding: 70px 0 50px;
}

.interesse-open .sec-title h2 {
    font-size: 56px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.interesse-open .sec-title p {
    margin-top: 30px;
    font-size: 20px;
    color: #132544;
}

.interesse-open .input, .interesse-open .textarea {
    background-color: transparent;
    border: 1px solid #132544;
    border-radius: 0px;
    color: #fff;
    font-family: 'Tahoma';
    font-size: 1.3rem;
    height: 50px;
    box-shadow: none;
    margin-bottom: 15px;
  }
  
  .interesse-open ::placeholder {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
  }
  
  .interesse-open .textarea {
    height: 135px;
  }
  
  .interesse-open .button.is-medium {
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    height: 50px;
    padding-left: 35px;
    padding-right: 35px;
  }
  
  .interesse-open .button {
    background-color: #132544;
    border: 1px solid #132544;
    border-radius: 15px;
    color: #94bc00;
    transition: all 0.4s cubic-bezier(.54,.18,.13,1);
  }
  
  .interesse-open .button:hover {
    background-color: #132544;
    color: #fff;
  }
  
  .interesse-open .int-send {
    text-align: right;
    margin-top: 25px;
  }


.empreendimento-planta .container {
    /* min-height: 1000px; */
}

.contato_aba {
    width: 264px;
    position: fixed;
    right: -265px;
    bottom: 100px;
    z-index: 1000;
    transition: .333s all ease-in-out;
}

.contato_aba.active{
    right: -1px;
}

.contato_aba .aba {
    background: #94bc00;
    width: 351px;
    color: #fff;
    line-height: 58px;
    font-size: 25px;
    transform: rotate(-90deg);
    position: absolute;
    top: 146px;
    right: 117px;
    border-bottom: 0;
    text-align: right;
    padding-right: 20px;
    font-size-adjust: none;
    cursor: pointer;
}

.contato_aba .aba::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    border-bottom: 58px solid #94bc00;
    border-left: 19px solid transparent;
    z-index: 10000;
}

.contato_aba .aba_bottom {
    height: 58px;
    position: absolute;
    tio: 9;
    top: 0;
    width: 78px;
    background: #132544;
}

.contato_aba .aba_bottom svg {
    transform: rotate(90deg);
    margin: 5px 27px 0 0;
}

.contato_aba .aba_close {
    height: 23px;
    width: 23px;
    position: absolute;
    background: #132544;
    top: -11px;
    right: -11px;
    color: #fff;
    font-size: 32px;
    line-height: 18px;
    text-align: center;
    font-weight: 300;
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contato_aba.active .aba_close {
    opacity: 1;
}

.contato_aba .conteudo {
    background: #ececec;
    height: 350px;
    text-align: center;
    border-left: 0;
    border-right: 0;
}

.contato_aba .field {
    width: 100%;
    margin: 0;
}

.contato_aba input:hover, .contato_aba input:focus, .contato_aba input, .contato_aba textarea, .contato_aba textarea:focus, .contato_aba textarea:hover {
    border: 0;
    border-bottom: 1px solid white;
    background: #ececec;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 55px;
}

.contato_aba input::-moz-placeholder, .contato_aba .textarea::-moz-placeholder {
    color: rgba(54,54,54,0.3);
    font-size: 18px;
    color: #545454;
}

.contato_aba textarea {
    resize: none;
    height: 110px;
    min-height: 110px !important;
}

.contato_aba .button {
    background-color: transparent;
    color: #001752;
    border: 2px solid #001752;
    border-radius: 560px;
    height: 65px;
    font-size: 12.68px;
    margin-top: 5px;
    width: 65px;
}

.contato_aba .tipo_contato {
    margin: 10px 25px 0 0px !important;
}

.contato_aba .tipo_contato p {
    font-size: 13px;
    line-height: 14px;
}

.contato_aba .tipo_contato label {
    font-size: 10px;
    line-height: 11px;
    margin-left: 3px;
}

.contato_aba .tipo_contato input {
    height: auto;
}

.contato_aba .button.is-link:hover, .contato_aba .button.is-link.is-hovered {
    background-color: #001752;
    border-color: transparent;
    color: #fff;
}

/* ANIMAÃÃES */

.waypoint {
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity 1s cubic-bezier(0.77, 0, .175, 1), transform 1s cubic-bezier(0.77, 0, .175, 1);
    -moz-transition: opacity 1s cubic-bezier(0.77, 0, .175, 1), transform 1s cubic-bezier(0.77, 0, .175, 1);
    -ms-transition: opacity 1s cubic-bezier(0.77, 0, .175, 1), transform 1s cubic-bezier(0.77, 0, .175, 1);
    -o-transition: opacity 1s cubic-bezier(0.77, 0, .175, 1), transform 1s cubic-bezier(0.77, 0, .175, 1);
    transition: opacity 1s cubic-bezier(0.77, 0, .175, 1), transform 1s cubic-bezier(0.77, 0, .175, 1);
}

.waypoint.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.typeform {
    padding: 100px 0;
    background: #f9f9f9;
}

.typeform.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;    
}

.typeform.is-fixed .container {
    position: fixed;
    top: calc(50% - 388px/2);
    margin: 0 auto;
    border-radius: 15px;
    left: calc(50% - 1139px/2);
    padding: 100px 0;
    background: #f9f9f9;
}

.typeform h2 {
    font-size: 44px;
    color: #545454;
    line-height: 1;
    text-align: center;
}

.typeform-call {
    display: block;
    width: 300px;
    margin: 50px 15px 0 auto;
    text-align: center;
    color: white;
    background: #132544;
    font-size: 23px;
    font-weight: 700;
    border-radius: 15px;
    padding: 0 40px;
    line-height: 2;
    border: 2px solid #132544;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.typeform-call.is-right {
    margin: 50px auto 0 15px;
}

.typeform-call:hover {
    background: #fff;
    color: #132544;
}

.typeform-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #112345;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: none;
    transition: 1s all;
    opacity: 0;
}

.typeform.is-fixed .typeform-close {
    display: block;
    opacity: 1;
}

/* EMPREENDIMENTOS PASSADOS */

.empreendimentos-passados {
    padding: 60px 0 120px;
    background: #cecece;
}

.empreendimentos-passados a {
    color: inherit;
}

.empreendimentos-passados h2{
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
    color: #fff;
}

.empreendimentos-passados .is-6 {
    padding: 1rem;
}

.empreendimentos-passados .container > hr:nth-child(2) {
    height: 2px;
    margin: 30px auto 0;
    width: 500px;
    background: #fff;
}

.empreendimentos-passados .container > hr:nth-child(3) {
    margin: 0px auto 60px;
    width: 200px;
    height: 3px;
    background: #fff;
}

.empreendimentos-passados .empreendimento {
    background: #fff;
    padding: 25px;
    height: 100%;
    position: relative;
}

.empreendimentos-passados .empreendimento > .columns {
    margin-top: 20px;
}

.empreendimentos-passados .column .titulo {
    margin-top: 20px;
}

/* .empreendimentos-passados .column:first-child .titulo {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
} */

.empreendimentos-passados .titulo small {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.empreendimentos-passados .titulo h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 300;
    text-transform: uppercase;
}

.empreendimentos-passados .column .informacoes-helper {
    height: 210px;
}

/* .empreendimentos-passados .column:first-child .informacoes-helper {
    height: 120px;
    width: 2px;
    background: #ccc;
    margin-top: -3px;
} */

.empreendimentos-passados .column .informacoes {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding-right: 50px;
}

/* .empreendimentos-passados .column:first-child .informacoes {
    width: 50%;
    margin-top: 17px;
} */

.empreendimentos-passados .informacoes > p {
    font-size: 22px;
    line-height: 85px;
}

/* .empreendimentos-passados .column:first-child .titulo > p {
    font-size: 22px;
    line-height: 35px;
} */

.empreendimentos-passados .informacoes .columns {
    text-transform: uppercase;
}

.empreendimentos-passados .informacoes .column p:not(.quartos) {
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    margin-top: 10px;
}

.empreendimentos-passados .informacoes strong {
    font-size: 31px;
    line-height: 36px;
}

.empreendimentos-passados .informacoes hr {
    height: 2px;
    margin: 0 120px 30px;
}

.empreendimentos-passados .quartos {
    width: 50px !important;
    height: 50px !important;
    border: solid 2px #97be02;
    border-radius: 100%;
    padding: 11px;
    line-height: 22px;
    font-size: 30px;
    margin: 0 auto;
}

.empreendimentos-passados__nav {
    display: flex;
    justify-content: space-evenly;   
    margin-top: 4rem; 
}

.empreendimentos-passados__nav span {
    background: #ececec;   
    height: 24px;     
    padding: 0 1rem;
}

.empreendimentos-passados__nav span.inactive {
    color: #cecece;
}

.empreendimentos-passados__nav span.inactive:hover {
    color: #cecece;
    background: #ececec;
}

.empreendimentos-passados__nav ul {
    display: flex;
}

.empreendimentos-passados__nav li {
    margin: 0 0.5rem;
    display: inline-block;
    background: #ececec;
    /* border: 1px solid #fff; */
    width: 24px;
    height: 24px;
    line-height: 23px;
    color: #000;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}



.empreendimentos-passados__nav li.active, .empreendimentos-passados__nav li:hover, .empreendimentos-passados__nav span:hover {
    background: #132544;
    color: #fff;
}

header .button {
    color: white;
    background: #132544;
    font-size: 23px;
    font-weight: 700;
    border-radius: 15px;
    padding: 0 40px;
    line-height: 24px;
    border: 2px solid #97be02;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

header .button:hover {
    border-color: #97be02;
    background: #97be02;
    color: #132544;
}
