body,
html {
  overflow-x: hidden !important;
}

@media (max-width: 786px) {
  body,
  html {
    overflow-x: hidden !important;
  }
}

body {
  position: relative;
}

h1 {
  font-family: "Raleway", "Lora";
  padding: 50px 300px 50px 300px;
  text-align: center;
}

h1 strong.rosa {
  color: #ff69b4;
}

header {
  margin-bottom: 0;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin-top: 0;
}

.video-container video {
  width: 100%;
  height: auto;
  padding: 0px;
  margin-top: 0;
}

#video-presentation {
  margin-top: 0;
  padding-top: 0;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.entrando {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.entrando h3 {
  font-size: 14px;
  text-align: center;
  background-color: #d0ff00;
  padding: 10px;
}

.gradient-button {
  border: none;
  color: white;
  padding: 15px 40px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 5px;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    #ff00ea 51%,
    #ff105f 100%
  );
  transition: 0.5s;
  box-shadow: 0 0 20px #eee;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-size: 400% 400%;
  -webkit-animation: entrarnometodo 5s ease infinite;
  -moz-animation: entrarnometodo 5s ease infinite;
  animation: entrarnometodo 5s ease infinite;
}

@-webkit-keyframes entrarnometodo {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes entrarnometodo {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes entrarnometodo {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#benefits {
  display: flex;
  justify-content: space-around;
  padding: 50px 300px;
  background-color: #f3f3f3;
}

.benefit-item {
  text-align: center;
  width: 200px;
}

.benefit-item i {
  font-size: 2.5em;
  color: #ffbed4;
  margin-bottom: 15px;
}

.benefit-item h3 {
  font-size: 1em;
  color: #3f3f3f;
}

#target-audience {
  padding: 50px 300px;
  background-color: #e6e6e6;
}

#target-audience ul li {
  font-size: 20px;
  list-style: none;
}

h2::after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  color: #ff0000;
  padding-left: 10px;
}

/**
#target-audience ul li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 15px;
  color: #FF69B4
}
**/

#student-results {
  padding: 30px 300px 30px 300px;
  background-color: #ffcde6;
}

#student-results h2 {
  text-align: center;
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

/*
#student-results h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  animation: slideIn 2s forwards;
  z-index: -1;
}
*/

@keyframes slideIn {
  from {
    right: 100%;
  }

  to {
    right: 0;
  }
}

.student-results-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.student-results-gallery figure {
  margin: 10px;
  text-align: center;
}

.student-results-gallery img {
  width: 100%;
  height: auto;
}

.student-results-gallery figcaption {
  font-size: 0.9em;
  color: #666;
}

#strategy {
  padding: 50px 300px 50px 300px;
}

#strategy h2 {
  text-align: center;
  font-size: 1.5em;
  color: #333;
  margin: 20px;
}

#strategy h3 {
  text-align: center;
  font-size: 1.5em;
  color: #ff69b4;
  margin: 20px 0;
}

#strategy p {
  font-size: 1.2em;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

#course-modules {
  padding: 100px 300px 100px 300px;
  background-color: #f9f9f9;
}

#course-modules h2 {
  text-align: center;
  font-size: 1.5em;
  color: #333;
  margin-bottom: 50px;
}

.module {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.module h3 {
  font-size: 1.3em;
  color: #ff69b4;
  padding: 20px 10px 0px 10px;
}

.module p {
  font-size: 1em;
  color: #000000;
  line-height: 1.6;
  padding: 10px;
}

#bonuses {
  padding: 10px 300px 100px 300px;
  background-color: #f8d2e5;
}

#bonuses h2 {
  text-align: center;
  font-size: 1.5em;
  color: #333;
  margin-bottom: 30px;
  padding: 100px 30px 50px 30px;
}

.bonus-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.bonus-item h3 {
  font-size: 1.2em;
  color: #ff69b4;
}

#cta {
  padding: 100px 300px 100px 300px;
  background-color: #f9f9f9;
}

#cta h2 {
  text-align: center;
  font-size: 1.2em;
  color: #333;
  margin-bottom: 30px;
  padding: 2px 30px 20px 30px;
}

.old-price {
  font-size: 1.2em;
  color: #666;
  text-decoration: line-through;
  text-align: center;
}

.new-price {
  position: relative;
  font-size: 1.5em;
  color: #e6007e;
  font-weight: bold;
  margin-bottom: 20px;
  margin: 5px 5px;
  text-align: center;
}

.new-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 100%;
  background-color: #d0ff00;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.pprice {
  font-size: 1.2em;
  color: #666;
  text-align: center;
  align-items: center;
}

#about {
  padding: 50px 300px 50px 300px;
  background-color: #f9f9f9;
}

#about h2 {
  font-size: 2em;
  color: #e6007e;
  margin-bottom: 20px;
  text-align: center;
}

#about img {
  width: 50%;
  height: auto;
  padding-bottom: 50px;
}

