@charset "UTF-8";
/* Variables */
:root {
  --primary: #050423;
  --primary-rgba: rgba(4, 24, 31, 0.75);
  --white: #ffffff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px #F0F0F0;
          box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.owl-nav .owl-next {
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2%;
  font-size: 30px !important;
  background-color: rgba(4, 24, 31, 0.75) !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
}

.owl-nav .owl-prev {
  left: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2%;
  font-size: 30px !important;
  background-color: rgba(4, 24, 31, 0.75) !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
}

.custom-toast-position {
  top: 70px !important;
}

.swal2-popup.swal2-toast {
  background: rgba(58, 58, 58, 0.4) !important;
}

.swal2-success-circular-line-left,
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix,
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  background-color: transparent !important;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip,
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  background: #05F8FE;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border-color: #05F8FE !important;
}

.swal2-popup.swal2-toast .swal2-title {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 15px !important;
}

.collapse.in {
  display: block;
}

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--primary);
  overflow-x: hidden;
}

body:not(.home) {
  padding-top: 75px;
  font-family: "Manrope", sans-serif;
}

body.woocommerce-account,
body.woocommerce-checkout,
body.woocommerce-cart {
  color: #fff;
  font-family: "Manrope", sans-serif;
}

a {
  color: #fff;
}

.titulo-pagina {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 30px;
}

ul.nav-scroll {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
}

ul.nav-scroll li {
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: var(--primary-rgba);
  padding: 10px;
}

ul.nav-scroll li:last-of-type {
  margin-right: 0;
}

ul.nav-scroll li a {
  color: var(--white);
}

#wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  font-size: 16px;
  min-width: 200px;
  padding: .5rem 1rem;
  font-family: "Playfair Display", sans-serif;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.form-group label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #fff;
}

.form-group span {
  width: 100%;
  display: block;
}

.form-group .form-control {
  font-family: "Manrope", sans-serif;
  border-radius: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  padding: 15px 10px;
  font-size: 12pt;
  display: block;
  width: 100%;
}

.form-group textarea.form-control {
  height: auto;
}

.navbar {
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
}

.navbar .navbar-brand {
  margin-right: 50px;
}

.navbar .navbar-toggler {
  color: white;
  border: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.navbar-blue {
  background-color: var(--primary);
}

.navbar.bg-scrolling {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.67%, var(--primary)), to(rgba(28, 69, 87, 0)));
  background: linear-gradient(180deg, var(--primary) 19.67%, rgba(28, 69, 87, 0) 100%);
}

.navbar .logo {
  height: 65px;
}

.navbar .dropdown-menu {
  background-color: var(--primary);
  border-radius: 0px;
  border: none;
  right: 0;
  left: auto;
}

.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:active {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

.navbar #menu-cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .cart-contents {
  position: relative;
}

.navbar .cart-contents i {
  font-size: 24px;
}

.navbar .cart-count {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3EABF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.navbar ul li {
  margin-right: 15px;
}

.navbar ul li:last-of-type {
  margin-right: 0;
}

.navbar ul li a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
}

.navbar ul li a.button {
  border: 1px solid #3AB0F6;
  width: 130px;
  text-align: center;
  border-radius: 38px;
}

.navbar ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.banner {
  padding: 100px 0 0 0;
  background-position: center;
  background-size: cover;
  background-color: var(--primary);
  position: relative;
  background-attachment: fixed;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner .icon_youtube {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 3%;
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.banner .icon_instagram {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 10%;
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

.banner .icon_facebook {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 5%;
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}

.banner .icon_tiktok {
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 10%;
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}

.banner h1 {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-style: normal;
  padding: 30px 0px 0px 0px;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 800;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .banner h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

.banner h1 span {
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner h3 {
  font-size: 31px;
  color: #fff;
}

.banner .conteudo {
  max-width: 38%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .banner .conteudo {
    max-width: 100%;
  }
}

.banner .conteudo p {
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.banner a {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-style: normal;
}

.banner a.link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
}

.banner a.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-shadow: 0px 8px 44px 0px #2AF5FF1A;
          box-shadow: 0px 8px 44px 0px #2AF5FF1A;
  border-radius: 24px;
  color: #050505;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.banner figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner figure figcaption {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .banner figure figcaption {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 18px;
  }
}

.banner figure img {
  margin-bottom: 30px;
}

.banner .flutuante {
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
  position: absolute;
  right: 90px;
  bottom: 25%;
  text-align: right;
}

@media (max-width: 768px) {
  .banner .flutuante {
    display: none;
  }
}

.banner .flutuante figure {
  margin: 0;
}

.banner .flutuante figure figcaption {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  background: rgba(58, 58, 58, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin-left: auto;
  border-radius: 13px;
}

.banner .content {
  position: relative;
  z-index: 2;
}

.banner .logos::before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(19.67%, var(--primary)), to(rgba(28, 69, 87, 0)));
  background: linear-gradient(90deg, var(--primary) 19.67%, rgba(28, 69, 87, 0) 100%);
  z-index: 1;
}

.banner .logos::after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(19.67%, var(--primary)), to(rgba(28, 69, 87, 0)));
  background: linear-gradient(270deg, var(--primary) 19.67%, rgba(28, 69, 87, 0) 100%);
  right: 0;
}

