@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&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: "Lato", system-ui !important;
  color: #000;
  position: relative;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #DF5512; }

::selection {
  color: #fff;
  background: #DF5512; }

.cookiealert {
  position: fixed;
  bottom: 40px;
  left: 20px;
  width: 300px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #1E1E1E; }
  .cookiealert p {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 10px;
    color: #fff; }
  .cookiealert a {
    color: #E7E6E6; }
  .cookiealert button.acceptcookies {
    padding: 8px 20px;
    text-transform: uppercase; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

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; }

  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; } }
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px; } }
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1100px; } }
section {
  position: relative;
  padding: 80px 0; }

.mt-80 {
  margin-top: 80px; }

.mt-60 {
  margin-top: 60px; }

.video-container {
  position: relative;
  max-width: 1240px;
  margin: 30px auto 0; }
  .video-container .bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .video-container .bg-video-thumb {
    background: #7A7777;
    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%; }
  @media screen and (max-width: 1600px) {
    .video-container {
      max-width: 1040px; } }
  @media screen and (max-width: 1140px) {
    .video-container {
      margin: 20px auto 0; }
      .video-container button.play {
        width: 50px;
        height: 50px; } }

.video-container._2 {
  max-width: 1410px; }
  @media screen and (max-width: 1600px) {
    .video-container._2 {
      max-width: 1210px; } }

h1 {
  font-size: 3rem;
  font-weight: 600; }

