@font-face {
  font-family: "ExtraBold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/Made-Tommy-ExtraBold.eot");
  src: url("../fonts/Made-Tommy-ExtraBold.otf") format("otf"),
    url("../fonts/Made-Tommy-ExtraBold.ttf") format("truetype"),
    url("fonts/Made-Tommy-ExtraBold.woff") format("woff"),
    url("fonts/Made-Tommy-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Light";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/Made-Tommy-Light.eot");
  src: url("../fonts/Made-Tommy-Light.otf") format("otf"),
    url("../fonts/Made-Tommy-Light.ttf") format("truetype"),
    url("fonts/Made-Tommy-Light.woff") format("woff"),
    url("fonts/Made-Tommy-Light.woff2") format("woff2");
}

html {
  height: 100%;
  min-height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  max-width: 100vw;
  background-color: #000;
  background: #000;
  overflow-x: hidden;
  max-width: 100vw;
}

.header {
  margin-top: -30px;
}

h1 {
  font-size: 2rem;
}

.fontSize45 {
  font-size: 40px;
}

.font-size30 {
  font-size: 28px !important;
}

.t-upper {
  text-transform: uppercase;
}

.f-extraBold {
  font-family: "ExtraBold";
}

.f-light {
  font-family: "Light";
}

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

.bg-branco {
  background-color: #fff;
}

.bg-principal {
  background-color: #10d555;
}

.bg-sec {
  background-color: #250045;
}

.color-branco {
  color: #fff;
}

.color-principal {
  color: #d51010;
  /* background: -webkit-linear-gradient(rgb(42, 95, 217), rgb(0, 195, 240));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; */
  font-size: 20px;
}

.border-principal {
  border-color: #10d555 !important;
}

.br-20 {
  border-radius: 20px;
}

.color-sec {
  color: #250045;
}

.d-flex {
  display: flex;
}

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

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

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

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

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-flow: wrap;
}

.w-100 {
  width: 100%;
}

.w-25 {
  width: 15%;
}

.w-75 {
  width: 75% !important;
}
.w-50 {
  width: 50% !important;
}

.gap-50 {
  gap: 50px;
}

.gap-15 {
  gap: 15px;
}