.banner .marquee {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.banner .marquee .marquee--inner {
  position: absolute;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

.banner .marquee span {
  overflow: hidden;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.banner .logos img {
  margin-right: 30px;
  margin-bottom: 10px;
}

.banner .video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.banner .video::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 4, 35, 0.88);
}

.banner .video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #050423;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #050423), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #050423 25%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.banner .video video {
  width: 100%;
}

section {
  padding: 40px 0;
}

section h2 {
  margin-bottom: 40px;
  font-size: 36px;
}

.como_funciona .col-12.col-md-6:first-of-type {
  position: relative;
}

.como_funciona .col-12.col-md-6:first-of-type::before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #3bb0f5;
}

.como_funciona .col-12.col-md-6:first-of-type::after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 5px;
  background: #050423;
  background: -webkit-gradient(linear, left bottom, left top, from(#050423), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #050423 0%, rgba(255, 255, 255, 0) 100%);
}

.como_funciona h1 {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-style: normal;
  padding: 30px 0px 0px 0px;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 800;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .como_funciona h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

.como_funciona h1 span {
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.como_funciona .conteudo {
  margin-bottom: 30px;
}

.como_funciona .conteudo p {
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.como_funciona figure {
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
  position: absolute;
  left: -50px;
  bottom: 25%;
  text-align: left;
  margin: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .como_funciona figure {
    display: none;
  }
}

.como_funciona figure figcaption {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  background: rgba(58, 58, 58, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin-left: auto;
  border-radius: 13px;
}

.como_funciona figure img {
  margin-bottom: 30px;
}

.como_funciona #iphone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.como_funciona #iphone #notifications {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.como_funciona #iphone #notifications .notification {
  background-image: url(../images/notification.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 220px;
  height: 40px;
  margin-bottom: 15px;
  position: relative;
}

.como_funciona #iphone #notifications .notification:last-of-type {
  margin-bottom: 0;
}

.como_funciona #iphone #notifications .notification p {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 12px;
  margin-bottom: 0;
  position: absolute;
  left: 40px;
  bottom: 5px;
  opacity: .55;
}

.como_funciona .itens .item {
  padding: 50px 30px;
  background-color: #1D2439;
  border: 1px solid;
  border-image-source: linear-gradient(220.04deg, #3EABF5 15.15%, rgba(5, 248, 254, 0) 65.51%);
  margin-bottom: 50px;
  opacity: .55;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.como_funciona .itens .item:hover {
  background: linear-gradient(108.89deg, #28F6FF -69.86%, #1D2439 34.22%, #1D2439 65.66%, #28F6FF 159.37%);
  opacity: 1;
}

.como_funciona .itens .item h2 {
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.como_funciona .itens .item p {
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.como_funciona .itens a.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-shadow: 0px 8px 44px 0px #2AF5FF1A;
          box-shadow: 0px 8px 44px 0px #2AF5FF1A;
  border-radius: 24px;
  color: #050505;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.como_funciona .numeros {
  margin-top: 100px;
  margin-bottom: 100px;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(40, 246, 255, 0) 0%, #12CFFF 49.48%, rgba(0, 175, 255, 0) 100%);
}

@media (max-width: 768px) {
  .como_funciona .numeros {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

.como_funciona .numeros .item {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(40, 246, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(40, 246, 255, 0) 100%);
  padding: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .como_funciona .numeros .item {
    text-align: center;
  }
  .como_funciona .numeros .item .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .como_funciona .numeros .item:nth-of-type(2), .como_funciona .numeros .item:nth-of-type(3), .como_funciona .numeros .item:nth-of-type(4) {
    border-top: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, rgba(40, 246, 255, 0) 0%, #12CFFF 49.48%, rgba(0, 175, 255, 0) 100%);
  }
}

.como_funciona .numeros .item::before {
  content: '';
  display: block;
  width: 2px;
  height: 150%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 246, 255, 0)), color-stop(49.48%, #12CFFF), to(rgba(0, 175, 255, 0)));
  background: linear-gradient(0deg, rgba(40, 246, 255, 0) 0%, #12CFFF 49.48%, rgba(0, 175, 255, 0) 100%);
}

@media (max-width: 768px) {
  .como_funciona .numeros .item::before {
    left: -2px;
  }
}

.como_funciona .numeros .item::after {
  content: '';
  display: block;
  width: 2px;
  height: 150%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 246, 255, 0)), color-stop(49.48%, #12CFFF), to(rgba(0, 175, 255, 0)));
  background: linear-gradient(0deg, rgba(40, 246, 255, 0) 0%, #12CFFF 49.48%, rgba(0, 175, 255, 0) 100%);
}

.como_funciona .numeros .item:last-of-type::after {
  content: '';
  display: block;
  width: 2px;
  height: 150%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 246, 255, 0)), color-stop(49.48%, #12CFFF), to(rgba(0, 175, 255, 0)));
  background: linear-gradient(0deg, rgba(40, 246, 255, 0) 0%, #12CFFF 49.48%, rgba(0, 175, 255, 0) 100%);
}

@media (max-width: 768px) {
  .como_funciona .numeros .item:last-of-type::after {
    display: none;
  }
}

.como_funciona .numeros .item:first-of-type {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(40, 246, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(40, 246, 255, 0) 100%);
}

.como_funciona .numeros .item p.antes,
.como_funciona .numeros .item p.depois,
.como_funciona .numeros .item p.numero {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 30px;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.como_funciona .numeros .item .texto {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.sobre .item {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0px -2px 40px 0px rgba(40, 246, 255, 0.15);
          box-shadow: 0px -2px 40px 0px rgba(40, 246, 255, 0.15);
  -webkit-box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3);
          box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3);
  padding: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .sobre .item {
    padding: 35px;
  }
}

@media (max-width: 768px) {
  .sobre .item img {
    margin-left: -35px;
    margin-top: -35px;
  }
}

.sobre .item h3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 768px) {
  .sobre .item h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.sobre .item h3.w-35 {
  width: 40%;
}

@media (max-width: 768px) {
  .sobre .item h3.w-35 {
    width: 100%;
  }
}

.sobre .item p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

.sobre .item p.w-35 {
  width: 40%;
}

.sobre .item a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.sobre .item a.button {
  border: 1px solid #3AB0F6;
  width: 130px;
  text-align: center;
  border-radius: 38px;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.crescimento {
  padding-bottom: 80px;
  position: relative;
  background-image: url(../images/ellipse_products.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.crescimento h2 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 42px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .crescimento h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.crescimento h2 span {
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crescimento p {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .crescimento p {
    max-width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.crescimento .toggle_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.crescimento .toggle_container p {
  margin: 0;
}

.crescimento .toggle_container input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.crescimento .toggle_container label {
  cursor: pointer;
  text-indent: -9999px;
  width: 52px;
  height: 28px;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  display: block;
  border-radius: 100px;
  position: relative;
  margin: 0 10px;
}

.crescimento .toggle_container label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.crescimento .toggle_container input:checked + label:after {
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.crescimento .toggle_container label:active:after {
  width: 24px;
}

.crescimento #tiktok_products, .crescimento #instagram_products {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.crescimento #tiktok_products:not(.d-none), .crescimento #instagram_products:not(.d-none) {
  opacity: 1;
}

.crescimento #instagram_products,
.crescimento #tiktok_products {
  margin-bottom: 50px;
}

.crescimento .col-md-4:nth-last-of-type(5) h2 {
  background: linear-gradient(84.61deg, #BA75E3 19.29%, #05FE9A 75.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crescimento .col-md-4:nth-last-of-type(4) h2 {
  background: linear-gradient(84.83deg, #3EABF5 13.25%, #05F8FE 59.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crescimento .col-md-4:nth-last-of-type(3) h2 {
  background: -webkit-gradient(linear, right top, left top, from(#DA61B1), to(#8424E2));
  background: linear-gradient(270deg, #DA61B1 0%, #8424E2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crescimento .col-md-4:nth-last-of-type(2) h2 {
  background: linear-gradient(43.95deg, #FFDD55 -5.76%, #FF543E 105.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crescimento .col-md-4:nth-last-of-type(5) h2 {
  background: linear-gradient(84.61deg, #BA75E3 19.29%, #05FE9A 75.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .crescimento .col-md-4:nth-last-of-type(2) {
    scale: 1;
  }
}

.crescimento .item {
  -webkit-box-shadow: 0px 0.5px 0px 0px #FFFFFF80 inset;
          box-shadow: 0px 0.5px 0px 0px #FFFFFF80 inset;
  -webkit-box-shadow: 0px -2px 40px 0px #5100FF26;
          box-shadow: 0px -2px 40px 0px #5100FF26;
  -webkit-box-shadow: 0px -2px 10px 0px #E9DFFF4D;
          box-shadow: 0px -2px 10px 0px #E9DFFF4D;
  border-radius: 20px;
  padding: 50px 30px;
  margin-top: 50px;
}

.crescimento .item h2 {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .crescimento .item h2 {
    font-size: 24px;
    line-height: 18px;
  }
}

.crescimento .item .conteudo p {
  width: 100%;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.crescimento .item .conteudo p,
.crescimento .item .conteudo ul {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .crescimento .item .conteudo p,
  .crescimento .item .conteudo ul {
    font-size: 16px;
    line-height: 28px;
  }
}

.crescimento .item .variation-select {
  width: 100%;
  max-width: 300px;
  /* Ajuste o valor conforme necessário */
  padding: 12px 16px;
  background-color: #1a1a2e;
  /* Cor do fundo semelhante à imagem */
  background-image: url(../images/arrow_select.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  color: #d1d1e0;
  /* Cor do texto */
  border: none;
  border-radius: 8px;
  appearance: none;
  /* Remove o estilo padrão */
  -webkit-appearance: none;
  /* Remove o estilo padrão no Safari */
  -moz-appearance: none;
  /* Remove o estilo padrão no Firefox */
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.crescimento .item .custom_text_input {
  width: 100%;
  max-width: 300px;
  /* Ajuste o valor conforme necessário */
  padding: 12px 16px;
  background-color: #1a1a2e;
  /* Cor do fundo semelhante à imagem */
  color: #d1d1e0;
  /* Cor do texto */
  border: none;
  border-radius: 8px;
  appearance: none;
  /* Remove o estilo padrão */
  -webkit-appearance: none;
  /* Remove o estilo padrão no Safari */
  -moz-appearance: none;
  /* Remove o estilo padrão no Firefox */
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.crescimento .item .variation-select:focus {
  outline: none;
  /* Remove a borda padrão do foco */
  -webkit-box-shadow: 0 0 5px #0077b6;
          box-shadow: 0 0 5px #0077b6;
  /* Adiciona um efeito de foco suave */
}

.crescimento .item .variation-select::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 6px solid transparent;
  border-top-color: #d1d1e0;
  /* Cor da seta */
  pointer-events: none;
  /* Impede a interação com a seta */
}

.crescimento .item a {
  display: block;
  width: auto;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-shadow: 0px 8px 44px 0px #2AF5FF1A;
          box-shadow: 0px 8px 44px 0px #2AF5FF1A;
  border-radius: 24px;
  color: #050505;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 100%;
  text-align: center;
}

.crescimento a.change-to-custom-products,
.crescimento a.change-to-default-products {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-shadow: 0px 8px 44px 0px #2AF5FF1A;
          box-shadow: 0px 8px 44px 0px #2AF5FF1A;
  border-radius: 24px;
  color: #050505;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 100%;
  text-align: center;
  margin-top: 25px;
}

.engajamento p.subtitulo {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.engajamento h2 {
  max-width: 90%;
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  text-align: right;
  margin-bottom: 15px;
}

.engajamento p {
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.engajamento a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  padding: 16px 16px;
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: 0px 8px 44px 0px #2AF5FF1A;
          box-shadow: 0px 8px 44px 0px #2AF5FF1A;
  border-radius: 24px;
  color: #050505;
  text-decoration: none;
  -webkit-animation: bounce 3s infinite ease-in-out;
          animation: bounce 3s infinite ease-in-out;
}

.nossos_clientes {
  background-repeat: no-repeat;
  background-position: top right;
}

.nossos_clientes .logo_vertical {
  margin-bottom: 30px;
}

@-webkit-keyframes vertical-marquee-1 {
  from {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes vertical-marquee-1 {
  from {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes vertical-marquee-2 {
  from {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes vertical-marquee-2 {
  from {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes vertical-marquee-3 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes vertical-marquee-3 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.nossos_clientes .testimonial-row {
  overflow: hidden;
  max-height: 600px;
  position: relative;
}

.nossos_clientes .testimonial-row::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.67%, var(--primary)), to(rgba(28, 69, 87, 0)));
  background: linear-gradient(180deg, var(--primary) 19.67%, rgba(28, 69, 87, 0) 100%);
  right: 0;
  z-index: 1;
}

.nossos_clientes .testimonial-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(19.67%, var(--primary)), to(rgba(28, 69, 87, 0)));
  background: linear-gradient(0deg, var(--primary) 19.67%, rgba(28, 69, 87, 0) 100%);
  right: 0;
  z-index: 1;
}

.nossos_clientes .testimonial-content-1 {
  -webkit-animation: vertical-marquee-1 205s linear infinite;
          animation: vertical-marquee-1 205s linear infinite;
  overflow: hidden;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}

.nossos_clientes .testimonial-content-2 {
  -webkit-animation: vertical-marquee-2 185s linear infinite;
          animation: vertical-marquee-2 185s linear infinite;
  overflow: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nossos_clientes .testimonial-content-3 {
  -webkit-animation: vertical-marquee-3 195s linear infinite;
          animation: vertical-marquee-3 195s linear infinite;
  overflow: hidden;
}

.nossos_clientes h2 {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .nossos_clientes h2 {
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
  }
}

.nossos_clientes h2 span {
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nossos_clientes .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .nossos_clientes .logos {
    max-width: 100%;
  }
}

.nossos_clientes .logos img {
  margin-right: 15px;
  margin-bottom: 10px;
}

.nossos_clientes .logos img:last-of-type {
  margin-right: 0;
}

.nossos_clientes .item {
  padding: 20px;
  background: #1D2439;
  -webkit-box-shadow: 0px 2px 4px 0px #0000001A;
          box-shadow: 0px 2px 4px 0px #0000001A;
  -webkit-box-shadow: 0px 8px 16px 0px #0000000D;
          box-shadow: 0px 8px 16px 0px #0000000D;
  margin-bottom: 30px;
}

.nossos_clientes .item .conteudo p {
  color: #fff;
}

.perguntas_frequentes p.caption {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-optical-sizing: auto;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perguntas_frequentes h2 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 48px;
  line-height: 68px;
}

@media (max-width: 768px) {
  .perguntas_frequentes h2 {
    font-size: 30px;
    line-height: 24px;
  }
}

.perguntas_frequentes .accordion {
  --bs-accordion-bg: transparent;
}

.perguntas_frequentes .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.perguntas_frequentes .accordion-item .number {
  padding: 15px 0 15px 30px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .perguntas_frequentes .accordion-item .number {
    padding: 15px 0 15px 15px;
  }
}

.perguntas_frequentes .accordion-item .accordion-header .accordion-button {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.perguntas_frequentes .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/arrow.svg);
}

.perguntas_frequentes .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--primary);
}

.perguntas_frequentes .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow.svg);
}

.perguntas_frequentes .accordion-item .accordion-body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: 30px;
}

@media (max-width: 768px) {
  .perguntas_frequentes .accordion-item .accordion-body {
    padding: 0 0 15px 0;
  }
}

footer {
  color: #fff;
  margin-top: 50px;
  padding: 50px 15px 30px;
  position: relative;
}

@media (max-width: 768px) {
  footer {
    margin-top: 0;
  }
}

footer .voltar_topo {
  position: absolute;
  background-color: #fff;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #051d2c;
}

footer .voltar_topo:hover, footer .voltar_topo:active, footer .voltar_topo:focus {
  color: #051d2c;
}

footer .logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

footer p {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

footer p.copyright {
  color: #848895;
  text-transform: uppercase;
}

footer p.subtitle {
  text-transform: uppercase;
}

footer ul {
  margin-bottom: 30px;
  padding: 0;
}

footer ul li {
  display: block;
  margin-right: 15px;
  margin-bottom: 20px;
}

footer ul li:last-of-type {
  margin-right: 0;
}

footer ul li a {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #848895 !important;
  font-size: 15px;
  line-height: 18px;
}

footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
  color: #fff;
}

footer ul.redes_sociais li {
  background: #848895;
  padding: 0 10px;
}

footer ul.redes_sociais li a {
  color: #000 !important;
}

footer .copyright {
  margin: 0;
}

.page-formulario h1, .page-formulario h2, .page-formulario h3, .page-formulario h4, .page-formulario h5, .page-formulario h6 {
  margin-bottom: 40px;
  font-size: 30px;
  font-family: 'Playfair Display';
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  position: relative;
}

.wc-block-components-sidebar-layout .wc-block-components-main::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 246, 255, 0)), color-stop(49.48%, #12CFFF), to(rgba(0, 175, 255, 0)));
  background: linear-gradient(0deg, rgba(40, 246, 255, 0) 0%, #12CFFF 49.48%, rgba(0, 175, 255, 0) 100%);
}

.wc-block-components-order-summary-item {
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(40, 246, 255, 0) 0%, #12CFFF 49.48%, rgba(0, 175, 255, 0) 100%);
}

.wc-block-components-order-summary {
  position: relative;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3EABF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%);
  padding: 16px 16px;
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  -webkit-box-shadow: 0px 8px 44px 0px #2AF5FF1A;
          box-shadow: 0px 8px 44px 0px #2AF5FF1A;
  border-radius: 24px;
  color: #050505;
  text-decoration: none;
  border: none;
}

.wc-block-components-button__text {
  color: #fff;
}

#loading {
  font-size: 18px;
  color: #0077b6;
  font-weight: bold;
  text-align: center;
  font-family: "Manrope", sans-ser;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 30px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  width: auto !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background-color: #3EABF5 !important;
  border-color: #3EABF5 !important;
  color: #fff !important;
  opacity: 1 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  text-decoration: none;
}

.woocommerce-password-strength {
  color: #000;
}

.woocommerce-MyAccount-navigation {
  width: 20% !important;
}

.woocommerce-MyAccount-navigation {
  position: relative;
}

.woocommerce-MyAccount-navigation::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 246, 255, 0)), color-stop(49.48%, #12CFFF), to(rgba(0, 175, 255, 0)));
  background: linear-gradient(0deg, rgba(40, 246, 255, 0) 0%, #12CFFF 49.48%, rgba(0, 175, 255, 0) 100%);
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li:last-of-type {
  margin-bottom: 0;
}

.woocommerce-MyAccount-content {
  width: 80% !important;
}

.woocommerce-Button,
#payment .button,
.woocommerce-orders-table__cell-order-actions .woocommerce-button {
  margin-right: 5px !important;
  background-color: transparent !important;
  background: linear-gradient(264.14deg, #3EABF5 47.86%, #05F8FE 87.99%) !important;
  padding: 10px 20px !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  -webkit-box-shadow: 0px 8px 44px 0px #2AF5FF1A !important;
          box-shadow: 0px 8px 44px 0px #2AF5FF1A !important;
  border-radius: 24px !important;
  color: #050505 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button:last-of-type {
  margin-right: 0;
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-terms-and-conditions-wrapper a,
.wc_payment_methods {
  color: #000;
}

.woocommerce-Input {
  background-color: #1a1a2e !important;
  color: #d1d1e0 !important;
  /* Cor do texto */
  border: none;
  border-radius: 8px;
  appearance: none !important;
  /* Remove o estilo padrão */
  -webkit-appearance: none !important;
  /* Remove o estilo padrão no Safari */
  -moz-appearance: none !important;
  /* Remove o estilo padrão no Firefox */
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  padding: 12px 16px;
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  width: 50px;
  height: 50px;
}
/*# sourceMappingURL=main.css.map */