#about p {
  font-size: 1em;
  color: #333;
  margin-bottom: 20px;
}

#faq {
  padding: 100px 300px;
  background-color: #f9f9f9;
}

#faq h2 {
  font-size: 2em;
  color: #e6007e;
  margin-bottom: 30px;
  text-align: center;
}

#faq dl {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}

#faq dt {
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  margin: 30px 30px 0px 30px;
}

#faq dd {
  margin: 10px 30px 30px 30px;
  color: #333;
}

.whatsapp-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #25d366;
  color: white;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
}

.whatsapp-button:hover {
  background-color: #e100ff;
}

#contact-section {
  text-align: center;
  background-color: #ffd9ee;
  padding: 50px 300px;
}

.disclaimer {
  display: flex;
  gap: 2px;
  justify-content: center;
  text-align: center;
  background-color: #cacaca;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 10px 13px 10px;
  color: #ffffff;
  height: auto;
}

.disclaimer p {
  margin: 0px 0;
  font-size: 15px;
  padding: 0px 300px;
}

.foot {
  display: flex;
  gap: 2px;
  justify-content: center;
  text-align: center;
  background-color: #cacaca;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 10px 13px 10px;
  color: #ffffff;
  height: auto;
}

.foot p {
  margin: 0px 0;
  font-size: 15px;
  padding: 0px 10px;
}

.container1 {
  display: flex;
  gap: 2px;
  justify-content: center;
  text-align: center;
  background-color: #cacaca;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 10px 13px 10px;
  color: #ffffff;
  flex-direction: column;
  height: auto;
}

.container1 p {
  margin: 0px 0;
  font-size: 15px;
}

.container1 p.separator {
  display: none;
}

.rocket-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.rocket-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*animation: vibrate 0.5s infinite alternate; */
}

/* Estilize a imagem */
.rocket-container img {
  width: 50px; /* Ajuste o tamanho da imagem conforme necessário */
  height: auto;
}

