/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,300,500,700,900|Sen:400,700|Work+Sans:100,300,500,700,900&amp;display=swap");

/* VariÃ¡veis */

* {
  z-index: 2;
}

a {
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
}

:root {
  --corUm: #7b5eea;
  --corDois: #393e46;
  --corTres: #00adb5;
  --corQuatro: #eeeeee;
  --primary-color: #6366f1;
  --secondary-color: #8b5cf6;
  --accent-color: #a855f7;
  --dark-bg: #1e1b4b;
  --darker-bg: #1e1a3a;
  --text-light: #f8fafc;
  --text-gray: #cbd5e1;
  --border-color: #374151;
  --success-color: #10b981;
  --error-color: #ef4444;
  --space: 0 auto 20px;
  --fwBolder: 600;
  --fwNormal: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0.8rem;
  line-height: 1.25;
  color: #212121;
}

iframe {
  box-shadow: 0 8px 60px -6px rgba(123, 94, 234, 0.3);
  border-radius: 15px;
}

.background-dark-blue-2 {
  background-color: #0e0529;
}

.background-dark-blue-3 {
  background-color: #19084a;
}

#hero h1 {
  text-transform: uppercase;
  text-align: left;
  font-family: "Sen";
  font-size: 3.5em;
}

.destaque {
  color: var(--corUm) !important;
  font-weight: 500;
}

.destaque2 {
  color: var(--corUm) !important;
}

.overlay nav {
  height: auto;
}

.overlay ul li a {
  letter-spacing: 0;
  font-family: "Sen";
}

[data-entrance] {
  visibility: hidden;
}

.js [data-entrance] {
  visibility: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  /*line-height: 23px;*/
  color: #535353;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background-color: #050112;
}

html {
  scroll-behavior: smooth;
}

.navbar ul {
  text-transform: uppercase;
  font-family: "Sen";
  font-size: 13px;
  letter-spacing: 2px;
}

.navbar a {
  color: #fff;
}

.navbar a:hover {
  color: var(--corUm);
  cursor: pointer;
}

.navbar-toggler {
  width: 45px;
  height: 40px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.title {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Sen";
  text-transform: uppercase;
  margin: 30px;
}

.navbar {
  /*margin-bottom: 50px;*/
  background: rgba(14, 5, 41, 1);
}

.card-body {
  color: #333;
  text-align: left;
}

.background-g-dark {
  background: linear-gradient(#0e0529, #1e0b56);
}

.hide-over {
  overflow: hidden;
}

.background-light-blue-2 {
  background-color: #4d82ff;
}

.background-image-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-height {
  height: 100vh;
}

/* Nav */
nav {
  color: #fff;
}

#nav ul {
  list-style: none;
}

#nav ul li {
  display: inline;
  margin: 20px;
  font-family: "Sen";
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 0px 20px var(--corUm);
}

.linha-vertical {
  height: 20px;
  border-right: 1px solid #336c6d;
}

#nav ul li:hover {
  text-shadow: 0px 0px 20px var(--corTres);
}

.logotipo {
  max-width: 200px;
}

/* Menu */
.navbar-menu {
  display: flex;
}

.navbar-nav {
  list-style: none;
  display: flex;
}


/* Responsividade */
@media (max-width: 768px) {
  .navbar-brand {
    height: 50px;
  }

  .logo {
    max-height: 40px;
  }

  .navbar-toggler {
    display: flex;
  }

  .navbar-menu {
    display: none;
    flex-direction: column;
    background-color: rgba(14, 5, 41, 0.95);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  .navbar-menu.open {
    display: flex;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .nav-item a {
    line-height: 8px;
    padding: 0 16px;
  }
}

/* Sections */

section {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow-x: hidden !important;
  overflow-y: hidden;
}

.background-gradient-dark {
  background: linear-gradient(#0e0529, #1e0b56);
}

.card {
  border: none;
  background-color: transparent !important;
}

.collapsible-link::after,
.collapsible-link::before {
  background: var(--corUm) !important;
}

.card-header:first-child {
  border-bottom: solid 1px var(--corUm) !important;
}

.card-header:first-child:hover {
  background-color: var(--corUm) !important;
}

.card-header:hover>.collapsible-link::before,
.card-header:hover>.collapsible-link.collapsible-link::after {
  background: #fff !important;
}

.card-header:hover {
  background-color: red;
}

.collapse {
  color: #fff;
  background-color: transparent;
}

.card-body {
  color: #fff !important;
  padding: 20px !important;
}

.card-header {
  background-color: #0e0529;
  border-bottom: solid 1px var(--corUm);
  text-align: left;
  color: #fff !important;
}

.card-header a {
  color: #fff;
  font-weight: normal;
}

.card-header a:focus,
.card-header a::selection,
.card-header a:hover {
  text-decoration: none;
}

/* .logo-wrap {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.logo-wrap li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.logo-wrap li img {
  display: block;
  height: 33px;
} */

.title-wrap {
  position: relative;
  margin-bottom: 60px;
}

.contact-det img {
  display: block;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  transform: translateZ(50px);
}

.text-grey {
  color: #f9f9f9;
}

#payment {
  background-color: var(--corDois);
}

.color-light {
  color: #fff;
}

#hero {
  /*min-height: 100vh;*/
  text-align: center;
  /*padding: 50px;*/
  /*align-items: center;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transition: height 1s;
  /*background-image: url(../img/bg-shadow.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 250px;*/
}

#devo {
  background-color: var(--corTres);
}

.btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  /*margin-left: 8px;
        margin-right: 8px;*/
  padding: 14px 28px;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  text-transform: uppercase;
}

.btn-primary,
.btn-primary:hover {
  background-color: #7b5eea !important;
}

.btn:hover {
  transform: scale(1.05);
}

/* Horizontal line */
.collapsible-link::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

/* ComentÃ¡rios */
#produtos {
  text-align: left;
  background-color: #242430;
  padding-left: 15px;
  padding-right: 15px;
}

#comentarios {
  text-align: left;
  background-color: #242430;
  padding-left: 15px;
  padding-right: 15px;
}

