@import 'font/style.css';
*, *:before, *:after {
  box-sizing: border-box;
  line-height: normal;
}

body {
  background-color: #F8F8F8;
}

.search .input-search {
  width: 100%;
  position: absolute;
  transition: none !important;
  bottom: -37px;
  right: 0px;
  opacity: 0.8;
  width: 100%;
  display: none;
}
.search .input-search input {
  padding: 10px;
  border: 1px solid #cbcaca;
  outline: none;
  width: 100%;
  font-size: 16px;
}
.search.act .input-search {
  display: block;
}
.search .results-search {
  position: absolute;
  top: 36px;
  padding: 10px;
  background: white;
  width: 100%;
}
.search .results-search a {
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-family: Arial;
  color: #323232;
  padding: 8px 0px;
  font-weight: bold;
  border-bottom: 1px solid #9d9d9d;
}
.search .results-search a:first-child {
  padding-top: 0px;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  font-family: "Trajan Pro", sans-serif;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.animated {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #3B1F00 url(images/background.jpg);
  object-fit: cover;
}
.animated:not(.fixed) img {
  animation: fadein 1s ease-in-out 1s;
  animation-fill-mode: forwards;
  transition: all ease-in-out 300ms;
}
.animated.fixed img {
  animation: leftToPad 1s ease-in-out;
  animation-fill-mode: forwards;
  position: fixed;
  width: 123px;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.h100 {
  height: 100%;
}

@keyframes fadein {
  from {
    opacity: 1;
    width: 612px;
  }
  to {
    opacity: 1;
    width: 123px;
  }
}
@keyframes leftToPad {
  from {
    left: calc(50% - 60px);
    top: calc(50% - 57px);
  }
  to {
    left: 8vw;
    top: 30px;
  }
}
.container {
  max-width: 1206px;
  margin: 0 auto;
	text-align:center;
}

.flex-between {
  justify-content: space-between;
}

header {
  position: absolute;
  padding: 34px 0px;
  width: 100%;
  z-index: 9;
}

.menu-menu-principal-container {
  position: relative;
  top: 3px;
  width: 100%;
}
.menu-menu-principal-container li {
  list-style: none;
}
.menu-menu-principal-container .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.menu-menu-principal-container .menu a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.owl-carousel {
  background-color: black;
}

.owl-carousel .owl-item img {
  height: auto;
}

.video {
  top: 0;
  left: 0;
  overflow-x: hidden;
  background-color: black;
  position: relative;
}
.video .abs {
  top: 0px;
  left: 0px;
  height: 234px;
  width: 100%;
  background: transparent linear-gradient(180deg, var(--unnamed-color-000000) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
}
.video video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  display: block;
}

.gap26 {
  gap: 26px;
}

.content .col {
  flex: 1;
  max-width: 50vw;
}
.content .col .item {
  width: 50vw;
}
.content .col:not(.carousel) {
  padding: 50px 56px;
}
.content h2 {
  font-size: 20px;
  margin-bottom: 21px;
}
.content h3 {
  max-width: 394px;
  font-size: 18px;
  text-transform: uppercase;
  color: #707070;
  line-height: normal;
}

.content p {
  color: #707070;
  font-size: 14px;
  line-height: normal;
  margin-top: 13px;
}
.content a {
  display: block;
}

.owl-nav {
  position: absolute;
  top: calc(50% - 2px);
}

.col.carousel .owl-carousel {
  max-width: 50vw;
}

.owl-dots {
  padding: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border: 1px solid white;
  background-color: transparent;
  transform: rotate(45deg);
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: white;
}

.owl-theme .owl-dots:after {
  content: "";
  display: block;
  max-width: 180px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
  margin-left: 5%;
}

.owl-theme .owl-dots:before {
  content: "";
  display: block;
  max-width: 180px;
  width: calc(100% - 20px);
  margin-right: 5%;
  height: 1px;
  background-color: white;
}

.owl-nav {
  width: 100%;
  color: white;
  top: calc(50% - 50px);
  position: absolute;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  padding: 0px 33px;
  font-size: 49px;
}

.owl-theme .owl-nav span {
  font-family: Arial, sans-serif;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 50px !important;
}

.wp-block-buttons {
  margin-top: 13px;
}
.wp-block-buttons a {
  padding: 7px 50px 5px !important;
  border: 1px solid !important;
  font-size: 16px;
  display: inline-block;
}

.divisor {
  height: 1.75rem;
  margin-bottom: 1.75rem;
}
.divisor .flex {
  height: 100%;
  align-items: center;
  gap: 6px;
}
.divisor span {
  display: block;
  max-width: 350px;
  height: 1px;
  background-color: #C6C6C6;
  width: 100%;
}

.has-background {
  padding: 2.25rem;
}

.nopadding .has-background {
  padding: 0px;
}
.nopadding.has-background {
  padding: 0px;
}

.wp-block-video {
  margin-top: 20px;
}

.wp-block-video.margin-negative {
  position: relative;
}

.wp-block-video.margin-negative:after {
  content: "";
  position: absolute;
  bottom: -2.25rem;
  width: calc(100% + 4.5rem);
  background: #f8f8f8;
  height: 250px;
  left: -2.25rem;
  z-index: 0;
}

.wp-block-video.margin-negative > * {
  z-index: 1;
  position: relative;
}

.leftContainer {
  max-width: 31rem;
  margin-left: auto;
}

.nomargin {
  margin: 0px !important;
}

.nogap {
  gap: 0px !important;
}

.leftContainer {
  padding-right: 56px;
}

.rightContainer {
  max-width: 31rem;
  padding-left: 56px;
}

.boxes {
  padding: 83px 15px 151px;
}
.boxes h2 {
  margin-bottom: 43px;
}
.boxes img {
  width: 264px;
  height: 264px;
  object-fit: cover;
  border: 13px solid #F2EFE6;
}
.boxes .wp-element-caption {
  color: #E2DCC2;
  font-size: 16px;
  lin-height: normal;
  margin-top: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.boxes .wp-block-column p {
  color: #8A8A8A !important;
  font-size: 16px;
}

.endereco {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex !important;
  margin-top: 40px !important;
  align-items: center;
  font-weight: bold !important;
  color: black !important;
  gap: 13px;
  justify-content: center;
  font-weight: bold;
}
.endereco strong {
  font-family: "Trajan Pro Bold";
}

footer {
  padding: 24px 0px;
  background-color: #252525;
  color: white;
}
footer h3 {
  color: #FFFFFF;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}
footer span {
  font-family: Roboto, sans-serif;
  display: block;
  margin-top: 18px;
}
footer .gap83 {
  gap: 83px;
}
footer .gap83 img {
  margin: 0 auto;
  display: block;
}
footer .gap15 {
  gap: 15px;
}
footer .mt {
  margin-top: 27px;
}

h2 {
  display: inline-block;
}
h2 .s3 {
  margin-top: 10px;
  display: flex;
  align-items: center;
  width: calc(100% + 20px);
}
h2 .s3:after {
  min-width: 5px;
  height: 5px;
  content: "";
  background-color: black;
}
h2 .s3:before {
  width: 5px;
  height: 5px;
  content: "";
  background-color: black;
}
h2 .s3 > div {
  display: flex;
  width: 100%;
  align-items: center;
}
h2 .s3 > div svg {
  min-width: 40px;
  top: -2px;
  position: relative;
}
h2 .s3 > div:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
h2 .s3 > div:before {
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}

.has-text-align-center {
  width: 100%;
  display: block;
}
.has-text-align-center .s3 {
  max-width: 215px;
  margin: 10px auto;
}

.has-white-color .s3:after {
  background-color: white;
}
.has-white-color .s3:before {
  background-color: white;
}
.has-white-color .s3 > div svg {
  fill: white;
}
.has-white-color .s3 > div:after {
  background-color: white;
}
.has-white-color .s3 > div:before {
  background-color: white;
}

.abs-btn {
  position: fixed;
  max-width: 55px;
  right: 37px;
  display: flex;
  z-index: 99;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  bottom: 37px;
}
.abs-btn a {
  transition: all ease-in-out 300ms;
  display: block;
  opacity: 0.6;
}
.abs-btn a:hover {
  opacity: 1;
}
.abs-btn a:last-child {
  margin-top: 10px;
}

header *, header {
  transition: all ease-in-out 300ms;
}

.admin-bar.home header.no-top, .admin-bar:not(.home) header {
  top: 32px;
}

body:not(.home) {
  margin-top: 130px !important;
}

.home header.no-top, body:not(.home) header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  padding: 15px 0px 8px;
}
.home header.no-top .menu-menu-principal-container .menu a, body:not(.home) header .menu-menu-principal-container .menu a {
  color: black;
}
.home header.no-top .menu-menu-principal-container .menu a:hover, body:not(.home) header .menu-menu-principal-container .menu a:hover {
  color: #C39921;
}
.home header.no-top .current-menu-item a, body:not(.home) header .current-menu-item a {
  color: #C39921 !important;
}
.home header.no-top .menu-menu-principal-container .menu, body:not(.home) header .menu-menu-principal-container .menu {
  gap: 31px;
  position: relative;
  top: -4px;
}
.home header.no-top .menu-item-26 a, body:not(.home) header .menu-item-26 a {
  background-color: #768778;
  padding: 8px 20px 6px;
  border-radius: 18px;
  color: white !important;
}

.leftContainer {
  position: relative;
}

.is-layout-flex:not(.has-white-background-color) .leftContainer:after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -98px;
  width: 84px;
  height: 142px;
  background: url(images/flor.png);
  background-size: cover;
}

.rightContainer {
  position: relative;
}

.is-layout-flex:not(.has-white-background-color) .rightContainer:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -98px;
  width: 95px;
  height: 96px;
  background: url(images/folha.png);
  background-size: cover;
}

.is-layout-flex.has-white-background-color .rightContainer:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -98px;
  width: 95px;
  height: 96px;
  background: url(images/folha_sd.png);
  background-size: cover;
}

