@font-face {
  font-family: "Flama Condensed Bold";
  src: url("./fonts/FlamaCondensed-Bold.woff2") format("woff2"),
    url("./fonts/FlamaCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed Book";
  src: url("./fonts/FlamaCondensed-Book.woff2") format("woff2"),
    url("./fonts/FlamaCondensed-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Valkyrie";
  src: url("./fonts/Valkyrie.woff2") format("woff2"), url("./fonts/Valkyrie.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed Basic";
  src: url("./fonts/FlamaCondensed-Basic.woff2") format("woff2"),
    url("./fonts/FlamaCondensed-Basic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Teko";
  src: url("./fonts/Teko-Regular.woff2") format("woff2"), url("./fonts/Teko-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 13px;
}
body {
  font-family: "Flama Condensed Basic", sans-serif;
}
.btn-orange {
  background-color: #e84917;
  color: #fff;
  font-family: "Flama Condensed Bold", sans-serif;
  font-size: 2.4rem;
  height: 3.5rem;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-orange:hover,
.btn-orange:active {
  background-color: #ba3a12;
  color: #fff;
}
.owl-dots {
  width: 100%;
  margin-top: 15px;
  position: absolute;
  bottom: 1.5rem;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: calc(50% - 1.5rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav .owl-prev {
  position: absolute;
  left: 1rem;
}
.owl-nav .owl-next {
  position: absolute;
  right: 1rem;
}
.owl-nav img {
  width: 3.5rem;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover img {
  -webkit-filter: brightness(0.5) invert(1);
  filter: brightness(0.5) invert(1);
}
.owl-theme .owl-dots .owl-dot span {
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: 2px solid #fff;
  margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-theme .owl-nav button {
  outline: none;
}
.wrap-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrap-container .container,
.wrap-container .container-fluid {
  height: 100%;
  position: relative;
}
#topo {
  margin-bottom: 6.8rem;
}
#wrapperNav {
  background-color: #e84917;
  height: 6.95rem;
  -webkit-box-shadow: 0 5px 6px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 6px 2px rgba(0, 0, 0, 0.16);
}
#wrapperNav a {
  color: #fff;
  font-size: 1.25rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.8rem;
  font-family: "Flama Condensed Bold", sans-serif;
}
#wrapperNav a:hover,
#wrapperNav a:active {
  color: #ccc;
}
#wrapperNav li {
  margin-right: 3rem;
}
#wrapperNav li:last-child {
  margin-right: 0;
}
#wrapperNav img {
  width: 11.875rem;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: none;
  outline: none;
}
#banner {
  position: relative;
}
#banner img {
  display: block;
  min-width: 100%;
  width: 100%;
}
#banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#banner .btn-orange {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 3.5rem;
  margin-bottom: 4rem;
  padding: 1.2rem 3.5rem;
}
#lazer,
#diferenciais {
  background-color: #e84917;
  padding: 5rem 0 3.5rem 0;
  color: #fff;
}
#lazer h2,
#diferenciais h2 {
  font-size: 3.75rem;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: center;
  font-family: "Teko", sans-serif;
  margin-bottom: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0.2rem;
}
#lazer ul,
#diferenciais ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#lazer li,
#diferenciais li {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}
#lazer img,
#diferenciais img {
  margin-right: 1.5rem;
  max-width: 5rem;
}
#diferenciais {
  background-color: #4d4d4d;
  background-image: url("./img/pattern-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0 2.5rem 0;
}
#diferenciais h2 {
  color: #e84917;
}
#diferenciais ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#diferenciais li {
  margin-bottom: 2rem;
}
#diferenciais span {
  white-space: pre-line;
  line-height: 1.2;
}
#price {
  text-align: center;
  background-color: #e84917;
  padding: 2rem 0;
  color: #fff;
}
#price h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
}
#price h2 {
  font-size: 8.95rem;
  font-family: "Teko", sans-serif;
  line-height: 0.85;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