.count-c {
  font-weight: 600;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 10px;
}

.c-comments {
  background-color: #fff;
  padding: 50px;
  max-width: 960px;
  border-radius: 10px;
  color: #666;
  font-weight: normal;
  font-size: 13px;
  font-family: Arial;
}

.row.face-c {
  font-size: 13px;
}

.c-content {
  margin: 0px 0px 30px 0px;
}

.hora-c {
  color: #93979f;
  padding: 10px 0px 0px 0px;
  font-size: 11px;
}

.foto-c,
.foto-c img {
  background-color: #999;
  width: 50px;
  height: 50px;
  float: left;
}

.background-dark-blue-2 {
  background-color: #0e0529;
}

.nome-c {
  padding: 0px 0px 0px 10px;
  display: grid;
  font-weight: 800;
  color: #365899;
  font-size: 14px;
}

.comentario-c {
  padding: 0px 0px 0px 10px;
  display: grid;
  color: #090909;
  font-size: 14px;
}

.face-c img {
  width: 17px;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: -1px;
}

.resposta {
  margin-top: -10px;
  margin-left: 40px;
  padding: 0px 0px 0px 10px;
  border-left: solid 1px #dcdcdc;
}

/* Wave */

.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
  overflow-x: unset;
}

.ocean.dark {
  background: #0e0529;
}

.ocean.dark .wave {
  background: url("../img/wave-dark.svg") repeat-x;
}

.ocean.blue {
  background: #004cff;
}

.ocean.blue .wave {
  background: url("../img/wave-blue.svg") repeat-x;
}

.wave {
  background: url("../img/wave.svg") repeat-x;
  position: absolute;
  top: -100px;
  width: 6400px;
  height: 100px;
  animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -56px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

/* Particle */
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1 !important;
  width: 100%;
  height: 100%;
}

#particles-js.min-height {
  height: calc(100% - 100px);
}

#particles-js.min-height-snd {
  height: calc(100% - 150px);
}

#canvas-x-o {
  width: 100%;
  height: 100%;
  opacity: 0.25;
}

.tilt {
  box-shadow: 0 20px 27px rgba(0, 0, 0, 0.05);
  transform-style: preserve-3d;
  margin: 50px auto;
}

.tilt-logo {
  width: 200px;
  height: 200px;
  background-color: #7e56ff;
  background-image: linear-gradient(150deg,
      #5a00ff 0%,
      #ff1ff7 100%,
      #ff1ff7 100%);
}

.tilt-logo-inner {
  transform: translateZ(50px) translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 1.9rem;
}

.tilt-movie,
.tilt-movie img {
  width: 200px;
  height: 300px;
}

/* #Preload
    ================================================== */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.loader.dark {
  background-color: #0e0529;
}

.loader.green {
  background-color: #fff;
}

.loader.blue {
  background: linear-gradient(#2cbfc7, #46eeaa);
}

.loader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader.blue svg path,
.loader.blue svg rect {
  fill: #fff;
}

rect {
  fill: rgba(123, 94, 234, 0.7);
}

.js-tilt-glare-inner {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.089) !important;
  width: 800px !important;
  height: 800px !important;
}

@media only screen and (max-width: 480px) {

  #hero {
    padding: 10px;
  }

  #hero h2 {
    font-size: 1em !important;
  }

  #hero h1 {
    font-size: 1.1em !important;
  }

  #hero .copy {
    padding: 20px !important;
  }
}

/* #FAQ
================================================== */

.card {
  background-color: transparent;
  background-clip: none;
  border: none;
  border-radius: 0;
}

.card-body {
  padding: 20px;
}

.card-title {
  margin-bottom: 0;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.accordion-style .card-header a {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 12px 25px;
  cursor: pointer;
  color: #212121;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.accordion-style .card-header a:hover {
  color: #fff;
}

.accordion-style .card-header a:before {
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  right: 15px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.accordion-style .card-header a:after {
  content: "";
  width: 1px;
  height: 17px;
  bottom: 50%;
  margin-bottom: -9px;
  right: 23px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.accordion-style .card-header a:hover:before,
.accordion-style .card-header a:hover:after {
  background-color: #fff !important;
}

.accordion-style .card-header a[aria-expanded="true"]:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ESTILO PRONTO */
.hero-center-wrap p span.font-big-color,
.countdown li,
.table-sale.future-price h4,
.btn-primary.table-ver,
.nav-item ul li a:hover,
.nav-item ul li a:active,
.nav-item ul li a:focus,
.title-wrap .back-title,
.app-btn,
.app-btn:hover,
.modal-body h3,
.roadmap-box p.plan span,
.footer-list li a:hover,
.footer p a,
.footer p a:hover,
.nav-item ul li a.active-subnav,
.menu-back.dark .nav-item ul li a.active-subnav,
.menu-back.dark .nav-item ul li a:hover {
  color: #7b5eea;
}

.title-wrap {
  position: relative;
  margin-bottom: 60px;
}

.title-wrap .back-title {
  position: absolute;
  z-index: 1;
  top: -55px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 100px;
  opacity: 0.1;
}

.title-wrap h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #323232;
  z-index: 2;
}

.text-white {
  color: #fff !important;
}

.title-wrap p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #444;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding-top: 10px;
}

.color-pr {
  color: #7b5eea !important;
}

h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}

.light-font {
  font-weight: 200;
  font-size: 40px;
}

.z-bigger {
  z-index: 10;
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}

