@font-face {
  font-family: "Belfast Grotesk";
  src: url("../font/Belfast-Grotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Belfast Grotesk";
  src: url("../font/Belfast-Grotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Belfast Grotesk";
  src: url("../font/Belfast-Grotesk-Semi-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Belfast Grotesk";
  src: url("../font/Belfast-Grotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Belfast Grotesk";
  src: url("../font/Belfast-Grotesk-Extra-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Belfast Grotesk";
  color: #1E2635;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #E9E8E6;
  background: #8E815E; }

::selection {
  color: #E9E8E6;
  background: #8E815E; }

.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 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.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; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-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 {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !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; } }
section {
  position: relative;
  padding: 80px 0; }

@media (min-width: 1140px) {
  .container {
    max-width: 1230px; } }
@media (max-width: 1380px) {
  .container {
    max-width: 1130px; } }
.parallax {
  will-change: transform;
  transform: translateY(0) scale(0.8); }

.h-55vh {
  height: 55vh !important; }

.h-80vh {
  height: 80vh !important; }

.h-90vh {
  height: 90vh !important; }

.h-100vh {
  height: 100vh !important; }

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.img-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.video-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden; }
  .video-container .bg-video-thumb {
    position: absolute;
    z-index: 4;
    inset: 0%;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    width: 175px;
    height: 157px;
    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 {
    width: 100%;
    padding-bottom: 56.25%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%; }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: stretch; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end; }

.gap20 {
  gap: 20px; }

.gap30 {
  gap: 30px; }

.gap40 {
  gap: 40px; }

.gap50 {
  gap: 50px; }

.gap60 {
  gap: 60px; }

.gap70 {
  gap: 70px; }

.gap80 {
  gap: 80px; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.w-100 {
  width: 100% !important;
  max-width: 100% !important; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  left: 100px; }
  .swiper-button-prev._white {
    background-image: url("../img/icons/arrow-prev-white.svg") !important; }
  .swiper-button-prev._primary {
    background-image: url("../img/icons/arrow-prev-primary.svg") !important; }
  .swiper-button-prev._secondary {
    background-image: url("../img/icons/arrow-prev-secondary.svg") !important; }

.swiper-button-next {
  right: 100px; }
  .swiper-button-next._white {
    background-image: url("../img/icons/arrow-next-white.svg") !important; }
  .swiper-button-next._primary {
    background-image: url("../img/icons/arrow-next-primary.svg") !important; }
  .swiper-button-next._secondary {
    background-image: url("../img/icons/arrow-next-secondary.svg") !important; }

.redes ul {
  gap: 5px; }
  .redes ul li a {
    display: block;
    width: 35px;
    min-width: 35px;
    height: 35px; }
    .redes ul li a:hover {
      transform: translateY(-2px); }

.share ul {
  gap: 8px; }
  .share ul li a {
    display: block;
    background-color: #8E815E;
    width: 60px;
    min-width: 60px;
    height: 60px; }

.text-light {
  color: #E9E8E6 !important; }
  .text-light * {
    color: #E9E8E6 !important; }

.text-primary {
  color: #8E815E !important; }
  .text-primary * {
    color: #8E815E !important; }

.text-secondary {
  color: #CEC6B7 !important; }
  .text-secondary * {
    color: #CEC6B7 !important; }

.h1, h1, .h2, h2, .h3, h3 {
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: 5px;
  font-weight: 400; }

.h2, h2 {
  margin-bottom: 25px; }

.h3, h3 {
  font-size: 1.375rem; }

b, strong {
  font-weight: 700; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary {
  position: relative;
  background-color: #cec6b74d !important;
  color: #E9E8E6 !important;
  border: solid 1px #CEC6B7;
  border-radius: 0px;
  padding: 6px 40px 10px;
  width: 100%;
  max-width: max-content;
  font-size: 1.25rem;
  letter-spacing: 2px;
  box-shadow: none;
  font-weight: 500;
  white-space: break-spaces;
  transition: all ease 300ms;
  margin-top: 25px; }
  .btn.btn-primary._2 {
    background-color: #8E815E !important;
    color: #E9E8E6 !important;
    border: solid 1px #8E815E;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 1.125rem;
    padding: 12px 20px 14px; }
    .btn.btn-primary._2:hover {
      background-color: #CEC6B7 !important;
      color: #1E2635 !important; }
  .btn.btn-primary:hover {
    background-color: #8E815E !important; }

@media screen and (max-width: 1380px) {
  .h2, h2 {
    font-size: 1.75rem; }

  .h3, h3 {
    font-size: 1.25rem; }

  .btn.btn-primary {
    font-size: 1.125rem; }
    .btn.btn-primary._2 {
      font-size: 1rem; }

  .swiper-button-next, .swiper-button-prev {
    transform: translateY(-50%) scale(0.8); }

  .formulario .form-control {
    font-size: 1rem;
    height: 50px; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 60px 0; }

  .flex-sm-column {
    flex-direction: column !important;
    align-items: flex-start; }

  .gap50 {
    gap: 25px; }

  .gap80 {
    gap: 40px; }

  .h-100vh {
    height: 95vh !important; }

  .h1, h1, .h2, h2, .h3, h3 {
    letter-spacing: 3px;
    line-height: 120%; }

  .h1, h1 {
    font-size: 2rem; }

  .h2, h2 {
    font-size: 1.5rem;
    margin-bottom: 20px; }

  .h3, h3 {
    font-size: 1.125rem; }

  .btn.btn-primary {
    font-size: 1rem;
    margin-top: 20px; }
    .btn.btn-primary._2 {
      letter-spacing: 2px; }

  .swiper-button-next, .swiper-button-prev {
    transform: translateY(-50%) scale(0.7); }

  .swiper-button-prev {
    left: 0px !important; }

  .swiper-button-next {
    right: 0px !important; }

  .pl-5, .px-5 {
    padding-left: 15px !important; }

  .mb-4, .my-4 {
    margin-bottom: 0.5rem !important; }

  .mb-5, .my-5 {
    margin-bottom: 2rem !important; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .formulario .form-control {
    font-size: 1rem; } }
header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding: 80px 0;
  z-index: 10; }
  header a.brand {
    display: block; }
    header a.brand img {
      max-width: 125px; }
  header nav.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 50px; }
    header nav.nav-menu ul li {
      position: relative; }
      header nav.nav-menu ul li a {
        position: relative;
        display: block;
        width: 100%;
        color: #CEC6B7;
        font-size: 0.875rem;
        line-height: 1;
        letter-spacing: 5px;
        text-transform: uppercase;
        padding: 12px 0;
        text-decoration: none !important;
        transition: all ease 300ms; }
        header nav.nav-menu ul li a:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          border-top: solid 1px #CEC6B7;
          transition: all ease 300ms; }
        header nav.nav-menu ul li a:hover:before {
          width: 100%; }
      header nav.nav-menu ul li a.active:after {
        width: 100%; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 30px;
    border-radius: 0px;
    background-color: #fff;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines .close-line.close-middle {
    width: 18px; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 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: 65px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 5px;
      background-color: #8E815E;
      padding: 0;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li {
          position: relative; }
          header .menu-overlay .nav-menu ul li a {
            position: relative;
            display: block;
            width: 100%;
            color: #E9E8E6;
            letter-spacing: 2px;
            font-size: 1.125rem;
            text-align: left;
            padding: 25px 15px;
            border-bottom: solid 1px #CEC6B7; }
            header .menu-overlay .nav-menu ul li a:before {
              display: none; }
            header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
              background-color: #E9E8E6;
              color: #8E815E; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1380px) {
    header {
      padding: 60px 0; } }
  @media screen and (max-width: 1140px) {
    header {
      padding: 30px 0; } }

section.hero .overlay {
  background-image: linear-gradient(black, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none; }
section.hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0; }
section.hero h1 {
  font-size: 22px; }
@media screen and (max-width: 1380px) {
  section.hero h1 {
    font-size: 20px; } }
@media screen and (max-width: 1380px) {
  section.hero._sobre {
    height: 75vh !important; } }

section.gallery-slide .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover; }
section.gallery-slide .swiperGallery-1 .swiper-slide, section.gallery-slide .swiperGallery-2 .swiper-slide {
  height: 100vh; }
  section.gallery-slide .swiperGallery-1 .swiper-slide img, section.gallery-slide .swiperGallery-2 .swiper-slide img {
    height: 100vh; }
section.gallery-slide .title, section.gallery-slide .cta {
  position: absolute;
  width: 90%;
  top: 60px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2; }
section.gallery-slide .cta {
  top: auto;
  bottom: 50px; }
section.gallery-slide .overlay {
  background-image: linear-gradient(#00000000, #000000);
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8; }
section.gallery-slide._2 .swiper-container {
  max-width: 700px; }
section.gallery-slide._2 h3 {
  text-transform: uppercase; }
section.gallery-slide._3 {
  padding: 220px 0; }
  section.gallery-slide._3 .shadow {
    box-shadow: 0px 4px 40px #00000066; }
  section.gallery-slide._3 .swiper-container {
    min-width: 580px;
    max-width: 580px; }
  section.gallery-slide._3 .swiper-button-prev {
    left: -80px; }
  section.gallery-slide._3 .swiper-button-next {
    right: -80px; }
@media screen and (max-width: 1380px) {
  section.gallery-slide._3 {
    padding: 180px 0; } }
@media screen and (max-width: 1140px) {
  section.gallery-slide._1 img {
    min-height: 70vh; }
  section.gallery-slide._2 .swiper-container {
    max-width: 100%; }
  section.gallery-slide._3 {
    padding: 80px 0; }
    section.gallery-slide._3 .swiper-container {
      min-width: unset;
      max-width: 100%;
      width: calc(100vw - 30px); }
  section.gallery-slide .swiperGallery-1 .swiper-slide, section.gallery-slide .swiperGallery-2 .swiper-slide {
    height: 40vh; }
    section.gallery-slide .swiperGallery-1 .swiper-slide img, section.gallery-slide .swiperGallery-2 .swiper-slide img {
      height: 40vh; }
  section.gallery-slide .title {
    top: 25px; }
  section.gallery-slide .cta {
    bottom: 25px; } }

section.socios {
  color: #E9E8E6; }
  section.socios .content {
    max-width: 48%; }
  section.socios h2 {
    color: #8E815E; }
  section.socios .between._2 {
    flex-direction: row-reverse; }
  section.socios .img-absolute {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 45%; }
  @media screen and (max-width: 1140px) {
    section.socios {
      padding-top: 2.5rem !important; }
      section.socios .content {
        max-width: 100%; }
      section.socios .img-absolute {
        position: relative;
        width: 100%;
        margin: -40px auto 30px; } }

section.empreendimentos .item {
  position: relative; }
  section.empreendimentos .item .status {
    color: #E9E8E6;
    font-size: 0.875rem;
    letter-spacing: 2px;
    padding: 6px 16px 8px;
    border: solid 1px #E9E8E6;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 32px;
    z-index: 2;
    pointer-events: none; }
  section.empreendimentos .item .image-wrapper {
    height: 55vh; }
  section.empreendimentos .item .between {
    align-items: start; }
  section.empreendimentos .item .content {
    padding: 20px 0; }
    section.empreendimentos .item .content .name {
      max-width: 50%; }
      section.empreendimentos .item .content .name p {
        text-transform: uppercase; }
    section.empreendimentos .item .content h3 {
      font-size: 1.75rem;
      font-weight: 500; }
    section.empreendimentos .item .content .infos {
      max-width: 60%; }
      section.empreendimentos .item .content .infos * {
        margin: 0; }
    section.empreendimentos .item .content .btn.btn-primary._2 {
      font-size: 1rem;
      padding: 8px 20px 12px; }
@media screen and (max-width: 1380px) {
  section.empreendimentos .item .content h3 {
    font-size: 1.5rem; } }
@media screen and (max-width: 1140px) {
  section.empreendimentos .item .status {
    top: 15px;
    left: 15px; }
  section.empreendimentos .item .image-wrapper {
    height: 45vh; }
  section.empreendimentos .item .content {
    padding: 15px 0;
    gap: 0px !important; }
    section.empreendimentos .item .content .name {
      max-width: 100%; } }

section.hero-single-emp h1 {
  font-size: 24px; }
section.hero-single-emp .box {
  border: solid 1px #E9E8E6;
  padding: 4px 12px 6px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

@media screen and (max-width: 1140px) {
  section.emp-logo img {
    max-width: 60%; } }

section.emp-desc {
  background-color: #E9E8E6; }
  section.emp-desc h2, section.emp-desc h3 {
    color: #8E815E; }
  @media screen and (max-width: 1140px) {
    section.emp-desc .image-wrapper {
      margin-top: 30px; } }

section.emp-video .bg-video {
  position: relative;
  width: 100%;
  padding-bottom: 38%;
  overflow: hidden;
  margin: 0 auto; }
  section.emp-video .bg-video .background-thumb {
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms; }
  section.emp-video .bg-video .embed-container {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  section.emp-video .bg-video .embed-container iframe,
  section.emp-video .bg-video .embed-container object,
  section.emp-video .bg-video .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section.emp-video .bg-video .btn.btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    opacity: 1;
    z-index: 2;
    box-shadow: none;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms; }
@media screen and (max-width: 1140px) {
  section.emp-video .bg-video {
    padding-bottom: 56.25%; } }

section.emp-plantas {
  background-color: #E9E8E6; }
  section.emp-plantas .swiper {
    max-width: 1000px; }
  section.emp-plantas .swiper-button-prev {
    left: 0; }
  section.emp-plantas .swiper-button-next {
    right: 0; }
  section.emp-plantas .content {
    max-width: 220px;
    width: 220px; }
  section.emp-plantas h4 {
    font-size: 1rem;
    letter-spacing: 2px; }
  section.emp-plantas h2 {
    font-size: 4rem;
    line-height: 1; }
  section.emp-plantas .img-planta {
    max-width: 75%; }
  @media screen and (max-width: 1380px) {
    section.emp-plantas h2 {
      font-size: 3.5rem; }
    section.emp-plantas .swiper-button-prev {
      left: -30px; }
    section.emp-plantas .swiper-button-next {
      right: -30px; } }
  @media screen and (max-width: 1140px) {
    section.emp-plantas .swiper .between {
      align-items: center; }
    section.emp-plantas h2 {
      font-size: 3rem; }
    section.emp-plantas .content {
      max-width: 250px;
      width: 250px;
      text-align: center; }
    section.emp-plantas .img-planta {
      max-width: 90%; }
    section.emp-plantas .swiper-button-next, section.emp-plantas .swiper-button-prev {
      top: 15%; } }

section.emp-topicos {
  background-color: #E9E8E6; }
  section.emp-topicos ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    section.emp-topicos ul li {
      width: calc(50% - 5px);
      border: solid 1px #8E815E;
      padding: 8px 12px 12px;
      text-align: center;
      line-height: 1.2; }
  section.emp-topicos._2 {
    background-color: #fff; }
    section.emp-topicos._2 ul li {
      text-align: left; }
  @media screen and (max-width: 1140px) {
    section.emp-topicos h2 {
      margin-bottom: 0; } }

section.emp-localizacao {
  background-color: #CEC6B7; }
  @media screen and (max-width: 1140px) {
    section.emp-localizacao .image-wrapper {
      margin-bottom: 20px; } }

section.blog {
  background-color: #E9E8E6; }

section.contato h1 {
  font-size: 26px; }

.formulario {
  position: relative; }
  .formulario .form-control {
    background-color: transparent;
    color: #E9E8E6;
    font-size: 1.125rem;
    font-weight: 400;
    height: 55px;
    padding: 5px 16px 8px;
    border: none;
    border-radius: 0px;
    border: solid 1px #E9E8E6;
    margin-bottom: 12px;
    box-shadow: none;
    outline: none; }
    .formulario .form-control::placeholder {
      color: #E9E8E6;
      font-weight: 400; }
  .formulario textarea.form-control {
    height: 200px; }
  .formulario input.wpcf7-submit {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: 12px;
    cursor: pointer; }
  .formulario span.wpcf7-list-item {
    margin: 0; }
  .formulario .wpcf7-not-valid-tip {
    color: red;
    font-size: 0.75rem;
    font-weight: 300;
    margin: -8px 0 12px; }
  .formulario .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 10px 0 0;
    padding: 20px;
    text-align: center; }
  .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900;
    color: #000 !important; }
  .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff !important; }
  .formulario span.wpcf7-spinner {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0; }

footer {
  position: relative;
  background-color: #fff;
  padding: 130px 0 60px; }
  footer .logo-rodape {
    max-width: 125px; }
  footer h2 {
    letter-spacing: 10px; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #CEC6B7; }
  footer .formulario {
    max-width: 500px;
    min-width: 500px;
    width: 500px; }
  footer .redes-rodape-2 {
    display: none; }
  footer .copy {
    text-align: center;
    margin-top: 60px; }
    footer .copy img {
      display: block;
      margin-left: auto; }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 80px 0 40px; }
      footer .gap80 {
        gap: 20px; }
      footer h2 {
        letter-spacing: 6px; }
      footer .formulario {
        max-width: 100%;
        min-width: 100%;
        width: 100%; }
      footer .copy {
        margin-top: 40px; } }

.cookiealert {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 15%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #8E815E;
  padding: 10px !important; }
  .cookiealert p {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-bottom: 8px; }
  .cookiealert a {
    color: #cdcdcd; }
  .cookiealert button.acceptcookies {
    background-color: #E9E8E6 !important;
    color: #8E815E !important;
    padding: 8px !important;
    font-size: 0.875rem;
    text-transform: uppercase;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center;
    margin-top: 0px; }
    .cookiealert button.acceptcookies:hover {
      background-color: #CEC6B7 !important; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 1140px) {
  .cookiealert {
    width: calc(100% - 20px);
    bottom: 10px;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%); }
    .cookiealert button.acceptcookies {
      margin: 0 auto; }

  .cookiealert.show {
    transform: translate(-50%, 0%); } }

/*# sourceMappingURL=styles.css.map */