.is-layout-flex.has-white-background-color .leftContainer:after {
  content: "";
  position: absolute;
  right: 40px;
  top: -70px;
  width: 65px;
  height: 61px;
  background: url(images/cruz.png);
  background-size: cover;
}

.cardsthree {
  padding: 67px 0px 100px;
}
.cardsthree .wp-block-columns {
  max-width: 1046px;
  margin: 50px auto 0;
}
.cardsthree .wp-block-columns .wp-block-image.has-custom-border img, .cardsthree .wp-block-columns .wp-block-image img {
  max-width: 324px;
  height: 477px;
  object-fit: cover;
}

.admin-bar .topo1.wp-block-cover {
  min-height: calc(100vh - 147px) !important;
}

.topo1.wp-block-cover {
  min-height: calc(100vh - 115px) !important;
  align-items: flex-end;
}
.topo1.wp-block-cover .wp-block-cover__inner-container {
  padding-bottom: 8px;
}
.topo1.wp-block-cover h1 {
  margin-bottom: 15px;
}

.divisor.divisor2 {
  margin-bottom: 0px;
}

.up-down {
  position: relative;
  top: -23px;
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }
  24% {
    transform: translate(1px, 30px);
  }
  50% {
    transform: translate(1px, 12px);
  }
  74% {
    transform: translate(1px, 22px);
  }
  100% {
    transform: translate(1px, 22px);
  }
}
@-moz-keyframes up-down {
  0% {
    -moz-transform: translate(1px, 20px);
  }
  24% {
    -moz-transform: translate(1px, 30px);
  }
  50% {
    -moz-transform: translate(1px, 12px);
  }
  74% {
    -moz-transform: translate(1px, 22px);
  }
  100% {
    -moz-transform: translate(1px, 22px);
  }
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(1px, 20px);
  }
  24% {
    -webkit-transform: translate(1px, 30px);
  }
  50% {
    -webkit-transform: translate(1px, 12px);
  }
  74% {
    -webkit-transform: translate(1px, 22px);
  }
  100% {
    -webkit-transform: translate(1px, 22px);
  }
}
@-o-keyframes up-down {
  0% {
    -o-transform: translate(1px, 20px);
  }
  24% {
    -o-transform: translate(1px, 30px);
  }
  50% {
    -o-transform: translate(1px, 12px);
  }
  74% {
    -o-transform: translate(1px, 22px);
  }
  100% {
    -o-transform: translate(1px, 22px);
  }
}
@-ms-keyframes up-down {
  0% {
    -ms-transform: translate(1px, 20px);
  }
  24% {
    -ms-transform: translate(1px, 30px);
  }
  50% {
    -ms-transform: translate(1px, 12px);
  }
  74% {
    -ms-transform: translate(1px, 22px);
  }
  100% {
    -ms-transform: translate(1px, 22px);
  }
}
.banner2.wp-block-cover {
  background: black;
  position: relative;
}
.banner2.wp-block-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9568627451) 59%, var(--unnamed-color-000000) 71%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9568627451) 59%, #000000 71%, #000000 100%) 0% 0% no-repeat padding-box;
}
.banner2.wp-block-cover .wp-block-cover__image-background {
  left: 30%;
  width: 70%;
}
.banner2.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1206px;
  margin: 0 auto;
}
.banner2.wp-block-cover .wp-block-cover__inner-container * {
  max-width: 442px;
}
.banner2.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
  margin-top: 37px;
}