#price h4 {
  font-size: 2.3rem;
  margin-bottom: 0;
}
#price h2,
#price h3,
#price h4 {
  text-transform: uppercase;
}
#carousel .item {
  position: relative;
}
#carousel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#carousel h6 {
  font-size: 2rem;
  letter-spacing: 0.15rem;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 3rem;
  font-family: "Barlow Condensed", sans-serif;
}
#localizacao {
  background-color: #4d4d4d;
  background-image: url("./img/pattern-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0 3rem 0;
  text-align: center;
}
#localizacao #yellowTrack {
  background-color: #d89807;
  padding: 2rem 0 1rem 0;
}
#localizacao h2 {
  font-size: 3.75rem;
  color: #0aacaf;
  font-family: "Teko", sans-serif;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  white-space: pre-line;
  line-height: 1;
}
#localizacao ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  width: 90%;
}
#localizacao li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
#localizacao li:last-child {
  margin-right: 0;
}
#localizacao img {
  margin-right: 1rem;
  max-width: 5rem;
}
#localizacao p {
  line-height: 1.2;
  color: #fff;
  margin: 4rem auto;
  width: 75%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
}
#localizacao iframe {
  width: 100%;
  display: block;
  height: 30rem;
  margin-bottom: 4rem;
}
#localizacao h4 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
}
#localizacao h3 {
  font-size: 3.125rem;
  background-color: #d89807;
  display: inline-block;
  padding: 1rem 4rem 0.5rem;
  color: #fff;
  font-family: "Teko", sans-serif;
  margin: 3rem auto;
  text-transform: uppercase;
  line-height: 1;
}
#contato,
#contatoUpper {
  background-color: #4d4d4d;
  padding: 3.5rem 0;
}
#contato h3,
#contatoUpper h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 1.25rem;
  font-family: "Teko", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