.padding-top-big {
  padding-top: 110px;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.background-parallax {
  position: absolute;
  display: block;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.text-white {
  color: #fff !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.suscribe {
  position: relative;
  padding-right: 45px;
}

.suscribe .btn {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 2;
  border-radius: 3px;
  padding: 10px 20px;
}

.btn span {
  position: relative;
  display: block;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-list li {
  padding: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 31%;
}

.footer-list li a {
  display: inline-block;
  color: #a3b0bd;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.background-dark-blue-4 {
  background-color: #050112;
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}

@media (max-width: 990px) {
  .title-wrap .back-title {
    font-size: 3em !important;
    top: -25px;
  }

  .fruits-col {
    position: relative !important;
    height: 430px !important;
    display: table !important;
    margin-bottom: 0px !important;
  }

  .hand {
    left: -202px !important;
  }

  .about-img {
    left: 110px !important;
  }

  .p1 {
    left: 30px !important;
    bottom: 280px !important;
  }

  .p2 {
    bottom: -60px !important;
    right: -18px !important;
  }

  .p3 {
    left: 0 !important;
    bottom: 480px !important;
  }

  .p4 {
    left: 0 !important;
    bottom: 280px !important;
  }

  /* .logo-wrap {
    text-align: center !important;
  } */
}

footer p {
  font-size: 13px;
  letter-spacing: 1px;
  color: #a3b0bd;
  margin-bottom: 0;
}

.footer .app-btn {
  font-size: 14px;
}

.footer-list a:hover {
  text-decoration: none;
}

.background-path {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.scene.dark {
  background: #1e0b56;
}

.scene {
  width: 100%;
  height: 100%;
}

/* #Go to top button
================================================== */

.scroll-to-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 95;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-to-top.light {
  color: #fff;
}

.scroll-to-top:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -30px;
  opacity: 0;
  left: 0;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-image: url("../img/arrow-up.svg");
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-to-top.light:before {
  background-image: url("../img/arrow-up-light.html");
}

.scroll-to-top:hover:before {
  top: -40px;
  opacity: 1;
}

.hero-center-wrap p span.back-color,
.btn-primary,
.btn-primary:hover,
.countdown p span,
.background-color,
.table-sale.future-price p span,
.line-sep,
.next-roadmap:hover,
.prev-roadmap:hover,
#owl-roadmap:before,
.app-list li:before,
.team-img-mask,
.progress-bar,
.roadmap-box p span,
.accordion-style .card-header a:hover,
.accordion-style .card-header a:before,
.accordion-style .card-header a:after,
input.btn.btn-primary,
.prev-roadmap.dark,
.next-roadmap.dark {
  background-color: #7b5eea !important;
}

#hero h1 {
  color: #fff;
  font-size: 2.8em;
  width: max-content;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: unset;
  text-align: left;
  max-width: 100%;
}

#hero h2 {
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
}

#hero .copy {
  padding: 50px;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  background: var(--corUm) !important;
  color: var(--corUm) !important;
}

.overlay ul li a:hover {
  color: var(--corUm) !important;
}

.b-name {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  line-height: 30px;
  margin: 20px 0px 10px 0px;
  transition: all 0.4s ease-in-out;
  transform: translateZ(50px);
}

.b-text {
  color: #999;
}

.b-icon img {
  /*filter: drop-shadow(0px 0px 5px rgba(123, 94, 234, 0.7));*/
  width: 60px;
  transition: all 0.4s ease-in-out;
  transform: translateZ(50px);
}

#cadastro .col-md-3 {
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  margin: 10px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border: solid 1px #370d6f96;
}

#cadastro .col-md-3:hover>.b-icon>img {
  /* transform: scale(1.3);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.342)); */
  overflow: hidden;
}

#cadastro {
  position: relative;
}

.enllax {
  position: absolute !important;
  float: right;
  right: 0px;
}

#footer table img {
  width: 80px;
}

.selos {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8em;
}

.about-img {
  max-width: 190px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  bottom: 40px;
  left: 170px;
  position: absolute;
}

.about-img::after {
  transform: rotate(15deg);
}

@keyframes float {
  0% {
    transform: translatey(0px) rotate(15deg);
  }

  50% {
    transform: translatey(-40px) rotate(10deg);
  }

  100% {
    transform: translatey(0px) rotate(15deg);
  }
}

@keyframes float-fruits {
  0% {
    transform: translatey(0px) rotate(15deg) scale(0.8);
    filter: blur(4px);
  }

  50% {
    transform: translatey(-60px) rotate(40deg) scale(1);
    filter: blur(2px);
  }

  100% {
    transform: translatey(0px) rotate(15deg) scale(0.8);
    filter: blur(4px);
  }
}

@keyframes float-fruits2 {
  0% {
    transform: translatey(0px) rotate(-15deg) scale(1.4);
    filter: blur(7px);
  }

  50% {
    transform: translatey(-40px) rotate(-30deg) scale(1.1);
    filter: blur(3px);
  }

  100% {
    transform: translatey(0px) rotate(-15deg) scale(1.4);
    filter: blur(7px);
  }
}


@keyframes float-price {
  0% {
    transform: scale(1) translateZ(50px) rotate(10deg) translate(10px, 10px);
  }

  50% {
    transform: scale(1.15) translateZ(50px) rotate(10deg) translate(10px, 10px);
    ;
  }

  100% {
    transform: scale(1) translateZ(50px) rotate(10deg) translate(10px, 10px);
  }
}

.hand {
  max-width: 700px;
  position: absolute;
  left: -100px;
  bottom: -111px;
  z-index: -1040;
  transform: rotate(42deg);
}

.p1 {
  animation: float-fruits 8s ease-in-out infinite;
  position: absolute;
  left: 90px;
  bottom: 250px;
  width: 60px;
}

.p2 {
  animation: float-fruits2 12s ease-in-out infinite;
  max-width: 170px;
  position: absolute;
  bottom: -40px;
  right: 0px;
}

.p3 {
  animation: float-fruits2 8s ease-in-out infinite;
  position: absolute;
  left: 25px;
  bottom: 450px;
  width: 60px;
}

.p4 {
  animation: float-fruits2 6s ease-in-out infinite;
  position: absolute;
  left: 250px;
  bottom: 250px;
  width: 80px;
}

.about-ct p {
  color: #999;
  letter-spacing: 0px;
}

h4,
.h4 {
  font-size: 1.7rem;
  font-weight: 500;
}

.text-grey {
  color: #f9f9f9;
}