.carrosel2 {
  padding: 45px 0px 66px;
}
.carrosel2 .wp-block-group__inner-container {
  max-width: 1000px;
  margin: 0 auto;
}
.carrosel2 p {
  max-width: 570px;
  margin: 0 auto;
}
.carrosel2 .owl-carousel {
  margin-top: 18px;
}
.carrosel2 .owl-theme .owl-nav {
  padding: 0px;
  color: black;
}
.carrosel2 .owl-theme .owl-nav .owl-prev {
  left: -42px;
  position: relative;
}
.carrosel2 .owl-theme .owl-nav .owl-next {
  right: -42px;
  position: relative;
}

.owl-carousel.theme2 {
  background-color: transparent;
}

.themecarousel2 {
  padding: 38px 0px 85px;
}
.themecarousel2 .owl-theme img {
  height: 477px;
  object-fit: cover;
}
.themecarousel2 .owl-dots {
  position: relative;
  height: auto;
  margin-top: 20px;
  background: transparent;
}
.themecarousel2 .owl-theme .owl-dots:before, .themecarousel2 .owl-theme .owl-dots:after {
  background-color: black;
}
.themecarousel2 .owl-theme .owl-dots .owl-dot.active span, .themecarousel2 .owl-theme .owl-dots .owl-dot:hover span {
  background-color: black;
}
.themecarousel2 .owl-theme .owl-dots .owl-dot span {
  border: 1px solid black;
}