.h2, h2 {
  color: #DF5512;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 58px; }

h3 {
  color: #DF5512;
  font-size: 2.875rem;
  font-weight: 700;
  margin-bottom: 15px; }

p, li {
  font-size: 1.25rem;
  line-height: 24px; }

.btn.btn-primary {
  position: relative;
  background-color: #E77C05 !important;
  color: #fff !important;
  font-size: 15px;
  padding: 12px 30px;
  font-weight: 700;
  letter-spacing: 3px;
  border: none;
  border-radius: 0px;
  text-align: center;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    background-color: #7A7777 !important; }

.btn.btn-primary._2 {
  background-color: #fff !important;
  color: #1E1E1E !important; }
  .btn.btn-primary._2:hover {
    background-color: #1E1E1E !important;
    color: #fff !important; }

.share {
  display: flex;
  align-items: center;
  gap: 10px; }
  .share p {
    color: #7A7777;
    margin-bottom: 0; }
  .share .redes-sociais-share {
    gap: 8px; }
    .share .redes-sociais-share img {
      height: 30px;
      object-fit: contain; }
  @media screen and (max-width: 1140px) {
    .share .redes-sociais-share img {
      height: 25px; } }

.redes ul li {
  margin-right: 8px; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 29px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -80px; }
  .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/left-1.svg") !important;
  left: -40px; }

.swiper-button-next {
  background-image: url("../img/icons/right-1.svg") !important;
  right: -40px; }

.swiper-button-lock {
  display: none !important; }

@media screen and (max-width: 1600px) {
  section {
    padding: 60px 0; }

  .h2, h2 {
    font-size: 2.25rem;
    letter-spacing: 6px;
    line-height: 54px; }

  h3 {
    font-size: 2.5rem;
    line-height: 1.1; }

  p, li {
    font-size: 1.125rem;
    line-height: 22px; }

  .btn.btn-primary {
    font-size: 14px;
    padding: 12px 28px; }

  .mt-60 {
    margin-top: 40px; }

  .mt-80 {
    margin-top: 60px; }

  .swiper-button-prev {
    left: -30px; }

  .swiper-button-next {
    right: -30px; } }
@media screen and (max-width: 1366px) {
  section {
    padding: 50px 0; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 40px 0; }

  .mt-80 {
    margin-top: 30px; }

  .mt-60 {
    margin-top: 30px; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .mt-4, .my-4 {
    margin-top: 1rem !important; }

  .pl-5, .px-5 {
    padding-left: 15px !important; }

  .pr-5, .px-5 {
    padding-right: 15px !important; }

  .h2, h2 {
    font-size: 2rem;
    letter-spacing: 4px;
    line-height: 38px; }

  h3 {
    font-size: 1.875rem; }

  p, li {
    font-size: 1rem; }

  .swiper-button-next, .swiper-button-prev {
    background-color: #E7E6E6;
    background-size: 12px;
    width: 12px;
    height: 14px;
    padding: 25px; }

  .swiper-button-prev {
    left: 10px; }

  .swiper-button-next {
    right: 10px; } }
@media screen and (max-width: 380px) {
  .h2, h2 {
    font-size: 1.75rem;
    letter-spacing: 3px;
    line-height: 32px; } }
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 200;
  -webkit-transition: all ease 1200ms;
  transition: all ease 1200ms; }
  header .nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
    -webkit-transition: all ease 1000ms;
    transition: all ease 1000ms; }
  header .brand {
    position: absolute;
    left: 0%;
    transform: translateX(0%);
    -webkit-transition: all ease 1000ms;
    transition: all ease 1000ms; }
    header .brand img {
      width: 237px;
      -webkit-transition: all ease 1000ms;
      transition: all ease 1000ms; }
  header nav.nav-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex; }
      header nav.nav-menu ul li {
        position: relative;
        color: #fff;
        font-size: 0.875rem;
        line-height: 18px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        text-align: left;
        max-width: 185px;
        margin-left: 20px; }
        header nav.nav-menu ul li a {
          display: block;
          width: 100%;
          color: #fff;
          font-size: 0.875rem;
          line-height: 18px;
          letter-spacing: 0.1em;
          padding: 8px 12px;
          text-transform: uppercase;
          text-align: center; }
          header nav.nav-menu ul li a:hover {
            background-color: #DF5512;
            color: #fff; }
        header nav.nav-menu ul li a.active {
          font-weight: 700; }
      header nav.nav-menu ul li.has-child::after {
        content: '';
        background-image: url("../img/icons/arrow-down-2.svg");
        width: 17px;
        height: 18px;
        position: absolute;
        right: 2px;
        top: 5px;
        -webkit-transition: all ease 500ms;
        transition: all ease 500ms; }
      header nav.nav-menu ul li.has-child span {
        padding: 8px 12px; }
        header nav.nav-menu ul li.has-child span:hover {
          background-color: #DF5512;
          color: #fff; }
      header nav.nav-menu ul li.has-child:hover::after {
        transform: rotate(180deg); }
      header nav.nav-menu ul li:first-child {
        margin-left: 0; }
      header nav.nav-menu ul li:last-child {
        margin-right: 0; }
  header nav.nav-menu ul > li .sub-menu {
    background-color: #E7E6E6;
    display: block;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 10; }
    header nav.nav-menu ul > li .sub-menu li {
      margin: 0 !important;
      border-bottom: 1px solid #DF5512; }
      header nav.nav-menu ul > li .sub-menu li a {
        color: #1E1E1E;
        padding: 15px; }
        header nav.nav-menu ul > li .sub-menu li a:hover {
          color: #fff; }
  header nav.nav-menu ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    transition: all .3s ease; }
  header .btn.btn-primary {
    font-size: 1rem;
    padding: 16px 30px; }
  header .hamburger {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    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: 6px 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, -8px, 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: 375px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: max-content;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #1E1E1E;
      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; }
        header .menu-overlay .nav-menu ul li {
          max-width: 185px;
          margin: 0; }
          header .menu-overlay .nav-menu ul li a {
            display: block;
            border-bottom: 1px solid #DF5512;
            padding: 15px;
            border-radius: 0px; }
        header .menu-overlay .nav-menu ul li.has-child span {
          width: 100%;
          border-bottom: 1px solid #DF5512;
          text-align: center; }
    header .menu-overlay nav.nav-menu ul > li .sub-menu {
      height: 0;
      visibility: visible;
      width: auto;
      background: #1E1E1E;
      right: -185px;
      top: 0;
      left: auto;
      opacity: 0;
      margin: 0 !important; }
      header .menu-overlay nav.nav-menu ul > li .sub-menu li {
        border-bottom: none;
        border-left: solid 1px #DF5512; }
        header .menu-overlay nav.nav-menu ul > li .sub-menu li a {
          color: #fff;
          height: 53px; }
    header .menu-overlay nav.nav-menu ul > li:hover .sub-menu {
      opacity: 1;
      transition: all .3s ease;
      height: auto; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1600px) {
    header .brand img {
      width: 217px; }
    header nav.nav-menu ul li {
      font-size: 0.75rem;
      max-width: 160px;
      margin-left: 18px; }
      header nav.nav-menu ul li a {
        font-size: 0.75rem;
        padding: 8px 8px; }
    header nav.nav-menu ul li.has-child span {
      font-size: 0.75rem;
      padding: 8px; }
    header .menu-overlay nav.nav-menu ul > li .sub-menu {
      right: -163px; } }
  @media screen and (max-width: 1366px) {
    header .nav-container {
      padding: 80px 0; }
    header .brand img {
      width: 187px; }
    header nav.nav-menu ul li {
      max-width: 150px; }
      header nav.nav-menu ul li a {
        padding: 8px 5px; }
    header nav.nav-menu ul > li .sub-menu li a {
      padding: 10px; } }
  @media screen and (max-width: 1140px) {
    header .nav-container {
      padding: 50px 15px;
      justify-content: center !important; }
    header .brand {
      position: relative !important;
      left: auto !important;
      transform: none !important; }
    header .hamburger {
      left: 30px; }
    header .menu-overlay {
      width: 100%; }
      header .menu-overlay .nav-menu {
        width: 100%; }
        header .menu-overlay .nav-menu ul li {
          font-size: 1.375rem;
          max-width: 100%;
          line-height: 28px; }
          header .menu-overlay .nav-menu ul li a {
            font-size: 1.375rem;
            line-height: 28px;
            padding: 12px;
            z-index: 2; }
        header .menu-overlay .nav-menu ul li.has-child:after {
          right: 30px;
          top: 20px; }
        header .menu-overlay .nav-menu ul li.has-child span {
          padding: 12px;
          font-size: 1.375rem;
          line-height: 28px; }
      header .menu-overlay nav.nav-menu ul > li .sub-menu {
        position: static;
        right: auto;
        width: 100%;
        z-index: 1; }
        header .menu-overlay nav.nav-menu ul > li .sub-menu li {
          border-left: none; }
          header .menu-overlay nav.nav-menu ul > li .sub-menu li a {
            height: auto;
            font-size: 1.25rem;
            padding: 12px; } }
  @media screen and (max-width: 380px) {
    header .brand img {
      width: 167px; }
    header .menu-overlay .nav-menu ul li {
      font-size: 1.25rem;
      line-height: 24px; }
      header .menu-overlay .nav-menu ul li a {
        font-size: 1.25rem;
        line-height: 24px; }
    header .menu-overlay .nav-menu ul li.has-child span {
      font-size: 1.25rem;
      line-height: 24px; }
    header .menu-overlay .nav-menu ul li.has-child:after {
      right: 20px;
      top: 15px; }
    header .menu-overlay nav.nav-menu ul > li .sub-menu li a {
      font-size: 1.125rem; } }

header.on-scroll {
  background-color: #E77C05; }
  header.on-scroll .nav-container {
    width: 100%;
    min-height: 95px;
    padding: 20px 0; }
  header.on-scroll .brand {
    transform: translateX(-50%);
    left: 50%; }
    header.on-scroll .brand img {
      width: 143px; }
  header.on-scroll nav.nav-menu.show-for-large {
    display: none; }
  header.on-scroll .hamburger {
    display: block !important; }
  @media screen and (max-width: 1366px) {
    header.on-scroll .nav-container {
      min-height: 80px; } }
  @media screen and (max-width: 1140px) {
    header.on-scroll .nav-container {
      padding: 15px 0; }
    header.on-scroll .brand img {
      width: 127px; } }

@media screen and (min-width: 1140px) {
  header.no-scroll .menu-overlay {
    height: 0px; } }

section.hero {
  width: 100%;
  min-height: 95vh;
  max-height: 100vh;
  padding: 0; }
  section.hero .swiperHero {
    width: 100%;
    min-height: 95vh;
    max-height: 100vh; }
    section.hero .swiperHero .swiper-slide {
      min-height: 95vh;
      max-height: 100vh; }
      section.hero .swiperHero .swiper-slide .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
      section.hero .swiperHero .swiper-slide img {
        width: 100%;
        min-height: 95vh;
        max-height: 100vh;
        object-fit: cover; }
  section.hero .swiper-pagination-hero {
    bottom: 50px; }
  section.hero .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1; }
  section.hero .swiper-pagination-bullet-active {
    background: #E77C05; }

section.home-about {
  background-color: #DF5512;
  color: #fff; }
  section.home-about h3 {
    color: #fff; }
  @media screen and (max-width: 1140px) {
    section.home-about .row {
      gap: 20px; } }

section.slide-empreendimentos .swiperEmpreendimentos {
  margin-top: 45px; }
@media screen and (max-width: 1140px) {
  section.slide-empreendimentos .swiperEmpreendimentos {
    margin-top: 20px; }
  section.slide-empreendimentos .pl-5, section.slide-empreendimentos .px-5 {
    padding-left: 2rem !important; }
  section.slide-empreendimentos .pr-5, section.slide-empreendimentos .px-5 {
    padding-right: 2rem !important; } }

.item-empreendimento .image-wrapper {
  position: relative;
  overflow: hidden; }
  .item-empreendimento .image-wrapper img {
    width: 100%;
    height: auto;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    .item-empreendimento .image-wrapper img:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .item-empreendimento .image-wrapper .status {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
    background-color: #DF5512;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    padding: 5px 20px 7px;
    text-transform: uppercase; }
.item-empreendimento .content {
  padding: 20px 0; }
  .item-empreendimento .content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px; }
@media screen and (max-width: 1600px) {
  .item-empreendimento .image-wrapper {
    height: 515px; }
    .item-empreendimento .image-wrapper img {
      height: 100%;
      object-fit: cover; }
    .item-empreendimento .image-wrapper .status {
      font-size: 1.125rem;
      line-height: 1;
      padding: 6px 18px 7px; }
  .item-empreendimento .content h3 {
    font-size: 1.875rem; } }
@media screen and (max-width: 1600px) {
  .item-empreendimento .image-wrapper {
    height: 485px; }
  .item-empreendimento .content h3 {
    font-size: 1.75rem; } }
@media screen and (max-width: 1140px) {
  .item-empreendimento .image-wrapper {
    height: 450px; }
  .item-empreendimento .content {
    padding: 12px 0; } }

section.numbers h2 {
  margin-bottom: 30px; }
section.numbers .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px; }
  section.numbers .flex h3 {
    color: #E77C05;
    margin-bottom: 0px; }
@media screen and (max-width: 1600px) {
  section.numbers .flex {
    gap: 50px; } }
@media screen and (max-width: 1140px) {
  section.numbers h2 {
    margin-bottom: 0; }
  section.numbers .flex {
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column; } }

section.depoimentos {
  background-color: #E7E6E6; }
  section.depoimentos h3 {
    margin-bottom: 30px; }
  section.depoimentos .swiper {
    width: 100%; }
  section.depoimentos .swiper-pagination-bullet {
    width: 15px;
    height: 15px; }
  section.depoimentos .swiper-pagination-bullet-active {
    background: #e77c05; }
  @media screen and (max-width: 1140px) {
    section.depoimentos img {
      margin-top: 30px; }
    section.depoimentos .swiper {
      padding-bottom: 40px; } }

section.blog .swiperBlog {
  padding: 20px;
  margin-top: 25px; }
section.blog .swiper-slide {
  height: auto; }
section.blog .item-post {
  box-shadow: 0px 4px 20px 0px #00000080;
  height: 100%; }
  section.blog .item-post .image-wrapper {
    position: relative;
    overflow: hidden; }
    section.blog .item-post .image-wrapper img {
      width: 100%;
      height: 325px;
      object-fit: cover;
      -webkit-transition: all ease 500ms;
      transition: all ease 500ms; }
      section.blog .item-post .image-wrapper img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  section.blog .item-post .content {
    padding: 25px 40px 60px; }
    section.blog .item-post .content h3 {
      font-size: 1.5rem; }
  section.blog .item-post .btn.btn-primary {
    position: absolute;
    bottom: 30px;
    left: 40px; }
@media screen and (max-width: 1366px) {
  section.blog .item-post .content {
    padding: 25px 30px 50px; }
  section.blog .item-post .btn.btn-primary {
    bottom: 30px;
    left: 25px; } }
@media screen and (max-width: 1140px) {
  section.blog .pl-5, section.blog .px-5 {
    padding-left: 1rem !important; }
  section.blog .pr-5, section.blog .px-5 {
    padding-right: 1rem !important; }
  section.blog .item-post .image-wrapper img {
    height: 265px; }
  section.blog .item-post .content {
    padding: 20px 25px 50px; }
  section.blog .item-post .btn.btn-primary {
    bottom: 20px; } }

@media screen and (max-width: 1140px) {
  section.about .text-right {
    text-align: left !important;
    margin-bottom: 20px; } }

section.video h3 {
  color: #1E1E1E; }
  section.video h3 span {
    color: #DF5512; }

section.dna .grid {
  grid-column-gap: 150px; }
section.dna h3 {
  color: #E77C05;
  font-size: 2rem;
  border-bottom: solid 1px #7A7777;
  padding-bottom: 10px;
  margin-bottom: 20px; }
@media screen and (max-width: 1600px) {
  section.dna .grid {
    grid-column-gap: 80px; }
  section.dna h3 {
    font-size: 1.875rem; } }

section.hero-empreendimentos .swiperHero .swiper-slide .overlay._2 {
  top: auto;
  bottom: 0;
  height: 50%;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
section.hero-empreendimentos .swiper-button-next {
  background-image: url("../img/icons/right-2.svg") !important;
  right: 50px; }
section.hero-empreendimentos .swiper-hero-prev {
  background-image: url("../img/icons/left-2.svg") !important;
  left: 50px; }
section.hero-empreendimentos .absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 160px;
  z-index: 10; }
  section.hero-empreendimentos .absolute h1 {
    color: #fff; }
section.hero-empreendimentos .filter-container {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 80px;
  bottom: 80px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  border: solid 1px #fff;
  padding: 10px 15px; }
  section.hero-empreendimentos .filter-container div {
    position: relative;
    /*&:after {
        content: '';
        background-image: url('../img/icons/arrow-down.svg');
        position: absolute;
        width: 19px;
        height: 9px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }*/ }
    section.hero-empreendimentos .filter-container div:before {
      content: '';
      position: absolute;
      left: -40px;
      top: 50%;
      width: 2px;
      height: 60%;
      transform: translateY(-50%);
      border-left: solid 1px #fff; }
  section.hero-empreendimentos .filter-container div:first-child:before, section.hero-empreendimentos .filter-container div:last-child:before {
    display: none; }
  section.hero-empreendimentos .filter-container div:last-child:after {
    display: none; }
  section.hero-empreendimentos .filter-container select {
    position: relative;
    background-color: transparent;
    padding: 15px;
    padding-right: 30px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
    outline: none; }
    section.hero-empreendimentos .filter-container select option {
      color: #1E1E1E !important; }
  section.hero-empreendimentos .filter-container .btn.btn-primary._2 {
    color: #DF5512 !important; }
@media screen and (max-width: 1600px) {
  section.hero-empreendimentos .filter-container {
    gap: 60px;
    max-width: 1240px;
    padding: 8px 10px; }
    section.hero-empreendimentos .filter-container div:before {
      left: -30px; }
    section.hero-empreendimentos .filter-container select {
      font-size: 0.875rem;
      padding: 12px;
      padding-right: 18px; } }
@media screen and (max-width: 1366px) {
  section.hero-empreendimentos .filter-container {
    max-width: 1140px;
    gap: 40px; }
    section.hero-empreendimentos .filter-container div:before {
      left: -20px; }
    section.hero-empreendimentos .filter-container select {
      font-size: 0.75rem;
      padding: 10px;
      padding-right: 14px; } }
@media screen and (max-width: 1140px) {
  section.hero-empreendimentos .swiper-button-next, section.hero-empreendimentos .swiper-button-prev {
    background-color: transparent; }
  section.hero-empreendimentos .swiper-button-prev {
    left: 15px; }
  section.hero-empreendimentos .swiper-button-next {
    right: 15px; }
  section.hero-empreendimentos .absolute {
    width: 90%;
    text-align: center;
    bottom: 325px; }
    section.hero-empreendimentos .absolute h1 {
      font-size: 1.5rem;
      letter-spacing: 2px; }
  section.hero-empreendimentos .filter-container {
    gap: 15px;
    flex-direction: column;
    width: 80%;
    background-color: #1E1E1E;
    padding: 5px 0px 0;
    bottom: 60px; }
    section.hero-empreendimentos .filter-container div {
      width: 100%;
      padding: 0 10px; }
      section.hero-empreendimentos .filter-container div:before {
        left: 50%;
        top: -8px;
        width: 100%;
        height: 2px;
        transform: translateX(-50%);
        border-left: none;
        border-top: solid 1px #fff; }
    section.hero-empreendimentos .filter-container div:last-child {
      padding: 0; }
    section.hero-empreendimentos .filter-container select {
      width: 100%;
      font-size: 0.875rem; }
    section.hero-empreendimentos .filter-container .btn.btn-primary._2 {
      width: 100%;
      margin-top: -8px; } }

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(50%);
    padding: 5px;
    margin-bottom: 25px; }
    section.empreendimentos._iso .item-empreendimento .image-wrapper {
      height: 275px; }
      section.empreendimentos._iso .item-empreendimento .image-wrapper .status {
        top: 10px;
        font-size: 0.875rem;
        padding: 8px 10px 9px; }
    section.empreendimentos._iso .item-empreendimento .content {
      padding: 8px 0; }
      section.empreendimentos._iso .item-empreendimento .content h3 {
        font-size: 1.5rem; }
      section.empreendimentos._iso .item-empreendimento .content p {
        margin-bottom: 10px; }
      section.empreendimentos._iso .item-empreendimento .content .btn.btn-primary {
        font-size: 12px;
        padding: 8px 18px; } }

section.empreendimentos._iso._comercial .item-empreendimento {
  width: calc(50%); }
@media screen and (max-width: 1140px) {
  section.empreendimentos._iso._comercial .item-empreendimento {
    width: 100% !important; } }

section.slide-single-empreendimento h3 {
  color: #E77C05;
  font-size: 2rem; }
section.slide-single-empreendimento ul.filtro-single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 20px;
  list-style-type: none; }
  section.slide-single-empreendimento ul.filtro-single .filtro-btn {
    background-color: #E7E6E6;
    font-size: 1.25rem;
    padding: 6px 20px 8px; }
    section.slide-single-empreendimento ul.filtro-single .filtro-btn:hover {
      background-color: #E77C05;
      color: #fff; }
  section.slide-single-empreendimento ul.filtro-single .filtro-btn.active {
    background-color: #E77C05;
    color: #fff; }
section.slide-single-empreendimento .swiperSingleEmpreendimento {
  max-width: 1300px; }
  section.slide-single-empreendimento .swiperSingleEmpreendimento .swiper-slide .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.slide-single-empreendimento .swiperSingleEmpreendimento .swiper-slide img {
    min-width: 1299px;
    height: auto;
    max-height: 700px;
    object-fit: cover; }
  section.slide-single-empreendimento .swiperSingleEmpreendimento .swiper-slide .absolute {
    position: absolute;
    left: 50px;
    bottom: 40px;
    color: #fff;
    z-index: 1; }
    section.slide-single-empreendimento .swiperSingleEmpreendimento .swiper-slide .absolute h4 {
      color: #fff;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0; }
section.slide-single-empreendimento .swiper-button-next, section.slide-single-empreendimento .swiper-button-prev {
  margin-top: 0; }
@media screen and (min-width: 1140px) {
  section.slide-single-empreendimento .swiper-button-prev {
    left: -20px; }
  section.slide-single-empreendimento .swiper-button-next {
    right: -20px; } }
@media screen and (max-width: 1600px) {
  section.slide-single-empreendimento .swiperSingleEmpreendimento .swiper-slide img {
    min-width: unset; } }
@media screen and (max-width: 1140px) {
  section.slide-single-empreendimento ul.filtro-single {
    gap: 5px; }
    section.slide-single-empreendimento ul.filtro-single .filtro-btn {
      font-size: 1.125rem;
      padding: 5px 15px 5px; }
  section.slide-single-empreendimento .mb-5, section.slide-single-empreendimento .my-5 {
    margin-bottom: 2rem !important; }
  section.slide-single-empreendimento .swiperSingleEmpreendimento .swiper-slide .absolute {
    left: 20px;
    bottom: 15px; }
    section.slide-single-empreendimento .swiperSingleEmpreendimento .swiper-slide .absolute h4 {
      font-size: 1.5rem; }
  section.slide-single-empreendimento .swiper-button-next, section.slide-single-empreendimento .swiper-button-prev {
    background-size: 8px;
    width: 12px;
    height: 12px;
    padding: 15px; } }

section.single-empreendimento-1 .grid {
  grid-column-gap: 70px; }
section.single-empreendimento-1 .item img {
  width: 67px;
  height: 67px;
  max-width: 67px;
  max-height: 67px;
  object-fit: scale-down;
  margin-bottom: 20px; }
section.single-empreendimento-1 .item h6 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px; }
section.single-empreendimento-1 .item p {
  font-size: 1.125rem;
  text-align: center; }
@media screen and (max-width: 1600px) {
  section.single-empreendimento-1 .item img {
    width: 57px;
    height: 57px;
    max-width: 57px;
    max-height: 57px;
    margin-bottom: 15px; }
  section.single-empreendimento-1 .item h6 {
    font-size: 1.25rem; }
  section.single-empreendimento-1 .item p {
    font-size: 1rem; } }
@media screen and (max-width: 1140px) {
  section.single-empreendimento-1 .grid {
    grid-column-gap: 15px !important;
    -ms-grid-columns: 1fr 1fr 1fr !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    margin-top: 20px; }
  section.single-empreendimento-1 .item img {
    width: 37px;
    height: 37px;
    max-width: 37px;
    max-height: 37px;
    margin-bottom: 10px; }
  section.single-empreendimento-1 .item h6 {
    font-size: 1.125rem; }
  section.single-empreendimento-1 .item p {
    font-size: 0.875rem;
    line-height: 1; } }

section.single-empreendimento-2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 70px 125px;
  list-style-type: none; }
  section.single-empreendimento-2 ul li {
    width: 180px;
    text-align: center; }
    section.single-empreendimento-2 ul li img {
      max-width: 80px;
      height: 65px;
      object-fit: scale-down;
      margin-bottom: 10px; }
    section.single-empreendimento-2 ul li p {
      font-size: 1.125rem;
      margin-bottom: 0; }
@media screen and (max-width: 1600px) {
  section.single-empreendimento-2 ul {
    gap: 40px 75px; }
    section.single-empreendimento-2 ul li img {
      max-width: 65px;
      height: 50px;
      margin-bottom: 5px; }
    section.single-empreendimento-2 ul li p {
      font-size: 1rem;
      line-height: 20px; } }
@media screen and (max-width: 1140px) {
  section.single-empreendimento-2 ul {
    gap: 30px 20px; }
    section.single-empreendimento-2 ul li {
      width: 150px; }
      section.single-empreendimento-2 ul li img {
        max-width: 45px;
        height: 40px; }
      section.single-empreendimento-2 ul li p {
        font-size: 0.875rem;
        line-height: 18px; } }
@media screen and (max-width: 380px) {
  section.single-empreendimento-2 ul li {
    width: 125px; } }

section.single-empreendimento-2._4 h3 {
  color: #E77C05;
  font-size: 2rem; }
section.single-empreendimento-2._4 ul {
  gap: 50px 65px; }
  section.single-empreendimento-2._4 ul li img {
    max-width: 130px;
    height: 60px;
    margin-bottom: 15px; }
@media screen and (max-width: 1600px) {
  section.single-empreendimento-2._4 ul {
    gap: 30px 25px; }
    section.single-empreendimento-2._4 ul li img {
      max-width: 100px;
      height: 40px; } }
@media screen and (max-width: 1140px) {
  section.single-empreendimento-2._4 ul {
    gap: 25px 40px;
    margin-top: 20px; }
    section.single-empreendimento-2._4 ul li img {
      max-width: 80px;
      height: 35px;
      margin-bottom: 10px; }
    section.single-empreendimento-2._4 ul li p br {
      display: block; } }

section.single-empreendimento-form {
  background-color: #DF5512;
  color: #fff; }
  section.single-empreendimento-form h3 {
    color: #fff;
    font-size: 2rem; }
  section.single-empreendimento-form .formulario .form-control {
    background-color: transparent;
    border: solid 1px #fff !important;
    color: #fff; }
    section.single-empreendimento-form .formulario .form-control::placeholder {
      color: #fff; }
  section.single-empreendimento-form .formulario .btn.btn-primary {
    background-color: #fff !important;
    color: #1E1E1E !important;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 8px 40px 10px; }
  section.single-empreendimento-form .formulario .wpcf7-not-valid-tip {
    color: #ffffffa3; }
  section.single-empreendimento-form .formulario .wpcf7-spinner {
    position: absolute; }
  @media screen and (max-width: 1140px) {
    section.single-empreendimento-form h3 {
      font-size: 1.75rem;
      line-height: 1; } }

section.single-empreendimento-5 {
  padding-top: 30px;
  padding-bottom: 0;
  border-bottom: solid 6px #DF5512;
  margin-bottom: 80px; }
  section.single-empreendimento-5 h3 {
    color: #E77C05; }
  section.single-empreendimento-5 h5 {
    font-size: 3rem;
    font-weight: 700; }
  section.single-empreendimento-5 a.btn.btn-primary {
    margin-bottom: 15px; }
  section.single-empreendimento-5 p a {
    color: #DF5512; }
  @media screen and (max-width: 1366px) {
    section.single-empreendimento-5 h5 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 1140px) {
    section.single-empreendimento-5 {
      margin-bottom: 0px; } }

section.diferenciais .row .col-md-12:nth-child(2) {
  margin-top: 30px; }
section.diferenciais .item {
  margin-top: 80px; }
  section.diferenciais .item .content-wrapper {
    max-width: 1055px;
    margin: 0 auto; }
    section.diferenciais .item .content-wrapper .image-wrapper {
      margin-bottom: 20px; }
      section.diferenciais .item .content-wrapper .image-wrapper img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    section.diferenciais .item .content-wrapper h3 {
      font-size: 2rem;
      border-bottom: solid 1px #1E1E1E;
      padding-bottom: 8px; }
    section.diferenciais .item .content-wrapper ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      list-style-type: none;
      padding: 0;
      margin: 0;
      margin-top: 30px;
      gap: 30px; }
      section.diferenciais .item .content-wrapper ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 15px;
        max-width: 215px; }
        section.diferenciais .item .content-wrapper ul li img {
          min-height: 66px;
          max-height: 66px;
          object-fit: scale-down; }
section.diferenciais .item._2 .content-wrapper ul .numbers {
  color: #E77C05;
  font-weight: 700; }
  section.diferenciais .item._2 .content-wrapper ul .numbers span {
    font-size: 3rem;
    font-weight: 700;
    line-height: 120%; }
section.diferenciais .item._2 .content-wrapper ul li img {
  min-height: auto;
  max-height: none; }
section.diferenciais .item._2 .content-wrapper ul li.flex-row {
  max-width: 50%;
  text-align: left;
  gap: 30px; }
  section.diferenciais .item._2 .content-wrapper ul li.flex-row h4 {
    color: #E77C05;
    font-size: 1.25rem; }
  section.diferenciais .item._2 .content-wrapper ul li.flex-row p {
    font-size: 1rem;
    line-height: 22px; }
@media screen and (max-width: 1140px) {
  section.diferenciais .item {
    margin-top: 50px; }
    section.diferenciais .item .content-wrapper h3 {
      font-size: 1.75rem; }
    section.diferenciais .item .content-wrapper ul {
      justify-content: space-around;
      gap: 20px; }
      section.diferenciais .item .content-wrapper ul li {
        row-gap: 10px;
        max-width: 140px;
        width: 140px; }
        section.diferenciais .item .content-wrapper ul li img {
          min-height: 46px;
          max-height: 46px; }
  section.diferenciais .item._2 .content-wrapper ul {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
    flex-direction: column !important;
    text-align: center; }
    section.diferenciais .item._2 .content-wrapper ul li {
      max-width: 100%;
      width: 100%; }
    section.diferenciais .item._2 .content-wrapper ul li.flex-row {
      max-width: 100%;
      width: 100%;
      flex-direction: column !important;
      text-align: center;
      gap: 10px; }
      section.diferenciais .item._2 .content-wrapper ul li.flex-row img {
        height: 75px; } }

section.produtos h3 {
  border-bottom: solid 1px #1E1E1E;
  padding-bottom: 15px; }
section.produtos .grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 880px;
  margin: 60px auto 0; }
section.produtos .item {
  text-align: center;
  border: solid 1px #000; }
  section.produtos .item .image-wrapper img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover; }
  section.produtos .item .content {
    padding: 20px; }
    section.produtos .item .content h3 {
      color: #000;
      font-size: 1.25rem;
      font-weight: 400;
      border: none;
      padding-bottom: 0px; }
    section.produtos .item .content p {
      color: #7A7777;
      font-size: 1rem;
      margin-bottom: 0; }
@media screen and (max-width: 1140px) {
  section.produtos .grid {
    grid-column-gap: 10px !important;
    grid-row-gap: 20px !important;
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important; }
  section.produtos .item .content h3 {
    font-size: 1.125rem;
    margin-bottom: 10px; }
  section.produtos .item .content p {
    font-size: 0.875rem; } }

section.slide-marcas h3 {
  border-bottom: solid 1px #1E1E1E;
  padding-bottom: 15px; }
section.slide-marcas .swiperMarcas {
  padding: 0 70px; }
  section.slide-marcas .swiperMarcas .swiper-slide {
    min-height: 200px; }
    section.slide-marcas .swiperMarcas .swiper-slide img {
      max-width: 100%;
      max-height: 200px;
      object-fit: contain; }
section.slide-marcas .swiper-button-next, section.slide-marcas .swiper-button-prev {
  margin-top: 0; }
section.slide-marcas .swiper-button-next {
  right: 0; }
section.slide-marcas .swiper-button-prev {
  left: 0; }
@media screen and (max-width: 1140px) {
  section.slide-marcas .swiperMarcas {
    padding: 0 30px; }
    section.slide-marcas .swiperMarcas .swiper-slide {
      min-height: 100px; }
  section.slide-marcas .swiper-button-next, section.slide-marcas .swiper-button-prev {
    background-color: transparent; } }

section.sustentabilidade h3 {
  color: #E77C05; }
@media screen and (max-width: 1140px) {
  section.sustentabilidade img {
    margin-bottom: 15px; } }

section.hero-blog .container {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }
section.hero-blog h1 {
  color: #fff;
  font-size: 2.875rem;
  font-weight: 700; }
@media screen and (max-width: 1600px) {
  section.hero-blog .container {
    padding-top: 80px; }
  section.hero-blog h1 {
    font-size: 2.5rem; } }
@media screen and (max-width: 1140px) {
  section.hero-blog h1 {
    font-size: 2rem; } }

section.blog._2 .item {
  margin-top: 40px; }
  section.blog._2 .item .image-wrapper {
    width: 100%;
    height: 550px;
    overflow: hidden; }
    section.blog._2 .item .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all ease 500ms;
      transition: all ease 500ms; }
      section.blog._2 .item .image-wrapper img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  section.blog._2 .item .padding {
    padding: 35px 0px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    section.blog._2 .item .padding .flex {
      display: flex;
      align-items: center;
      gap: 10px; }
      section.blog._2 .item .padding .flex p {
        display: none; }
  section.blog._2 .item h3 a {
    color: #E77C05; }
  section.blog._2 .item .btn.btn-primary {
    padding: 12px 45px; }
@media screen and (max-width: 1140px) {
  section.blog._2 .item .image-wrapper {
    height: 250px; }
  section.blog._2 .item .padding {
    padding: 15px 0px 0 5px; } }

section.single-post .image-wrapper {
  position: relative;
  margin-bottom: 40px; }
  section.single-post .image-wrapper img {
    width: 100%;
    height: auto; }
section.single-post article h2 {
  color: #E77C05;
  font-size: 2.875rem;
  letter-spacing: 0px;
  line-height: 48px;
  margin: 30px 0 20px; }
section.single-post article h3 {
  color: #E77C05;
  font-size: 2.25rem;
  margin: 25px 0 10px; }
@media screen and (max-width: 1600px) {
  section.single-post article h2 {
    font-size: 2.5rem;
    line-height: 44px;
    margin: 25px 0 10px; }
  section.single-post article h3 {
    font-size: 2rem; } }
@media screen and (max-width: 1140px) {
  section.single-post .image-wrapper {
    margin-bottom: 20px; }
  section.single-post article h2 {
    font-size: 2rem;
    line-height: 36px; }
  section.single-post article h3 {
    font-size: 1.5rem;
    margin: 20px 0 5px; } }

section.contato .btn.btn-primary {
  min-width: 290px; }
section.contato .btn.btn-primary.active {
  background-color: #7A7777 !important; }
section.contato p, section.contato a {
  color: #7A7777; }
section.contato a {
  font-size: 1.25rem; }
@media screen and (max-width: 1140px) {
  section.contato .row {
    gap: 20px; }
  section.contato p {
    font-size: 1.25rem;
    line-height: 1.3; }
  section.contato .centerright {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  section.contato .text-right {
    text-align: left !important; }
  section.contato .mb-5, section.contato .my-5 {
    margin-bottom: 1rem !important; } }

section.contato._2 .formulario .custom-file, section.contato._2 .formulario .custom-file-input, section.contato._2 .formulario .custom-file-label {
  width: 380px; }

.formulario {
  margin-top: 30px; }
  .formulario .form-control {
    border: solid 1px #7A7777;
    border-radius: 0px;
    height: 60px;
    padding: 12px;
    margin-bottom: 15px; }
  .formulario textarea.form-control {
    height: 150px; }
  .formulario select.form-control:not([size]):not([multiple]) {
    height: 60px; }
  .formulario .custom-file {
    width: 260px;
    height: 60px; }
  .formulario .custom-file-input {
    width: 260px;
    height: 60px; }
  .formulario .custom-file-label {
    color: #7A7777;
    background-color: #E7E6E6;
    width: 260px;
    height: 60px;
    border-radius: 0px;
    font-size: 1.125rem; }
  .formulario .custom-file-label::after {
    display: none; }
  .formulario label {
    color: #7A7777; }
  .formulario .btn.btn-primary {
    min-width: max-content; }
  .formulario .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    margin: -10px 5px 15px; }
  .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; }
  @media screen and (max-width: 1140px) {
    .formulario .form-control {
      height: 55px;
      padding: 10px;
      margin-bottom: 10px; } }

footer {
  padding: 30px 0 60px; }
  footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  footer .logo {
    position: relative;
    padding-right: 80px;
    margin-right: 80px; }
    footer .logo:after {
      content: '';
      border-right: solid 1px #E77C05;
      height: 70%;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  footer .newsletter {
    border: solid 1px #7A7777;
    padding: 5px; }
    footer .newsletter input.form-control {
      border: none;
      height: 48px;
      padding-left: 20px;
      margin-bottom: 0; }
    footer .newsletter .btn.btn-primary {
      width: 100%;
      min-width: 100% !important; }
    footer .newsletter .wpcf7-spinner {
      position: absolute;
      top: 12px; }
  footer hr {
    width: 100%;
    border-top: solid 1px #7A7777;
    margin: 60px 0 40px; }
  footer .endereco {
    display: flex;
    align-items: flex-start;
    gap: 15px; }
    footer .endereco img {
      padding-top: 4px; }
    footer .endereco p {
      color: #7A7777;
      margin-bottom: 0; }
  footer .contacts {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 150px; }
    footer .contacts a {
      display: block;
      width: 42px;
      height: 24px;
      min-width: 42px;
      min-height: 42px;
      border: solid 1px #E77C05;
      border-radius: 8px; }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 30px 0 90px; }
      footer .flex {
        flex-direction: column; }
        footer .flex > div {
          flex-direction: column; }
        footer .flex .logo {
          padding-right: 0px;
          margin-right: 0px;
          margin-bottom: 15px; }
          footer .flex .logo:after {
            display: none; }
        footer .flex .newsletter {
          padding: 0px;
          margin-top: 20px !important; }
      footer hr {
        margin: 40px 0 30px; }
      footer .endereco {
        gap: 10px;
        padding: 0 30px; }
      footer .contacts {
        margin: 25px 0; } }

.contacts-fixed {
  position: fixed;
  bottom: 15%;
  right: 0;
  background-color: #DF5512;
  color: #fff;
  max-width: 130px;
  text-align: center;
  padding: 15px;
  gap: 30px;
  z-index: 100; }
  .contacts-fixed p {
    font-size: 1.125rem;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 8px; }
  @media screen and (max-width: 1600px) {
    .contacts-fixed {
      max-width: 115px; }
      .contacts-fixed p {
        font-size: 1rem;
        line-height: 18px;
        margin-bottom: 5px; }
      .contacts-fixed img {
        max-height: 45px;
        max-width: 45px;
        object-fit: scale-down; } }
  @media screen and (max-width: 1140px) {
    .contacts-fixed {
      padding: 15px;
      max-width: 100%;
      width: 100%;
      bottom: 0px;
      right: auto;
      left: 0;
      flex-direction: row !important;
      justify-content: space-around !important; }
      .contacts-fixed p {
        font-size: 0.75rem;
        line-height: 14px;
        margin-bottom: 0px; }
      .contacts-fixed img {
        max-height: 30px;
        max-width: 30px; }
      .contacts-fixed div {
        display: flex;
        align-items: center;
        max-width: 30%;
        gap: 8px; } }

/*# sourceMappingURL=styles.css.map */