.lead {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

.app-list {
  list-style: none;
}

.app-list li {
  position: relative;
  margin-top: 10px;
  font-size: 13px;
  line-height: 23px;
  padding-left: 25px;
  text-transform: uppercase;
}

.app-list li:before {
  position: absolute;
  top: 12px;
  height: 1px;
  width: 20px;
  left: -15px;
  content: "";
  z-index: 1;
}

h5,
.h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

/* .logo-wrap {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

.logo-wrap li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin-right: 20px;
}

.logo-wrap li img {
  display: block;
  height: auto;
  max-width: 100px;
} */

/* .logo-d {
  padding: 0px;
} */

.background-gradient-dark-re {
  background: linear-gradient(#1e0b56, #0e0529);
}

.por-pote {
  background-color: #fff;
  color: #333;
  /* width: max-content; */
  width: 90px;
  height: 90px;
  padding: 25px 0 65px 0;
  border-radius: 100%;
  /* vertical-align: -webkit-baseline-middle; */
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999999;
  transform-style: preserve-3d;
  /* transform: rotate(10deg) translateZ(50px); */
  animation: float-price 1s ease-in-out infinite
}

.product-img {
  position: relative;
}

.logo-wrap-footer {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.logo-wrap-footer li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin-right: 20px;
}

.logo-wrap-footer li img {
  display: block;
  height: auto;
  max-width: 80px;
}

#ct-mobile,
#ct-desktop {
  display: none;
}

#home {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Responsivo */
@media (max-width: 480px) {
  #josh h1 {
    font-size: 1.8em !important;
  }

  h3.text-white {
    font-size: 22px;
    margin-top: -23px;
  }

  .flex-control-nav li {
    width: 46% !important;
  }

  .assinatura-josh {
    margin-bottom: 30px;
  }

  .flexslider-controls {
    margin-bottom: 50px !important;
  }

  #componentes .lead {
    font-size: 1em;
  }

  #home {
    padding: 20px 20px;
    background-position-y: 110px;
    height: max-content !important;
    background-size: 780px;
    max-height: unset !important;
  }

  #home ul {
    margin-top: 450px !important;
  }

  #home .pod {
    animation: none !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #home li {
    width: 315px !important;
  }

  #home .pod {
    max-width: 200px;
  }

  #home li {
    font-size: 1em !important;
  }

  #home li:hover {
    font-size: 1.1em !important;
    font-weight: 600;
  }

  #home ul {
    max-width: 307px;
    /*padding-top: 30px;*/
  }

  #home p {
    font-size: 2em !important;
    text-align: center !important;
    line-height: 30px !important;
  }

  .bg-formulario {
    position: unset !important;
    /* left: 0px; */
    width: 500px !important;
    /* bottom: 0px; */
    /* align-self: unset; */
    display: unset !important;
    margin-left: unset !important;
  }

  #formulario .text p {
    width: unset !important;
    text-align: center !important;
    font-size: 2em !important;
  }

  .ct-for p {
    font-size: 1em !important;
  }

  .blog-slider__empresa {
    text-align: center !important;
  }

  .blog-slider__content {
    margin-left: -0px !important;
  }

  .blog-slider__title {
    text-align: center !important;
  }

  #formulario h1 {
    width: 100% !important;
    font-size: 2em !important;
    padding: 0px !important;
  }

  #formulario h2 {
    text-align: center !important;
    font-size: 1.5em !important;
    width: 100% !important;
    margin: 0px !important;
  }

  .amostra-h1,
  .amostra-h2 {
    width: 100%;
    margin-bottom: 30px;
  }

  #hero h1 {
    text-align: center;
    font-size: 1.7em !important;
  }

  .ct-howuse-title {
    max-width: 190px;
    float: right;
    position: absolute;
    right: 0px;
    padding: 0px 10px;
    text-align: left;
  }

  .text-howuse {
    margin-top: 100px !important;
  }

  .btn {
    width: 100%;
    padding: 20px;
  }

  body {
    text-align: center !important;
    overflow-x: hidden;
  }

  section {
    padding: 50px 20px;
  }

  .resposta {
    margin-left: 20px;
  }

  .accordion-style .card-header a {
    padding: 12px 45px 12px 25px;
  }

  #payment {
    padding-top: 0px;
  }

  .logo-wrap-footer {
    margin-top: 0px;
  }

  .logo-wrap-footer li img {
    max-width: 70px;
  }

  .logo-wrap-footer li {
    margin-bottom: 20px;
  }

  #footer {
    text-align: -webkit-center;
  }

  .footer-list li {
    text-align: center !important;
  }

  /* #garantia .lead {
    text-align: center !important;
    margin-top: 40px;
  } */

  #aviso li {
    font-size: 0.7em !important;
  }

  .logo-aviso {
    padding-bottom: 30px;
  }

  .swal2-styled.swal2-cancel {
    width: 100% !important;
  }

  .swal2-styled.swal2-confirm {
    width: 100% !important;
  }
}

.last-att {
  font-size: 0.8em;
}

.last-att a {
  color: #999 !important;
}

.last-att a:hover {
  color: rgb(201, 201, 201) !important;
  text-decoration: none;
}

.preload {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  background-image: url("https://38.media.tumblr.com/bec5933eea5043acf6a37bb1394384ab/tumblr_meyfxzwXUc1rgpyeqo1_400.gif");
  background-size: 298px 298px;
  background-position: center;
  background-repeat: no-repeat;
}

#ct-mobile,
#ct-desktop {
  display: none;
}

.like {
  color: #3b5998;
  font-weight: bold;
}

.like img {
  width: 12px;
  margin-top: -3px;
}

.selo {
  max-width: 230px;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #443a8d;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(211, 211, 211, 0.26);
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar {
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  color: lightgrey;
  text-align: center;
  overflow: visible;
}

#progressbar .active {
  color: var(--corUm);
  background-color: transparent;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  background: url(../img/step1.svg) no-repeat center center #0c0727;
  content: "";
  border: solid 2px #443a8d;
}

#progressbar #personal:before {
  background: url(../img/step2.svg) no-repeat center center #0c0727;
  content: "";
  border: solid 2px #443a8d;
}

#progressbar #payment:before {
  background: url(../img/step3.svg) no-repeat center center #0c0727;
  content: "";
  border: solid 2px var(--corUm);
  animation: float-oferta 2s ease-in-out infinite;
}