.topo1.topo2 {
  align-items: center;
  position: relative;
}
.topo1.topo2 .wp-block-cover__inner-container {
  max-width: 1201px;
  margin: 0 auto;
}
.topo1.topo2 .wp-block-group {
  max-width: 450px;
}
.topo1.topo2 .divisor {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0px;
}

.principe .maxW {
  max-width: 450px;
}
.principe .wp-block-cover__inner-container .container {
  display: flex;
  justify-content: flex-end !important;
}
.principe .wp-block-cover__inner-container .container .wp-block-group__inner-container {
  margin: 0px !important;
}

.itensSetor {
  max-width: 1101px;
  padding: 40px 47px;
  margin: 0 auto;
}
.itensSetor .divisor.divisor2 {
  margin-top: 20px;
}
.itensSetor .divisor.divisor2 svg rect {
  fill: black !important;
}
.itensSetor h2 {
  font-weight: bold;
}
.itensSetor .wp-block-buttons {
  margin-top: 50px;
}
.itensSetor ul li {
  display: flex;
  align-items: center;
  color: #768778;
  font-weight: bold;
  gap: 8px;
  font-size: 14px;
  padding: 8px 0px;
}
.itensSetor ul li:before {
  content: "";
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background: url(images/check.svg);
  background-size: contain;
}

