@charset "UTF-8";
/* 100 -> Thin  ; 200 -> ExtraLight  ;  300 -> Light  ;  400 -> Regular  ;  500 -> Medium  ;  600  -> SemiBold  ;  700  -> Bold  ;  800  -> ExtraBold  ;  900  -> Black */
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Light.woff2") format("woff2"), url("../fonts/Graphik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Semibold.woff2") format("woff2"), url("../fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
:root {
  --primary-color: #00c65e;
  --secondary-color: #505759; }

/* ------------------------|
|                          |
|           BASE           |
|                          |
| -------------------------|
*/
body {
  font: 62.5% "Graphik", sans-serif;
  font-weight: 400;
  color: #66696F;
  background: #FFF;
  line-height: 1.5;
  overflow-x: hidden; }

a {
  color: inherit;
  transition: all .2s linear; }
  a:hover {
    color: #00c65e; }

hr {
  height: 1px;
  width: 100%;
  background: #aeaeae;
  margin: 25px 0;
  border: none; }
  hr.is-gray {
    background: #4a4a4a; }
  hr.is-light {
    background: #e9eaeb; }
  hr.is-small {
    width: 70px; }

.line {
  background-color: #4a4a4a; }

/* ------------------------|
|                          |
|        CONTAINER         |
|                          |
| -------------------------|
*/
section {
  padding: 90px 0; }

.wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .wrap.compact {
    max-width: 1000px; }
  .wrap.wide {
    max-width: 1410px;
    padding: 0 25px; }
  .wrap.full {
    max-width: 1680px;
    padding: 0 25px; }
  .wrap.uhd {
    padding: 0;
    max-width: 1920px; }

/* ------------------------|
|                          |
|            BG            |
|                          |
| -------------------------|
*/
.bg-white {
  background-color: #FFF !important; }

.bg-gray {
  background-color: #aeaeae !important; }

.bg-l-gray {
  background-color: #e9eaeb !important; }

.bg-ll-gray {
  background-color: #f4f4f4 !important; }

.bg-root {
  background-color: #66696F !important; }

.bg-primary {
  background-color: #00c65e !important; }

.bg-secondary {
  background-color: #505759 !important; }

.bg-blue {
  background-color: #063853 !important; }

/* ------------------------|
|                          |
|          UTILS           |
|                          |
| -------------------------|
*/
.is-absolute {
  position: absolute; }

.z-index-0 {
  z-index: 0; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.box {
  border-radius: 0;
  box-shadow: none; }

.marginTopHead {
  margin-top: 110px; }

.w100 {
  width: 100%; }

address {
  font-style: normal; }

/* ------------------------|
|                          |
|       TYPOGRAPHY         |
|                          |
| -------------------------|
*/
h1, h2 {
  font-size: 3.7em;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 30px;
  color: #505759;
  text-transform: uppercase;
  letter-spacing: .03em; }
  h1 span, h2 span {
    color: #00c65e; }
  h1.small, h2.small {
    font-size: 1.8em; }
  h1.big, h2.big {
    font-size: 4.9em; }

h3 {
  font-size: 2.4em;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 400;
  transition: all 0.3s linear; }

h4 {
  font-size: 2em;
  margin-bottom: 15px;
  line-height: 1.5; }

.subtitle {
  color: inherit;
  font-size: 22px;
  line-height: 1.5; }
  .subtitle.small {
    font-size: 18px;
    line-height: 1.9; }
  .subtitle.blog {
    font-size: 30px;
    line-height: 1.3; }

ul {
  list-style-type: none; }

p {
  font-size: 1.6em; }

strong {
  font-weight: 600;
  color: #4b4a47; }

/* ------------------------|
|                          |
|      FONTS / COLORS      |
|                          |
| -------------------------|
*/
.font-primary {
  font-family: "Graphik" !important; }

.font-secondary {
  font-family: "" !important; }

.lp-0 {
  letter-spacing: 0; }

.fs-12 {
  font-size: 1.2em !important; }

.fs-14 {
  font-size: 1.4em !important; }

.fs-16 {
  font-size: 1.6em !important; }

.fs-18 {
  font-size: 1.8em !important; }

.fs-20 {
  font-size: 2em !important; }

.color-root {
  color: #66696F !important; }

.color-primary {
  color: #00c65e; }

.color-secondary {
  color: #505759 !important; }

.color-green {
  color: #65ab5f; }

.color-white {
  color: #FFF !important; }

.color-gray {
  color: #aeaeae !important; }

.color-black {
  color: #000 !important; }

.color-light {
  color: #efebde !important; }

.color-red {
  color: #CC0000 !important; }

/* ------------------------|
|                          |
|       STYLE HEADER       |
|                          |
| -------------------------|
*/
header {
  transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 110px;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  header.is-emp {
    border-color: rgba(255, 255, 255, 0.1); }
    header.is-emp .links a {
      color: #FFF; }
  header .navbar-burger {
    color: #494947;
    margin-top: 20px;
    display: block;
    transform: scale(2);
    height: 2rem;
    width: 2rem; }
    header .navbar-burger span {
      background-color: #00c65e;
      left: initial;
      right: 0;
      transition: all 0.1s linear; }
    header .navbar-burger:hover {
      color: #505759;
      background: none; }
    header .navbar-burger.is-active span {
      background-color: #FFF; }
    header .navbar-burger.is-active:hover span {
      background-color: #505759; }
  header.is-compact {
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    height: 80px;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    header.is-compact .logo {
      margin-top: 9px;
      max-height: 45px; }
    header.is-compact .links {
      margin-top: 20px; }
    header.is-compact nav {
      border-color: transparent; }
    header.is-compact .navbar-burger {
      margin-top: 14px; }
    header.is-compact.is-emp .links a {
      color: #505759; }
      header.is-compact.is-emp .links a.is-active {
        color: #00c65e; }
  header.is-hide {
    top: -80px; }
  header .logo {
    max-width: 200px;
    margin: 25px 0 0;
    transition: all 1.2s cubic-bezier(0.38, 0, 0.02, 1); }
  header .links {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1); }
    header .links a {
      position: relative;
      color: #505759;
      font-size: 1.4em;
      font-family: "Graphik";
      overflow: hidden; }
      header .links a span {
        display: block;
        transition: transform 0.3s ease; }
      header .links a:before {
        content: attr(data-text);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transform: translateY(0%);
        transition: transform 0.3s ease;
        color: #00c65e; }
      header .links a:hover span {
        transform: translateY(-20px); }
      header .links a:hover:before {
        transform: translateY(-100%); }
      header .links a.sub .fa {
        margin-left: 7px; }
      header .links a.is-active {
        color: #00c65e;
        font-weight: 500; }

.has-dropdown {
  padding-bottom: 20px !important; }
  .has-dropdown:hover .navbar-dropdown.is-boxed {
    transform: translateY(0) !important; }

.navbar-dropdown.is-boxed {
  transform: translateY(-20px);
  transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1);
  border-radius: 16px;
  border: none;
  padding: 20px 20px 5px;
  background: rgba(0, 0, 0, 0.6); }
  .navbar-dropdown.is-boxed a {
    padding: 8px 0 0;
    margin-bottom: 20px;
    font-size: 1em !important; }
    .navbar-dropdown.is-boxed a:before {
      left: 0; }
    .navbar-dropdown.is-boxed a:hover {
      color: #505759;
      background: none !important; }

/* ------------------------|
|                          |
|          FOOTER          |
|                          |
| -------------------------|
*/
footer {
  padding-top: 60px;
  padding-bottom: 35px;
  overflow: hidden;
  color: #FFF;
  background: url(../img/bg-footer.webp) center top no-repeat; }
  footer a:hover {
    color: #00c65e; }
  footer p, footer address {
    font-size: 1.4em; }
  footer .h3 {
    font-size: 1.4em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px; }
  footer .h5 {
    font-size: 1.4em;
    letter-spacing: 0.05em; }
  footer hr {
    height: 1px;
    background: rgba(255, 255, 255, 0.1); }
  footer .redes-sociais a {
    margin: 0 6px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    footer .redes-sociais a svg path {
      fill: #FFF; }
    footer .redes-sociais a:hover {
      color: #00c65e; }
      footer .redes-sociais a:hover svg path {
        fill: #00c65e; }
  footer .redes-sociais a i {
    font-size: 1.9em; }
  footer .redes-sociais .has-svg {
    transform: translateY(3px); }
    footer .redes-sociais .has-svg path {
      transition: all 0.2s linear; }
  footer nav {
    display: flex;
    flex-direction: column; }
    footer nav a {
      color: #FFF;
      font-size: 1.5em;
      font-weight: 500;
      position: relative;
      margin-bottom: 17px; }
      footer nav a.is-active {
        color: #00c65e; }
  footer .direitos {
    font-size: 1.2em; }

/* ------------------------|
|                          |
|      STYLE BANNER        |
|                          |
| -------------------------|
*/
.section-banners {
  position: relative;
  margin-top: 0;
  padding: 0;
  background-color: #e9eaeb; }
  .section-banners .cycle-slideshow {
    margin: 0 auto; }
  .section-banners .cycle-prev, .section-banners .cycle-next {
    position: absolute;
    bottom: 4%;
    left: 3vw;
    z-index: 120;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1); }
  .section-banners .cycle-next {
    left: initial;
    right: 3vw; }
  .section-banners .cycle-prev:hover, .section-banners .cycle-next:hover {
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(1.1); }
  .section-banners .txt-banner {
    position: absolute;
    top: 280px;
    left: 0px;
    z-index: 2;
    width: 100%;
    margin: 0 auto; }
    .section-banners .txt-banner .btn {
      margin-top: 15px;
      font-size: 1.6em;
      padding-top: 18px;
      padding-bottom: 15px; }
  .section-banners h1, .section-banners h2 {
    font-size: clamp(4.03em, 2.92vw, 5.6em);
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 17px; }
    .section-banners h1 p, .section-banners h2 p {
      font-size: 1em; }
    .section-banners h1 strong, .section-banners h2 strong {
      font-weight: 700;
      color: #FFF; }
  .section-banners h3 {
    font-size: 1.8em;
    line-height: 1.6;
    font-weight: 400;
    width: 420px; }
  .section-banners .tag {
    border-radius: 30px;
    backdrop-filter: blur(40px);
    padding: 12px 20px;
    font-size: 1.2em; }
  .section-banners .cycle-slideshow .li {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 830; }
    .section-banners .cycle-slideshow .li.video {
      pointer-events: none; }
  .section-banners .cycle-pager {
    position: absolute;
    top: 40%;
    right: 3%;
    z-index: 101;
    width: 50px;
    height: auto;
    cursor: pointer; }
    .section-banners .cycle-pager span {
      width: 100%;
      height: 30px;
      background-image: url(../img/icons/banner-pager.webp);
      background-repeat: no-repeat;
      background-position: center bottom;
      display: block;
      margin: 25px 0;
      padding-left: 13px;
      color: #00c65e;
      font-size: 1.2em;
      transition: all 0.2s linear; }
    .section-banners .cycle-pager .cycle-pager-active {
      filter: brightness(0.8); }
  .section-banners .video {
    height: 760px;
    overflow: hidden; }
    .section-banners .video iframe {
      margin-top: -160px;
      height: 1080px; }
  .section-banners.page-empreendimentos .txt-banner {
    max-width: 100%; }
    .section-banners.page-empreendimentos .txt-banner h3 {
      width: 100%;
      font-size: 1.6em;
      letter-spacing: .3em; }
  .section-banners.page-empreendimentos .cycle-slideshow .li {
    height: 750px; }

.banner-sub {
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1920 / 810; }

/* ------------------------|
|        MENU FIXED        |
| -------------------------|
*/
.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.54, 0.18, 0.13, 1);
  clip-path: inset(0 0 0 100%); }
  .menu-fixed.is-active {
    clip-path: inset(0); }
  .menu-fixed .logo {
    max-width: 60%; }
  .menu-fixed .container-menu {
    position: relative;
    width: 88vw;
    height: 80vh;
    min-height: 575px;
    margin-left: 6vw;
    padding: 55px 4vw;
    background-color: #00c65e;
    border-radius: 50px 0;
    margin-top: 6vw;
    clip-path: inset(0 0 0 100%);
    transition: all 0.8s cubic-bezier(0.54, 0.18, 0.13, 1); }
    .menu-fixed .container-menu.is-active {
      clip-path: inset(0); }
  .menu-fixed .bt-close-menu {
    position: absolute;
    top: 115px;
    right: calc(4vw + 60px);
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.38, 0, 0.02, 1);
    cursor: pointer;
    text-align: center;
    color: #FFF;
    letter-spacing: 2px;
    font-size: 1.2em; }
    .menu-fixed .bt-close-menu i {
      font-size: 2.4em;
      margin-bottom: 7px; }
    .menu-fixed .bt-close-menu:hover {
      color: #505759; }
  .menu-fixed .menu-item {
    font-size: 2.2vh;
    font-weight: 500;
    line-height: 1em;
    display: block;
    margin-bottom: 30px;
    color: #FFF;
    position: relative;
    text-transform: uppercase; }
    .menu-fixed .menu-item:hover, .menu-fixed .menu-item.is-active {
      color: #505759; }
    .menu-fixed .menu-item img {
      max-width: 30px;
      margin-right: 25px;
      position: relative;
      top: 5px;
      transition: transform 0.8s cubic-bezier(0.54, 0.18, 0.13, 1); }
  .menu-fixed .redes-sociais a {
    display: inline-block;
    font-size: 2.8em;
    margin: 0 15px;
    color: #FFF; }
    .menu-fixed .redes-sociais a:hover {
      color: #505759; }
  .menu-fixed .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #505759;
    opacity: .95;
    transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1); }
  .menu-fixed .x {
    max-width: 25%; }

/* ------------------------|
|                          |
|       STYLE HOME         |
|                          |
| -------------------------|
*/
.section-block-1 h2 {
  font-size: 3.5em; }
.section-block-1 .img1 {
  position: absolute;
  top: 0;
  right: -88px;
  max-width: 1048px; }
.section-block-1 .bt-video {
  position: absolute;
  top: 560px;
  right: -5px; }
.section-block-1 .bt {
  transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1);
  transform: translate(-50%, -50%); }
  .section-block-1 .bt .triangle {
    position: absolute;
    top: 74px;
    left: 79px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 33px 60px 33px;
    border-color: transparent transparent #00c65e transparent;
    transform: rotate(90deg);
    transform-origin: center center;
    transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1); }
  .section-block-1 .bt:hover {
    transform: scale(1.2) translate(-42%, -42%); }
    .section-block-1 .bt:hover .triangle {
      border-color: transparent transparent #00c65e transparent; }

.section-block-3 h2, .section-block-3 .h2 {
  font-size: clamp(2.66em, 1.93vw, 3.7em);
  line-height: 1.3; }
.section-block-3 .h2 {
  font-size: clamp(1.66em, 1.2vw, 2.3em); }
.section-block-3 h3 {
  font-size: 2.5em;
  transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1);
  position: relative; }
  .section-block-3 h3:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #00c65e;
    position: absolute;
    top: 35%;
    right: -30px;
    transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1);
    opacity: 0; }
  .section-block-3 h3:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #00c65e;
    position: absolute;
    top: calc(35% + 4px);
    left: calc(100% + 30px);
    transition: all 1s cubic-bezier(0.38, 0, 0.02, 1); }
  .section-block-3 h3.cycle-pager-active {
    color: #00c65e;
    font-weight: 500; }
    .section-block-3 h3.cycle-pager-active:after {
      opacity: 1; }
    .section-block-3 h3.cycle-pager-active:before {
      width: 200px; }
.section-block-3 .cycle-slideshow img {
  max-width: 956px;
  display: block;
  border-radius: 478px 0 0 478px; }
.section-block-3 .cycle-slideshow.fx .cycle-slide {
  transition: all 1s cubic-bezier(0.38, 0, 0.02, 1);
  transition-delay: 1.4s;
  clip-path: inset(0 0 0 100%);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 99 !important;
  transform: scale(1.03); }
.section-block-3 .cycle-slideshow.fx .cycle-slide-active {
  clip-path: inset(0);
  transition-delay: 0s;
  z-index: 99 !important;
  transform: scale(1);
  transition-duration: 1.6s; }
.section-block-3 .curve {
  position: absolute;
  top: 289px;
  left: 11px;
  z-index: 100; }
.section-block-3 .logo {
  width: 200px; }
.section-block-3 .q-tabs .tab-content {
  overflow: visible; }

.section-empreendimentos .symbol-logo-big {
  position: absolute;
  top: -140px;
  left: 61%;
  z-index: 1;
  max-width: 812px; }
.section-empreendimentos .slide-emp .box-img {
  transition: all 1s cubic-bezier(0.38, 0, 0.02, 1); }
  .section-empreendimentos .slide-emp .box-img .card-emp img {
    max-height: 555px; }
  .section-empreendimentos .slide-emp .box-img .card-emp figure {
    box-shadow: 40px 10px 50px rgba(0, 0, 0, 0.5); }
  .section-empreendimentos .slide-emp .box-img .emp-slide-right {
    position: absolute;
    top: -34px;
    left: 315px;
    max-width: 760px;
    filter: brightness(0.8);
    border-radius: 45px 0; }
.section-empreendimentos .slide-emp .box-inf {
  overflow: hidden;
  transition: all 1.4s; }
  .section-empreendimentos .slide-emp .box-inf .box-text {
    line-height: 1.4; }
    .section-empreendimentos .slide-emp .box-inf .box-text img {
      width: 40px; }
  .section-empreendimentos .slide-emp .box-inf .logo {
    max-width: 170px;
    max-height: 200px;
    object-fit: contain; }
.section-empreendimentos .slide-emp .owl-stage-outer {
  overflow: visible; }
.section-empreendimentos .slide-emp .owl-item {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1);
  pointer-events: none; }
  .section-empreendimentos .slide-emp .owl-item.active {
    pointer-events: all;
    opacity: 1; }
.section-empreendimentos .slide-emp .owl-nav {
  position: relative;
  top: -40px;
  text-align: left; }
.section-empreendimentos .card-emp h2 {
  font-size: 2.4em;
  text-transform: initial;
  font-weight: 600; }
.section-empreendimentos .card-emp .overlay {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3); }
.section-empreendimentos .card-emp .logo {
  position: absolute;
  bottom: 8%;
  left: 23%;
  z-index: 3;
  width: 54%;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(190deg) brightness(106%) contrast(101%); }
.section-empreendimentos .card-emp .saiba-mais {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #00c65e;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.8s cubic-bezier(0.38, 0, 0.02, 1); }
  .section-empreendimentos .card-emp .saiba-mais img {
    width: 40px; }
.section-empreendimentos .card-emp .tags {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  font-size: .9em;
  display: flex; }
  .section-empreendimentos .card-emp .tags .tag {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    padding: 3px 16px 0;
    border-radius: 15px 0;
    height: 30px;
    background-color: #00c65e;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(20px); }
.section-empreendimentos .card-emp .cat {
  font-size: 1.2em; }
.section-empreendimentos .card-emp figure {
  border-radius: 40px 0; }
  .section-empreendimentos .card-emp figure img {
    display: block;
    overflow: hidden;
    transition: all 1.2s cubic-bezier(0.38, 0, 0.02, 1); }
.section-empreendimentos .card-emp:hover {
  color: #505759; }
  .section-empreendimentos .card-emp:hover figure img {
    transform: scale(1.15); }
  .section-empreendimentos .card-emp:hover .overlay {
    opacity: 1; }
  .section-empreendimentos .card-emp:hover .saiba-mais {
    transform: translate(-50%, -50%) scale(1); }

.section-regiao {
  min-height: 1015px; }
  .section-regiao h3 {
    font-size: 3em; }
  .section-regiao .img1 {
    position: absolute;
    top: -120px;
    left: 0px;
    max-width: 1081px; }

.section-newsletter h3 {
  font-size: clamp(1.73em, 1.25vw, 2.4em); }

marquee, .marquee-container {
  font-size: 7em;
  color: #e9eaeb;
  position: relative; }

.marquee-container {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  position: relative; }

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left var(--time-marquee, 120s) linear infinite;
  will-change: transform; }

.marquee-content span {
  padding-left: 100%;
  /* inicia fora da tela à direita */
  display: inline-block; }

@keyframes scroll-left {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
.gradient-text {
  background: linear-gradient(90deg, #505759, #00c65e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; }

/* ------------------------|
|                          |
|        EMPRESA           |
|                          |
| -------------------------|
*/
.section-empresa .img1 {
  max-width: 863px; }
.section-empresa .selos {
  width: 150px; }
.section-empresa.nossos-negocios .img {
  max-width: 812px; }
.section-empresa.central-vendas {
  background-image: linear-gradient(to bottom, #FFF 50%, #f4f4f4 50%); }
.section-empresa.valores .box-qc {
  height: 800px; }
  .section-empresa.valores .box-qc h3 {
    font-size: 2em; }
  .section-empresa.valores .box-qc .item {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(20% + 51px);
    margin-top: 290px; }
    .section-empresa.valores .box-qc .item img {
      filter: drop-shadow(0 15px 10px rgba(0, 0, 0, 0.15)); }
    .section-empresa.valores .box-qc .item .circle {
      position: absolute;
      top: 23.5%;
      left: 39%;
      background-color: #00c65e;
      width: 10px;
      height: 10px;
      border-radius: 50%; }
    .section-empresa.valores .box-qc .item .line {
      position: absolute;
      bottom: 79%;
      left: calc(40% + 1px);
      background-color: #00c65e;
      width: 1px;
      height: 100px; }
    .section-empresa.valores .box-qc .item .text {
      position: absolute;
      bottom: 112%;
      left: 0;
      width: 100%;
      text-align: center;
      padding-right: 60px; }
      .section-empresa.valores .box-qc .item .text h3 {
        color: #00c65e;
        margin-bottom: 15px; }
    .section-empresa.valores .box-qc .item.reverse .circle {
      top: 72.5%; }
    .section-empresa.valores .box-qc .item.reverse .line {
      top: 78%; }
    .section-empresa.valores .box-qc .item.reverse.is-2 .text, .section-empresa.valores .box-qc .item.reverse.is-4 .text {
      top: 110%; }
    .section-empresa.valores .box-qc .item.reverse.is-5 .text {
      top: 110%; }
    .section-empresa.valores .box-qc .item.is-2 {
      left: calc(20% - 8px); }
    .section-empresa.valores .box-qc .item.is-3 {
      left: calc(40% - 16px); }
      .section-empresa.valores .box-qc .item.is-3 .text {
        bottom: 118%; }
    .section-empresa.valores .box-qc .item.is-4 {
      left: calc(60% - 24px); }
      .section-empresa.valores .box-qc .item.is-4 .text {
        bottom: 138%; }
    .section-empresa.valores .box-qc .item.is-5 {
      left: calc(80% - 32px); }
.section-empresa.valores .line-curve {
  position: absolute;
  top: 84px;
  left: 48px;
  width: 912px;
  height: 195px;
  border: 1px solid #00c65e;
  border-right: none;
  border-radius: 123px 0 0 123px; }
.section-empresa.timeline .linha {
  position: absolute;
  top: 17px;
  left: -340px;
  width: calc(100% + 680px);
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.5) 100%); }
.section-empresa .slide-timeline figure {
  border-radius: 40px 0; }
.section-empresa .slide-timeline h5 {
  color: #505759;
  font-weight: 500;
  background-color: #e9eaeb;
  border-radius: 20px;
  padding: 6px 15px 5px; }
.section-empresa .slide-timeline img {
  transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1); }
.section-empresa .slide-timeline a:hover img {
  transform: scale(1.1);
  filter: brightness(0.8); }
.section-empresa .slide-timeline .owl-nav {
  margin-top: 30px;
  text-align: left; }
.section-empresa .slide-timeline .owl-stage-outer {
  overflow: visible; }
.section-empresa.depoimentos .img {
  border-radius: 40px 0;
  max-width: 270px; }
.section-empresa.depoimentos .owl-nav {
  margin-top: 30px;
  text-align: left; }

/* ------------------------|
|                          |
|        EMPRESA           |
|                          |
| -------------------------|
*/
.page-regiao .img1 {
  position: absolute;
  top: 10px;
  max-width: 650px; }
.page-regiao .slide-regiao .owl-item {
  overflow: hidden;
  text-align: center; }
  .page-regiao .slide-regiao .owl-item img {
    border-radius: 40px 0;
    margin-bottom: 20px; }
.page-regiao .slide-regiao .owl-nav {
  margin-top: 40px; }
.page-regiao.gallery-section img.xselos {
  width: 100%;
  border-radius: 0 160px 0 160px;
  max-height: 560px;
  object-fit: cover; }
.page-regiao.gallery-section .descricao p {
  font-size: 1.8em !important; }
.page-regiao.gallery-section strong {
  display: block; }
.page-regiao.gallery-section .cycle-buttons {
  display: flex;
  gap: 70px;
  justify-content: center; }
  .page-regiao.gallery-section .cycle-buttons img {
    width: 20px;
    object-fit: cover;
    cursor: pointer; }

/* ------------------------|
|                          |
|           BLOG           |
|                          |
| -------------------------|
*/
.section-blog h3 {
  font-size: 2.4em;
  font-weight: 600;
  color: #505759;
  line-height: 1.4;
  min-height: 101px;
  margin-bottom: 0;
  transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1); }
.section-blog.page-blog h4 {
  font-size: 2.4em;
  font-weight: 500; }
.section-blog.page-blog h3 {
  min-height: auto;
  margin-bottom: 15px; }
.section-blog.page-blog .categorias {
  border-radius: 30px 0; }
.section-blog.page-blog .list-categorias {
  font-size: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 15px;
  margin-bottom: 18px;
  display: block;
  border-bottom: 1px solid #DDD; }
  .section-blog.page-blog .list-categorias:hover {
    color: #00c65e; }
.section-blog.page-blog .header-blog {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .section-blog.page-blog .header-blog button span {
    color: white !important; }
  .section-blog.page-blog .header-blog .dropdown {
    padding-bottom: 0; }
    .section-blog.page-blog .header-blog .dropdown .dropdown-content {
      padding-top: 0; }
      .section-blog.page-blog .header-blog .dropdown .dropdown-content .dropdown-item {
        background: white; }
        .section-blog.page-blog .header-blog .dropdown .dropdown-content .dropdown-item a {
          color: black; }
        .section-blog.page-blog .header-blog .dropdown .dropdown-content .dropdown-item.is-active {
          color: #00c65e; }
.section-blog .box-categoria {
  font-size: 1em;
  text-transform: uppercase;
  color: #FFF;
  background-color: #00c65e;
  padding: 6px 15px 4px;
  border-radius: 30px; }
.section-blog .blog-item {
  margin-bottom: 30px; }
  .section-blog .blog-item .box-blog-inf {
    padding: 10px 0 0 0; }
  .section-blog .blog-item figure {
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.38, 0, 0.02, 1);
    border-radius: 30px 0; }
    .section-blog .blog-item figure picture, .section-blog .blog-item figure img {
      display: block;
      transition: all 0.7s cubic-bezier(0.38, 0, 0.02, 1); }
  .section-blog .blog-item .data {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    transition: color .3s;
    display: flex;
    justify-content: normal;
    align-items: center; }
  .section-blog .blog-item .saiba-mais {
    position: absolute;
    top: 47%;
    left: 50%;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1); }
    .section-blog .blog-item .saiba-mais img {
      width: 40px; }
  .section-blog .blog-item:hover figure img {
    transform: scale(1.2);
    filter: brightness(0.6); }
  .section-blog .blog-item:hover h3 {
    color: #00c65e !important; }
  .section-blog .blog-item:hover .data {
    color: #00c65e !important; }
  .section-blog .blog-item:hover .saiba-mais {
    opacity: 1;
    top: calc(50% - 40px); }
    .section-blog .blog-item:hover .saiba-mais img {
      filter: brightness(1) !important; }
.section-blog.post h1 {
  font-size: 3.6em; }
.section-blog.post .breadcrumb {
  color: #858585; }
  .section-blog.post .breadcrumb i {
    color: #CCC; }
.section-blog.post .img-big {
  border-radius: 8px; }
.section-blog.post .conteudo {
  line-height: 1.8;
  color: #858585; }
  .section-blog.post .conteudo p {
    font-size: 1.8em; }
  .section-blog.post .conteudo img {
    border-radius: 8px; }
  .section-blog.post .conteudo ul {
    list-style: disc; }
  .section-blog.post .conteudo a {
    color: #00c65e;
    font-weight: bold; }
  .section-blog.post .conteudo h3 {
    color: #858585;
    font-size: 2.4em;
    font-weight: 600;
    margin-bottom: 20px;
    min-height: auto; }
  .section-blog.post .conteudo iframe {
    height: 446px;
    width: 100%; }
.section-blog.post .post-galeria img {
  border-radius: 8px;
  transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1); }
  .section-blog.post .post-galeria img:hover {
    filter: brightness(0.8); }
.section-blog.post .share-post a {
  color: #858585;
  font-size: 1.4em;
  font-weight: 600;
  margin-right: 28px; }
  .section-blog.post .share-post a:hover {
    color: #00c65e; }
  .section-blog.post .share-post a i {
    font-size: 1.4em; }
  .section-blog.post .share-post a img {
    display: block; }
  .section-blog.post .share-post a svg {
    transform: translateY(4px);
    width: 20px; }
    .section-blog.post .share-post a svg path {
      fill: #505759;
      transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1); }
    .section-blog.post .share-post a svg:hover path {
      fill: #00c65e; }

/* ------------------------|
|                          |
|      EMPREENDIMENTO      |
|                          |
| -------------------------|
*/
.section-empreendimento.banner {
  width: 100%;
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0; }
  .section-empreendimento.banner .overlay-full,
  .section-empreendimento.banner .overlay-tp,
  .section-empreendimento.banner .overlay-bt,
  .section-empreendimento.banner .overlay-lf {
    position: absolute;
    z-index: 1; }
  .section-empreendimento.banner .overlay-bt {
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
  .section-empreendimento.banner .overlay-full {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); }
.section-empreendimento .nav {
  background: #00c65e;
  border-radius: 30px;
  margin-top: -30px;
  padding: 0 30px; }
  .section-empreendimento .nav ul {
    display: flex;
    justify-content: space-evenly;
    color: #FFF;
    text-align: center; }
    .section-empreendimento .nav ul li {
      margin: 0 5px;
      padding: 16px 10px;
      display: inline-block;
      transition: all 0.2s linear;
      font-size: .9rem; }
      .section-empreendimento .nav ul li a:hover {
        color: #505759; }
.section-empreendimento.intro .fachada {
  border-radius: 40px 0; }
.section-empreendimento.intro .cat {
  padding: 8px 16px 6px;
  font-size: 1em;
  border-radius: 30px;
  border: 1px solid #00c65e; }
.section-empreendimento.intro .logo {
  max-width: 200px; }
.section-empreendimento.intro .box-frase {
  font-size: 2.6em; }
.section-empreendimento.intro .loc {
  font-size: 2.6em; }
.section-empreendimento.itens img {
  max-width: 80px;
  max-height: 70px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(69%) saturate(4416%) hue-rotate(106deg) brightness(92%) contrast(101%); }
.section-empreendimento.etapa-obra .bd {
  border-radius: 70px 0; }
.section-empreendimento.etapa-obra .bd2 {
  border-radius: 40px 0; }
.section-empreendimento.etapa-obra p {
  font-size: 1.8em; }
.section-empreendimento.etapa-obra .line {
  position: absolute;
  top: 85px;
  right: 7%;
  width: 1020px;
  height: 1px; }
  .section-empreendimento.etapa-obra .line:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: -3px;
    right: 0;
    background-color: #00c65e;
    border-radius: 100%; }
.section-empreendimento.etapa-obra .symbol {
  position: absolute;
  bottom: -355px;
  left: calc(100% - 225px);
  z-index: 1; }
.section-empreendimento.etapa-obra .box-bottom {
  position: absolute;
  bottom: 12px;
  left: 12px; }
.section-empreendimento.video {
  overflow: hidden;
  background-image: linear-gradient(to bottom, #e9eaeb 40%, #FFF 40%); }
  .section-empreendimento.video .is-clipped {
    border-radius: 0 150px;
    aspect-ratio: 1360 / 765; }
  .section-empreendimento.video .placeholder {
    width: 100%;
    margin-top: -128px;
    filter: brightness(0.4); }
  .section-empreendimento.video a {
    position: absolute;
    top: 50%;
    left: 50%; }
  .section-empreendimento.video .bt {
    transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1);
    transform: translate(-50%, -50%); }
    .section-empreendimento.video .bt .triangle {
      position: absolute;
      top: 74px;
      left: 79px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 33px 60px 33px;
      border-color: transparent transparent #00c65e transparent;
      transform: rotate(90deg);
      transform-origin: center center;
      transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1); }
      .section-empreendimento.video .bt .triangle.is-white {
        border-color: transparent transparent #FFF transparent; }
    .section-empreendimento.video .bt:hover {
      transform: scale(1.2) translate(-42%, -42%); }
      .section-empreendimento.video .bt:hover .triangle {
        border-color: transparent transparent #00c65e transparent; }
  .section-empreendimento.video .symbol {
    position: absolute;
    bottom: 0;
    left: calc(50% - 960px);
    z-index: 2; }
  .section-empreendimento.video.page-regiao {
    height: 735px; }
    .section-empreendimento.video.page-regiao .is-clipped {
      border-radius: 0 150px;
      height: 705px; }
    .section-empreendimento.video.page-regiao .placeholder {
      margin-top: -117px; }
.section-empreendimento.galeria-emp .container-galeria {
  position: relative; }
  .section-empreendimento.galeria-emp .container-galeria .item {
    position: relative;
    margin-bottom: 12px; }
    .section-empreendimento.galeria-emp .container-galeria .item a {
      border-radius: 46px;
      display: block; }
    .section-empreendimento.galeria-emp .container-galeria .item picture img {
      transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1); }
    .section-empreendimento.galeria-emp .container-galeria .item:hover picture img {
      transform: scale(1.1); }
    .section-empreendimento.galeria-emp .container-galeria .item:hover .overlay {
      opacity: 1; }
    .section-empreendimento.galeria-emp .container-galeria .item:hover .zoom {
      transform: scale(1); }
  .section-empreendimento.galeria-emp .container-galeria .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.8s cubic-bezier(0.38, 0, 0.02, 1);
    opacity: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 80%); }
  .section-empreendimento.galeria-emp .container-galeria .zoom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.38, 0, 0.02, 1);
    transform: scale(0); }
    .section-empreendimento.galeria-emp .container-galeria .zoom img {
      transition: all 0.8s cubic-bezier(0.38, 0, 0.02, 1); }
  .section-empreendimento.galeria-emp .container-galeria .leg {
    position: absolute;
    bottom: -23px;
    left: 35px;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.38, 0, 0.02, 1);
    color: #FFF;
    font-size: 1.8em; }
  .section-empreendimento.galeria-emp .container-galeria .owl-nav {
    text-align: left;
    margin-top: 30px; }
.section-empreendimento.plantas {
  padding-bottom: 60px; }
  .section-empreendimento.plantas .select:after {
    border-color: #FFF !important;
    right: 20px !important; }
  .section-empreendimento.plantas .select-plantas {
    background-color: #00c65e; }
    .section-empreendimento.plantas .select-plantas option {
      padding: 5px 0; }
    .section-empreendimento.plantas .select-plantas:hover {
      background: #505759; }
  .section-empreendimento.plantas .plantas-nav .cycle-pager-active {
    color: #FFF;
    background: #505759; }
  .section-empreendimento.plantas .plantas-nav .symbol-logo-gray {
    position: absolute;
    top: -87px;
    right: calc(50% - 115px); }
  .section-empreendimento.plantas .plantas-slide {
    padding-bottom: 100px; }
    .section-empreendimento.plantas .plantas-slide .bg {
      position: absolute;
      top: -80px;
      right: -90px;
      width: 820px;
      height: calc(100% + 90px);
      background-color: #f4f4f4;
      border-radius: 0 80px 0 0; }
    .section-empreendimento.plantas .plantas-slide .line {
      position: absolute;
      top: 53px;
      right: 0;
      width: 720px;
      height: 1px; }
      .section-empreendimento.plantas .plantas-slide .line:before {
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        top: -3px;
        right: 0;
        background-color: #00c65e;
        border-radius: 100%; }
    .section-empreendimento.plantas .plantas-slide .cycle-slide {
      width: 100%; }
    .section-empreendimento.plantas .plantas-slide .box-img a {
      display: block;
      transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1); }
      .section-empreendimento.plantas .plantas-slide .box-img a:hover {
        transform: scale(1.03); }
    .section-empreendimento.plantas .plantas-slide .box-img img {
      max-width: 640px; }
    .section-empreendimento.plantas .plantas-slide .box-img .zoom {
      position: absolute;
      right: 0;
      bottom: 10px;
      z-index: 1; }
    .section-empreendimento.plantas .plantas-slide .item img {
      max-width: 32px; }
.section-empreendimento.quem-assina {
  min-height: 990px; }
  .section-empreendimento.quem-assina .img {
    position: absolute;
    top: 40px;
    right: 10px;
    max-width: 950px;
    border-radius: 0 60px 60px 0; }
  .section-empreendimento.quem-assina .symbol {
    position: absolute;
    top: -50px;
    right: -185px;
    max-width: 969px; }
  .section-empreendimento.quem-assina .cycle-box {
    position: absolute;
    width: 100%;
    top: 400px;
    right: -.75rem; }
    .section-empreendimento.quem-assina .cycle-box .cycle-prev, .section-empreendimento.quem-assina .cycle-box .cycle-next {
      z-index: 1000;
      position: absolute;
      right: 0;
      cursor: pointer;
      top: 0px;
      width: 24px; }
      .section-empreendimento.quem-assina .cycle-box .cycle-prev:hover svg path, .section-empreendimento.quem-assina .cycle-box .cycle-next:hover svg path {
        fill: #00c65e; }
    .section-empreendimento.quem-assina .cycle-box .cycle-prev {
      left: 0; }
    .section-empreendimento.quem-assina .cycle-box .cycle-next {
      right: -34px; }
.section-empreendimento.construtora .bg {
  position: absolute;
  top: -60px;
  left: -50px;
  width: 1130px;
  height: calc(100% + 90px);
  border-radius: 60px 0 0; }
.section-empreendimento .bdr {
  border-radius: 30px 0; }
.section-empreendimento.obras .bg {
  border-radius: 40px 0; }
.section-empreendimento.obras .box-andamento .perc {
  font-size: 1.6em;
  font-weight: 600;
  transform: translateY(24px); }
.section-empreendimento.obras .box-andamento .perc-small {
  position: absolute;
  top: 2px;
  right: 0; }
.section-empreendimento.obras .box-andamento hr {
  height: 1px;
  margin: 12px 0 0;
  background: #505759; }
.section-empreendimento.obras .box-andamento .line {
  background: #505759;
  height: 5px;
  margin: 0;
  position: absolute;
  bottom: 12px;
  left: 0;
  transform-origin: top left; }
  .section-empreendimento.obras .box-andamento .line.small {
    left: 0;
    bottom: 0px; }
.section-empreendimento.obras .carousel-obras .owl-dots {
  top: -35px; }
.section-empreendimento.obras .carousel-obras .item a {
  height: 240px;
  overflow: hidden;
  border-radius: 20px 0; }
  .section-empreendimento.obras .carousel-obras .item a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%); }
  .section-empreendimento.obras .carousel-obras .item a:hover img {
    filter: brightness(0.5);
    transform: scale(1.1); }
.section-empreendimento.obras .carousel-obras .item img {
  margin-top: -42px;
  filter: brightness(0.6);
  transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1); }
.section-empreendimento.localizacao .map-container {
  position: relative; }
  .section-empreendimento.localizacao .map-container:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: ''; }
  .section-empreendimento.localizacao .map-container.is-active:before {
    display: none; }
  .section-empreendimento.localizacao .map-container iframe {
    position: relative;
    z-index: 0;
    display: block; }
.section-empreendimento.localizacao iframe {
  height: 600px;
  border-radius: 16px; }
.section-empreendimento.formulario .img1 {
  position: absolute;
  margin-top: -10px;
  max-width: 812px; }

/* ------------------------|
|                          |
|         CONTATO          |
|                          |
| -------------------------|
*/
.page-contato .img1 {
  position: absolute;
  max-width: 812px; }
.page-contato.infos {
  height: 600px; }
.page-contato .img2 {
  position: absolute;
  top: 0;
  left: -28px;
  max-width: 1200px; }
.page-contato .semi-circle {
  width: 275px;
  height: 600px;
  position: absolute;
  top: 0;
  left: calc(100% - 28px);
  border-radius: 0 300px 300px 0; }
.page-contato .map-container {
  position: relative; }
  .page-contato .map-container:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: ''; }
  .page-contato .map-container.is-active:before {
    display: none; }
  .page-contato .map-container iframe {
    position: relative;
    z-index: 0;
    display: block; }

/* ------------------------|
|                          |
|       STYLE INPUT        |
|                          |
| -------------------------|
*/
input, .input {
  border: 1px solid #bebebe;
  border-radius: 30px;
  padding: 15px 20px 13px;
  width: 100%;
  height: auto;
  color: #00c65e;
  font-size: 1.5em;
  outline: none;
  background: #FFF;
  font-family: "Graphik";
  box-shadow: none; }
  input::-webkit-input-placeholder, .input::-webkit-input-placeholder {
    color: #66696F; }
  input:-moz-placeholder, .input:-moz-placeholder {
    color: #66696F; }
  input::-moz-placeholder, .input::-moz-placeholder {
    color: #66696F; }
  input:-ms-input-placeholder, .input:-ms-input-placeholder {
    color: #66696F; }

.select {
  height: auto !important;
  width: 100%; }

.select select {
  border: 1px solid #bebebe;
  border-radius: 30px;
  padding: 15px 20px 12px 20px;
  height: auto;
  color: #66696F;
  font-size: 15px;
  font-family: "Graphik" !important;
  background: none;
  transition: all 0.2s linear;
  width: 100%;
  box-shadow: none !important; }
  .select select:hover {
    border-color: #00c65e; }

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #00c65e;
  border-width: 2px;
  font-size: 1.5em;
  right: 16px; }

textarea, .textarea {
  border: none;
  border: 1px solid #bebebe;
  border-radius: 30px;
  padding: 16px 20px;
  width: 100%;
  color: #66696F;
  font-size: 15px;
  outline: none;
  background: none;
  font-family: "Graphik";
  letter-spacing: 0px; }
  textarea::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color: #66696F; }
  textarea:-moz-placeholder, .textarea:-moz-placeholder {
    color: #66696F; }
  textarea::-moz-placeholder, .textarea::-moz-placeholder {
    color: #66696F; }
  textarea:-ms-input-placeholder, .textarea:-ms-input-placeholder {
    color: #66696F; }

button, .button {
  border: none;
  background: #00c65e;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s linear;
  padding: 16px 25px 16px;
  font-family: "Graphik"; }

.input:focus, .textarea:focus, .select select:focus, .input:active, .textarea:active, .select select:active {
  border-color: #00c65e;
  box-shadow: none; }

.check {
  width: auto;
  margin-right: 5px; }

/* ------------------------|
|                          |
|       STYLE BUTTONS      |
|                          |
| -------------------------|
*/
.btn {
  position: relative;
  background: none;
  border: 1px solid #00c65e;
  border-radius: 30px;
  display: inline-block;
  margin: 25px auto;
  padding: 14px 25px 11px;
  cursor: pointer;
  transition: all .2s linear;
  height: auto;
  outline: none;
  font-family: "Graphik";
  letter-spacing: .5px;
  overflow: hidden;
  color: #00c65e;
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.4; }
  .btn span {
    display: block;
    transition: transform 0.3s ease; }
  .btn:before {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0%);
    transition: transform 0.3s ease; }
  .btn:hover {
    color: #FFF !important;
    background: #00c65e; }
    .btn:hover span {
      transform: translateY(-170%); }
    .btn:hover:before {
      transform: translateY(-155%); }
  .btn.is-small {
    font-size: 1.1em; }
    .btn.is-small:hover:before {
      transform: translateY(-175%); }
  .btn.is-download {
    position: relative;
    padding-top: 13px;
    padding-right: 50px;
    height: 48px; }
    .btn.is-download img {
      position: absolute;
      top: 0;
      right: -32px;
      transition: all 0.2s linear; }
    .btn.is-download:hover img {
      filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%); }
  .btn.is-hover-white:hover:after {
    background: #FFF; }
  .btn.is-hover-dark:hover {
    color: #FFF !important; }
    .btn.is-hover-dark:hover:after {
      background: #00c65e; }
  .btn i {
    font-size: 1.1em;
    line-height: 16px;
    margin-left: 7px;
    transform: translateY(2px); }
  .btn.is-primary {
    background: #00c65e;
    color: #FFF; }
  .btn.is-secondary {
    color: #505759;
    border-color: #505759; }
    .btn.is-secondary:hover {
      background: #505759;
      box-shadow: 0px 0px 0px 4px rgba(80, 87, 89, 0.12); }
  .btn.is-white {
    border-color: #FFF;
    background-color: #FFF; }
    .btn.is-white:hover {
      border-color: #00c65e;
      background-color: #00c65e; }
  .btn.is-gray {
    background: #66696F; }
    .btn.is-gray:hover {
      background: #4a4a4a; }
  .btn.is-transparent {
    background: none;
    color: #FFF; }

/* SET ARROWS - OWL CAROUSEL */
.owl-nav button.owl-next, .owl-nav button.owl-prev {
  width: 35px;
  height: 48px;
  transition: all 0.4s cubic-bezier(0.38, 0, 0.02, 1); }
  .owl-nav button.owl-next img, .owl-nav button.owl-prev img {
    margin-top: 4px;
    transition: all 0.3s linear; }
  .owl-nav button.owl-next:hover, .owl-nav button.owl-prev:hover {
    background: none !important; }
.owl-nav button.owl-next {
  margin-left: 60px !important; }
.owl-nav button:focus {
  outline: none; }

/* ------------------------|
|                          |
|        PAGINATION        |
|                          |
| -------------------------|
*/
.pagination {
  margin: 30px 0 0;
  overflow: hidden;
  padding: 30px 0 30px; }
  .pagination ul li {
    display: inline-block;
    margin: 0 7px; }
    .pagination ul li a {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #CCC;
      color: #00c65e;
      border-radius: 50%;
      height: 40px;
      width: 40px; }
      .pagination ul li a:hover {
        background: #00c65e;
        border-color: #00c65e;
        color: #FFF; }
    .pagination ul li.active a {
      border-color: #00c65e;
      background: #00c65e;
      color: #FFF; }
  .pagination span {
    font-weight: 600;
    text-transform: uppercase;
    color: #919191;
    font-size: 14px; }

/* ------------------------|
|                          |
|          COOKIES         |
|                          |
| -------------------------|
*/
.cookies {
  font-size: 1.4em;
  position: fixed;
  width: 1000px;
  max-width: 100%;
  z-index: 202;
  bottom: 10px;
  margin-left: 50%;
  transform: translateX(-50%); }
  .cookies .cookies-warning-box {
    border-radius: 10px;
    box-shadow: 6px 2px 48px -17px rgba(0, 0, 0, 0.75);
    padding: 30px 35px 25px;
    background-color: #505759;
    text-align: justify; }
    .cookies .cookies-warning-box h3 {
      font-size: 1.7em; }
  .cookies .cookies-warning-btn .btn {
    font-size: .86em;
    padding: 11px 25px 8px; }

@media screen and (max-width: 767px) {
  .cookies {
    width: 90%;
    bottom: 20px; }
    .cookies .cookies-warning-box {
      font-size: 14px;
      padding: 30px 35px; }
      .cookies .cookies-warning-box h3 {
        font-size: 1.5em; }
    .cookies .cookies-warning-text {
      margin-bottom: 0; }
    .cookies .btn {
      min-width: 220px; } }
/* QUAX ASSINATURA */
.quax-assinatura {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-bottom: 8px solid #00c65e;
  position: relative;
  margin-top: -48px;
  padding-top: 0;
  z-index: 0; }
  .quax-assinatura .logo-quax {
    width: 80px;
    margin: 0 auto;
    display: block;
    position: relative; }
    .quax-assinatura .logo-quax img {
      width: 20px;
      position: absolute;
      bottom: 1px;
      left: 30px; }
  .quax-assinatura .arrow-up {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00c65e; }

/* FIM QUAX ASSINTAURA */
/* ------------------------|
|                          |
|       STYLE TABS         |
|                          |
| -------------------------|
*/
.q-tabs .tab-content {
  display: none;
  opacity: 0;
  margin-top: 25px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden; }
  .q-tabs .tab-content.is-active {
    display: flex;
    flex-direction: column;
    opacity: 1; }
  .q-tabs .tab-content .tab-txt {
    width: 100%; }
  .q-tabs .tab-content .column {
    padding-top: 12px;
    padding-bottom: 8px; }
.q-tabs .tabs-header a {
  color: #505759;
  display: inline-block;
  padding: 11px 0;
  line-height: 24px;
  font-size: 1.8em;
  border-bottom: 1px solid #fff;
  margin-right: 20px;
  font-weight: 600; }
.q-tabs .tabs-header a.is-active {
  color: #00c65e;
  border-color: #00c65e; }
.q-tabs .tabs-header .column {
  padding-top: 5px;
  padding-bottom: 5px; }

.fancybox-caption__body {
  color: #FFF; }

/* ------------------------|
|                          |
|      BOX WHATS APP       |
|                          |
| -------------------------|
*/
.bt-whatsbox {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #00a859;
  text-align: center;
  box-shadow: 0 0 0 0 black;
  animation: pulse 2s infinite;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.74, 0.13, 0.42, 1.81); }
  .bt-whatsbox i {
    line-height: 55px;
    font-size: 2.8em; }
  .bt-whatsbox.is-hide {
    opacity: 0;
    transform: scale(0); }
  .bt-whatsbox:hover {
    transform: scale(1.2); }

.whatsbox {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  color: #DDD;
  background: rgba(80, 87, 89, 0.95);
  width: 300px;
  border-radius: 7px;
  display: none;
  overflow: hidden;
  letter-spacing: 0;
  font-size: 1.3em;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.2); }
  .whatsbox .head {
    background: #00c65e;
    padding: 9px 20px 14px;
    font-weight: 400;
    color: #fff; }
    .whatsbox .head i {
      font-size: 24px;
      margin-right: 5px;
      transform: translateY(4px); }
    .whatsbox .head .bt-close-whatsbox {
      font-size: 22px;
      position: absolute;
      right: 8px;
      cursor: pointer; }
  .whatsbox input, .whatsbox select {
    /*color: #fff;*/
    width: 100%;
    margin-top: 10px;
    padding: 13px 18px 12px;
    font-size: 1em; }
    .whatsbox input::placeholder, .whatsbox select::placeholder {
      /*color: #fff;*/
      opacity: 1; }
  .whatsbox select {
    color: #333;
    background-color: #FFF;
    padding: 11px 18px 9px; }
  .whatsbox .select:after {
    top: 60% !important; }
  .whatsbox .btn {
    margin: 15px 0 0;
    width: 100%;
    font-size: 1em; }

@media screen and (max-width: 767px) {
  .whatsbox {
    font-size: 1.8em; } }
/* MARGINS */
.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.mr110 {
  margin-right: 110px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml95 {
  margin-left: 95px !important; }

.ml100 {
  margin-left: 100px !important; }

.ml110 {
  margin-left: 110px !important; }

.ml120 {
  margin-left: 120px !important; }

.ml130 {
  margin-left: 130px !important; }

.ml140 {
  margin-left: 140px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt17 {
  margin-top: 17px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mt130 {
  margin-top: 130px !important; }

.mt140 {
  margin-top: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mt160 {
  margin-top: 160px !important; }

.mt170 {
  margin-top: 170px !important; }

.mt180 {
  margin-top: 180px !important; }

.mt190 {
  margin-top: 190px !important; }

.mt200 {
  margin-top: 200px !important; }

.mt210 {
  margin-top: 210px !important; }

.mt220 {
  margin-top: 220px !important; }

.mt230 {
  margin-top: 230px !important; }

.mt240 {
  margin-top: 240px !important; }

.mt250 {
  margin-top: 250px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb150 {
  margin-bottom: 150px !important; }

/* PADDINGS */
.pd0 {
  padding: 0px !important; }

.pd10 {
  padding: 10px !important; }

.pd15 {
  padding: 15px !important; }

.pd20 {
  padding: 20px !important; }

.pd30 {
  padding: 30px !important; }

.pd40 {
  padding: 40px !important; }

.pd50 {
  padding: 50px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

.pl110 {
  padding-left: 110px !important; }

.pl120 {
  padding-left: 120px !important; }

.pl130 {
  padding-left: 130px !important; }

.pl140 {
  padding-left: 140px !important; }

.pl150 {
  padding-left: 150px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pr110 {
  padding-right: 110px !important; }

.pr120 {
  padding-right: 120px !important; }

.pr130 {
  padding-right: 130px !important; }

.pr140 {
  padding-right: 140px !important; }

.pr150 {
  padding-right: 150px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

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

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pt110 {
  padding-top: 110px !important; }

.pt120 {
  padding-top: 120px !important; }

.pt130 {
  padding-top: 130px !important; }

@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .is-order-0-tablet {
    order: 0; }

  .is-order-1-tablet {
    order: 1; }

  .is-order-2-tablet {
    order: 2; }

  .is-order-3-tablet {
    order: 3; }

  .mt0-tablet {
    margin-top: 0px  !important; }

  .mt10-tablet {
    margin-top: 10px !important; }

  .mt20-tablet {
    margin-top: 20px !important; }

  .mt30-tablet {
    margin-top: 30px !important; }

  .mt40-tablet {
    margin-top: 40px !important; }

  .mt50-tablet {
    margin-top: 50px !important; }

  .mt60-tablet {
    margin-top: 60px !important; }

  .mt70-tablet {
    margin-top: 70px !important; }

  .mt80-tablet {
    margin-top: 80px !important; }

  .mt100-tablet {
    margin-top: 100px !important; }

  .mt130-tablet {
    margin-top: 130px !important; }

  .mt200-tablet {
    margin-top: 200px !important; }

  .mb0-tablet {
    margin-bottom: 0px  !important; }

  .mb10-tablet {
    margin-bottom: 10px !important; }

  .mb20-tablet {
    margin-bottom: 20px !important; }

  .mb30-tablet {
    margin-bottom: 30px !important; }

  .mb50-tablet {
    margin-bottom: 50px !important; }

  .mb60-tablet {
    margin-bottom: 60px !important; }

  .ml0-tablet {
    margin-left: 0px  !important; }

  .ml30-tablet {
    margin-left: 30px !important; }

  .ml40-tablet {
    margin-left: 40px !important; }

  .mr0-tablet {
    margin-right: 0px  !important; }

  .mr10-tablet {
    margin-right: 10px !important; }

  .mr20-tablet {
    margin-right: 20px !important; }

  /* PADDINGS */
  .pl0-tablet {
    padding-left: 0px  !important; }

  .pl10-tablet {
    padding-left: 10px !important; }

  .pl20-tablet {
    padding-left: 20px !important; }

  .pl30-tablet {
    padding-left: 30px !important; }

  .pl40-tablet {
    padding-left: 40px !important; }

  .pl50-tablet {
    padding-left: 50px !important; }

  .pl60-tablet {
    padding-left: 60px !important; }

  .pl70-tablet {
    padding-left: 70px !important; }

  .pl80-tablet {
    padding-left: 80px !important; }

  .pr0-tablet {
    padding-right: 0px  !important; }

  .pr10-tablet {
    padding-right: 10px !important; }

  .pr20-tablet {
    padding-right: 20px !important; }

  .pr30-tablet {
    padding-right: 30px !important; }

  .pr40-tablet {
    padding-right: 40px !important; }

  .pr50-tablet {
    padding-right: 50px !important; }

  .pr60-tablet {
    padding-right: 60px !important; }

  .pr70-tablet {
    padding-right: 70px !important; }

  .pr80-tablet {
    padding-right: 80px !important; }

  .pt20-tablet {
    padding-top: 20px !important; }

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

  .pb10-tablet {
    padding-bottom: 10px !important; }

  .pb20-tablet {
    padding-bottom: 20px !important; }

  .pb30-tablet {
    padding-bottom: 30px !important; } }
@media only screen and (max-width: 576px) {
  .is-order-0-mobile {
    order: 0; }

  .is-order-1-mobile {
    order: 1; }

  .is-order-2-mobile {
    order: 2; }

  .is-order-3-mobile {
    order: 3; }

  .mt0-mobile {
    margin-top: 0px !important; }

  .mt5-mobile {
    margin-top: 5px !important; }

  .mt10-mobile {
    margin-top: 10px !important; }

  .mt15-mobile {
    margin-top: 15px !important; }

  .mt17-mobile {
    margin-top: 17px !important; }

  .mt20-mobile {
    margin-top: 20px !important; }

  .mt25-mobile {
    margin-top: 25px !important; }

  .mt30-mobile {
    margin-top: 30px !important; }

  .mt40-mobile {
    margin-top: 40px !important; }

  .mt50-mobile {
    margin-top: 50px !important; }

  .mt60-mobile {
    margin-top: 60px !important; }

  .mt70-mobile {
    margin-top: 70px !important; }

  .mt80-mobile {
    margin-top: 80px !important; }

  .mt90-mobile {
    margin-top: 90px !important; }

  .mt100-mobile {
    margin-top: 100px !important; }

  .mt110-mobile {
    margin-top: 110px !important; }

  .mt115-mobile {
    margin-top: 115px !important; }

  .mt120-mobile {
    margin-top: 120px !important; }

  .mt130-mobile {
    margin-top: 130px !important; }

  .mt140-mobile {
    margin-top: 140px !important; }

  .mt145-mobile {
    margin-top: 145px !important; }

  .mt150-mobile {
    margin-top: 150px !important; }

  .mb0-mobile {
    margin-bottom: 0px !important; }

  .mb5-mobile {
    margin-bottom: 5px !important; }

  .mb10-mobile {
    margin-bottom: 10px !important; }

  .mb15-mobile {
    margin-bottom: 15px !important; }

  .mb20-mobile {
    margin-bottom: 20px !important; }

  .mb30-mobile {
    margin-bottom: 30px !important; }

  .mb40-mobile {
    margin-bottom: 40px !important; }

  .mb50-mobile {
    margin-bottom: 50px !important; }

  .mb60-mobile {
    margin-bottom: 60px !important; }

  .mb70-mobile {
    margin-bottom: 70px !important; }

  .mb80-mobile {
    margin-bottom: 80px !important; }

  .mb90-mobile {
    margin-bottom: 90px !important; }

  .mb100-mobile {
    margin-bottom: 100px !important; }

  .mr0-mobile {
    margin-right: 0 !important; }

  .mr5-mobile {
    margin-right: 5px !important; }

  .mr10-mobile {
    margin-right: 10px !important; }

  .mr15-mobile {
    margin-right: 15px !important; }

  .mr20-mobile {
    margin-right: 20px !important; }

  .mr30-mobile {
    margin-right: 30px !important; }

  .mr40-mobile {
    margin-right: 40px !important; }

  .mr50-mobile {
    margin-right: 50px !important; }

  .mr60-mobile {
    margin-right: 60px !important; }

  .mr70-mobile {
    margin-right: 70px !important; }

  .mr80-mobile {
    margin-right: 80px !important; }

  .mr90-mobile {
    margin-right: 90px !important; }

  .mr100-mobile {
    margin-right: 100px !important; }

  .mr110-mobile {
    margin-right: 110px !important; }

  .ml0-mobile {
    margin-left: 0px !important; }

  .ml5-mobile {
    margin-left: 5px !important; }

  .ml10-mobile {
    margin-left: 10px !important; }

  .ml15-mobile {
    margin-left: 15px !important; }

  .ml20-mobile {
    margin-left: 20px !important; }

  .ml30-mobile {
    margin-left: 30px !important; }

  .ml40-mobile {
    margin-left: 40px !important; }

  .ml50-mobile {
    margin-left: 50px !important; }

  .ml60-mobile {
    margin-left: 60px !important; }

  .ml70-mobile {
    margin-left: 70px !important; }

  .ml80-mobile {
    margin-left: 80px !important; }

  .ml90-mobile {
    margin-left: 90px !important; }

  .ml95-mobile {
    margin-left: 95px !important; }

  .ml100-mobile {
    margin-left: 100px !important; }

  .ml110-mobile {
    margin-left: 110px !important; }

  /* PADDINGS */
  .pb0-mobile {
    padding-bottom: 0px !important; }

  .pb5-mobile {
    padding-bottom: 5px !important; }

  .pb10-mobile {
    padding-bottom: 10px !important; }

  .pb15-mobile {
    padding-bottom: 15px !important; }

  .pb20-mobile {
    padding-bottom: 20px !important; }

  .pb30-mobile {
    padding-bottom: 30px !important; }

  .pb40-mobile {
    padding-bottom: 40px !important; }

  .pb50-mobile {
    padding-bottom: 50px !important; }

  .pb60-mobile {
    padding-bottom: 60px !important; }

  .pb70-mobile {
    padding-bottom: 70px !important; }

  .pb80-mobile {
    padding-bottom: 80px !important; }

  .pb90-mobile {
    padding-bottom: 90px !important; }

  .pb100-mobile {
    padding-bottom: 100px !important; }

  .pt0-mobile {
    padding-top: 0px !important; }

  .pt5-mobile {
    padding-top: 5px !important; }

  .pt10-mobile {
    padding-top: 10px !important; }

  .pt15-mobile {
    padding-top: 15px !important; }

  .pt20-mobile {
    padding-top: 20px !important; }

  .pt30-mobile {
    padding-top: 30px !important; }

  .pt40-mobile {
    padding-top: 40px !important; }

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

  .pt60-mobile {
    padding-top: 60px !important; }

  .pt70-mobile {
    padding-top: 70px !important; }

  .pt80-mobile {
    padding-top: 80px !important; }

  .pt90-mobile {
    padding-top: 90px !important; }

  .pt100-mobile {
    padding-top: 100px !important; }

  .pt110-mobile {
    padding-top: 110px !important; }

  .pt120-mobile {
    padding-top: 120px !important; }

  .pt130-mobile {
    padding-top: 130px !important; }

  .pr0-mobile {
    padding-right: 0px !important; }

  .pr5-mobile {
    padding-right: 5px !important; }

  .pr10-mobile {
    padding-right: 10px !important; }

  .pr12-mobile {
    padding-right: 12px !important; }

  .pr15-mobile {
    padding-right: 15px !important; }

  .pr20-mobile {
    padding-right: 20px !important; }

  .pr25-mobile {
    padding-right: 25px !important; }

  .pr30-mobile {
    padding-right: 30px !important; }

  .pr40-mobile {
    padding-right: 40px !important; }

  .pr50-mobile {
    padding-right: 50px !important; }

  .pr60-mobile {
    padding-right: 60px !important; }

  .pr70-mobile {
    padding-right: 70px !important; }

  .pr80-mobile {
    padding-right: 80px !important; }

  .pr90-mobile {
    padding-right: 90px !important; }

  .pr100-mobile {
    padding-right: 100px !important; }

  .pr110-mobile {
    padding-right: 110px !important; }

  .pr120-mobile {
    padding-right: 120px !important; }

  .pr130-mobile {
    padding-right: 130px !important; }

  .pr140-mobile {
    padding-right: 140px !important; }

  .pr150-mobile {
    padding-right: 150px !important; }

  .pl0-mobile {
    padding-left: 0px !important; }

  .pl5-mobile {
    padding-left: 5px !important; }

  .pl10-mobile {
    padding-left: 10px !important; }

  .pl12-mobile {
    padding-left: 12px !important; }

  .pl15-mobile {
    padding-left: 15px !important; }

  .pl20-mobile {
    padding-left: 20px !important; }

  .pl25-mobile {
    padding-left: 25px !important; }

  .pl30-mobile {
    padding-left: 30px !important; }

  .pl40-mobile {
    padding-left: 40px !important; }

  .pl50-mobile {
    padding-left: 50px !important; }

  .pl60-mobile {
    padding-left: 60px !important; }

  .pl70-mobile {
    padding-left: 70px !important; }

  .pl80-mobile {
    padding-left: 80px !important; }

  .pl90-mobile {
    padding-left: 90px !important; }

  .pl100-mobile {
    padding-left: 100px !important; }

  .pl110-mobile {
    padding-left: 110px !important; }

  .pl120-mobile {
    padding-left: 120px !important; }

  .pl130-mobile {
    padding-left: 130px !important; }

  .pl140-mobile {
    padding-left: 140px !important; }

  .pl150-mobile {
    padding-left: 150px !important; } }
/* ANIMATIONS */
:root {
  --ease-animation: cubic-bezier(0.38,0,.02,1);
  --t0: 1.0s;
  --t1: 1.5s;
  --t2: 2.0s;
  --t3: 2.5s;
  --t4: 3.0s;
  --anim-offset-right: 10%; }

.waypoint {
  opacity: 0; }

.animation_fade.animated {
  opacity: 1; }

.animation_bt_mask div, .animation_bt_mask_dd1 div {
  overflow: hidden; }
.animation_bt_mask span, .animation_bt_mask_dd1 span {
  display: block; }

.animation_bt_mask.animated, .animation_bt_mask_dd1.animated {
  opacity: 1; }

.animation_bt_mask.animated span {
  animation: maskBottom var(--t0) 1 var(--ease-animation); }

.animation_bt_mask.animated span {
  animation: maskBottom var(--t0) 1 var(--ease-animation); }

.animation_bt_mask_dd1.animated span {
  animation: maskBottom_d1 var(--t1) 1 var(--ease-animation); }

.animation_bt_mask_dd2.animated span {
  animation: maskBottom_d2 var(--t2) 1 var(--ease-animation); }

.animation_bottom.animated {
  opacity: 1;
  animation: fadeBottom var(--t0) 1 var(--ease-animation); }

.animation_bottom_d1.animated {
  opacity: 1;
  animation: fadeBottom var(--t1) 1 var(--ease-animation); }

.animation_bottom_d2.animated {
  opacity: 1;
  animation: fadeBottom var(--t2) 1 var(--ease-animation); }

.animation_bottom_d3.animated {
  opacity: 1;
  animation: fadeBottom var(--t3) 1 var(--ease-animation); }

.animation_bottom_dd1.animated {
  opacity: 1;
  animation: fadeBottom_d1 var(--t2) 1 var(--ease-animation); }

.animation_bottom_dd2.animated {
  opacity: 1;
  animation: fadeBottom_d2 var(--t2) 1 var(--ease-animation); }

.animation_bottom_dd3.animated {
  opacity: 1;
  animation: fadeBottom_d2 var(--t4) 1 var(--ease-animation); }

.animation_top.animated {
  opacity: 1;
  animation: fadeTop var(--t0) 1 var(--ease-animation); }

.animation_top_d1.animated {
  opacity: 1;
  animation: fadeTop var(--t1) 1 var(--ease-animation); }

.animation_top_d2.animated {
  opacity: 1;
  animation: fadeTop var(--t2) 1 var(--ease-animation); }

.animation_left.animated {
  opacity: 1;
  animation: fadeLeft var(--t0) 1 var(--ease-animation); }

.animation_left_d1.animated {
  opacity: 1;
  animation: fadeLeft var(--t1) 1 var(--ease-animation); }

.animation_left_d2.animated {
  opacity: 1;
  animation: fadeLeft var(--t2) 1 var(--ease-animation); }

.animation_left_d3.animated {
  opacity: 1;
  animation: fadeLeft var(--t3) 1 var(--ease-animation); }

.animation_left_dd1.animated {
  opacity: 1;
  animation: fadeLeft_d1 var(--t2) 1 var(--ease-animation); }

.animation_left_dd2.animated {
  opacity: 1;
  animation: fadeLeft_d2 var(--t2) 1 var(--ease-animation); }

.animation_left_dd3.animated {
  opacity: 1;
  animation: fadeLeft_d3 var(--t4) 1 var(--ease-animation); }

.animation_right.animated {
  opacity: 1;
  animation: fadeRight var(--t0) 1 var(--ease-animation); }

.animation_right_d1.animated {
  opacity: 1;
  animation: fadeRight var(--t1) 1 var(--ease-animation); }

.animation_right_d2.animated {
  opacity: 1;
  animation: fadeRight var(--t2) 1 var(--ease-animation); }

.animation_right_d3.animated {
  opacity: 1;
  animation: fadeRight var(--t3) 1 var(--ease-animation); }

.animation_right_d4.animated {
  opacity: 1;
  animation: fadeRight var(--t4) 1 var(--ease-animation); }

.animation_right_dd1.animated {
  opacity: 1;
  animation: fadeRight_d1 var(--t2) 1 var(--ease-animation); }

.animation_right_dd2.animated {
  opacity: 1;
  animation: fadeRight_d2 var(--t2) 1 var(--ease-animation); }

.animation_right_dd3.animated {
  opacity: 1;
  animation: fadeRight_d3 var(--t4) 1 var(--ease-animation); }

.animation_scale.animated {
  opacity: 1;
  animation: escale var(--t0) 1 var(--ease-animation); }

.animation_scale_d1.animated {
  opacity: 1;
  animation: escale var(--t1) 1 var(--ease-animation); }

.animation_scale_d2.animated {
  opacity: 1;
  animation: escale var(--t2) 1 var(--ease-animation); }

.animation_scale_d3.animated {
  opacity: 1;
  animation: escale var(--t3) 1 var(--ease-animation); }

.animation_scale_reverse.animated {
  opacity: 1;
  animation: escale_reverse 2.2s 1 var(--ease-animation); }

.animation_scale_x.animated {
  opacity: 1;
  transform-origin: center left;
  animation: scaleX var(--t0) 1 var(--ease-animation); }

.animation_scale_x_d1.animated {
  opacity: 1;
  transform-origin: center left;
  animation: scaleX var(--t1) 1 var(--ease-animation); }

.animation_scale_x_d2.animated {
  opacity: 1;
  transform-origin: center left;
  animation: scaleX var(--t2) 1 var(--ease-animation); }

.animation_scale_x_d3.animated {
  opacity: 1;
  transform-origin: center left;
  animation: scaleX var(--t3) 1 var(--ease-animation); }

.animation_scale_x_dd1.animated {
  opacity: 1;
  transform-origin: center left;
  animation: scaleX_d1 var(--t2) 1 var(--ease-animation); }

.animation_scale_x_dd2.animated {
  opacity: 1;
  transform-origin: center left;
  animation: scaleX_d2 var(--t3) 1 var(--ease-animation); }

.animation_scale_y.animated {
  opacity: 1;
  transform-origin: top center;
  animation: scaleY var(--t0) 1 var(--ease-animation); }

.animation_scale_y_d1.animated {
  opacity: 1;
  transform-origin: top center;
  animation: scaleY var(--t1) 1 var(--ease-animation); }

.animation_scale_y_d2.animated {
  opacity: 1;
  transform-origin: top center;
  animation: scaleY var(--t2) 1 var(--ease-animation); }

.animation_scale_y_d3.animated {
  opacity: 1;
  transform-origin: top center;
  animation: scaleY var(--t3) 1 var(--ease-animation); }

.animation_scale_y_dd1.animated {
  opacity: 1;
  transform-origin: top center;
  animation: scaleY_d1 var(--t2) 1 var(--ease-animation); }

.animation_scale_y_dd2.animated {
  opacity: 1;
  transform-origin: top center;
  animation: scaleY_d2 var(--t3) 1 var(--ease-animation); }

.animation_elastic.animated {
  opacity: 1;
  animation: escale var(--t0) 1 cubic-bezier(0.74, 0.13, 0.42, 1.21); }

.animation_elastic_d1.animated {
  opacity: 1;
  animation: escale var(--t1) 1 cubic-bezier(0.74, 0.13, 0.42, 1.21); }

/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/
@-webkit-keyframes scaleX {
  0% {
    -webkit-transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1); } }
@keyframes scaleX {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes scaleY {
  0% {
    -webkit-transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1); } }
@keyframes scaleY {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes escale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes escale {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes escale_reverse {
  0% {
    opacity: 0;
    transform: scale(1.2); }
  70% {
    opacity: 1; }
  100% {
    transform: scale(1); } }
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeLeftBt {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%) skewX(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) skewX(-15deg); } }
@keyframes fadeLeftBt {
  0% {
    opacity: 0;
    transform: translateX(-10%) skewX(-15deg); }
  100% {
    opacity: 1;
    transform: translateX(0) skewX(-15deg); } }
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(var(--anim-offset-right)); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes scaleX_d1 {
  0% {
    transform: scaleX(0); }
  25% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
@keyframes scaleY_d1 {
  0% {
    transform: scaleY(0); }
  25% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
@keyframes scaleX_d2 {
  0% {
    transform: scaleX(0); }
  50% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
@keyframes scaleY_d2 {
  0% {
    transform: scaleY(0); }
  50% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
@keyframes fadeBottom_d1 {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  25% {
    opacity: 0;
    transform: translateY(20%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeRight_d1 {
  0% {
    opacity: 0;
    transform: translateX(20%); }
  25% {
    opacity: 0;
    transform: translateX(20%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeLeft_d1 {
  0% {
    opacity: 0;
    transform: translateX(-20%); }
  25% {
    opacity: 0;
    transform: translateX(-20%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeBottom_d2 {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  50% {
    opacity: 0;
    transform: translateY(20%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeRight_d2 {
  0% {
    opacity: 0;
    transform: translateX(20%); }
  50% {
    opacity: 0;
    transform: translateX(20%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeLeft_d2 {
  0% {
    opacity: 0;
    transform: translateX(-20%); }
  50% {
    opacity: 0;
    transform: translateX(-20%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeBottom_d3 {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  75% {
    opacity: 0;
    transform: translateY(20%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeRight_d3 {
  0% {
    opacity: 0;
    transform: translateX(20%); }
  75% {
    opacity: 0;
    transform: translateX(20%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeLeft_d3 {
  0% {
    opacity: 0;
    transform: translateX(-20%); }
  75% {
    opacity: 0;
    transform: translateX(-20%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeRight_d4 {
  0% {
    opacity: 0;
    transform: translateX(20%); }
  75% {
    opacity: 0;
    transform: translateX(20%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 168, 89, 0.7); }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 168, 89, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 168, 89, 0); } }
.pulse {
  animation: pulse 3s infinite; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes spin-reverse {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
.spin {
  animation: spin 20s linear infinite; }

.spin-reverse {
  animation: spin-reverse 20s linear infinite; }

@keyframes rotateGoBack1 {
  0% {
    transform: rotate(-35deg); }
  50% {
    transform: rotate(35deg); }
  100% {
    transform: rotate(-35deg); } }
@keyframes rotateGoBack2 {
  0% {
    transform: rotate(25deg); }
  50% {
    transform: rotate(-25deg); }
  100% {
    transform: rotate(25deg); } }
@keyframes rotateInverse1 {
  0% {
    transform: rotate(35deg); }
  50% {
    transform: rotate(-35deg); }
  100% {
    transform: rotate(35deg); } }
@keyframes rotateInverse2 {
  0% {
    transform: rotate(-25deg); }
  50% {
    transform: rotate(25deg); }
  100% {
    transform: rotate(-25deg); } }
/************************* WIDESCREEN **************************/
/************************* NOTEBOOK **************************/
@media only screen and (min-width: 1025px) and (max-width: 1499px) {
  .section-empreendimento.quem-assina .cycle-box .cycle-prev, .section-empreendimento.quem-assina .cycle-box .cycle-next {
    right: 0;
    top: 0px; }
  .section-empreendimento.quem-assina .cycle-box .cycle-prev {
    left: 10px; } }
/*
  ________________________________________
/|                                        |\
||    ______________                      ||
||                                        ||
||    ______________                      ||
||    ______________                      ||
||    ______________                      ||
||    ______________                      ||
||                                        ||
||                                        ||
||________________________________________||
\|________________________________________|/
*/
/*********************** TABLET LANDSCAPE ***********************/
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  body {
    font-size: 53%; }

  .wrap {
    padding: 0 40px; }
    .wrap.wide {
      padding: 0 40px; }

  section {
    padding: 60px 0; }

  h1, h2 {
    font-size: 3.2em;
    margin-bottom: 20px; }
    h1.big, h2.big {
      font-size: 4.2em; }

  h3 {
    font-size: 2.2em; }

  .section-banners .cycle-slideshow .li {
    height: 520px; }
  .section-banners .cycle-next, .section-banners .cycle-prev {
    height: 80px;
    width: 80px; }

  .section-block-1 .bt-video {
    top: 420px;
    right: -45px; }
  .section-block-1 .img1 {
    max-width: 715px;
    right: -15px; }

  .section-empreendimentos .slide-emp .box-img .emp-slide-right {
    width: 760px; }

  .section-empreendimentos .symbol-logo-big {
    top: -110px;
    left: 65%;
    max-width: 530px; }

  .section-empresa.valores .box-qc .item {
    width: 24%; }

  .section-empresa.valores .line-curve {
    height: 158px; }

  .section-empreendimento .nav ul li {
    padding: 16px 5px;
    font-size: 1.3em; }
  .section-empreendimento.intro .logo {
    max-width: 160px; }
  .section-empreendimento.etapa-obra .line {
    top: 64px; }
  .section-empreendimento.etapa-obra .bd2 {
    max-width: 44%;
    border-radius: 20px 0; }
  .section-empreendimento.etapa-obra .bd {
    border-radius: 40px 0; }
  .section-empreendimento.video {
    height: 605px; }
    .section-empreendimento.video .is-clipped {
      height: 545px; }
    .section-empreendimento.video .placeholder {
      margin-top: -92px; }
    .section-empreendimento.video .symbol {
      width: 40%; }
    .section-empreendimento.video.page-regiao {
      height: 605px; }
      .section-empreendimento.video.page-regiao .is-clipped {
        height: 535px; }
      .section-empreendimento.video.page-regiao .placeholder {
        margin-top: -88px; }
  .section-empreendimento.plantas .plantas-slide .bg {
    top: -40px; }
  .section-empreendimento.plantas .plantas-slide .box-img img {
    max-width: 100%; }
  .section-empreendimento.quem-assina {
    min-height: 850px; }
    .section-empreendimento.quem-assina .img {
      max-width: 770px;
      right: -40px; }
    .section-empreendimento.quem-assina .symbol {
      max-width: 840px; }
  .section-empreendimento.obras .carousel-obras .item a {
    height: 174px; }
  .section-empreendimento.obras .carousel-obras .item img {
    margin-top: -29px; }
  .section-empreendimento.localizacao iframe {
    height: 500px; }

  footer .logo {
    max-width: 87%; }
  footer .box-logos img {
    max-width: 32px; } }
/*
  __________________________
/|                          |\
||                          ||
||      ______________      ||
||                          ||
||      ______________      ||
||      ______________      ||
||      ______________      ||
||                          ||
||                          ||
||                          ||
||                          ||
||                          ||
||                          ||
||                          ||
||                          ||
||__________________________||
\|__________________________|/
*/
/*********************** TABLET PORTRAIT **********************/
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .marginTopHead {
    margin-top: 90px; }

  body {
    font-size: 50%; }

  section {
    padding: 50px 0; }

  .wrap {
    padding: 0 40px; }

  h1, h2 {
    font-size: 2.9em; }
    h1.small, h2.small {
      font-size: 20px; }

  header {
    height: 90px; }
    header .logo {
      max-width: 150px;
      margin-top: 20px; }

  .section-banners .cycle-slideshow .li {
    height: 340px; }

  .banner-sub {
    height: 490px; }

  .section-block-1 .bt-video {
    top: 420px;
    right: -55px; }
  .section-block-1 h2 {
    font-size: 3em; }
  .section-block-1 .img1 {
    max-width: 590px;
    right: -5px; }

  .section-block-3 .cycle-slideshow img {
    max-width: 735px; }
  .section-block-3 .curve {
    top: 221px;
    left: 12px;
    width: 22px; }

  .section-empreendimentos .slide-emp .box-img .emp-slide-right {
    width: 660px;
    left: 245px; }

  .section-regiao {
    min-height: 690px; }
    .section-regiao .img1 {
      max-width: 690px;
      top: -20px; }

  .section-blog.post h1 {
    font-size: 2.8em; }

  .section-empreendimentos .card-emp h2 {
    font-size: 2em; }

  .section-empresa.valores .box-qc {
    height: 550px; }

  .section-empresa.valores .box-qc .item {
    margin-top: 210px; }

  .section-empresa.valores .box-qc .item .text {
    padding-right: 25px; }

  .section-empresa.valores .box-qc .item .line {
    height: 50px; }

  .section-empresa.valores .box-qc .item.is-4 .line {
    height: 100px; }

  .section-empresa.valores .line-curve {
    height: 125px; }

  .section-empreendimento.banner {
    height: 400px; }
  .section-empreendimento .nav {
    margin-top: -20px; }
    .section-empreendimento .nav ul li {
      padding: 12px 0;
      font-size: 1.2em; }
  .section-empreendimento.intro .loc {
    font-size: 2.4em; }
  .section-empreendimento.intro .box-frase {
    font-size: 2.2em; }
  .section-empreendimento.etapa-obra .symbol {
    max-width: 450px;
    bottom: -65px; }
  .section-empreendimento.etapa-obra .box-bottom {
    position: relative;
    bottom: 0;
    left: 0; }
  .section-empreendimento.itens img {
    max-width: 50px; }
  .section-empreendimento.video {
    height: 435px; }
    .section-empreendimento.video .is-clipped {
      height: 385px;
      border-radius: 0 90px; }
    .section-empreendimento.video .placeholder {
      margin-top: -62px; }
    .section-empreendimento.video .symbol {
      width: 40%; }
    .section-empreendimento.video.page-regiao {
      height: 435px; }
      .section-empreendimento.video.page-regiao .is-clipped {
        height: 385px;
        border-radius: 0 90px; }
      .section-empreendimento.video.page-regiao .placeholder {
        margin-top: -62px; }
  .section-empreendimento.plantas .plantas-nav .symbol-logo-gray {
    width: 80%;
    top: -62px;
    right: calc(50% - 88px); }
  .section-empreendimento.quem-assina {
    min-height: auto; }
    .section-empreendimento.quem-assina .img {
      max-width: 620px;
      right: -60px;
      top: 100px; }
    .section-empreendimento.quem-assina .symbol {
      max-width: 740px;
      right: -155px;
      top: -5px; }
  .section-empreendimento.obras .carousel-obras .item a {
    height: 120px; }
  .section-empreendimento.obras .carousel-obras .item img {
    margin-top: -20px; }
  .section-empreendimento.obras .carousel-obras .item a svg {
    width: 40px; }

  .q-tabs .tabs-header a {
    margin-right: 10px; }

  footer {
    padding-top: 30px; }
    footer .logo {
      max-width: 90%; }
    footer .box-logos img {
      max-width: 20px; }
    footer .redes-sociais a {
      margin: 0 6px 12px; } }
/*
  __________________
/|__________________|\
||                  ||
||                  ||
||                  ||
||    __________    ||
||    __________    ||
||    __________    ||
||    __________    ||
||                  ||
||                  ||
||                  ||
||                  ||
||                  ||
||                  ||
||                  ||
||__________________||
\|__________________|/
*/
/************************* SMARTPHONE **************************/
@media only screen and (max-width: 576px) {
  ::-webkit-scrollbar {
    height: 5px; }

  .marginTopHead {
    margin-top: 80px; }

  body {
    font-size: 50%; }

  p {
    font-size: 1.8em; }

  .fs-12 {
    font-size: 1.5em !important; }

  .fs-14 {
    font-size: 1.6em !important; }

  .fs-16 {
    font-size: 1.9em !important; }

  .fs-18 {
    font-size: 2.1em !important; }

  .fs-20 {
    font-size: 2.3em !important; }

  section {
    padding: 50px 0; }

  hr {
    margin: 20px 0; }

  input, .input, textarea {
    font-size: 1.8em; }

  .wrap {
    padding: 0 35px; }
    .wrap.wide {
      padding: 0 35px; }

  header {
    height: 80px;
    padding-top: 5px; }
    header .logo {
      max-width: 150px;
      margin: 10px 0 0; }
    header.is-compact .navbar-burger {
      margin-top: 10px; }
    header .navbar-burger {
      margin: 11px 0 0; }

  h1, h2 {
    font-size: 3.2em;
    margin-bottom: 20px; }
    h1.big, h2.big {
      font-size: 4.1em; }

  h3 {
    font-size: 2.2em; }

  .menu-fixed .bt-close-menu {
    top: 50px;
    right: 55px; }
  .menu-fixed .container-menu {
    height: calc(100dvh - 12vw); }

  .btn {
    font-size: 1.8em;
    margin: 20px auto; }
    .btn.is-small {
      font-size: 1.5em; }

  .section-banners .txt-banner {
    top: 60px;
    padding: 0 42px; }
  .section-banners .cycle-slideshow .li {
    height: 697px; }
    .section-banners .cycle-slideshow .li.video {
      pointer-events: all; }
  .section-banners .cycle-prev, .section-banners .cycle-next {
    left: 30px;
    width: 50px;
    height: 50px; }
  .section-banners .cycle-next {
    right: 30px;
    left: initial; }
  .section-banners .cycle-pager {
    top: calc(100% - 70px);
    left: 0;
    width: 100%;
    text-align: center; }
    .section-banners .cycle-pager span {
      width: 54px;
      display: inline-block;
      margin: 0 15px;
      text-align: left; }
  .section-banners .video iframe {
    margin-top: 0;
    height: 485px;
    width: 219%;
    margin-left: -240px; }
    .section-banners .video iframe.is-video-mob {
      margin-top: -120px;
      height: 730px;
      width: 100%;
      margin-left: 0px; }

  .banner-sub {
    height: 100vw;
    background-size: 100vw;
    aspect-ratio: 1; }

  marquee {
    font-size: 5.8em; }

  .section-block-1 h2 {
    font-size: 2.8em; }
  .section-block-1 .img1 {
    max-width: 300px;
    right: inherit;
    left: -30px; }
  .section-block-1 .bt-video {
    top: 50px;
    right: 25px; }
    .section-block-1 .bt-video .bt {
      transform: scale(0.7); }
  .section-block-1 .logo {
    max-width: 140px; }
  .section-block-1 .notice {
    margin-top: 300px !important; }

  .section-block-3 .logo {
    max-width: 140px; }
  .section-block-3 h3 {
    font-size: 2.3em; }
  .section-block-3 .cycle-slideshow img {
    max-width: 410px; }
  .section-block-3 .curve {
    top: 123px;
    left: 12px;
    width: 13px; }
  .section-block-3 .q-tabs .tabs-header {
    overflow-x: auto; }

  .section-empreendimento.quem-assina .cycle-box {
    right: 0 !important;
    width: calc(100% + 1.5rem);
    top: 500px; }
    .section-empreendimento.quem-assina .cycle-box .cycle-prev, .section-empreendimento.quem-assina .cycle-box .cycle-next {
      right: 0;
      top: 0px; }
    .section-empreendimento.quem-assina .cycle-box .cycle-prev {
      left: -20px; }
    .section-empreendimento.quem-assina .cycle-box .cycle-next {
      right: -20px; }

  .section-empreendimentos .slide-emp .box-img .emp-slide-right {
    width: 590px;
    left: 210px;
    top: -30px; }

  .section-empreendimentos .slide-emp .owl-nav {
    text-align: center; }

  .section-regiao {
    min-height: auto; }
    .section-regiao h3 {
      font-size: 2.7em; }
    .section-regiao .img1 {
      max-width: 280px;
      top: 50px; }

  .section-newsletter h3 {
    font-size: 2.2em; }

  .section-empresa .selos {
    width: 180px; }
  .section-empresa .img1 {
    max-width: calc(100% + 35px); }
  .section-empresa.timeline .linha {
    left: -60px;
    width: calc(100% + 120px); }
  .section-empresa .slide-timeline .owl-nav {
    text-align: center; }
  .section-empresa.depoimentos .fs-12 {
    font-size: 1.1em !important; }
  .section-empresa.depoimentos .img {
    max-width: 200px; }
  .section-empresa.valores .box-qc {
    height: 700px;
    overflow-x: scroll; }
  .section-empresa.valores .box-qc .item {
    width: 48%; }
    .section-empresa.valores .box-qc .item .line {
      height: 50px; }
    .section-empresa.valores .box-qc .item .circle {
      width: 8px;
      height: 8px;
      left: 38%; }
    .section-empresa.valores .box-qc .item .text {
      padding-right: 30px; }
    .section-empresa.valores .box-qc .item.is-2 {
      left: calc(40% - 5px); }
    .section-empresa.valores .box-qc .item.is-3 {
      left: calc(80% - 10px); }
    .section-empresa.valores .box-qc .item.is-4 {
      left: calc(120% - 15px); }
    .section-empresa.valores .box-qc .item.is-5 {
      left: calc(160% - 20px); }
  .section-empresa.valores .line-curve {
    left: 3px;
    top: 22px;
    height: 135px;
    width: 415px; }

  .page-regiao .img1 {
    top: 26px;
    max-width: 510px; }
  .page-regiao .img2 {
    right: -35px;
    max-width: 100%; }
  .page-regiao.gallery-section img.xselos {
    border-radius: 0 40px 0 40px; }

  .section-blog h3 {
    font-size: 2.7em;
    min-height: auto; }
  .section-blog .box-categoria {
    font-size: 1.3em; }
  .section-blog .blog-item .data {
    font-size: 1.6em; }
  .section-blog.post h1 {
    font-size: 2.8em; }
  .section-blog.post .conteudo p {
    font-size: 2em; }
  .section-blog.post .conteudo h3 {
    font-size: 2.6em; }
  .section-blog.post .share-post a i {
    font-size: 2em; }

  .section-empreendimentos .card-emp h2 {
    font-size: 2.8em; }
  .section-empreendimentos .slide-emp .box-inf .box-text .fs-20 {
    font-size: 1.8em !important; }

  .q-tabs .tabs-header a {
    font-size: 2.1em; }

  .section-empreendimento.banner {
    height: 320px; }
  .section-empreendimento.intro .cat {
    font-size: 1.4em; }
  .section-empreendimento.intro .logo {
    max-width: 180px; }
  .section-empreendimento.intro .txt-conceito {
    font-size: 1.1em; }
  .section-empreendimento.etapa-obra .line {
    top: 75px; }
  .section-empreendimento.etapa-obra .bd2 {
    max-width: 48%;
    border-radius: 20px 0; }
  .section-empreendimento.etapa-obra .symbol {
    max-width: 80%;
    bottom: -133px; }
  .section-empreendimento.etapa-obra .box-bottom {
    position: relative;
    bottom: 0;
    left: 0; }
  .section-empreendimento.itens img {
    max-width: 70px;
    max-height: 60px; }
  .section-empreendimento.video {
    height: 350px;
    background-image: linear-gradient(to bottom, #e9eaeb 60%, #FFF 60%); }
    .section-empreendimento.video a {
      min-width: 208px; }
    .section-empreendimento.video .is-clipped {
      height: 254px;
      border-radius: 0 40px;
      aspect-ratio: initial; }
    .section-empreendimento.video .placeholder {
      margin-top: -2px;
      transform: scale(1.3); }
    .section-empreendimento.video .symbol {
      width: 35%; }
    .section-empreendimento.video .bt {
      transform: translate(-50%, -50%) scale(0.6); }
    .section-empreendimento.video.page-regiao {
      height: 285px; }
      .section-empreendimento.video.page-regiao .is-clipped {
        height: 254px;
        border-radius: 0 40px; }
      .section-empreendimento.video.page-regiao .placeholder {
        margin-top: -2px; }
  .section-empreendimento.galeria-emp .container-galeria .item a {
    border-radius: 26px; }
  .section-empreendimento.galeria-emp .container-galeria .owl-nav {
    margin-top: 10px;
    text-align: center; }
  .section-empreendimento.galeria-emp .container-galeria .owl-dots {
    margin-top: 20px; }
  .section-empreendimento.plantas .plantas-nav .select-plantas {
    font-size: 1.2em !important; }
  .section-empreendimento.plantas .plantas-nav .symbol-logo-gray {
    transform: scale(0.6); }
  .section-empreendimento.plantas .plantas-slide .line {
    top: 45px; }
  .section-empreendimento.plantas .plantas-slide .bg {
    top: 40px;
    right: -28px;
    width: calc(100% + 60px);
    height: calc(100% + 10px); }
  .section-empreendimento.plantas .plantas-slide .box-img a img {
    max-width: 86%;
    right: 0;
    left: 7%; }
  .section-empreendimento.plantas .plantas-slide .box-img .zoom {
    bottom: -40px;
    right: -20px; }
  .section-empreendimento.plantas .plantas-slide .fs-12 {
    font-size: 1.4em !important; }
  .section-empreendimento.quem-assina {
    min-height: auto; }
    .section-empreendimento.quem-assina .fs-12 p {
      font-size: 1.4em; }
    .section-empreendimento.quem-assina .img {
      position: relative;
      left: -40px;
      top: 10px;
      max-width: 113%;
      border-radius: 0 40px 40px 0; }
    .section-empreendimento.quem-assina .symbol {
      max-width: 400px;
      top: -20px;
      right: -15px; }
  .section-empreendimento.construtora .bg {
    top: 0px;
    left: -23px;
    width: calc(100% + 46px);
    height: calc(100% + 30px); }
  .section-empreendimento.construtora div > p {
    font-size: 2.2em; }
  .section-empreendimento.obras .carousel-obras .item img {
    transform: scale(1.25);
    margin-top: -10px; }
  .section-empreendimento.obras .carousel-obras .owl-nav {
    margin-top: 20px; }
  .section-empreendimento.obras .carousel-obras .owl-dots {
    margin-top: 20px; }
  .section-empreendimento.localizacao iframe {
    height: 485px; }

  .fancybox__caption {
    font-size: 2em;
    text-align: center; }

  .page-contato .img2 {
    position: relative;
    max-width: 100%; }
  .page-contato.infos {
    height: auto; }
  .page-contato .map-container iframe {
    height: 400px; }

  footer {
    background: #505759;
    text-align: center;
    padding: 80px 20px 40px;
    border-radius: 110px 0 0; }
    footer .logo {
      max-width: 54%; }
    footer .h3 {
      font-size: 1.8em; }
    footer .h5 {
      font-size: 1.8em; }
    footer p, footer address {
      font-size: 1.8em; }
    footer nav a {
      font-size: 1.8em;
      margin-bottom: 20px; }
    footer .redes-sociais a {
      margin: 0 7px; }
      footer .redes-sociais a i {
        font-size: 2.3em; }
    footer .direitos {
      font-size: 1.6em; } }

/*# sourceMappingURL=style.min.css.map */