@keyframes float-oferta {
  0% {
    transform: translatey(0px) rotate(15deg);
    filter: drop-shadow(0px 0px 10px #443a8d);
  }

  50% {
    transform: translatey(2px) rotate(15deg);
    filter: drop-shadow(0px 0px 0px #443a8d);
  }

  100% {
    transform: translatey(0px) rotate(15deg);
    filter: drop-shadow(0px 0px 10px #443a8d);
  }
}

#progressbar #confirm:before {
  background: url(../img/step4.svg) no-repeat center center #0c0727;
  content: "";
  border: solid 2px #3e3c52;
}

#account::after,
#personal::after {
  background: #443a8d !important;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #43398d;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#aviso {
  background-color: #0b0627;
  padding: 20px 0px;
}

#aviso li {
  font-family: "Sen", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #43398d;
  letter-spacing: 2px;
}

.logo-aviso {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transition: height 1s;
}

#formulario {
  background-color: #080025;
}

/* Responsivo */
@media (max-width: 480px) {

  .list-amostra {
    margin-bottom: 50px !important;
    display: flow-root;
  }

  .list-amostra ul {
    -webkit-padding-start: 0 !important;
  }

  .list-amostra ul li {
    max-width: 100% !important;
  }

}

.title-funil {
  font-size: 3em !important;
  text-transform: uppercase;
  line-height: 50px;
  margin: 15px 0px;
}

.brinde {
  animation: brinde 1s ease-in-out infinite;
  width: 90px !important;
}

@keyframes brinde {
  0% {
    filter: drop-shadow(0px 0px 10px #443a8d);
  }

  50% {
    filter: drop-shadow(0px 0px 20px #443a8d);
    transform: scale(1.05);
  }

  100% {
    filter: drop-shadow(0px 0px 10px #443a8d);
  }
}

.swal2-timer-progress-bar {
  background: var(--corUm) !important;
  box-shadow: 0px 0px 10px var(--corUm);
}

.swal2-success-circular-line-right {
  background-color: transparent !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid var(--corUm) !important;
}

.swal2-icon.swal2-success {
  border-color: var(--corUm) !important;
  color: var(--corUm) !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"],
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: var(--corUm) !important;
}

.title-howuse {
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.number {
  font-weight: 600;
  color: var(--corUm);
}

.line {
  height: 100%;
  width: 3px;
  background-color: red;
}

/* TIMELINE
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline {
  position: relative;
}

.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background: var(--corUm);
  box-shadow: 0 8px 60px -6px rgba(123, 94, 234, 0.7);
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li .ct-house {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #0e0529;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.timeline ul li .ct-house::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) .ct-house {
  left: 30px;
  top: 5px;
}

.timeline ul li:nth-child(odd) .ct-house::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #0e0529 transparent transparent;
}

.timeline ul li:nth-child(even) .ct-house {
  left: -439px;
}

.timeline ul li:nth-child(even) .ct-house::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #0e0529;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS
  â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: var(--corUm);
}

.timeline ul li .ct-house {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) .ct-house {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) .ct-house {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view .ct-house {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
  â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media screen and (max-width: 900px) {
  .timeline ul li .ct-house {
    width: 250px;
  }

  .timeline ul li:nth-child(even) .ct-house {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li .ct-house {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) .ct-house {
    left: 30px;
    top: 5px;
  }

  .timeline ul li:nth-child(even) .ct-house::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #0e0529 transparent transparent;
  }
}

.img-howuse img {
  max-width: 100px;
  position: absolute;
  left: -10px;
  top: -30px;
  border-radius: 10px;
  transform: translateZ(30px);
}

.ct-howuse-title {
  text-align: left;
}

.text-howuse {
  margin-top: 60px;
}

.ct-house {
  transform-style: preserve-3d;
}

.pills img {
  width: 100px;
}

.howuse-p1 {
  right: 0px;
  top: 20%;
  position: absolute;
}

.howuse-p3 {
  right: 0px;
  top: 60%;
  position: absolute;
}

.howuse-p5 {
  right: 0px;
  top: 80%;
  position: absolute;
}

.howuse-p2 {
  left: 0px;
  top: 80%;
  position: absolute;
}

.howuse-p4 {
  left: 0px;
  top: 80%;
  position: absolute;
}

#date {
  background-color: #ffd640;
  position: relative;
  z-index: 999;
  padding: 10px 0px;
  color: #333;
  font-size: 0.9em;
}

/* Para quem */
.ct-for img:hover {
  transform: scale(1.3);
  animation: brilho-oferta 1s ease-in-out infinite;
}

.ct-for img {
  position: relative;
  max-width: 100%;
}

@keyframes brilho-oferta {
  0% {
    filter: drop-shadow(0px 0px 50px #443a8d62);
    bottom: 0px;
  }

  50% {
    filter: drop-shadow(0px 0px 100px #443a8d);
    transform: scale(1.05);
    bottom: 10px;
  }

  100% {
    filter: drop-shadow(0px 0px 50px #443a8d62);
    bottom: 0px;
  }
}

.ct-for p {
  position: absolute;
  bottom: 0px;
  width: 100%;
  bottom: 30px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.5em;
  margin-left: -12px;
  z-index: 99999;
}

.scene {
  background: #fff;
  width: 100%;
  height: 100%;
}

.scene.dark {
  background: #1e0b56;
}

.scene path:first-child {
  opacity: 0.06;
}

.scene path:nth-child(2) {
  opacity: 0.035;
}

.scene path:nth-child(3) {
  opacity: 0.04;
}

.scene path:nth-child(4) {
  opacity: 0.045;
}

.scene path:nth-child(5) {
  opacity: 0.04;
}

.scene path:nth-child(6) {
  opacity: 0.035;
}

.scene path:nth-child(7) {
  opacity: 0.04;
}

/* Form */

.form-control {
  /*	outline: 0;
	border: 0px;
	padding: 12px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: #443a8d;
    padding: 12px 20px !important;
    height: 45px;
    width: 100%;*/
  border: 1px solid #ccc;
  color: #555;
  background: #fff;
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 46px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.3333333;
  text-align: left !important;
}

.form-control:active,
.form-control:focus {
  outline: 0;
  border: 1px solid #ccc;
  color: #555;
  box-shadow: none !important;
}

.help-block.with-errors {
  width: 100%;
  font-size: 13px;
  color: #db695d;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 1px;
}

.help-block.with-errors.textarea-error {
  top: 107px;
}

.form-control:-ms-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999999;
}

.form-on-blue .form-control:-ms-input-placeholder {
  color: #f1f1f1;
}

.form-control:active:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
  color: #fff;
}

.form-control::-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999999;
}

.form-on-blue .form-control::-moz-placeholder {
  color: #f1f1f1;
}

.form-control:active::-moz-placeholder,
.form-control:focus::-moz-placeholder {
  color: #666;
}

.form-control:-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}

.form-on-blue .form-control:-moz-placeholder {
  color: #666;
}

.form-control:active:-moz-placeholder,
.form-control:focus:-moz-placeholder {
  color: #666;
}

.form-control::-webkit-input-placeholder {
  color: #666;
}

.form-control:disabled::-webkit-input-placeholder {
  color: #969696;
}

.form-on-blue .form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control:active::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
  color: #999;
}

.has-error .form-control {
  border-color: solid 1px #a94442 !important;
  border: solid 1px #db695d !important;
}

#formulario :disabled {
  background-color: #e8e8e8;
  border: solid 1px #b7b7b7;
  color: #969696 !important;
}

.form-group {
  margin-bottom: 10px;
}

.select-control {
  text-align-last: left;
}

.ct-amostra-form {
  /*background-color: #0e0529;*/
  border-radius: 10px;
  padding: 0px;
}

.amostra-form .btn {
  box-shadow: 0 8px 60px -6px rgba(123, 94, 234, 0.7) !important;
}

.h3-upsell {
  background-color: #ffd640 !important;
  width: max-content;
  padding: 10px 40px;
  color: #333 !important;
}

.bg-formulario {
  position: absolute;
  /* left: 0px; */
  width: 1000px;
  /* bottom: 0px; */
  /* align-self: unset; */
  display: flex;
  margin-left: -45em;
  width: 1090px;
}

#formulario h1 {
  background-color: white;
  width: fit-content;
  margin: 0px;
  padding: 5px 20px;
  font-size: 2.8em;
  font-weight: 600;
  font-family: "Sen";
  letter-spacing: -2px;
}