.citacao {
  padding: 82px 40px;
}
.citacao .container {
  position: relative;
}
.citacao .container:after {
  content: "";
  width: 144px;
  height: 110px;
  display: block;
  background: url(images/aspas.png);
  position: absolute;
  top: -50px;
  transform: rotate(180deg);
  left: 40px;
}
.citacao .container:before {
  display: block;
  content: "";
  width: 144px;
  height: 110px;
  background: url(images/aspas.png);
  position: absolute;
  bottom: -230px;
  right: 40px;
}
.citacao .wp-block-columns {
  max-width: 715px;
  margin: 50px auto;
}
.citacao .wp-block-columns img {
  border: 13px solid #F2EFE6;
}
.citacao .divisor {
  margin-top: 142px;
  opacity: 0.26;
}

.buracos .buraco {
  width: 30%;
}

.golfeCampo {
  padding: 58px 0px;
  max-width: 1022px;
}
.golfeCampo h4 {
  margin-top: 8px;
}
.golfeCampo h3, .golfeCampo h4 {
  color: #000000;
  font-size: 16px;
  text-transform: none;
}
.golfeCampo .owl-carousel {
  background: transparent;
}
.golfeCampo .container {
  max-width: 1022px;
}
.golfeCampo .buracos {
  margin-top: 48px;
}
.golfeCampo .buracos img {
  height: 477px;
  object-fit: cover;
  width: 100%;
}
.golfeCampo .gap25 {
  gap: 25px;
}
.golfeCampo .gap36 {
  gap: 28px;
}
.golfeCampo .span span {
  color: #8A8A8A;
  font-size: 12px;
}
.golfeCampo .sds {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}
.golfeCampo .pagination .flex {
  gap: 8px;
  margin-top: 80px;
}
.golfeCampo .pagination .flex a {
  font-size: 15px;
  color: black;
  text-decoration: none;
}
.golfeCampo .flex-end {
  justify-content: flex-end;
}

.formulario {
  padding: 43px 0px;
}

form label {
  font-size: 16px;
  color: black;
}
form .flex {
  gap: 30px;
}
form .flex .input-form {
  flex: 1;
}
form .input-form {
  margin-top: 16px;
}
form .input-form input[type=text], form .input-form input[type=email], form .input-form input[type=tel] {
  height: 30px;
  border: 1px solid #304D4D;
  appearance: none;
  display: block;
  width: 100%;
  margin-top: 10px;
}
form .input-form textarea {
  border: 1px solid #304D4D;
  appearance: none;
  display: block;
  width: 100%;
  margin-top: 10px;
  background-color: white;
  min-height: 89px;
}
form .input-form input[type=checkbox] {
  width: 15px;
  border: 1px solid black;
  height: 15px;
}
form .input-form input[type=checkbox]:checked {
  background-color: #e2dcc2;
}
form .input-form .checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}
form .disc {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 8px;
}

.btn {
  color: white;
  background-color: #768778;
  padding: 7px 18px;
  width: 100%;
  text-transform: uppercase;
  appearance: none;
  border: none;
  border-radius: 30px;
}

