h1 {
  font-family: 'Raleway', 'Lora';
  padding: 50px 300px;
  text-align: center;
}

h1 strong.rosa {
  color: #FF69B4;
}

body,
html {
  overflow-x: hidden !important;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video {
  width: 100%;
  height: auto;
  padding: 30px;
}

.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, #ff105f 0%, #ffbcf4 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%
  }
}

.h3 {}



@media (max-width: 991px) {

  h1 {

    font-family: 'Raleway', 'Lora';
    padding: 30px;
    text-align: center;
  }

  h1 strong.rosa {
    color: #FF69B4;
  }

  .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;
    cursor: ;
  }

  #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: #666;
    line-height: 1.6;
  }

  #results {
    padding-top: 50px;
    background-color: #f9f9f9;
  }

  #results h2 {
    text-align: center;
    font-size: 1.5em;
    color: #333;
    margin-bottom: 20px;
  }

  .results-gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .results-gallery figure {
    margin: 10px;
    text-align: center;
  }

  .results-gallery img {
    width: 90%;
    height: auto;
  }

  .results-gallery figcaption {
    font-size: 0.9em;
    color: #666;
  }

  #strategy {
    padding: 50px 30px 50px 30px;
    background-color: #e0dddd;
  }

  #strategy h2 {
    text-align: center;
    font-size: 1.5em;
    color: #333;
    margin: 20px 0;
  }

  #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;
  }

  #student-results {
    padding: 100px 0px 100px 0px;
    background-color: #FF69B4;
  }

  #student-results h2 {
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
  }

  .student-results-gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .student-results-gallery figure {
    margin: 10px;
    text-align: center;
  }

  .student-results-gallery img {
    width: 90%;
    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 {
    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 30px 100px 30px;
    background-color: #f9f9f9;
    : center;
  }

  #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 {
    font-size: 1.5em;
    color: #e6007e;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 5px 50px;
    text-align: center;
    background-color: #d0ff00;
  }

  .cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e6007e;
    color: #fff;
    font-size: 1.2em;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .cta-button:hover {
    background-color: #b3005d;
  }

  #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;
  }

  body {}

  body,
  html {
    overflow-x: hidden !important;
  }

  #video-presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #video-presentation .gradient-button {
margin: 0px 30px;

  }

  .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }

  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #btn-buy {
    margin-top: 20px;
  }

  .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;
}


}



@media (min-width: 1024px) {
  .video-container video {
    width: 1024px;
    margin: auto;
  }
}