#formulario h2 {
  margin: 20px 0px;
  font-weight: 500;
  font-family: "Sen";
  text-align: left;
  font-size: 2em;
  color: var(--corUm);
}

.amostra-pod {
  margin: 50px 50px 50px 0px;
  animation: float 6s ease-in-out infinite;
  max-width: 200px;
}

.blog-slider {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #0e0529;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    margin: 130px auto 0px auto !important;
    height: auto;
    margin: 180px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #7b5eea 0%, #a290eb 74%);
  border-radius: 10px;
  transform: translateX(-80px);
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(123, 94, 234, 0.2);
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #7b5eea 0%, #7b5eea 74%);
  border-radius: 10px;
  opacity: 0.2;
}

.amostra-form button {
  width: 100% !important;
  border-radius: 10px;
  padding: 20px 0px;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
  margin-left: -25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.fruits-testimonial {
  position: absolute;
  width: 100px;
  z-index: 9999999;
}

.p1-t {
  bottom: -70px;
  left: -60px;
  transform: rotate(-25deg);
  animation: p2-t 10s ease-in-out infinite;
}

.p2-t {
  top: -70px;
  right: -60px;
  transform: rotate(-25deg);
  animation: p2-t 6s ease-in-out infinite;
}

@keyframes p2-t {
  0% {
    transform: translatey(0px) rotate(15deg) scale(0.8);
    filter: blur(4px);
  }

  50% {
    transform: translatey(10px) rotate(40deg) scale(0.9);
    filter: blur(2px);
  }

  100% {
    transform: translatey(0px) rotate(15deg) scale(0.8);
    filter: blur(4px);
  }
}

@keyframes p1-t {
  0% {
    transform: translatey(0px) rotate(-15deg) scale(1);
    filter: blur(4px);
  }

  50% {
    transform: translatey(20px) rotate(-40deg) scale(1.2);
    filter: blur(2px);
  }

  100% {
    transform: translatey(0px) rotate(-15deg) scale(1);
    filter: blur(4px);
  }
}

.blog-slider__empresa {
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  color: var(--corUm);
}

.blog-slider__text {
  color: #878592;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #7b5eea 0%, #7b5eea 74%);
  padding: 15px 35px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #ad96e2;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #7b5eea;
  height: 30px;
  box-shadow: 0 8px 60px -6px rgba(123, 94, 234, 0.7);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/* Produtos Section */
.produtos {
  padding: 60px 0;
  background: #f8f8f8;
  color: #333;
}

.produtos h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #8a2be2;
}

.categoria {
  margin-bottom: 4rem;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(248, 248, 248, 0.9) 100%);
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(138, 43, 226, 0.2);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.categoria::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8a2be2, #9932cc, #ff6b6b, #4ecdc4);
  background-size: 200% 100%;
  animation: gradientFlow 2s linear infinite;
}

.categoria h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #241650;
  text-align: center;
  border-bottom: 3px solid transparent;
  background: linear-gradient(90deg, #8a2be2, #9932cc);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 200% 0%;
  }
}

.produtos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  justify-items: center;
  align-items: start;
  column-gap: 0.5rem;
  margin: 0 auto;
  max-width: 900px;
}

.produto-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 18px;
  background: linear-gradient(135deg,
      rgba(138, 43, 226, 0.1) 0%,
      rgba(153, 50, 204, 0.05) 100%);
  border-radius: 15px;
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

.produto-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #8a2be2, #9932cc, #ff6b6b, #4ecdc4);
  background-size: 400% 400%;
  animation: gradientShift 3s ease infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -2;
}

.produto-item::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(248, 248, 248, 0.9) 100%);
  border-radius: 13px;
  z-index: -1;
}

.produto-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(138, 43, 226, 0.3);
  border-color: #8a2be2;
}

.produto-item:hover::before {
  opacity: 1;
}

.produto-item:active {
  transform: translateY(-4px) scale(0.98);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.produto-nome {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.produto-preco {
  font-weight: bold;
  color: #8a2be2;
  font-size: 1.3rem;
  text-shadow: 0 2px 4px rgba(138, 43, 226, 0.3);
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.produto-item:hover .produto-nome {
  color: #1a1a1a;
}

.produto-item:hover .produto-preco {
  color: #6a1b9a;
  text-shadow: 0 2px 8px rgba(106, 27, 154, 0.5);
}

@media (max-width: 900px) {
  .produtos-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

/* Form Styling */
.customer-form {
  max-width: 600px;
  margin: 20px auto;
  background: rgba(30, 27, 75, 0.8);
  padding: 3rem;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.customer-form .star {
  color: red;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text-light);
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  background: rgba(30, 27, 75, 0.5);
  color: var(--text-light);
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.form-control::placeholder {
  color: var(--text-gray);
}

/* File Upload */
.file-upload {
  position: relative;
}

.file-upload input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-upload-display {
  border: 2px dashed var(--border-color);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.file-upload-display:hover {
  border-color: var(--accent-color);
  background: rgba(168, 85, 247, 0.05);
}

.file-upload-text {
  color: var(--text-gray);
  font-size: 1rem;
}

.file-preview {
  margin-top: 1rem;
}

.file-preview img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Checkbox */
.checkbox-group {
  display: flex;
  align-items: center;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.9rem;
}

.checkbox-label input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  margin-right: 0.5rem;
  position: relative;
  transition: all 0.3s ease;
  /* background: #fff; */
  display: inline-block;
  box-sizing: border-box;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.checkbox-label input[type="checkbox"]:checked+.checkmark::after {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}

.terms-link {
  color: var(--accent-color);
  text-decoration: none;
}

.terms-link:hover {
  text-decoration: underline;
}

/* Submit Button */
.submit-button {
  width: 100%;
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--accent-color));
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.submit-button:active {
  transform: translateY(0);
}

#formulario .text p {
  color: #fff;
  font-size: 2.8em;
  width: max-content;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: unset;
  text-align: right;
  max-width: 438px;
}

#formulario ul {
  list-style: none;
  text-align: left;
}

#formulario li {
  color: #ddd0ff;
  margin: 0px 0px;
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Work Sans", "Wen", "Poppins";
  width: 350px;
  float: right;
  text-align: left;
}

#formulario ul img {
  width: 20px;
  margin: 0px 10px 0px 0px;
}

#formulario li hr {
  background-color: var(--corUm);
}

.form-ct {
  /*background-image: linear-gradient(147deg, #7b5eea 0%, #7b5eea 74%);*/
  background-color: #000;
  color: #fff;
  height: 500px;
  padding: 20px 10px;
  border-radius: 5px;
}

.form-box {
  background-color: #efefef;
  height: 250px;
  margin-top: 20px;
  border-radius: 5px;
}

.amostra-chamada .amostra-text {
  font-size: 1.3em;
  color: white;
  padding: 10px 20px;
  background-color: var(--corUm);
  border-radius: 10px 10px 0px 0px;
  z-index: 999999;
  position: relative;
}

.espera-text {
  font-size: 1em;
  color: white;
  padding: 10px 20px;
  background-color: var(--corUm);
  border-radius: 10px 10px 0px 0px;
  z-index: 999999;
  position: relative;
}

.amostra-chamada .destaque {
  font-size: 1.5em !important;
  color: #333 !important;
  background-color: #ffd640 !important;
  font-size: 1.3em;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  animation: amostra-chamada-destaque 0.8s ease-in-out infinite;
}

.destaque-espera {
  font-size: 1.2em !important;
  color: #333 !important;
  background-color: #ffd640 !important;
  font-size: 1.3em;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  animation: amostra-chamada-destaque 0.8s ease-in-out infinite;
}

@keyframes amostra-chamada-destaque {
  0% {
    filter: drop-shadow(0px 0px 30px #ffd640);
    font-size: 1.4em;
  }

  50% {
    filter: drop-shadow(0px 0px 20px #ffd640);
    font-size: 1.3em;
  }

  100% {
    filter: drop-shadow(0px 0px 30px #ffd640);
    font-size: 1.4em;
  }
}

.ct-amostra-form form {
  background-color: #fff !important;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  z-index: 999999;
  position: relative;
}

.amostra-form,
.amostra-form2 {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  z-index: 999999;
  position: relative;
}

.arrow-amostra {
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 0px;
  padding: 0px 20px;
}

.arrow-amostra img {
  width: 40px;
  animation: amostrachamadadestaque 1s ease-in-out infinite;
}

@keyframes amostrachamadadestaque {
  0% {
    transform: translateX(-1px);
    filter: drop-shadow(0px 0px 20px #a690fd);
  }

  50% {
    transform: translateX(-20px);
    filter: drop-shadow(0px 0px 30px #a690fd);
  }

  100% {
    transform: translateX(-1px);
    filter: drop-shadow(0px 0px 20px #a690fd);
  }
}

#shadow-root {
  display: none !important;
}

#home h2 {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
}

#home h1 {
  color: #fff;
  font-size: 2.8em;
  width: max-content;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: unset;
  text-align: left;
  max-width: 100%;
}

#home .pod {
  animation: brilho 4s ease-in-out infinite;
  max-width: 200px;
}

@keyframes brilho {
  0% {
    filter: drop-shadow(0px 0px 20px #443a8da2);
    transform: translatey(0px) rotate(15deg);
  }

  50% {
    filter: drop-shadow(0px 0px 100px #443a8da2);
    transform: translatey(-30px) rotate(10deg);
  }

  100% {
    filter: drop-shadow(0px 0px 20px #443a8da2);
    transform: translatey(0px) rotate(15deg);
  }
}

#home p {
  color: #fff;
  font-size: 2.5em;
  padding: 10px;
  display: inline-block;
  text-transform: unset;
  text-align: right;
  font-family: "Work Sans", sans-serif;
  line-height: 1.1;
  font-weight: 700;
}

#home p .destaque {
  font-weight: 700 !important;
}

.destaque-espera {
  font-weight: 500 !important;
}

#home ul {
  list-style: none;
  text-align: left;
}

#home li {
  color: #ddd0ff;
  margin: 0px 0px;
  font-size: 1.1em;
  font-weight: 400;
  font-family: "Work Sans", "Wen", "Poppins";
  width: 350px;
  float: right;
  text-align: left;
}

#home li:hover {
  color: #ddd0ff;
  margin: 0px 0px;
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Work Sans", "Wen", "Poppins";
  width: 350px;
  float: right;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease-in-out
}