.localizacao {
  padding: 53px 40px;
  position: relative;
}
.localizacao .wp-block-image {
  display: flex;
  margin-top: 15px;
  align-items: flex-start;
  gap: 21px;
}
.localizacao .wp-block-image .wp-element-caption {
  margin-top: 0px;
}
.localizacao .wp-block-image .wp-element-caption strong {
  font-weight: bold;
}
.localizacao:before {
  content: "";
  display: block;
  width: 183px;
  height: 81px;
  background: url(images/folha_contato.svg);
  position: absolute;
  right: 37px;
  top: 12px;
}
.localizacao:after {
  content: "";
  display: block;
  width: 116px;
  height: 158px;
  background: url(images/contato_2.png);
  position: absolute;
  left: 23px;
  bottom: 12px;
}

.mobileMenuTop {
  display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .leftContainer {
    padding-left: 20px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .rightContainer {
    padding-right: 20px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  header svg {
    max-width: 70px !important;
  }
  .menu-menu-principal-container .menu {
    max-width: calc(100vw - 140px);
    overflow: auto;
  }
  .is-layout-flex:not(.has-white-background-color) .rightContainer:after {
    display: none;
  }
  .is-layout-flex.has-white-background-color .rightContainer:after {
    display: none;
  }
}
.only-mobile {
  display: none;
}
.logocpu2 {
    max-height: 200px !important;
    width: auto !important;
  }
@media (max-width: 920px) {
  .only-mobile {
    display: block;
  }
  .logo svg {
    max-height: 68px !important;
    width: auto !important;
  }
.logo img {
    max-height: 68px !important;
    width: auto !important;
  }
	.logocpu {
    max-height: 68px !important;
    width: auto !important;
  }
  .menu-menu-principal-container {
    display: none;
  }
  header {
    padding-left: 15px;
    padding-right: 15px;
    z-index: 100;
  }
  .leftContainer, .rightContainer, .content h3 {
    max-width: 100%;
    margin-left: auto;
  }
  .home header.no-top, body:not(.home) header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home header.no-top .menumobile, body:not(.home) header .menumobile {
    color: black;
  }
  .home header.no-top .menumobile svg path, body:not(.home) header .menumobile svg path {
    stroke: black;
  }
  .home header.no-top .search svg path, body:not(.home) header .search svg path {
    fill: black;
  }
  h2 .s3 {
    width: 100%;
  }
  .menumobile {
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
  .menumobile.gap8 {
    gap: 8px;
  }
  .content .esquerda .wp-block-column:last-child {
    order: 0;
    padding: 25px 18px 84px;
    text-align: center;
  }
  .content .esquerda .wp-block-column:first-child {
    order: 1;
  }
  .content .direita .wp-block-column:first-child {
    padding: 25px 18px 84px;
    text-align: center;
  }
  p br {
    display: none;
  }
  .has-background.paddingBottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .leftContainer {
    padding-right: 0px;
  }
  .divisor {
    padding-right: 25px;
    padding-left: 25px;
  }
  .video video {
    height: 100vw;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 920px) and (orientation: landscape) {
  .video video {
    height: calc(100vh + 20px);
  }
}
@media (max-width: 920px) {
  .rightContainer {
    padding-left: 0px;
  }
}
@media (max-width: 920px) {
  .video + .wp-block-spacer {
    display: none;
  }
}
@media (max-width: 920px) {
  .wp-block-buttons {
    justify-content: center;
  }
}
@media (max-width: 920px) {
  .boxes {
    padding: 83px 15px 100px;
    margin-bottom: 50px !important;
  }
}
@media (max-width: 920px) {
  .boxes .wp-block-columns {
    flex-wrap: nowrap !important;
    overflow: auto;
  }
  .boxes .wp-block-columns .wp-block-column {
    min-width: fit-content;
  }
}
@media (max-width: 920px) {
  .comochegar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 920px) {
  .is-layout-flex.has-white-background-color .rightContainer:after, .is-layout-flex:not(.has-white-background-color) .rightContainer:after, .is-layout-flex.has-white-background-color .leftContainer:after {
    display: none !important;
  }
}
@media (max-width: 920px) {
  footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  footer .gap83 {
    gap: 40px;
  }
  footer h3 {
    text-align: center;
    font-size: 12px;
  }
  footer .flex.mt {
    flex-direction: column;
  }
  footer .flex.mt .col:first-child {
    order: 2;
    margin-top: 16px;
  }
  footer .flex.mt .col:last-child {
    order: 1;
  }
  footer span {
    text-align: center;
  }
}
@media (max-width: 920px) {
  .nomargin + .nomargin {
    margin-top: 50px !important;
  }
}
@media (max-width: 920px) {
  .gap20 {
    gap: 20px;
  }
}
@media (max-width: 920px) {
  .logo {
    max-width: 60px;
  }
}
@media (max-width: 920px) {
  .wp-block-video.margin-negative:after {
    width: calc(100% + 40px);
    left: -25px;
  }
}
@media (max-width: 920px) {
  .mobileMenuTop {
    position: fixed;
    display: block;
    top: -100vh;
    z-index: 9999;
    width: 100vw;
    overflow: auto;
    height: 100vh;
    background: url(images/bk-menu-mobile.jpg);
    background-size: cover;
    left: 0px;
    padding: 33px 25px;
    transition: all ease-in-out 300ms;
  }
  .mobileMenuTop .close {
    position: absolute;
    right: 25px;
    top: 54px;
    font-size: 14px;
    font-weight: bold;
    color: white;
  }
  .mobileMenuTop .close .flex {
    gap: 15px;
  }
  .mobileMenuTop .menu-menu-principal-container {
    display: block;
    margin-top: 44px;
  }
  .mobileMenuTop .menu-menu-principal-container .menu {
    display: block;
  }
  .mobileMenuTop .menu-menu-principal-container .menu a {
    padding: 13px 0px !important;
    text-align: center;
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  .mobileMenuTop .inc {
    margin: 32px auto;
    max-width: 251px;
    justify-content: space-between;
  }
  .mobileMenuTop .inc h3 {
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 8px;
    margin-bottom: 8px;
  }
  .mobileMenuTop .inc img {
    max-height: 43px;
    width: auto;
  }
}
@media (max-width: 920px) {
  .mobileMenuTop.active {
    top: 0%;
  }
}
@media (max-width: 920px) {
  .home header.no-top .menu-item-26 a, body:not(.home) header .menu-item-26 a {
    background-color: transparent;
  }
}
@media (max-width: 920px) {
  body.menumob {
    overflow: hidden !important;
  }
}
@media (max-width: 920px) {
  body:not(.home) {
    margin-top: 83px !important;
  }
}
@media (max-width: 920px) {
  .carrosel2 .owl-theme .owl-nav .owl-next, .carrosel2 .owl-theme .owl-nav .owl-prev {
    display: none !important;
  }
}
@media (max-width: 920px) {
  .container.carrosel2 .wp-block-group__inner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 920px) {
  .cardsthree {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cardsthree .wp-block-columns {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
  .cardsthree .wp-block-columns .wp-block-column {
    min-width: 60vw;
  }
  .cardsthree .wp-block-columns .wp-block-column img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 920px) {
  .golfeCampo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 920px) {
  .golfeCampo .buracos img {
    height: 360px;
  }
}
@media (max-width: 920px) {
  .buracos > .flex {
    overflow: auto;
  }
  .buracos > .flex .buraco {
    min-width: 60vw;
  }
}
@media (max-width: 920px) {
  .formulario .wp-block-column:first-child {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 920px) {
  @keyframes fadein {
    from {
      opacity: 1;
      width: 80vw;
      height: auto;
    }
    to {
      opacity: 1;
      width: 123px;
    }
  }
}
.page-id-3 h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
}
.page-id-3 .content p {
  line-height: 1.5;
}
.page-id-3 h2 {
  margin-top: 30px;
}
.page-id-3 h2 > div {
  display: none !important;
}

.home header.no-top .tel svg path, body:not(.home) header .tel svg path {
  fill: #454545 !important;
}

.home header.no-top .current-menu-item a, body:not(.home) header .current-menu-item.menu-item-430 a {
  color: black !important;
}

.logo svg {
  max-height: 103px;
  width: auto;
}
.logo img {
  max-height: 103px;
  width: auto;
}
.logoimg {
  max-height: 103px;
  width: auto;
}


@media (max-width: 1225px) and (min-width: 920px) {
  .logo svg {
    max-height: 80px !important;
    width: auto !important;
  }
  body:not(.home) {
    margin-top: 108px !important;
  }
  .admin-bar.home header.no-top, .admin-bar:not(.home) header, header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-menu-principal-container .menu a {
    font-size: 11px;
  }
  .menu-menu-principal-container .menu {
    gap: 18px !important;
  }
}
@media (max-width: 920px) and (min-width: 768px) {
  .wp-block-columns.is-layout-flex.esquerda, .wp-block-columns.is-layout-flex.direita {
    flex-direction: column;
  }
}
@media (max-width: 920px) {
  .volume {
    right: 20px !important;
  }
  .video .abs {
    height: 160px;
  }
  .home header.no-top, body:not(.home) header {
    padding: 8px 15px 5px;
  }
  .rightContainer * {
    text-align: center !important;
  }
  .direita.has-white-background-color .leftContainer {
    padding: 20px 20px;
  }
  .direita.has-white-background-color .leftContainer .wp-block-group__inner-container {
    text-align: center;
  }
  .direita.has-white-background-color .leftContainer h2 {
    text-align: center;
  }
  .direita.has-white-background-color .leftContainer p {
    text-align: center;
  }
  .abs-btn {
    display: block;
  }
  .abs-btn > * {
    display: none !important;
  }
  .abs-btn > *:first-child {
    display: block !important;
  }
  .home header.no-top .current-menu-item a, body:not(.home) header .current-menu-item.menu-item-430 a {
    color: white !important;
  }
}
.results-search {
  display: none;
}

.form-whatsapp {
  display: none;
  position: fixed;
  bottom: 75px;
  z-index: 999;
  right: 35px;
  padding: 20px;
  max-width: 297px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.form-whatsapp .disc a {
  color: black;
}
.form-whatsapp .title svg {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  max-width: 16px;
}
.form-whatsapp .title svg path {
  fill: white;
}
.form-whatsapp .title {
  padding: 13px 8px 8px;
  width: calc(100% + 40px);
  top: -20px;
  left: -20px;
  position: relative;
  background: #768778;
  font-weight: bold;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: normal;
}
.form-whatsapp .btn {
  font-size: 17px;
}
.form-whatsapp .disc {
  font-size: 12px;
}
.form-whatsapp .input-form {
  margin-top: 0px;
  width: 100%;
}
.form-whatsapp .input-form input[type=text], .form-whatsapp .input-form input[type=email], .form-whatsapp .input-form input[type=tel] {
  height: 30px;
  border: 1px solid #304D4D;
  appearance: none;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.form-whatsapp .input-form label {
  display: block;
  width: 100%;
}
.form-whatsapp .input-form + .input-form {
  margin-top: 16px;
}
.form-whatsapp .input-form {
  position: relative;
}
.form-whatsapp .wpcf7-spinner {
  position: absolute;
  top: 5px;
  right: 0px;
}
.form-whatsapp .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
}
.form-whatsapp .wpcf7-response-output {
  font-size: 11px;
}

@media (max-width: 768px) {
  .form-whatsapp {
    bottom: 44px;
    right: 25px;
  }
}

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