/*
@keyframes vibrate {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(
      0,
      5px
    ); 
  }
}
*/
@media (max-width: 991px) {
  h1 {
    font-family: "Raleway", "Lora";
    padding: 30px 30px 30px 30px;
    text-align: center;
  }

  h1 strong.rosa {
    color: #ff69b4;
  }

  .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-top: 0;
  }

  .video-container video {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 0;
  }

  #video-presentation {
    margin-top: 0;
    padding-top: 0;
  }

  .disclaimer {
    display: flex;
    gap: 2px;
    justify-content: center;
    text-align: center;
    background-color: #cacaca;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 10px 13px 10px;
    color: #ffffff;
    height: auto;
  }

  .disclaimer p {
    margin: 0px 0;
    font-size: 10px;
    padding: 0px 10px;
  }

  .foot {
    display: flex;
    gap: 2px;
    justify-content: center;
    text-align: center;
    background-color: #cacaca;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 10px 13px 10px;
    color: #ffffff;
    height: auto;
  }

  .foot p {
    margin: 0px 0;
    font-size: 10px;
    padding: 0px 10px;
  }

  .container1 {
    display: flex;
    gap: 2px;
    justify-content: center;
    text-align: center;
    background-color: #cacaca;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 10px 13px 10px;
    color: #ffffff;
    flex-direction: column;
    height: auto;
  }

  .container1 p {
    margin: 0px 0;
    font-size: 10px;
  }

  .container1 p.separator {
    display: none;
  }

  #benefits {
    display: flex;
    justify-content: space-around;
    padding: 50px 50px;
    background-color: #f3f3f3;
  }

  .benefit-item {
    text-align: center;
    width: 200px;
  }

  .benefit-item i {
    font-size: 2.5em;
    color: #ffbed4;
    margin-bottom: 15px;
  }

  .benefit-item h3 {
    font-size: 1em;
    color: #3f3f3f;
  }

  #target-audience {
    padding: 50px 50px;
    background-color: #e6e6e6;
  }

  #target-audience ul li {
    font-size: 100px;
  }

  h2::after {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #ff0000;
    padding-left: 10px;
  }

  /**
  #target-audience ul li::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 15px;
    color: #FF69B4
  }

**/

  li {
    padding: 0 10px 10px 10px;
  }

  #target-audience h2 {
    text-align: center;
    font-size: 1.5em;
    color: #333;
    margin-bottom: 20px;
  }

  #target-audience ul {
    list-style: none;
    padding: 0;
  }

  #target-audience ul li {
    font-size: 1em;
    color: #000000;
    line-height: 1.6;
    text-align: center;
  }

  #strategy {
    padding: 50px 30px 50px 30px;
  }

  #strategy h2 {
    text-align: center;
    font-size: 1.5em;
    color: #202020;
    margin: 20px 0;
  }

  #strategy h3 {
    text-align: center;
    font-size: 1.5em;
    color: #ff69b4;
    margin: 20px 0;
  }

  #strategy p {
    font-size: 1.2em;
    color: #363636;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  #student-results {
    padding: 15px 0px 0px 0px;
    background-color: #ffebf6;
  }

  #student-results h2 {
    text-align: center;
    font-size: 1.5em;
    color: #000000;
  }

  /*
  .#student-results h2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 100%;
    background-color: #d0ff00;
    z-index: -2;
    transform: translate(-50%, -50%);
  }
  */

  .student-results-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .student-results-gallery figure {
    margin: 10px;
    text-align: center;
  }

  .student-results-gallery img {
    width: 100%;
    height: auto;
  }

  .student-results-gallery figcaption {
    font-size: 0.9em;
    color: #666;
  }

  #course-modules {
    padding: 100px 30px 100px 30px;
    background-color: #f9f9f9;
  }

  #course-modules h2 {
    text-align: center;
    font-size: 1.5em;
    color: #333;
    margin-bottom: 50px;
  }

  .module {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
  }

  .module h3 {
    font-size: 1.3em;
    color: #ff69b4;
    padding: 20px 10px 0px 10px;
  }

  .module p {
    font-size: 1em;
    color: #000000;
    line-height: 1.6;
    padding: 10px;
  }

  #bonuses {
    padding: 10px 30px 100px 30px;
    background-color: #f8d2e5;
  }

  #bonuses h2 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 30px;
    padding: 100px 30px 50px 30px;
  }

  #bonuses .bonus-item img {
    width: 100%;
  }

  .bonus-item img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 0;
  }

  .bonus-item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
  }

  .bonus-item h3 {
    font-size: 1.2em;
    color: #ff69b4;
    text-align: center;
    padding: 20px 0 10px 0;
  }

  .bonus-item p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
    padding: 0px;
    font-weight: 400;
    font-size: 0.9em;
    color: #a3959c;
  }

  #cta {
    padding: 100px 30px 100px 30px;
    background-color: #f9f9f9;
  }

  #cta h2 {
    text-align: center;
    font-size: 1.2em;
    color: #333;
    margin-bottom: 30px;
    padding: 2px 30px 20px 30px;
  }

  .old-price {
    font-size: 1.2em;
    color: #666;
    text-decoration: line-through;
    text-align: center;
  }

  .pprice {
    font-size: 1.2em;
    color: #666;
    text-align: center;
    align-items: center;
  }

  .new-price {
    font-size: 1.5em;
    color: #e6007e;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 5px 50px;
    text-align: center;
    background-color: #d0ff00;
  }

  #about {
    padding: 50px 30px 50px 30px;
    background-color: #f9f9f9;
  }

  #about h2 {
    font-size: 2em;
    color: #e6007e;
    margin-bottom: 20px;
    text-align: center;
  }

  #about img {
    width: 90%;
    height: auto;
    padding-bottom: 50px;
  }

  #about p {
    font-size: 1em;
    color: #333;
    margin-bottom: 20px;
  }

  #faq {
    padding: 100px 30px;
    background-color: #f9f9f9;
  }

  #faq h2 {
    font-size: 2em;
    color: #e6007e;
    margin-bottom: 30px;
    text-align: center;
  }

  #faq dl {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
  }

  #faq dt {
    font-weight: bold;
    margin-top: 15px;
    color: #333;
    margin: 30px 30px 0px 30px;
  }

  #faq dd {
    margin: 10px 30px 30px 30px;
    color: #333;
  }

  .whatsapp-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #25d366;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
  }

  .whatsapp-button:hover {
    background-color: #128c7e;
  }

  #contact-section {
    text-align: center;
    background-color: #ffd9ee;
    padding: 50px 30px;
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.fa-shield-alt {
  animation: floating 3s ease infinite;
}

.fas fa-clock {
  font-size: 50px;
  color: #ff0000;
}

.fa-clock {
  animation: floating 3s ease infinite;
}

.fa-calendar-check {
  animation: floating 3s ease infinite;
}

.fa-lock {
  animation: floating 3s ease infinite;
}

@media screen and (min-width: 991px) {
  .desktop-image {
    display: block;
  }

  .mobile-image {
    display: none;
  }

  .rocket-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .rocket-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*animation: vibrate 0.5s infinite alternate;*/
  }

  
  .rocket-container img {
    width: 50px;
    height: auto;
  }

  /*
  @keyframes vibrate {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(0, 5px);
    }
  }
}
*/

#feedback-slider {
  display: none;
  background-color: #f9f9f9;
  padding: 50px 0;
  text-align: center;
}

.slider {
  max-width: 800px;
  margin: 0 auto;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #fff;
}

.slick-prev,
.slick-next {
  font-size: 20px;
  color: #ff69b4;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

@media (max-width: 991px) {
  #feedback-slider {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}

/* BLOG */

article {
  background-color: #000000;
}