#home ul img {
  width: 20px;
  margin: 0px 10px 0px 0px;
}

#home li hr {
  background-color: var(--corUm);
}

#home .col-md-4 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

#home button {
  margin-top: 30px !important;
  width: 100%;
  max-width: 300px;
}

/* NOVO */

.flexslider,
.flexslider-controls {
  width: 100%;
}

.slide_text {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  bottom: 0;
  color: #fff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
      endColorstr=#99000000);
  /* IE6â€“IE9 */
  left: 0;
  padding: 1em;
  position: absolute;
  width: 100%;
  zoom: 1;
}

.slide_title {
  font-size: 1.2em;
  text-transform: uppercase;
}

.slide_byline {
  font-size: 0.8em;
  display: block;
}

.flex-control-nav li {
  transition: all 0.4s ease-in-out;
  font-size: 1em;
  color: #fff;
  margin: 5px 0px;
  width: 110px;
  max-width: 100%;
  float: left;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  height: 110px;
  border-radius: 10px;
  margin: 5px;
  text-align: center !important;
  border: solid 1px #370d6f96;
  background-color: rgba(88, 88, 88, 0.021);
  padding: 5px;
}

.flex-control-nav li:last-child {
  border: solid 1px #370d6f96;
}

.flex-control-nav .flex-active {
  color: var(--corUm);
  box-shadow: 0px 0px 70px #7a5eea23;
  background: transparent;
  border: solid 1px #370d6f96;
}

.flex-control-nav hr {
  background-color: rgba(102, 102, 102, 0.637);
  margin: 0px;
}

/* Minified FlexSlider CSS with Chrome fix */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: 0;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  /*-webkit-backface-visibility:hidden;*/
  position: relative;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  background: #0e0529;
  border-radius: 25px;
  position: relative;
  zoom: 1;
  color: #fff;
  height: 100%;
  max-width: 100% !important;
  /*Aqui*/
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
  position: relative;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  zoom: 1;
  *display: inline;
  text-align: left;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.component-control {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0px !important;
}

.component-ct img {
  width: 150px !important;
  height: auto;
  position: static;
  border-radius: 100%;
  margin-bottom: 30px;
}

.component-ct {
  overflow: visible;
  text-align: center;
  max-width: 100% !important;
}

.component-txt {
  background-color: #fff;
  color: #333;
  padding: 100px 40px 40px 40px;
  margin-top: -100px;
}

.icon-comp {
  margin: 15px 0px;
}

.component-txt:after {
  background: linear-gradient(-45deg, #0e0529 5px, transparent 0),
    linear-gradient(45deg, #0e0529 5px, transparent 0);
  background-position: left-bottom;
  background-repeat: repeat-x;
  background-size: 10px 10px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}

.component-txt .component-title {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
  padding: 20px !important;
}

.component-txt p {
  color: #666;
  margin: 30px;
}

.text-cinza {
  color: #999;
}

#josh {
  padding-bottom: 0px !important;
  background-image: url("../img/bg-josh.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  background-color: #0c0527;
  overflow-x: unset !important;
  overflow-y: unset !important;
}

#josh .destaque-josh {
  color: #fff;
  font-weight: bold;
  background-color: var(--corUm);
  padding: 5px 10px;
}

#josh .pod {
  max-width: 100px;
  animation: float 6s ease-in-out infinite;
  position: absolute;
  bottom: 30px;
  right: 0px;
}

.video {
  position: relative;
}

#josh h1 {
  color: #fff;
  font-size: 2.4em;
  width: max-content;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: unset;
  text-align: center;
  max-width: 100%;
}

.circle-josh {
  width: 500px;
  height: 500px;
  background-color: #7a5eea57;
  position: absolute;
  z-index: -9999;
  border-radius: 100%;
  filter: blur(201px);
  max-width: 100%;
}

.modal-footer {
  justify-content: center !important;
}

.btn-flutuante-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: .5s;
}

.btn-flutuante-whatsapp img {
  width: 60px;
  height: 60px;
}

.btn-flutuante-whatsapp:hover {
  transform: scale(1.05);
  transition: .5s;
}



.last-att a:hover {
  cursor: pointer !important;
}

.flex-control-nav li:hover {
  cursor: pointer !important;
}

.show-mobile,
.show-desktop {
  display: none;
}

.du-row .destaque {
  color: #ffd640 !important;
}

.row-economia {
  background-color: #ffd640;
  padding: 10px;
  display: block;
  margin: 0px 10px 50px 0px;
  text-transform: uppercase;
  color: #333;
  border-radius: 5px;
  font-size: 16px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 768px) {

  .btn-flutuante-whatsapp {
    left: 10px;
    bottom: 10px;
    right: unset;
  }
}

.percent-desconto {
  background-color: #ffd640;
  border-radius: 5px;
  color: #000;
  width: max-content;
  padding: 1px 20px;
  display: inline-flex;
  margin: 0px 0px 15px 0px;
}

.text-howuse .text-white,
.card-body .text-grey {
  color: #999 !important;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.delay {
  display: none;
}

.form-input-vsl {
  width: 100%;
  min-height: 40px;
  padding: 8px;
  border-radius: 7px;
  border: solid 1px #dadada;
  margin: 10px 0px;
  background-color: #f9f9f9;
  text-align: center;
  font-size: 16px;
  color: #666;
}