#contato form,
#contatoUpper form {
  width: 80%;
  margin: 0 auto;
}
#contato .line,
#contatoUpper .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
#contato .firstCol,
#contatoUpper .firstCol {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#contato .firstCol .w100,
#contatoUpper .firstCol .w100 {
  margin-bottom: 0.6rem;
}
#contato .secondCol,
#contatoUpper .secondCol {
  width: 32%;
}
#contato .secondCol .w100,
#contatoUpper .secondCol .w100 {
  height: 100%;
}
#contato .secondCol textarea,
#contatoUpper .secondCol textarea {
  height: 100%;
}
#contato .w100,
#contatoUpper .w100 {
  width: 100%;
}
#contato .w50,
#contatoUpper .w50 {
  width: calc(50% - 0.3rem);
}
#contato .firstCol,
#contato .secondCol,
#contato .buttonWrapper,
#contatoUpper .firstCol,
#contatoUpper .secondCol,
#contatoUpper .buttonWrapper {
  padding: 0 0.3rem;
}
#contato .buttonWrapper,
#contatoUpper .buttonWrapper {
  width: 100%;
  margin-top: 0.6rem;
}
#contato input,
#contato textarea,
#contatoUpper input,
#contatoUpper textarea {
  font-size: 1.563rem;
  border-radius: 0;
  color: #281a2b;
  min-height: 3.5rem;
}
#contato input::-webkit-input-placeholder,
#contato textarea::-webkit-input-placeholder,
#contatoUpper input::-webkit-input-placeholder,
#contatoUpper textarea::-webkit-input-placeholder {
  color: rgba(40, 26, 43, 0.27);
}
#contato input::-moz-placeholder,
#contato textarea::-moz-placeholder,
#contatoUpper input::-moz-placeholder,
#contatoUpper textarea::-moz-placeholder {
  color: rgba(40, 26, 43, 0.27);
}
#contato input::-ms-input-placeholder,
#contato textarea::-ms-input-placeholder,
#contatoUpper input::-ms-input-placeholder,
#contatoUpper textarea::-ms-input-placeholder {
  color: rgba(40, 26, 43, 0.27);
}
#contato input::placeholder,
#contato textarea::placeholder,
#contatoUpper input::placeholder,
#contatoUpper textarea::placeholder {
  color: rgba(40, 26, 43, 0.27);
}
footer {
  background-color: #e84917;
  color: #fff;
  padding: 3rem 0 6rem 0;
}
footer .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer h6 {
  margin-bottom: 0;
  font-size: 0.813rem;
  text-align: center;
  width: 100%;
  margin-top: 3.5rem;
}
footer h3 {
  font-size: 1.563rem;
  font-family: "Flama Condensed Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
footer h4 {
  font-family: "Flama Condensed Bold", sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}
footer img {
  width: 21.188rem;
}
footer a {
  color: #fff;
  padding-left: 2rem;
  font-size: 1.563rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.15rem;
}
footer a span {
  display: inline-block;
  margin: 0 0.25rem 0 0.6rem;
  font-size: 1.2rem;
}
footer a:hover,
footer a:active {
  color: #ccc;
  text-decoration: none;
}
#whatsAppInfo {
  padding: 0.75rem 0;
  color: #fff;
  background-color: #4da835;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#whatsAppInfo h2 {
  font-size: 1.38rem;
  font-family: "Barlow", sans-serif;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#whatsAppInfo strong {
  font-weight: 700;
}
#whatsAppInfo img {
  height: 2rem;
  margin-right: 0.9rem;
}
#whatsAppInfo:hover,
#whatsAppInfo:active {
  text-decoration: none;
  background-color: #64c64a;
}
.caixas {
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
}
.caixas a {
  display: block;
  margin-bottom: 0.5rem;
  background-color: #e84917;
  padding: 0.95rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.caixas a:last-child {
  margin-bottom: 0;
}
.caixas a:hover,
.caixas a:active {
  background-color: #7778b2;
}
.caixas a img {
  height: 2.25rem;
}
.myModal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  padding: 56px 96px;
  max-width: 800px;
  width: calc(100% - 48px);
  z-index: 1035;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  .myModal {
    padding: 24px;
  }
}
.myModal.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.myModal [data-js="closeModal"] {
  background: #f0f0f0;
  border-radius: 1000px;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .myModal [data-js="closeModal"] {
    top: 16px;
    right: 16px;
  }
}
.myModal [data-js="closeModal"]::before {
  content: "X";
  color: #000;
  font: 500 20px/1 "Flama Condensed Basic", sans-serif;
}
.myModal header {
  font-size: 1rem;
  text-align: center;
}
.myModal header img {
  width: 72px;
}
@media screen and (max-width: 960px) {
  .myModal header img {
    width: 56px;
  }
}
.myModal header h4 {
  font: 500 1.1em/1 "Flama Condensed Basic", sans-serif;
  color: #000;
  margin: 12px 0 6px 0;
}
@media screen and (max-width: 960px) {
  .myModal header h4 {
    font-size: 0.9em;
  }
}
.myModal header h2 {
  font: 800 2em/1 "Flama Condensed Basic", sans-serif;
}
@media screen and (max-width: 960px) {
  .myModal header h2 {
    font-size: 1.2em;
  }
}
.myModal header h6 {
  margin: 16px 0 24px 0;
  font: 500 0.8em/1 "Flama Condensed Basic", sans-serif;
  color: #000;
}
@media screen and (max-width: 960px) {
  .myModal header h6 {
    font-size: 0.7em;
    margin: 12px 0 20px 0;
  }
}
.myModal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.myModal form input {
  display: block;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  border-radius: 6px;
  padding: 11px 32px;
  font: 500 15px/1 "Flama Condensed Basic", sans-serif;
}
@media screen and (max-width: 960px) {
  .myModal form input {
    padding: 11px 24px;
  }
}
.myModal form input::-webkit-input-placeholder {
  color: #fff;
}
.myModal form input::-moz-placeholder {
  color: #fff;
}
.myModal form input::-ms-input-placeholder {
  color: #fff;
}
.myModal form input::placeholder {
  color: #fff;
}
.myModal form input:not(:last-of-type) {
  margin: 0 0 8px 0;
}
.myModal form button {
  margin: 20px 0 0 0;
  cursor: pointer;
  color: #fff;
  background: #d89807;
  border-radius: 800px;
  text-transform: uppercase;
  font: 800 16px/1 "Flama Condensed Basic", sans-serif;
  padding: 16px 40px;
  display: block;
}
@media screen and (max-width: 960px) {
  .myModal form button {
    font-size: 13px;
    width: 100%;
    padding: 16px;
  }
}
.myModalChat,
.myModalTelephone {
  font-family: "Barlow", sans-serif;
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.myModalChat.open,
.myModalTelephone.open {
  display: block;
}
.myModalChat .my-modal-wrapper,
.myModalTelephone .my-modal-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.myModalChat .modalContent,
.myModalTelephone .modalContent {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 1rem auto;
  padding: 2rem 0 2.5rem 0;
  background: url("http://vibrawordpress.azurewebsites.net/wp-content/uploads/2020/03/modal_background.png")
    #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 25px;
  pointer-events: all;
}
.myModalChat img,
.myModalTelephone img {
  max-width: 6rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.myModalChat p,
.myModalTelephone p {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}
.myModalChat p:last-of-type,
.myModalTelephone p:last-of-type {
  font-size: 1.4rem;
  color: #fe5000;
  font-weight: 700;
  max-width: 100%;
}
.myModalChat form,
.myModalTelephone form {
  margin: 0 auto;
  width: 100%;
}
.myModalChat .close,
.myModalTelephone .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .myModalChat p,
  .myModalTelephone p {
    font-size: 1rem;
  }
  .myModalChat p:last-of-type,
  .myModalTelephone p:last-of-type {
    font-size: 1rem;
  }
  .myModalChat .close,
  .myModalTelephone .close {
    right: 1.25rem;
    top: 1.25rem;
    font-size: 1rem;
  }
}
#formModalTelephone,
#formModalWhatsApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85%;
}
#formModalTelephone span:first-of-type,
#formModalWhatsApp span:first-of-type {
  color: #bbb;
  display: block;
  line-height: unset;
  margin: 0.75rem auto 1rem auto;
  font-weight: 400;
  font-size: 1.7rem;
}
#formModalTelephone input,
#formModalWhatsApp input {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  border-left: 0.4rem solid #fe5000;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 1.25rem;
  height: 4rem;
}
#formModalTelephone button,
#formModalWhatsApp button {
  display: block;
  margin: 0 auto;
  background-color: #fe5000;
  padding: 1rem;
  outline: none;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: bolder;
  cursor: pointer;
  text-align: center;
  height: 4rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #formModalTelephone,
  #formModalWhatsApp {
    width: 92.5%;
  }
  #formModalTelephone span:first-of-type,
  #formModalWhatsApp span:first-of-type {
    font-size: 0.9rem;
  }
  #formModalTelephone input,
  #formModalWhatsApp input {
    font-size: 1rem;
    height: 3rem;
  }
  #formModalTelephone button,
  #formModalWhatsApp button {
    height: 3rem;
    font-size: 1rem;
    line-height: 1;
  }
}
#modalCookie {
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1031;
  overflow: hidden;
}
#modalCookie.close {
  opacity: 0;
  visibility: hidden;
}
#modalCookie .innerModal {
  background-color: #f2f2f2;
  padding: 1.75rem 0;
  border-radius: 3.125rem;
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#modalCookie .whiteCircle {
  border-radius: 0;
  width: 95%;
  max-width: 1700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#modalCookie .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#modalCookie h2 {
  font-family: "Flama Condensed Bold", sans-serif;
  text-align: left;
  white-space: pre-line;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