.gap-10 {
  gap: 10px;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.p-30 {
  padding: 30px;
}

.p-15 {
  padding: 15px;
}

.p-10 {
  padding: 10px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: -5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-0 {
  margin-top: -12px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  font-style: none !important;
  text-decoration: none !important;
}

b,
strong {
  font-family: "Black";
}

.d-none {
  display: none;
}

.d-block {
  display: block !important;
}

.scale {
  transform: scale(1.2);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.pa-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sessao-topo {
  background-color: #000;
}

.sessao-topo h1,
.sessao-topo h2,
.sessao-topo p {
  position: relative;
  /* top: -40px; */
}

.progress {
  background: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 15px;
  width: 100%;
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 0 12px 2px #d51010;
  border-radius: 100px;
  background: #d51010;
  height: 13px;
  width: 0;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 96%;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: transparent;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  /* height: 100px; */
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;

  &::before,
  &::after {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }

  &::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }

  &::before {
    left: 0;
    top: 0;
  }

  .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(200px * 14);
    gap: 50px;
  }

  .slide {
    width: 200px;
  }
}

.video-vturb {
  width: 85%;
  overflow: hidden;
}

#app {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panorama-slider {
  padding: 20px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.panorama-slider .swiper {
  width: 100%;
  /* height: 280px; */
}

.panorama-slider .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.panorama-slider .swiper-pagination {
  bottom: -10px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #fff;
}

.btn-whats {
  background-color: #25D366;
  border: 50px;
  max-width: 305px;
  width: 100%;
  gap: 5px;
  padding: 10px 0;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 3px #25D366;
  animation: pulse infinite 0.8s;
  /* text-shadow: 0 0 #000; */
}

.btn-whats img {
  width: 40px;
  height: auto;
}

.btn-whats span {
  background-color: #25D366;
  font-size: 1.5em;
  text-shadow: 0 0 6px #0000006b;
}

.sessao-funciona {
  /* background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../images/bg-funciona.webp'); */
  background-image: url("../images/bg-funciona.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 35px;
}

.sessao-funciona h2 {
  margin-bottom: -10px;
  font-size: 2.5em !important;
  letter-spacing: 4px;
  text-shadow: 0 0 40px rgba(68, 68, 68, 0.37);
}

.sessao-feedback {
  background-image: url("../images/bg-funciona.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tit-sec {
  font-size: 1.8em;
}

.card-icon,
.card-content {
  background: #fff;
  border-radius: 20px;
}

.card-title {
  font-size: 1.1em;
}

.img-forma {
  width: 120px;
  height: auto;
  position: absolute;
  left: calc(50% - 40px);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.img-celular {
  width: 95px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 5;
}

.quadrado-img {
  width: 150px;
  height: 150px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin: auto;
}
.title-quadrado {
  top: 15%;
  left: 12%;
  width: 50%;
  font-size: 0.9em;
  line-height: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.nome-user {
  color: #d4d4d4;
  font-size: 0.9em;
}

.grupo-user {
  font-size: 0.7em;
}

.sessao-quem {
  background: #121212;
}

.img-quem {
  width: 175px;
  height: 175px;
  /* background-image: url('images/fotoperfil.webp'); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: 100%; */
  /* position: relative; */
  border-radius: 50%;
  padding: 5px;
  border: 3px solid #fff;
}

.img-quem img {
  border-radius: 50%;
}

.img-quem::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/verificado.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 3;
}

.sessao-quem h2 {
  font-size: 2em;
  line-height: 1.5em;
  padding-left: 20px;
}

.sessao-quem p {
  font-size: 1.2em;
}

button.accordion {
  width: 100%;
  background-color: #292929;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  /* cursor: pointer; */
  transition: background-color 0.2s linear;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  font-family: "Light";
}

button.accordion:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  transform: rotate(0deg);
}

button.accordion.is-open:after {
  transform: rotate(90deg);
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #10d555;
  outline: none;
}

.accordion-content {
  background-color: transparent;
  padding: 20px 20px 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  top: -28px;
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.accordion-content.active {
  display: block;
  background-color: #fff;
}

.sub-tit {
  font-size: 22px;
}

.sessao-quem .tit-principal span {
  border-radius: 30px;
  /* margin-left: -20px; */
}

/* Adicionando estilos para centralizar o lightbox */
.lightbox-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.pessoa-header {
  bottom: 0;
  z-index: 9;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.quadrado-top {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 67%;
  z-index: 0;
}

.dragao {
  position: absolute;
  bottom: 45%;
  right: -10%;
  z-index: 1;
  width: 38%;
  transition: all 0.2s;
  transform: translate(-40px, 40px);
  opacity: 0;
}

.coelho {
  /* height: 50%; */
  left: 2%;
  top: 45%;
  z-index: 1;
  width: 40%;
  transform: translateX(60px);
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
}

.content-pessoa {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  height: 100%;
}

/* .content-sessao-topo::after {
  content: "";
  position: absolute;
  height: 28%;
  width: 100%;
  bottom: -7%;
  left: 0;
  z-index: 9;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 100%
  );
} */

.wavy {
  position: relative;
  -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.wavy span {
  position: relative;
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  animation: animWavy 3s ease-in-out;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes animWavy {
  0%,
  25% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(-10px);
  }

  40%,
  100% {
    transform: translateY(0px);
  }
}

.pix-cards {
  bottom: 0;
  right: 0;
  z-index: 999;
}

.pix {
  width: 100%;
  margin: -15px 0;
  opacity: 0;
  transform: translateX(100px);
  animation: slideIn 1s forwards;
}

.pix:nth-child(1) {
  animation-delay: 0s;
}

.pix:nth-child(2) {
  animation-delay: 2s;
}

.pix:nth-child(3) {
  animation-delay: 4s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.text-header {
  font-size: 0.9em;
}

.dicas-container {
  font-family: "Light";
}

.dicas-container h2 {
  color: #fff;
  text-align: center;
}

.dicas-container ul {
  list-style-type: disc;
  padding-left: 20px;
}

.dicas-container li {
  margin-bottom: 10px;
  color: #fff;
}

.plataform-licenciada {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.plataform-licenciada img {
  width: 80px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.margin-acesso {
  margin-top: 5px;
}

.font-text {
  font-size: 18px;
}

.font-acesso {
  color: white;
  font-size: 20px;
}

@media (min-width: 900px) {
  .bg-desk {
    background-image: url("../images/bg-desk-junto.jpg");
    min-height: 100vh;
    padding-left: 35px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
  }

  .bg-desk div {
    padding-bottom: 15px;
  }

  .w-50 {
    width: 50%;
  }

  .bg-desk h1 {
    font-size: 46px !important;
  }

  .bg-desk p {
    font-size: 32px !important;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-flex {
    display: flex;
  }

  .btn-whats {
    max-width: 500px !important;
    padding: 23px 0 !important;
    font-size: 23px !important;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #25D366;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
