@import url("https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  margin: 0 !important;
  font-family: "Spline Sans", sans-serif !important;
  color: #162E33;
  font-weight: 300;
  position: relative;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #162E33; }

::selection {
  color: #fff;
  background: #162E33; }

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
  .grid._2 {
    gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

a {
  color: #000;
  text-decoration: none !important; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    grid-column-gap: 0px !important;
    grid-row-gap: 30px !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }
    .grid._2 {
      grid-row-gap: 10px !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .flex-sm-column {
    flex-direction: column; }

  .align-items-sm-start {
    align-items: flex-start !important; } }
section {
  position: relative;
  padding: 100px 0; }

@media (min-width: 1240px) {
  .container {
    max-width: 1270px; } }
@media (max-width: 1580px) {
  .container {
    max-width: 1170px; } }
.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.gap40 {
  gap: 40px; }

.gap60 {
  gap: 60px; }

.mt-80 {
  margin-top: 80px; }

.bg {
  background-position: center;
  background-size: cover; }

.bg-primary {
  background-color: #177C5F !important;
  color: #fff; }

.bg-secondary {
  background-color: #F68B34 !important;
  color: #fff; }

.shape {
  background-image: url("../img/icons/shape.svg");
  position: absolute;
  width: 593px;
  height: 335px;
  left: 0;
  bottom: 180px;
  pointer-events: none; }

.radius-1 {
  border-radius: 60px 0 0 0; }

.radius-2 {
  border-radius: 0 0 60px 0; }

.box *:last-child {
  margin-bottom: 0; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.video-container {
  position: relative;
  max-width: 1210px;
  margin: 30px auto 0; }
  .video-container .bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .video-container .bg-video-thumb {
    background: #177C5F;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 76px;
    height: 76px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .video-container button.play:hover {
      transform: scale(1.1); }
  .video-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.text-primary * {
  color: #162E33 !important; }

.text-secondary {
  color: #177C5F !important; }

.color-white * {
  color: #fff; }

.h1, h1, .h2, h2, h3, .h3 {
  font-weight: 300; }

.h1, h1 {
  font-size: 3.75rem;
  line-height: 115%; }

.h2, h2 {
  font-size: 2.5rem;
  line-height: 135%; }

.h3, h3 {
  font-size: 1.5rem;
  line-height: 125%; }

p, li {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 300; }

.btn.btn-primary {
  position: relative;
  background-color: #177C5F !important;
  color: #fff !important;
  padding: 12px 16px 10px;
  font-weight: 500;
  border: none;
  border-radius: 0px 0px 10px 0;
  text-align: center;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    background-color: #F68B34 !important; }

.text-xl * {
  font-size: 3.375rem;
  line-height: 110%; }

.text-sm {
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 300; }

.text-bg {
  padding: 22px 30px;
  border-radius: 30px 0 0 0;
  max-width: max-content;
  margin-bottom: 30px; }
  .text-bg * {
    margin: 0; }

b, strong {
  font-weight: 700; }

.redes ul {
  gap: 5px; }
  .redes ul li a {
    display: block;
    width: 36px;
    height: 36px;
    border: solid 1px #fff;
    border-radius: 0 0 10px 0; }

.share ul {
  flex-direction: column;
  gap: 5px; }
  .share ul li a {
    display: block;
    background-color: #162E33;
    width: 58px;
    height: 58px;
    border-radius: 0 0 20px 0; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  margin: 0; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/prev.svg") !important;
  left: auto;
  right: 62px; }

.swiper-button-next {
  background-image: url("../img/icons/next.svg") !important;
  left: auto;
  right: 15px; }

.swiper-button-lock {
  display: none !important; }

.swiper-pagination {
  bottom: 90px !important; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff; }

@media screen and (max-width: 1580px) {
  section {
    padding: 80px 0; }

  .h1, h1 {
    font-size: 3rem; }

  .h2, h2 {
    font-size: 2.25rem; }

  .h3, h3 {
    font-size: 1.375rem; }

  p, li {
    font-size: 1.25rem; }

  .btn.btn-primary {
    font-size: 0.875rem; }

  .text-xl * {
    font-size: 3rem; }

  .text-sm {
    font-size: 1.125rem; }

  .shape {
    transform: scale(0.8);
    transform-origin: left; }

  .share {
    transform: scale(0.8);
    transform-origin: top center; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .mb-5, .my-5 {
    margin-bottom: 2rem !important; }

  .swiper-pagination {
    bottom: 60px !important; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 60px 0; }

  .radius-1 {
    border-radius: 30px 0 0 0; }

  .radius-2 {
    border-radius: 0 0 30px 0; }

  .gap40 {
    gap: 30px; }

  .h1, h1 {
    font-size: 2.25rem; }

  .h2, h2 {
    font-size: 1.75rem; }

  .h3, h3 {
    font-size: 1.25rem; }

  p, li {
    font-size: 1.125rem;
    line-height: 140%; }

  .btn.btn-primary {
    font-size: 1rem; }

  .text-xl * {
    font-size: 2.25rem; }

  .text-sm {
    font-size: 1rem; }

  .text-bg {
    padding: 18px 20px;
    border-radius: 20px 0 0 0;
    margin-bottom: 25px; }

  .swiper-button-next, .swiper-button-prev {
    transform: scale(0.8);
    transform-origin: right; }

  .shape {
    transform: scale(0.5);
    transform-origin: top left;
    opacity: 0.1; }

  .share {
    transform: scale(0.8);
    transform-origin: left; }
    .share ul {
      flex-direction: row;
      gap: 5px; }

  .redes {
    margin-bottom: 30px; }

  .pr-5, .px-5 {
    padding-right: 15px !important; }

  .pl-5, .px-5 {
    padding-left: 15px !important; }

  .pt-5, .py-5 {
    padding-top: 2rem !important; }

  .mt-4, .my-4 {
    margin-top: 0.8rem !important; }

  .mt-80 {
    margin-top: 40px; } }
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #162E33;
  z-index: 200;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms; }
  header .nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 15px;
    -webkit-transition: all ease 800ms;
    transition: all ease 800ms; }
  header nav.nav-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 55px; }
      header nav.nav-menu ul li {
        position: relative; }
        header nav.nav-menu ul li a {
          display: block;
          color: #fff;
          font-size: 1.25rem;
          padding: 2px 0; }
          header nav.nav-menu ul li a:after {
            content: '';
            background-color: #F68B34;
            width: 14px;
            height: 14px;
            position: absolute;
            right: -36px;
            top: 50%;
            transform: translateY(-50%); }
          header nav.nav-menu ul li a:before {
            content: '';
            border-bottom: solid 1px #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            transition: all ease 300ms; }
          header nav.nav-menu ul li a:hover:before {
            width: 100%; }
      header nav.nav-menu ul li:last-child a:after {
        display: none; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 4px;
    width: 30px;
    border-radius: 0px;
    background-color: #fff;
    margin: 5px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #162E33;
      padding-bottom: 1px;
      z-index: 200;
      transform: translateY(-40vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 0; }
        header .menu-overlay .nav-menu ul li a {
          font-size: 1.5rem;
          padding: 22px 12px;
          z-index: 2;
          border-bottom: solid 1px #F68B34; }
      header .menu-overlay .nav-menu .cta {
        padding: 20px 10px; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1580px) {
    header .brand img {
      max-width: 275px; }
    header nav.nav-menu ul {
      gap: 45px; }
      header nav.nav-menu ul li a {
        font-size: 1.125rem; }
        header nav.nav-menu ul li a:after {
          width: 10px;
          height: 10px;
          right: -28px; } }
  @media screen and (max-width: 1140px) {
    header .nav-container {
      padding: 30px 15px; }
    header .brand img {
      max-width: 200px; } }

header.on-scroll {
  background-color: #162E33; }
  header.on-scroll .nav-container {
    width: 100%;
    padding: 20px 15px; }

section.hero {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2; }
  section.hero .title {
    position: relative;
    max-width: max-content;
    padding: 220px 120px 60px 0;
    z-index: 2; }
    section.hero .title:before {
      content: '';
      background-color: #F68B34;
      position: absolute;
      top: 0;
      left: -50vw;
      width: 50vw;
      height: 100%;
      pointer-events: none; }
  @media screen and (max-width: 1580px) {
    section.hero .title {
      padding: 200px 100px 40px 0; } }
  @media screen and (max-width: 1140px) {
    section.hero .title {
      padding: 120px 30px 20px 0; } }

section.home-hero {
  width: 100%;
  height: 100vh;
  padding: 0; }
  section.home-hero .swiperHero {
    height: 100vh; }
    section.home-hero .swiperHero .swiper-slide {
      position: relative;
      height: 100vh;
      overflow: hidden; }
      section.home-hero .swiperHero .swiper-slide .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(#000, #0000);
        pointer-events: none; }
      section.home-hero .swiperHero .swiper-slide .container {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 150px;
        z-index: 2;
        width: 100%; }
      section.home-hero .swiperHero .swiper-slide .content > div:first-child {
        width: 85%;
        padding: 60px 80px;
        margin-left: auto; }
      section.home-hero .swiperHero .swiper-slide .content > div:last-child {
        width: 90%;
        padding: 50px 40px; }
      section.home-hero .swiperHero .swiper-slide img {
        width: 110%;
        height: 100%;
        object-fit: cover;
        transition: all linear 8000ms;
        -webkit-transition: all linear 8000ms; }
      section.home-hero .swiperHero .swiper-slide img.active {
        width: 100%; }
  @media screen and (max-width: 1580px) {
    section.home-hero .swiperHero .swiper-slide .content > div:first-child {
      padding: 50px 70px; }
    section.home-hero .swiperHero .swiper-slide .content > div:last-child {
      padding: 40px 30px; } }
  @media screen and (max-width: 1380px) and (min-width: 1140px) {
    section.home-hero .swiperHero .swiper-slide .container {
      bottom: 100px; }
    section.home-hero .swiperHero .swiper-slide .content > div:first-child {
      transform: scale(0.8);
      transform-origin: bottom; }
    section.home-hero .swiperHero .swiper-slide .content > div:last-child {
      transform: scale(0.8);
      transform-origin: top; } }
  @media screen and (max-width: 1140px) {
    section.home-hero .swiperHero .swiper-slide .container {
      bottom: 125px; }
    section.home-hero .swiperHero .swiper-slide .content > div:first-child {
      width: 95%;
      padding: 30px 40px; }
    section.home-hero .swiperHero .swiper-slide .content > div:last-child {
      width: 95%;
      padding: 30px 20px; } }

section.slide-empreendimentos .swiperEmpreendimentos {
  margin-top: 25px; }
@media screen and (max-width: 1140px) {
  section.slide-empreendimentos .swiperEmpreendimentos {
    overflow: unset;
    margin-top: 15px; } }

.item-empreendimento .image-wrapper {
  height: 400px; }
.item-empreendimento .content {
  padding: 15px 0; }
  .item-empreendimento .content h3 {
    font-size: 2.125rem; }
.item-empreendimento:hover .image-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
@media screen and (max-width: 1580px) {
  .item-empreendimento .image-wrapper {
    height: 375px; }
  .item-empreendimento .content h3 {
    font-size: 1.875rem; } }
@media screen and (max-width: 1140px) {
  .item-empreendimento .image-wrapper {
    height: 325px; }
  .item-empreendimento .content h3 {
    font-size: 1.75rem; } }

section.home-about .img-fluid._2 {
  margin-top: -120px; }
section.home-about .img-absolute {
  position: absolute;
  right: 50px;
  bottom: 160px; }
@media screen and (max-width: 1140px) {
  section.home-about .img-fluid._2 {
    margin-top: 20px; }
  section.home-about .img-absolute {
    display: none; } }

section.home-features .item {
  padding: 45px 60px;
  border: solid 2px #fff;
  margin-bottom: 20px; }
  section.home-features .item h3 {
    font-size: 30px;
    line-height: 35px; }
@media screen and (max-width: 1580px) {
  section.home-features .item {
    padding: 40px 50px;
    margin-bottom: 15px; }
    section.home-features .item h3 {
      font-size: 28px;
      line-height: 30px; } }
@media screen and (max-width: 1140px) {
  section.home-features .item {
    margin-top: 15px;
    padding: 25px 30px;
    margin-bottom: 5px; }
    section.home-features .item h3 {
      font-size: 26px;
      line-height: 26px; } }

section.depoimentos {
  padding: 0; }
  section.depoimentos .depoimentos-wrapper {
    position: relative;
    background-color: #162E33;
    padding: 70px 90px;
    margin-top: -120px; }
  section.depoimentos .image-wrapper {
    min-width: 195px;
    width: 195px;
    height: 195px; }
  section.depoimentos .content p:last-child {
    margin-bottom: 0; }
  section.depoimentos .swiper-button-next, section.depoimentos .swiper-button-prev {
    top: 30px; }
  section.depoimentos .swiper-button-next {
    right: 40px; }
  section.depoimentos .swiper-button-prev {
    right: 88px; }
  @media screen and (max-width: 1140px) {
    section.depoimentos .depoimentos-wrapper {
      padding: 90px 25px 50px; }
    section.depoimentos .image-wrapper {
      min-width: 135px;
      width: 135px;
      height: 135px; } }

section.about-hero {
  padding-top: 350px;
  padding-bottom: 0;
  margin-top: 150px; }
  section.about-hero .box {
    width: 451px;
    padding: 70px 90px;
    border-radius: 0 60px 0 0; }
  @media screen and (max-width: 1580px) {
    section.about-hero .box {
      width: 391px;
      padding: 50px 60px; } }
  @media screen and (max-width: 1140px) {
    section.about-hero {
      padding-top: 280px;
      margin-top: 50px; }
      section.about-hero .box {
        width: 100%;
        padding: 30px 40px;
        border-radius: 0 30px 0 0; } }

section.about .img-absolute {
  position: absolute;
  top: -100px;
  left: 15px;
  z-index: 2; }
section.about .shape {
  left: -25px;
  bottom: 105px; }
@media screen and (max-width: 1580px) {
  section.about .img-absolute {
    top: -80px;
    width: 391px; } }
@media screen and (max-width: 1140px) {
  section.about .img-absolute {
    top: -60px;
    width: 100%;
    position: relative;
    left: auto; }
  section.about .col-md-6.pl-5 {
    margin-top: 30px; } }

section.about-2 .box {
  width: 85%;
  padding: 90px 80px; }
section.about-2 .box._1 {
  border: solid 1px #F68B34; }
section.about-2 .box._2 {
  background-color: #162E33;
  color: #fff;
  margin-left: auto;
  margin-top: -40px; }
  section.about-2 .box._2 h2 {
    color: #F68B34; }
@media screen and (max-width: 1580px) {
  section.about-2 .box {
    padding: 70px 60px; } }
@media screen and (max-width: 1140px) {
  section.about-2 .box {
    width: 95%;
    padding: 40px 25px; }
  section.about-2 .box._2 {
    margin-top: -20px; } }

section.about-3 {
  z-index: 1; }
  section.about-3 .shape-2 {
    background-image: url("../img/icons/shape-2.svg");
    position: absolute;
    width: 381px;
    height: 335px;
    right: -0;
    bottom: 150px;
    pointer-events: none; }
  @media screen and (max-width: 1580px) {
    section.about-3 .shape-2 {
      transform: scale(0.8);
      transform-origin: right; } }
  @media screen and (max-width: 1140px) {
    section.about-3 .shape-2 {
      transform: scale(0.5);
      transform-origin: top right;
      opacity: 0.1; } }

section.about-emp {
  padding-top: 180px;
  margin-top: -230px; }
  section.about-emp .item-empreendimento .content h3, section.about-emp .item-empreendimento .content h4.h3 {
    color: #fff !important; }

section.filter .filter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }
  section.filter .filter-container select {
    position: relative;
    color: #162E33 !important;
    border: solid 1px #162E33;
    padding: 14px 80px 12px 20px;
    border-radius: 0px 0px 10px 0px; }
  section.filter .filter-container select {
    background-image: url("../img/icons/arrow-select-down.svg");
    background-position: calc(100% - 15px) calc(0.5em + 2px);
    background-size: 29px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none; }
@media screen and (max-width: 1140px) {
  section.filter {
    padding: 30px 0; }
    section.filter .filter-container {
      flex-direction: column;
      gap: 10px; }
      section.filter .filter-container div {
        width: 100%; }
      section.filter .filter-container .flex {
        flex-direction: column;
        gap: 5px;
        width: 100%; }
      section.filter .filter-container select {
        width: 100%; }
      section.filter .filter-container .btn.btn-primary {
        width: 100%; } }

@media screen and (min-width: 1140px) {
  section.filter._home {
    margin-top: -65px;
    z-index: 100; } }
section.filter._home .filter-container {
  background-color: #162E33;
  padding: 40px 60px; }
  section.filter._home .filter-container select {
    background-color: transparent;
    color: #fff !important;
    border: solid 1px #fff; }
    section.filter._home .filter-container select option {
      color: #000 !important; }
@media screen and (max-width: 1140px) {
  section.filter._home {
    background: unset;
    background-color: #162E33; }
    section.filter._home .filter-container {
      padding: 30px 15px; } }

section.empreendimentos._iso .item-empreendimento {
  width: calc(33.33%);
  padding: 15px;
  margin-bottom: 40px; }
@media screen and (max-width: 1140px) {
  section.empreendimentos._iso .item-empreendimento {
    width: calc(100%);
    margin-bottom: 25px; } }

section.single-emp-hero {
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 180px; }
  section.single-emp-hero .shape {
    background-image: url("../img/icons/shape-3.svg");
    width: 635px;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2; }
  @media screen and (max-width: 1580px) {
    section.single-emp-hero .shape {
      transform-origin: right; } }

section.single-emp-infos {
  padding-top: 0; }
  section.single-emp-infos .infos-wrapper {
    background-color: #162E33;
    color: #fff;
    padding: 60px 100px;
    margin-top: -140px; }
    section.single-emp-infos .infos-wrapper .item .icon {
      width: 20px;
      min-width: 20px; }
  @media screen and (max-width: 1140px) {
    section.single-emp-infos .infos-wrapper {
      padding: 30px 25px; }
      section.single-emp-infos .infos-wrapper .gap60 {
        gap: 0; } }

section.single-emp-text h3 {
  color: #162E33;
  font-size: 35px; }
@media screen and (max-width: 1140px) {
  section.single-emp-text h3 {
    font-size: 28px; } }

section.single-emp-topicos .box {
  padding: 60px 80px; }
  section.single-emp-topicos .box p {
    font-size: 1.8vw; }
@media screen and (max-width: 1140px) {
  section.single-emp-topicos .box {
    padding: 30px; }
    section.single-emp-topicos .box p {
      font-size: 1.5rem; } }

section.single-emp-plantas .text-bg {
  z-index: 1; }
section.single-emp-plantas .filter .btn-planta {
  color: #162E33;
  background-color: #CCCCCC;
  font-size: 20px;
  font-weight: 300;
  padding: 16px 30px 16px;
  border-radius: 0 10px 0 0;
  box-shadow: none; }
  section.single-emp-plantas .filter .btn-planta.active {
    color: #fff;
    background-color: #162E33; }
  section.single-emp-plantas .filter .btn-planta:hover {
    color: #fff;
    background-color: #162E33; }
section.single-emp-plantas .plantas-wrapper {
  background-color: #CCCCCC;
  position: relative;
  height: 65vh;
  padding: 20px; }
  section.single-emp-plantas .plantas-wrapper img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: all ease 200ms; }
  section.single-emp-plantas .plantas-wrapper img.active {
    opacity: 1;
    z-index: 1;
    pointer-events: all; }
@media screen and (max-width: 1140px) {
  section.single-emp-plantas .filter {
    flex-wrap: wrap; }
    section.single-emp-plantas .filter .btn-planta {
      font-size: 18px;
      padding: 12px 26px 12px; }
  section.single-emp-plantas .plantas-wrapper {
    height: 40vh; } }

section.single-emp-galeria .swiperGallery, section.single-emp-galeria .swiperGalleryEvolucao {
  max-width: 100%; }
  section.single-emp-galeria .swiperGallery .swiper-slide, section.single-emp-galeria .swiperGalleryEvolucao .swiper-slide {
    height: 580px;
    /*.overlay {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        height: 50%;
        background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }*/ }
    section.single-emp-galeria .swiperGallery .swiper-slide img, section.single-emp-galeria .swiperGalleryEvolucao .swiper-slide img {
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
section.single-emp-galeria .swiperThumbs {
  margin-top: 20px; }
  section.single-emp-galeria .swiperThumbs .swiper-slide {
    width: 25%;
    height: 160px;
    opacity: 0.4; }
    section.single-emp-galeria .swiperThumbs .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  section.single-emp-galeria .swiperThumbs .swiper-slide-thumb-active {
    opacity: 1; }
@media screen and (max-width: 1580px) {
  section.single-emp-galeria .swiperGallery .swiper-slide, section.single-emp-galeria .swiperGalleryEvolucao .swiper-slide {
    height: 520px; } }
@media screen and (max-width: 1140px) {
  section.single-emp-galeria .swiperGallery .swiper-slide, section.single-emp-galeria .swiperGalleryEvolucao .swiper-slide {
    height: 200px; }
  section.single-emp-galeria .swiperThumbs {
    margin-top: 10px; }
    section.single-emp-galeria .swiperThumbs .swiper-slide {
      height: 80px; } }

section.single-emp-evolucao .progress-list {
  display: flex;
  flex-direction: column;
  gap: 5px; }
section.single-emp-evolucao .progress-row {
  position: relative;
  height: 65px;
  border-radius: 0 30px 0 0;
  background: #162E33;
  overflow: hidden; }
  section.single-emp-evolucao .progress-row .label, section.single-emp-evolucao .progress-row .pct-label {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    pointer-events: none;
    z-index: 1; }
  section.single-emp-evolucao .progress-row .pct-label {
    left: auto;
    right: 30px; }
section.single-emp-evolucao .progress-row::before {
  content: '';
  position: absolute;
  inset: 0;
  width: var(--pct, 0%);
  background: #F68B34;
  border-radius: 0 30px 0 0;
  transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1); }
@media screen and (max-width: 1580px) {
  section.single-emp-evolucao .progress-row {
    height: 60px; }
    section.single-emp-evolucao .progress-row .label, section.single-emp-evolucao .progress-row .pct-label {
      font-size: 20px; } }
@media screen and (max-width: 1140px) {
  section.single-emp-evolucao .progress-row .label, section.single-emp-evolucao .progress-row .pct-label {
    font-size: 18px; } }

section.blog .item-post {
  position: relative; }
  section.blog .item-post .image-wrapper {
    height: 250px; }
  section.blog .item-post .content {
    max-width: 80%;
    padding: 20px 0; }
    section.blog .item-post .content h3 {
      line-height: 140%; }
  section.blog .item-post .link-absolute {
    position: absolute;
    right: 0;
    bottom: 25px;
    transition: all ease 300ms; }
  section.blog .item-post:hover .image-wrapper img {
    transform: scale(1.05); }
  section.blog .item-post:hover .link-absolute {
    right: -10px; }
  section.blog .item-post:hover a {
    color: #162E33; }
@media screen and (max-width: 1580px) {
  section.blog .item-post .image-wrapper {
    height: 225px; } }
@media screen and (max-width: 1140px) {
  section.blog .item-post .content {
    padding: 15px 0; } }

section.blog-feature {
  height: 500px;
  padding-bottom: 0px;
  margin-top: -200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  section.blog-feature .img-absolute {
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    object-fit: cover;
    top: 0;
    left: 0; }
  section.blog-feature .content {
    width: 50%;
    padding: 60px 80px;
    margin-left: auto; }
    section.blog-feature .content a {
      color: #fff; }
  section.blog-feature .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#0000, #000);
    pointer-events: none; }
  @media screen and (max-width: 1580px) {
    section.blog-feature .content {
      padding: 40px 60px; } }
  @media screen and (max-width: 1140px) {
    section.blog-feature .content {
      width: 95%;
      padding: 20px 25px; } }

section.single-post article {
  padding-left: 40px;
  border-left: solid 1px #4A4A4A; }
@media screen and (max-width: 1140px) {
  section.single-post article {
    padding-left: 0px;
    border-left: none; } }

section.contato .box-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 50px;
  border: solid 1px #CCCCCC; }
  section.contato .box-contact h3 {
    font-size: 35px;
    line-height: normal; }
  section.contato .box-contact._2 {
    min-height: unset; }
@media screen and (max-width: 1580px) {
  section.contato .box-contact h3 {
    font-size: 30px; } }
@media screen and (max-width: 1140px) {
  section.contato .box-contact {
    padding: 30px; }
    section.contato .box-contact h3 {
      font-size: 24px;
      margin-bottom: 20px; }
    section.contato .box-contact p, section.contato .box-contact a {
      font-size: 1rem; } }

section.contato-cta {
  padding-bottom: 0; }
  section.contato-cta img.img-absolute {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
  section.contato-cta .content {
    padding: 70px 90px;
    width: 58vw;
    margin-left: auto; }
    section.contato-cta .content h2 {
      font-size: 50px; }
    section.contato-cta .content h3 {
      font-size: 30px;
      margin-top: 20px; }
  @media screen and (max-width: 1580px) {
    section.contato-cta .content {
      padding: 60px 80px; }
      section.contato-cta .content h2 {
        font-size: 40px; }
      section.contato-cta .content h3 {
        font-size: 24px;
        margin-top: 15px; } }
  @media screen and (max-width: 1140px) {
    section.contato-cta .content {
      padding: 40px 30px;
      width: 95vw; }
      section.contato-cta .content h2 {
        font-size: 28px; }
      section.contato-cta .content h3 {
        font-size: 20px;
        margin-top: 10px; } }

.formulario {
  /* Hide native checkbox */
  /* Checked state */ }
  .formulario .form-group {
    border: solid 1px #CCCCCC;
    padding: 2px;
    margin-bottom: 10px; }
  .formulario .form-control {
    width: 100%;
    color: #222222;
    border: none;
    border-radius: 0px;
    padding: 8px 12px; }
  .formulario .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 8px 12px; }
  .formulario .checkbox-item {
    cursor: pointer;
    user-select: none; }
  .formulario .checkbox-item input[type="checkbox"] {
    display: none; }
  .formulario .checkbox-item .box {
    width: 22px;
    height: 22px;
    border: 1.8px solid #BDBDBD;
    border-radius: 6px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.18s ease, background 0.18s ease; }
  .formulario .checkbox-item .box svg {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.15s ease, transform 0.15s ease; }
  .formulario .checkbox-item input[type="checkbox"]:checked + .box {
    border-color: #222222;
    background: #fff; }
  .formulario .checkbox-item input[type="checkbox"]:checked + .box svg {
    opacity: 1;
    transform: scale(1); }
  .formulario label {
    margin: 0; }
  .formulario .checkbox-item .label {
    transition: color 0.15s; }
  .formulario .checkbox-item input[type="checkbox"]:checked ~ .label {
    color: #222222;
    font-weight: 400; }
  .formulario .checkbox-item:hover .box {
    border-color: #888; }
  .formulario textarea.form-control {
    height: 120px; }
  .formulario .btn.btn-primary {
    padding: 10px 35px;
    min-width: max-content;
    z-index: 3; }
  .formulario .wpcf7-not-valid-tip {
    font-size: 0.75rem;
    margin: -5px 10px 1px; }
  .formulario .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 25px;
    border-radius: 0px;
    text-align: center; }
  .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900; }
  .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff; }
  .formulario .wpcf7-spinner {
    position: absolute;
    right: 26px;
    z-index: 10; }
  @media screen and (max-width: 1140px) {
    .formulario .checkbox-group {
      gap: 15px; } }

footer {
  background-color: #162E33;
  padding: 50px 0; }
  footer .grid {
    -ms-grid-columns: 1fr 1fr 0.5fr 1fr;
    grid-template-columns: 1fr 1fr 0.5fr 1fr; }
    footer .grid > div {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      footer .grid > div:after {
        content: '';
        position: absolute;
        right: -28px;
        top: 0;
        height: 100%;
        width: 1px;
        border-right: solid 1px #2D5760; }
    footer .grid > div:last-child:after {
      display: none; }
  footer p, footer a {
    display: block;
    font-size: 1rem; }
  footer p a {
    display: inline-flex; }
  footer a:hover {
    color: #F68B34; }
  footer .small {
    font-size: 0.875rem;
    line-height: 150%;
    margin-bottom: 0; }
  footer nav {
    height: 100%; }
    footer nav ul {
      display: flex;
      flex-direction: column;
      list-style-type: none;
      padding: 0;
      margin: 0;
      height: 100%;
      justify-content: space-between;
      gap: 2px; }
  @media screen and (max-width: 1580px) {
    footer img {
      max-width: 275px; }
    footer p, footer a {
      font-size: 0.875rem; }
    footer .small {
      font-size: 0.75rem; } }

.whatsflutuante {
  background-repeat: no-repeat;
  text-indent: 9999px;
  z-index: 200;
  width: 71px;
  height: 71px;
  right: 30px;
  bottom: 30px;
  position: fixed;
  background-image: url("../img/icons/whatsapp-icon.svg");
  background-size: contain;
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }
  .whatsflutuante:hover {
    transform: scale(1.1); }

@media screen and (max-width: 900px) {
  .whatsflutuante {
    width: 61px;
    height: 61px;
    right: 20px;
    bottom: 20px; } }
.cookiealert {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 25%;
  text-align: center;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  transform: translate(-50%, 100%);
  transition: all 500ms ease-out;
  background: #fff; }
  .cookiealert p {
    font-size: 0.75rem;
    line-height: 16px;
    margin-bottom: 0px;
    color: #000000;
    margin-bottom: 10px; }
  .cookiealert a {
    color: #162E33; }
  .cookiealert button.acceptcookies {
    padding: 10px 16px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    text-align: center; } }

/*# sourceMappingURL=styles.css.map */