#modalCookie h2 span {
  color: #e84917;
  font-size: 2rem;
  line-height: 0;
}
#modalCookie p {
  font-size: 1.1rem;
  padding: 0 1.5rem;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.4;
}
#modalCookie .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modalCookie .buttons a {
  margin: 0 0.5rem;
}
#modalCookie #btnPolitica,
#modalCookie #btnAcceptCookie {
  padding: 0 2.5rem;
  color: #fff;
  font-size: 1.25rem;
  height: 2.5rem;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  max-width: 50%;
}
#modalCookie #btnPolitica:hover,
#modalCookie #btnPolitica:active,
#modalCookie #btnAcceptCookie:hover,
#modalCookie #btnAcceptCookie:active {
  text-decoration: none;
  color: #fff;
}
#modalCookie #btnPolitica {
  background-color: #5a5a5a;
}
#modalCookie #btnPolitica:hover,
#modalCookie #btnPolitica:active {
  background-color: #747474;
}
#modalCookie #btnAcceptCookie {
  background-color: #e6481a;
}
#modalCookie #btnAcceptCookie:hover,
#modalCookie #btnAcceptCookie:active {
  background-color: #eb6d48;
}
@media only screen and (max-width: 767px) {
  #modalCookie .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #modalCookie h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  #modalCookie h2 span {
    font-size: 2.5rem;
  }
  #modalCookie p,
  #modalCookie h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  #modalCookie p {
    font-size: 0.9rem;
  }
  #modalCookie #btnPolitica,
  #modalCookie #btnAcceptCookie {
    font-size: 1.2rem;
    padding: 0 2rem;
    height: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1460px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1549.5px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1470px) {
  html {
    font-size: 11.5px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 10.5px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 9.5px;
  }
}
@media only screen and (max-width: 1000px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 8.5px;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .btn-orange {
    font-size: 1.25rem;
    height: 2.5rem;
  }
  .owl-dots {
    bottom: 0;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 0.6rem;
    height: 0.6rem;
  }
  #banner .btn-orange {
    display: none;
  }
  #topo {
    margin-bottom: 4.2rem;
  }
  #wrapperNav {
    height: 4.25rem;
    padding: 0;
  }
  #wrapperNav .navbar {
    background-color: #e84917;
  }
  #wrapperNav a {
    font-size: 1.25rem;
    font-family: "Flama Condensed Basic", sans-serif;
  }
  #wrapperNav ul {
    border-top: 1px solid #fff;
    width: 100%;
    padding-bottom: 1rem;
    margin: 1rem auto 0 auto;
  }
  #wrapperNav li {
    margin-right: 0;
    text-align: center;
  }
  #wrapperNav img {
    width: 7.5rem;
  }
  #lazer,
  #diferenciais {
    padding: 2.5rem 0 1.25rem 0;
  }
  #lazer h2,
  #diferenciais h2 {
    font-size: 1.4rem;
    white-space: normal;
    margin-bottom: 2rem;
  }
  #lazer li,
  #diferenciais li {
    width: 50%;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #lazer img,
  #diferenciais img {
    max-width: 2rem;
    margin-right: 0.5rem;
  }
  #price {
    padding: 1.25rem 0;
  }
  #price h3 {
    font-size: 1.35rem;
  }
  #price h2 {
    font-size: 5rem;
  }
  #price h4 {
    font-size: 1.4rem;
  }
  #carousel h6 {
    font-size: 1rem;
    padding-bottom: 1.5rem;
  }
  #localizacao {
    padding: 3rem 0 1rem 0;
    overflow: hidden;
  }
  #localizacao h2 {
    font-size: 1.8rem;
    white-space: normal;
    margin-bottom: 2rem;
  }
  #localizacao h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  #localizacao h3 {
    margin: 1rem 0;
    font-size: 1.5rem;
    padding: 0.75rem 2rem 0.5rem;
  }
  #localizacao p {
    font-size: 0.95rem;
    width: 100%;
    margin: 2rem 0 1rem 0;
  }
  #localizacao iframe {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    height: 13rem;
    margin-bottom: 2rem;
  }
  #localizacao li {
    font-size: 0.9rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    margin-right: 0;
  }
  #localizacao li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #localizacao img {
    max-width: 2rem;
  }
  #localizacao ul {
    width: 90%;
    margin: 0 auto;
  }
  #contato,
  #contatoUpper {
    padding: 2rem 0;
  }
  #contato form,
  #contatoUpper form {
    width: 95%;
  }
  #contato input,
  #contato textarea,
  #contatoUpper input,
  #contatoUpper textarea {
    min-height: 2.5rem;
    font-size: 1rem;
  }
  #contato h3,
  #contatoUpper h3 {
    font-size: 1.25rem;
    white-space: pre-line;
    margin-bottom: 0.7rem;
    letter-spacing: 0.15rem;
    color: #e84917;
  }
  #contato .firstCol,
  #contatoUpper .firstCol {
    margin-bottom: 0 !important;
  }
  #contato .firstCol,
  #contato .secondCol,
  #contato .w50,
  #contatoUpper .firstCol,
  #contatoUpper .secondCol,
  #contatoUpper .w50 {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  #contato textarea,
  #contatoUpper textarea {
    height: 6rem !important;
  }
  #contato .buttonWrapper,
  #contatoUpper .buttonWrapper {
    margin-top: 0;
  }
  footer .line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer h3 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  footer h4 {
    margin-top: 2rem;
    font-size: 0.75rem;
  }
  footer img {
    width: 14.813rem;
  }
  .caixas a {
    padding: 0.75rem;
  }
  .caixas a img {
    height: 1.4rem;
  }
  #whatsAppInfo {
    padding: 0.6rem 0;
  }
  #whatsAppInfo strong {
    white-space: pre-line;
    line-height: 1;
  }
  #whatsAppInfo h2 {
    font-size: 1.2rem;
  }
  #whatsAppInfo span {
    font-size: 1rem;
  }
  #whatsAppInfo img {
    margin-right: 0.4rem;
    margin-top: 0.15rem;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 350px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (max-width: 340px) {
  html {
    font-size: 14px;
  }
}
