@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoMedium.woff2") format("woff2"), url("../fonts/GazpachoMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoItalicMedium.woff2") format("woff2"), url("../fonts/GazpachoItalicMedium.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho Italic";
  src: url("../fonts/GazpachoItalicRegular.woff2") format("woff2"), url("../fonts/GazpachoItalicRegular.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoItalicThin.woff2") format("woff2"), url("../fonts/GazpachoItalicThin.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoRegular.woff2") format("woff2"), url("../fonts/GazpachoRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoLight.woff2") format("woff2"), url("../fonts/GazpachoLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoBlack.woff2") format("woff2"), url("../fonts/GazpachoBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoHeavy.woff2") format("woff2"), url("../fonts/GazpachoHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoThin.woff2") format("woff2"), url("../fonts/GazpachoThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoItalicBold.woff2") format("woff2"), url("../fonts/GazpachoItalicBold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoItalicBlack.woff2") format("woff2"), url("../fonts/GazpachoItalicBlack.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoBold.woff2") format("woff2"), url("../fonts/GazpachoBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoItalicLight.woff2") format("woff2"), url("../fonts/GazpachoItalicLight.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gazpacho";
  src: url("../fonts/GazpachoItalicHeavy.woff2") format("woff2"), url("../fonts/GazpachoItalicHeavy.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--bg-preto);
  background-color: var(--bg-branco);
  overflow-x: hidden;
}

:root {
  --bg-roxo: #9d0080;
  --bg-verde: #91c82a;
  --bg-verde-escuro: #009e00;
  --bg-pessego: #ff8060;
  --bg-vermelho: #c8003a;
  --bg-amarelo: #ffaf00;
  --bg-azul-claro: #5fafac;
  --bg-branco: #fff;
  --bg-preto: #000;
  --bg-rosa: #c8003a;
  --font-22: 22px;
  --font-32: 32px;
  --font-40: 40px;
  --font-48: 48px;
}

a {
  text-decoration: none;
}

.btn {
  font-family: "Inter", sans-serif;
  font-size: var(--font-22);
  font-weight: 600;
  border-radius: 12px;
  transition: 0.4s;
}
.btn.btn-branco {
  border: 1px solid var(--bg-branco) !important;
  color: var(--bg-branco) !important;
  background-color: transparent;
  font-family: "Gazpacho";
}
.btn.btn-branco:hover {
  border: 1px solid var(--bg-branco) !important;
  color: var(--bg-roxo) !important;
  background-color: var(--bg-branco) !important;
}
.btn.btn-verde {
  border: 1px solid var(--bg-verde) !important;
  color: var(--bg-verde) !important;
  background-color: transparent;
  font-family: "Gazpacho";
}
.btn.btn-verde.full {
  border: 1px solid var(--bg-verde) !important;
  background-color: var(--bg-verde) !important;
  color: var(--bg-vermelho) !important;
}
.btn.btn-verde.full:hover {
  border: 1px solid var(--bg-vermelho) !important;
  background-color: var(--bg-vermelho) !important;
  color: var(--bg-verde) !important;
}
.btn.btn-vermelho {
  border: 1px solid var(--bg-vermelho) !important;
  color: var(--bg-vermelho) !important;
  background-color: transparent;
  font-family: "Gazpacho";
}
.btn.btn-vermelho.full {
  border: 1px solid var(--bg-vermelho) !important;
  background-color: var(--bg-vermelho) !important;
  color: var(--bg-branco) !important;
}
.btn.btn-vermelho.full:hover {
  border: 1px solid var(--bg-branco) !important;
  background-color: var(--bg-branco) !important;
  color: var(--bg-vermelho) !important;
}
.btn.btn-roxo {
  border: 1px solid var(--bg-roxo) !important;
  color: var(--bg-roxo) !important;
  background-color: transparent;
  font-family: "Gazpacho";
}
.btn.btn-roxo.full {
  border: 1px solid var(--bg-roxo) !important;
  background-color: var(--bg-roxo) !important;
  color: var(--bg-verde) !important;
}

.bg-roxo {
  background-color: var(--bg-roxo) !important;
}

.bg-branco {
  background-color: var(--bg-branco) !important;
}

.bg-preto {
  background-color: var(--bg-preto) !important;
}

.bg-amarelo {
  background-color: var(--bg-amarelo) !important;
}

.bg-azul-claro {
  background-color: var(--bg-azul-claro) !important;
}

.bg-pessego {
  background-color: var(--bg-pessego) !important;
}

.bg-verde {
  background-color: var(--bg-verde) !important;
}

.bg-verde-escuro {
  background-color: var(--bg-verde-escuro) !important;
}

.bg-vermelho {
  background-color: var(--bg-vermelho) !important;
}

.bg-roxo-escuro {
  background-color: #6a0060 !important;
}

.color-roxo {
  color: var(--bg-roxo) !important;
}

.color-vermelho {
  color: var(--bg-vermelho) !important;
}

.color-pessego {
  color: var(--bg-pessego) !important;
}

.no-padding {
  padding: 0 !important;
}

.w-90 {
  width: 90% !important;
}

nav {
  background-color: var(--bg-roxo);
  position: fixed !important;
  z-index: 99;
  width: 100%;
  top: 0;
}
nav .navbar-nav li a {
  color: var(--bg-branco);
}
nav .navbar-nav li a.nav-link:hover, nav .navbar-nav li a.nav-link.active, nav .navbar-nav li a.nav-link:focus {
  color: var(--bg-verde);
}

.inicial .campo1 .owl-banner {
  position: relative;
}
.inicial .campo1 .owl-banner .owl-nav {
  display: none !important;
}
.inicial .campo1 .owl-banner .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inicial .campo1 .owl-banner .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/inicial/dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 5px;
  border: none;
}
.inicial .campo1 .owl-banner .owl-dots .owl-dot.active {
  background-image: url("../img/inicial/dot_ative.svg");
}
.inicial .campo2 {
  padding: 110px 0px;
  background-color: var(--bg-amarelo);
  color: var(--bg-branco);
  position: relative;
}
.inicial .campo2 img.fundo-campo2 {
  position: absolute;
  top: -75px;
  left: -75px;
  max-width: 500px;
  z-index: 0;
}
.inicial .campo2 h1 {
  font-size: 110px;
  z-index: 2;
  position: relative;
  line-height: normal;
  font-weight: 800;
}
.inicial .campo2 h1 span {
  font-family: "Gazpacho";
}
.inicial .campo2 h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}
.inicial .campo2 h2 b {
  font-weight: 600;
}
.inicial .campo2 h3 {
  font-family: "Gazpacho";
}
.inicial .campo2 .r1 {
  padding-bottom: 55px;
}
.inicial .campo2 .r1 h1 {
  text-align: left;
}
.inicial .campo2 .r1 h2 {
  text-align: right;
  max-width: 700px;
}
.inicial .campo2 .owl-produtos h3 {
  text-transform: uppercase;
}
.inicial .campo2 .owl-produtos .item {
  border-radius: 40px;
  padding: 50px 0px 50px 0px;
  background-color: var(--bg-verde);
  position: relative;
  overflow: hidden;
}
.inicial .campo2 .owl-produtos .item img {
  max-height: 350px;
  width: auto;
  margin: 0 auto;
}
.inicial .campo2 .owl-produtos .item:hover {
  transition: 0.4s;
}
.inicial .campo2 .owl-produtos .item:hover .texto {
  position: absolute;
  opacity: 1;
  bottom: 0;
  transition: 0.4s;
}
.inicial .campo2 .owl-produtos .item .texto {
  position: absolute;
  transition: 0.4s;
  bottom: -50%;
  text-align: center;
  overflow: hidden;
}
.inicial .campo2 .owl-produtos .item .texto a {
  margin: 25px auto 0 auto;
}
.inicial .campo2 .owl-produtos .item .texto .tt {
  width: 100%;
  padding: 15px 0px 35px 0px;
  margin-top: -1px;
}
.inicial .loop-bg {
  width: 100%;
  height: 60px;
  /* ou o tamanho desejado */
  background-image: url("../img/inicial/loop_min.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  animation: deslizar 22s linear infinite;
}
@keyframes deslizar {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100%;
  }
}
.inicial .campo3 {
  padding: 210px 0px;
  background-color: var(--bg-rosa);
  color: var(--bg-branco);
  position: relative;
  z-index: 2;
}
.inicial .campo3 h1 {
  font-size: 300px;
  font-family: "Gazpacho";
  font-weight: 900;
}
.inicial .campo3 p {
  font-size: 29px;
  z-index: 1;
  position: relative;
}
.inicial .campo3 .h1-absolute {
  color: transparent;
  /* sem preenchimento */
  -webkit-text-stroke: 2px var(--bg-verde);
  /* contorno preto de 2px */
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 200px;
}
.inicial .campo3 .texto {
  max-width: 505px;
}
.inicial .campo3 .texto h1 {
  position: relative;
}
.inicial .campo3 .texto h1::before {
  content: "DESDE";
  display: inline-block;
  height: auto;
  font-size: 35px;
  background-color: var(--bg-amarelo);
  margin-right: 10px;
  position: absolute;
  padding: 10px 40px 15px 10px;
  color: var(--bg-rosa);
  top: 50%;
  left: -15%;
  transform: translate(-50%, -50%);
}
.inicial .campo3 .texto p {
  font-weight: 200;
}
.inicial .campo3 .texto p b {
  font-weight: 700;
}
.inicial .campo3 img {
  max-width: 605px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.inicial .campo4 {
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  background-color: var(--bg-vermelho);
}
.inicial .campo4 .campo {
  display: flex;
  flex-wrap: wrap;
  transform: rotate(-3deg);
}
.inicial .campo4 .campo .line {
  position: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.inicial .campo4 .campo .line.menos10 {
  margin-left: -10%;
}
.inicial .campo4 .campo .line.menos20 {
  margin-left: -12%;
}
.inicial .campo4 .campo .line.menos30 {
  margin-left: -12%;
}
.inicial .campo4 .campo .line.menos40 {
  margin-left: -14%;
}
.inicial .campo4 .campo .line.menos50 {
  margin-left: -16%;
}
.inicial .campo4 .campo .line.menos60 {
  margin-left: -18%;
}
.inicial .campo4 .campo .line.menos70 {
  margin-left: -20%;
}
.inicial .campo4 .campo .line.menos80 {
  margin-left: -22%;
}
.inicial .campo4 .campo .line.menos90 {
  margin-left: -24%;
}
.inicial .campo4 .campo .line.menos100 {
  margin-left: -26%;
}
.inicial .campo4 .campo .line .text_container {
  margin: 0px;
  margin-right: 29px;
  transform: skew(0.312rad);
  margin-top: -20px;
  display: flex;
  flex-direction: initial;
  width: 100%;
  text-wrap-mode: nowrap;
  transition: 0.4s ease;
}
.inicial .campo4 .campo .line .text_container span:hover {
  transition: 0.4s ease;
}
.inicial .campo4 .campo .line .text_container span:hover .text_top {
  margin-left: -10px;
  transition: 0.4s ease;
}
.inicial .campo4 .campo .line .text_container span:hover .text_bottom {
  transition: 0.4s ease;
  text-shadow: -2px 1px, -4px 2px, -6px 4px, -8px 5px;
}
.inicial .campo4 .campo .line span {
  margin-right: 35px;
}
.inicial .campo4 .campo .line .text {
  letter-spacing: 0px;
  font-size: 7vw;
  line-height: 7vw;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  transition: 0.4s ease;
}
.inicial .campo4 .campo .line .text_top {
  background: #fff;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  z-index: 1;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  letter-spacing: 0px;
  z-index: 2;
  transition: 0.4s ease;
}
.inicial .campo4 .campo .line .text_bottom {
  transition: 0.4s ease;
  letter-spacing: 0px;
  z-index: 1;
  text-shadow: -2px 1px #ccc, -4px 2px #ccc, -6px 4px #ccc, -8px 5px #ccc, -10px 6px #ccc, -12px 7px #ccc, -14px 8px #ccc, -16px 9px #ccc, -18px 10px #ccc, -20px 11px #ccc, -22px 12px #ccc, -24px 13px #ccc, -28px 14px #ccc, -30px 15px #ccc, -32px 16px #ccc, -34px 17px #ccc, -36px 18px #ccc, -40px 20px #ccc;
}
.inicial .campo4 .campo .line .color-red:hover .text {
  color: #4d000e;
}
.inicial .campo4 .campo .line .color-red .text_top {
  background: #b80030;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.inicial .campo4 .campo .line .color-red .text_bottom {
  text-shadow: -2px 1px #4d000e, -4px 2px #4d000e, -6px 4px #4d000e, -8px 5px #4d000e, -10px 6px #4d000e, -12px 7px #4d000e, -14px 8px #4d000e, -16px 9px #4d000e, -18px 10px #4d000e, -20px 11px #4d000e, -22px 12px #4d000e, -24px 13px #4d000e, -28px 14px #4d000e, -30px 15px #4d000e, -32px 16px #4d000e, -34px 17px #4d000e, -36px 18px #4d000e, -40px 20px #4d000e;
}
.inicial .campo4 .campo .line .color-green:hover .text {
  color: #5d820f;
}
.inicial .campo4 .campo .line .color-green .text_top {
  background: #00aa00;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.inicial .campo4 .campo .line .color-green .text_bottom {
  text-shadow: -2px 1px #5d820f, -4px 2px #5d820f, -6px 4px #5d820f, -8px 5px #5d820f, -10px 6px #5d820f, -12px 7px #5d820f, -14px 8px #5d820f, -16px 9px #5d820f, -18px 10px #5d820f, -20px 11px #5d820f, -22px 12px #5d820f, -24px 13px #5d820f, -28px 14px #5d820f, -30px 15px #5d820f, -32px 16px #5d820f, -34px 17px #5d820f, -36px 18px #5d820f, -40px 20px #5d820f;
}
.inicial .campo4 .campo .line .color-amarelo:hover .text {
  color: #a77100;
}
.inicial .campo4 .campo .line .color-amarelo .text_top {
  background: #feba61;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.inicial .campo4 .campo .line .color-amarelo .text_bottom {
  text-shadow: -2px 1px #a77100, -4px 2px #a77100, -6px 4px #a77100, -8px 5px #a77100, -10px 6px #a77100, -12px 7px #a77100, -14px 8px #a77100, -16px 9px #a77100, -18px 10px #a77100, -20px 11px #a77100, -22px 12px #a77100, -24px 13px #a77100, -28px 14px #a77100, -30px 15px #a77100, -32px 16px #a77100, -34px 17px #a77100, -36px 18px #a77100, -40px 20px #a77100;
}
.inicial .campo4 .campo .line .color-blue:hover .text {
  color: #31254e;
}
.inicial .campo4 .campo .line .color-blue .text_top {
  background: #6852a3;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.inicial .campo4 .campo .line .color-blue .text_bottom {
  text-shadow: -2px 1px #31254e, -4px 2px #31254e, -6px 4px #31254e, -8px 5px #31254e, -10px 6px #31254e, -12px 7px #31254e, -14px 8px #31254e, -16px 9px #31254e, -18px 10px #31254e, -20px 11px #31254e, -22px 12px #31254e, -24px 13px #31254e, -28px 14px #31254e, -30px 15px #31254e, -32px 16px #31254e, -34px 17px #31254e, -36px 18px #31254e, -40px 20px #31254e;
}
.inicial .campo4 .campo .line .color-roxo:hover .text {
  color: #420034;
}
.inicial .campo4 .campo .line .color-roxo .text_top {
  background: #8a0070;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.inicial .campo4 .campo .line .color-roxo .text_bottom {
  text-shadow: -2px 1px #420034, -4px 2px #420034, -6px 4px #420034, -8px 5px #420034, -10px 6px #420034, -12px 7px #420034, -14px 8px #420034, -16px 9px #420034, -18px 10px #420034, -20px 11px #420034, -22px 12px #420034, -24px 13px #420034, -28px 14px #420034, -30px 15px #420034, -32px 16px #420034, -34px 17px #420034, -36px 18px #420034, -40px 20px #420034;
}
.inicial .campo4 .campo .line .color-pessego:hover .text {
  color: #9b4b37;
}
.inicial .campo4 .campo .line .color-pessego .text_top {
  background: #fd927c;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.inicial .campo4 .campo .line .color-pessego .text_bottom {
  text-shadow: -2px 1px #9b4b37, -4px 2px #9b4b37, -6px 4px #9b4b37, -8px 5px #9b4b37, -10px 6px #9b4b37, -12px 7px #9b4b37, -14px 8px #9b4b37, -16px 9px #9b4b37, -18px 10px #9b4b37, -20px 11px #9b4b37, -22px 12px #9b4b37, -24px 13px #9b4b37, -28px 14px #9b4b37, -30px 15px #9b4b37, -32px 16px #9b4b37, -34px 17px #9b4b37, -36px 18px #9b4b37, -40px 20px #9b4b37;
}
.inicial .campo5 {
  padding: 110px 0px 55px 0px;
  margin-top: -50px;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.inicial .campo5 .texto {
  width: -moz-min-content;
  width: min-content;
  margin: 0 0 80px auto;
  display: block;
}
.inicial .campo5 .texto h1 {
  position: relative;
  font-size: 110px;
  color: var(--bg-branco);
  text-align: right;
  line-height: 100px;
  font-weight: 800;
}
.inicial .campo5 .texto h1 span {
  margin-right: 200px;
}
.inicial .campo5 .texto h1 span.sp2 {
  display: inline-block;
  height: auto;
  line-height: 35px;
  font-size: 28px;
  background: var(--bg-roxo);
  letter-spacing: 4px;
  position: absolute;
  font-weight: 200;
  padding: 5px;
  color: var(--bg-branco);
  top: 35%;
  left: 0%;
  max-width: 350px;
  margin-right: 0px;
  text-align: left;
  transform: translate(-50%, -50%);
}
.inicial .campo5 .texto h1 span.sp2 b {
  font-weight: 700;
}
.inicial .campo5 img.fundo-campo5 {
  position: absolute;
  top: -100px;
  left: -100px;
  max-width: 700px;
  z-index: -1;
}
.inicial .campo5 .campo {
  width: 262px;
  height: 262px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.inicial .campo5 .campo img {
  width: 262px;
  height: 262px;
}
.inicial .campo5 .campo .cc {
  width: 262px;
  height: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  color: var(--bg-branco);
  background-color: rgba(0, 0, 0, 0.3843137255);
  position: absolute;
  border-radius: 18px;
  top: 0;
  opacity: 0;
  transition: 0.4s ease;
}
.inicial .campo5 .campo:hover .cc {
  opacity: 1;
}
.inicial .onda {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inicial .onda svg {
  display: block;
  width: 100%;
  height: 60px;
}
.inicial .onda path {
  animation: ondaMove 1s ease-in-out infinite alternate;
}
@keyframes ondaMove {
  0% {
    d: path("M0.00,49.98 C149.99,150.00 349.98,-50.00 500.00,49.98 L500.00,150.00 L0.00,150.00 Z");
  }
  100% {
    d: path("M0.00,39.98 C149.99,130.00 349.98,-30.00 500.00,39.98 L500.00,150.00 L0.00,150.00 Z");
  }
}

@media (max-width: 768px) {
  .inicial .campo1 {
    margin-top: 56px;
  }
  .inicial .campo1 .owl-banner .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .inicial .campo2 {
    padding: 60px 0px;
  }
  .inicial .campo2 h1 {
    font-size: 45px;
  }
  .inicial .campo2 img.fundo-campo2 {
    top: -20px;
    left: -20px;
    max-width: 200px;
  }
  .inicial .campo2 .row.r1 {
    padding-bottom: 20px;
  }
  .inicial .campo2 .row.r1 .col {
    flex: auto;
  }
  .inicial .campo2 .row.r1 .col h2 {
    text-align: left;
    max-width: 700px;
    font-size: 20px;
    line-height: 30px;
  }
  .inicial .campo2 .owl-produtos .item {
    padding: 50px 0px 0px 0px !important;
  }
  .inicial .campo2 .owl-produtos .item .texto {
    position: relative !important;
    transition: 0.4s;
    bottom: 0;
    text-align: center;
    overflow: hidden;
  }
  .inicial .campo2 .owl-produtos .item .texto a {
    margin: 5px auto 0 auto;
  }
  .inicial .campo2 .owl-produtos .item .texto .tt {
    margin-top: -1px;
  }
  .inicial .campo3 {
    padding: 60px 0px;
  }
  .inicial .campo3 video {
    width: 100%;
  }
  .inicial .campo3 h1 {
    font-size: 120px;
  }
  .inicial .campo3 h1.h1-absolute {
    bottom: -64px;
  }
  .inicial .campo3 .texto {
    max-width: 100%;
  }
  .inicial .campo3 .texto p {
    font-size: 20px;
  }
  .inicial .campo3 .texto h1 {
    font-size: 120px;
  }
  .inicial .campo3 .texto h1::before {
    content: "DESDE";
    font-size: 35px;
    padding: 10px 40px 15px 10px;
    top: 0;
    left: 0;
    position: relative;
    transform: none;
  }
  .inicial .campo4 .campo .line .text {
    letter-spacing: 0px;
    font-size: 54px;
    line-height: 54px;
  }
  .inicial .campo5 {
    padding: 50px 0px;
  }
  .inicial .campo5 .row {
    gap: 10px;
  }
  .inicial .campo5 .row .texto {
    margin: 0 0 25px 0px;
    width: 100%;
  }
  .inicial .campo5 .row .texto h1 {
    font-size: 75px;
    text-align: left;
    line-height: 75px;
    display: grid;
  }
  .inicial .campo5 .row .texto h1 span {
    margin-right: 0px;
  }
  .inicial .campo5 .row .texto h1 span.sp2.visible-xs {
    display: inline-block !important;
    height: auto;
    line-height: 35px;
    font-size: 28px;
    background: var(--bg-roxo);
    letter-spacing: 4px;
    position: relative;
    font-weight: 200;
    padding: 5px;
    color: var(--bg-branco);
    top: 0;
    left: 0;
    max-width: 350px;
    margin-right: 0px;
    text-align: left;
    transform: none;
  }
  .inicial .campo5 .row .campo {
    margin: 0 auto;
  }
}
.club .campo1 .owl-banner {
  position: relative;
}
.club .campo1 .owl-banner .owl-nav {
  display: none !important;
}
.club .campo1 .owl-banner .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.club .campo1 .owl-banner .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/inicial/dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 5px;
  border: none;
}
.club .campo1 .owl-banner .owl-dots .owl-dot.active {
  background-image: url("../img/inicial/dot_ative.svg");
}
.club .campo2 {
  background-color: var(--bg-pessego);
  color: var(--bg-branco);
  padding: 60px;
}
.club .campo2.bg-amarelo .img-principal {
  border: 4px solid var(--bg-vermelho) !important;
}
.club .campo2 .row {
  row-gap: 60px;
}
.club .campo2 .row .texto {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.club .campo2 .row .texto h2 {
  font-size: 40px;
  font-weight: bold;
}
.club .campo2 .row .texto p {
  font-size: 22px;
  font-weight: 300;
}
.club .campo2 .row .texto a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: var(--bg-roxo);
  text-transform: uppercase;
  justify-content: right;
  font-family: "Gazpacho";
  font-weight: 600;
  transition: 0.4s ease;
}
.club .campo2 .row .texto a:hover {
  color: var(--bg-branco);
}
.club .campo2 .row .texto figure {
  position: relative;
  max-width: 500px;
  max-height: 500px;
  min-width: 500px;
  min-height: 500px;
}
.club .campo2 .row .texto figure .img-principal {
  overflow: hidden;
  max-width: 500px;
  max-height: 500px;
  min-width: 500px;
  min-height: 500px;
  border: 4px solid var(--bg-amarelo);
  border-radius: 40px;
}
.club .campo2 .row .texto figure .img-principal .parallax-img-right {
  width: -moz-max-content;
  width: max-content;
  height: 500px;
}
.club .campo2 .row .texto figure .img-principal .parallax-img-up {
  width: 100%;
  height: auto;
}
.club .campo2 .row .texto figure span {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 50%;
  right: -76px;
  transform: translateY(-50%);
}
.club .campo2 .row .texto figure span img {
  max-width: 146px;
  height: auto;
  animation: girar 40s linear infinite;
}
@keyframes girar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.club .campo3 {
  padding: 130px 0px 60px 0px;
  position: relative;
  overflow: hidden;
}
.club .campo3 img.fundo-campo3 {
  position: absolute;
  bottom: -100px;
  right: -100px;
  max-width: 1200px;
  z-index: 0;
}
.club .campo3 .campo {
  max-width: 900px;
  margin: 0 auto;
}
.club .campo3 .campo h1 {
  font-size: 175px;
  font-family: "Gazpacho";
  color: var(--bg-verde);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.club .campo3 .campo h1::after {
  content: "RECORD";
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 75px;
  width: auto;
  height: auto;
  color: var(--bg-branco);
  position: relative;
  letter-spacing: 20px;
  margin: 70px 0px 0px -60px;
}
.club .campo3 .campo p {
  color: var(--bg-branco);
  font-size: 22px;
  max-width: 366px;
}
.club .campo3 .campo-posts {
  max-width: 839px;
  margin: 0 auto;
}
.club .campo3 .campo-posts a.btn {
  margin-top: 20px;
  float: right;
  z-index: 99;
  position: relative;
}
.club .campo3 .campo-posts .fotos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 839px;
  margin: 0 auto;
  /* espaço entre itens, opcional */
}
.club .campo3 .campo-posts .fotos img {
  flex: 0 0 calc(33.333% - 20px);
  /* 3 por linha com gap de 20px */
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  width: 266px;
  height: auto;
  max-height: 266px;
}

@media (max-width: 768px) {
  .club .campo1 {
    margin-top: 56px;
  }
  .club .campo1 .owl-banner .owl-dots {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .club .campo2 {
    padding: 40px 0px;
  }
  .club .campo2 .row .texto figure {
    position: relative;
    max-width: 500px;
    max-height: 500px;
    min-width: auto;
    min-height: auto;
  }
  .club .campo2 .row .texto figure .img-principal {
    max-width: 350px;
    max-height: 350px;
    min-width: auto;
    min-height: auto;
  }
  .club .campo2 .row .texto figure span {
    right: 0;
    max-width: 80px;
    top: 20%;
  }
  .club .campo2 .row .texto h2 {
    font-size: 24px;
  }
  .club .campo2 .row .texto p {
    font-size: 16px;
  }
  .club .campo3 {
    padding: 60px 15px 60px 15px;
  }
  .club .campo3 .campo h1 {
    font-size: 65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .club .campo3 .campo h1::after {
    content: "RECORD";
    font-size: 35px;
    position: relative;
    letter-spacing: 20px;
    margin: 10px 0px 0px 0px;
  }
  .club .campo3 .campo p {
    max-width: 100%;
    font-size: 16px;
  }
  .club .campo3 .campo-posts .fotos {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }
  .club .campo3 .campo-posts .fotos img {
    /* 2 itens por linha, considerando o gap */
    box-sizing: border-box;
  }
}
.produtos .campo1 {
  width: 100%;
  height: 400px;
  margin-top: 68px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.produtos .campo1 h1 {
  font-size: 150pt;
  position: absolute;
  line-height: 140pt;
  bottom: 0px;
  left: 0;
  font-family: "Gazpacho";
  padding: 0px 15px;
}
.produtos .campo1 h1 span {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.produtos .campo1.bg-morango {
  background-image: url("../img/produtos/morango/banner.png");
}
.produtos .campo1.bg-morango h1 {
  color: #ff8560 !important;
}
.produtos .campo1.bg-pessego {
  background-image: url("../img/produtos/pessego/banner.png");
}
.produtos .campo1.bg-pessego h1 {
  color: #e3003a !important;
}
.produtos .campo1.bg-uva {
  background-image: url("../img/produtos/uva/banner.png");
}
.produtos .campo1.bg-uva h1 {
  color: var(--bg-verde) !important;
}
.produtos .campo1.bg-acai {
  background-image: url("../img/produtos/acai-hibisco/banner.png");
}
.produtos .campo1.bg-acai h1 {
  color: #ace32a !important;
}
.produtos .campo1.bg-branca-0 {
  background-image: url("../img/produtos/branca-0/banner.png");
}
.produtos .campo1.bg-branca-0 h1 {
  color: rgb(189, 100, 180) !important;
}
.produtos .campo1.bg-citrus {
  background-image: url("../img/produtos/citrus/banner.png");
}
.produtos .campo1.bg-citrus h1 {
  color: rgb(106, 85, 191) !important;
}
.produtos .campo1.bg-pina {
  background-image: url("../img/produtos/pina/banner.png");
}
.produtos .campo1.bg-pina h1 {
  color: #ff6d29 !important;
}
.produtos .campo1.bg-tangerina {
  background-image: url("../img/produtos/tangerina/banner.png");
}
.produtos .campo1.bg-tangerina h1 {
  color: #ff8560 !important;
}
.produtos .campo1.bg-uva-0 {
  background-image: url("../img/produtos/uva-0/banner.png");
  color: #2DCCD3 !important;
}
.produtos .campo1.bg-uva-0 h1 {
  color: rgb(106, 85, 191) !important;
}
.produtos .campo2 .texto {
  color: var(--bg-branco);
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 15px;
}
.produtos .campo2 .texto p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.produtos .campo2 .texto .btn {
  margin: 20px auto 0 auto;
  display: table;
}
.produtos .campo2 .texto .tabela-keep {
  padding: 30px;
  max-width: 600px;
  font-family: Arial, sans-serif;
  color: var(--bg-branco);
}
.produtos .campo2 .texto .tabela-keep table {
  width: 100%;
  border-collapse: collapse;
}
.produtos .campo2 .texto .tabela-keep table.table-vermelho td {
  border-bottom: 1px solid var(--bg-vermelho);
}
.produtos .campo2 .texto .tabela-keep table td {
  padding: 8px 0;
  border-bottom: 1px solid var(--bg-branco);
  font-size: 16px;
  vertical-align: top;
}
.produtos .campo2 .texto .tabela-keep table tr:last-child td {
  border-bottom: none;
}
.produtos .campo2 .texto .tabela-keep table td:first-child {
  font-weight: bold;
  width: 50%;
}
.produtos .campo2.estilo-citrus .cc2 {
  background: #6a55bf !important;
}
.produtos .campo2.estilo-citrus .cc2 .texto {
  color: #ace32a !important;
}
.produtos .campo2.estilo-citrus .cc2 .texto .tabela-keep {
  color: #ace32a !important;
}
.produtos .campo2.estilo-citrus .cc2 .texto .tabela-keep table td {
  border-bottom: 1px solid #ace32a !important;
  color: #ace32a !important;
}
.produtos .campo2.estilo-hibisco .cc2 {
  background: #ace32a !important;
}
.produtos .campo2.estilo-hibisco .cc2 .texto {
  color: #6a55bf !important;
}
.produtos .campo2.estilo-hibisco .cc2 .texto .tabela-keep {
  color: #6a55bf !important;
}
.produtos .campo2.estilo-hibisco .cc2 .texto .tabela-keep table td {
  border-bottom: 1px solid #6a55bf !important;
  color: #6a55bf !important;
}
.produtos .campo2.estilo-morango .cc2 {
  background: #ff8560 !important;
}
.produtos .campo2.estilo-morango .cc2 .texto {
  color: #e3003a !important;
}
.produtos .campo2.estilo-morango .cc2 .texto .tabela-keep {
  color: #e3003a !important;
}
.produtos .campo2.estilo-morango .cc2 .texto .tabela-keep table td {
  border-bottom: 1px solid #e3003a !important;
  color: #e3003a !important;
}
.produtos .campo2.estilo-pessego .cc2 {
  background: #e3003a !important;
}
.produtos .campo2.estilo-pessego .cc2 .texto {
  color: #ff8560 !important;
}
.produtos .campo2.estilo-pessego .cc2 .texto .tabela-keep {
  color: #ff8560 !important;
}
.produtos .campo2.estilo-pessego .cc2 .texto .tabela-keep table td {
  border-bottom: 1px solid #ff8560 !important;
  color: #ff8560 !important;
}
.produtos .campo2.estilo-tangerina .cc2 {
  background: #ffca00 !important;
}
.produtos .campo2.estilo-tangerina .cc2 .texto {
  color: #ff6d29 !important;
}
.produtos .campo2.estilo-tangerina .cc2 .texto .tabela-keep {
  color: #ff6d29 !important;
}
.produtos .campo2.estilo-tangerina .cc2 .texto .tabela-keep table td {
  border-bottom: 1px solid #ff6d29 !important;
  color: #ff6d29 !important;
}
.produtos .campo2.estilo-pina .cc2 {
  background: #ff6d29 !important;
}
.produtos .campo2.estilo-pina .cc2 .texto {
  color: #ffca00 !important;
}
.produtos .campo2.estilo-pina .cc2 .texto .tabela-keep {
  color: #ffca00 !important;
}
.produtos .campo2.estilo-pina .cc2 .texto .tabela-keep table td {
  border-bottom: 1px solid #ffca00 !important;
  color: #ffca00 !important;
}
.produtos .campo2.estilo-zero-alcool .cc2 {
  background: #2DCCD3 !important;
}
.produtos .campo2.estilo-zero-alcool .cc2 .texto {
  color: #BD64B4 !important;
}
.produtos .campo2.estilo-zero-alcool .cc2 .texto .tabela-keep {
  color: #BD64B4 !important;
}
.produtos .campo2.estilo-zero-alcool .cc2 .texto .tabela-keep table td {
  border-bottom: 1px solid #BD64B4 !important;
  color: #BD64B4 !important;
}
.produtos .campo2.estilo-zero-alcool-branca .cc2 {
  background: #BD64B4 !important;
}
.produtos .campo2.estilo-zero-alcool-branca .cc2 .texto {
  color: #2DCCD3 !important;
}
.produtos .campo2.estilo-zero-alcool-branca .cc2 .texto .tabela-keep {
  color: #2DCCD3 !important;
}
.produtos .campo2.estilo-zero-alcool-branca .cc2 .texto .tabela-keep table td {
  border-bottom: 1px solid #2DCCD3 !important;
  color: #2DCCD3 !important;
}

.influs .campo1 {
  background-color: var(--bg-amarelo);
  overflow: hidden;
  position: relative;
}
.influs .campo1 .img-fundo {
  position: absolute;
  bottom: -20%;
  right: -20%;
  z-index: 0;
  width: 70vw;
}
.influs .campo1 .texto {
  color: var(--bg-branco);
  text-align: right;
  margin-top: 100px;
}
.influs .campo1 .texto h1 {
  font-size: 215px;
  color: var(--bg-vermelho);
  font-family: "Gazpacho";
  line-height: 200px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
.influs .campo1 .texto h3 {
  font-family: "Inter", sans-serif;
  font-size: 125px;
  letter-spacing: 4px;
  position: relative;
  color: var(--bg-branco);
  top: 10px;
  z-index: 0;
  font-weight: 800;
}
.influs .campo1 .texto h2 {
  font-size: 45px;
  letter-spacing: 4px;
}
.influs .campo1 .texto h2 span {
  background-color: var(--bg-roxo);
  color: var(--bg-branco);
  padding: 0px 0px 10px 15px;
  margin: 15px 0px 0px 0px;
  display: inline-flex;
}
.influs .campo1 form {
  margin-top: 50px;
  font-size: 24px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.influs .campo1 form .form-check {
  color: var(--bg-roxo);
  font-size: 24px;
}
.influs .campo1 form .alinhamento {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.influs .campo1 form label {
  margin-bottom: 0px;
  color: var(--bg-roxo);
}
.influs .campo1 form input.form-control {
  max-width: 550px;
}
.influs .campo1 form .btn {
  letter-spacing: 2px;
  float: right;
}
.influs .campo1 .align {
  min-height: 100vh;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 1;
}

@media (max-width: 768px) {
  .influs .campo1 .campo1 .img-fundo {
    position: absolute;
    bottom: -5%;
    right: -10%;
  }
  .influs .campo1 .texto h3 {
    font-size: 45px;
  }
  .influs .campo1 .texto h1 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 10px;
  }
  .influs .campo1 .texto h2 {
    line-height: 22px;
    font-size: 22px;
  }
  .influs .campo1 .texto h2 span {
    margin: 5px 0px 0px 0px;
  }
  .influs .campo1 form .alinhamento {
    gap: 10px;
    flex-direction: column;
  }
  .influs .campo1 form .alinhamento label {
    font-size: 18px;
  }
  .influs .campo1 .align {
    min-height: auto;
    margin-top: 60px;
  }
}
/* PAGE LOADER */
.page-loader {
  background-color: var(--bg-roxo);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.5s;
  flex-direction: column;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-loader.hidden-load {
  background-color: var(--bg-white);
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9999;
  opacity: 1;
  top: 100vh;
  transition: 0.5s;
}
.page-loader .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rodape {
  color: var(--bg-branco);
  padding-top: 110px;
  position: relative;
  z-index: 2;
}
.rodape p {
  text-align: right;
  font-size: 12px;
}
.rodape .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.rodape .col-md-12 img.logo {
  width: auto;
  height: -moz-max-content;
  height: max-content;
}
.rodape .col-md-12 .redes svg {
  max-width: 30px;
  height: 30px;
}

.navbar-toggler {
  border: none;
  background: transparent;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1001;
}
.navbar-toggler span {
  display: block;
  height: 3px;
  width: 41px;
  background-color: #fff;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  background-image: none;
}

.navbar-toggler.collapsed {
  border: none;
  background: transparent;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1001;
}

.navbar-toggler span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

.navbar-toggler span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -7px);
}

.navbar-toggler.collapsed span:nth-child(1) {
  transform: none;
}

.navbar-toggler.collapsed span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler.collapsed span:nth-child(3) {
  transform: none;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: -ms-flexbox !important;
    display: initial !important;
  }
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: initial !important;
  }
  .rodape {
    padding-top: 60px;
  }
  .rodape .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 20px;
  }
  .rodape .col-md-12 p {
    text-align: center;
    font-size: 10px;
  }
  .page-loader .loader {
    line-height: 28vw;
  }
  .page-loader .loader::before {
    font-size: 12vw;
  }
  .produtos .campo1 {
    height: 50vh;
  }
  .produtos .campo1 h1 {
    font-size: 75px;
    position: absolute;
    line-height: 75px;
  }
  .produtos .campo2 .container-fluid.no-padding {
    padding: 0px 12px !important;
  }
  .produtos .campo2 .cc {
    padding: 0px !important;
    background-color: #9d0080;
  }
  .produtos .campo2 .cc video {
    width: 100%;
  }
  .produtos .campo2 .cc img {
    max-height: 350px;
  }
  .produtos .campo2 .cc2 {
    padding: 15px !important;
  }
  .produtos .campo2 .cc2 .texto p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }
  .produtos .campo2 .cc2 .texto .tabela-keep {
    padding: 0px;
    max-width: 100%;
  }
  .produtos .campo2 .cc2 .texto .tabela-keep table td {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */