.qa_course {
  -webkit-hyphens: initial;
          hyphens: initial;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/QApay/Background/ffflurry.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f2f2eb;
  overflow: hidden;
}
.qa_course .text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.qa_course .text_container h1 {
  color: #000000;
  font-weight: 800;
  font-size: 2em;
  margin: 50px 0px 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  max-width: 70%;
  line-height: 1.5em;
}
.qa_course .qa_course_main_vid {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.qa_course .qa_course_main_vid .vid_temp {
  width: 950px;
}
.qa_course .qa_course_main_vid .vid_temp video {
  width: 100%;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
}
.qa_course .qa_course_text_img {
  width: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.qa_course .qa_course_text_img .text_img {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  text-align: justify;
}
.qa_course .qa_course_text_img .text_img p {
  width: 35%;
  color: black;
  line-height: 35px;
  padding: 10px;
  background-color: #f2f2eb;
  border-radius: 30px;
}
.qa_course .qa_course_text_img .text_img .temp_img {
  width: 500px;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.qa_course .qa_course_text_img .text_img .temp_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
.qa_course .qa_course_text_img .text_img .final_img {
  width: 700px;
  border-radius: 30px;
}
.qa_course .qa_course_text_img .final {
  flex-direction: column;
}
.qa_course .qa_course_text_img .final p {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  line-height: 45px;
  text-shadow: 0px 0px 10px black;
}
.qa_course .qa_course_text_img .final p span {
  color: rgb(254, 206, 26);
}
.qa_course .qa_course_text_img .invert {
  display: flex;
  flex-direction: row-reverse;
}
.qa_course .qa_course_text_img .register_btn {
  text-decoration: none;
  margin: 100px 0px 100px 0px;
  color: black;
  background-color: rgb(254, 206, 26);
  border: 2px rgb(254, 206, 26) solid;
  border-radius: 10px;
  padding: 15px 20px;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 500;
}
.qa_course .qa_course_text_img .register_btn:hover {
  background-color: #181a1c;
  color: rgb(254, 206, 26);
  border: 2px #181a1c solid;
  box-shadow: 0 0 10px 0px #000000;
  text-shadow: 0px 0px 5px rgb(254, 206, 26);
}
.qa_course .qa_course_text_img .register_btn:active {
  background-color: white;
  color: rgb(254, 206, 26);
  border: 2px white solid;
}

@media screen and (max-width: 1100px) {
  .qa_course .qa_course_main_vid {
    height: 20%;
    padding: 30px 0px 0px 0px;
  }
  .qa_course .qa_course_main_vid .vid_temp {
    width: 80%;
  }
  .qa_course .qa_course_text_img .text_img {
    display: flex;
    flex-direction: column-reverse;
  }
  .qa_course .qa_course_text_img .text_img p {
    width: 75%;
  }
  .qa_course .qa_course_text_img .text_img .temp_img {
    width: 65%;
    height: 35vh;
  }
  .qa_course .qa_course_text_img .text_img .temp_img img {
    border-radius: 30px;
  }
  .qa_course .qa_course_text_img .final {
    display: flex;
    flex-direction: column;
  }
  .qa_course .qa_course_text_img .final p {
    font-size: 38px;
  }
}

@media screen and (max-width: 700px) {
  .qa_course .text_container h1 {
    font-size: 1.5em; /* Reducimos un poco más el tamaño */
    line-height: 1.2em; /* Ajustamos el espacio entre líneas */
    letter-spacing: 2px; /* Reducimos el espaciado entre letras */
    max-width: 90%; /* Hacemos que el h1 ocupe más espacio horizontal */
    margin: 20px 0px; /* Reducimos los márgenes */
  }
  
  .qa_course .qa_course_main_vid {
    height: 20%;
    padding: 30px 0px 0px 0px;
  }
  
  .qa_course .qa_course_main_vid .vid_temp {
    width: 80%;
  }
  
  .qa_course .qa_course_text_img .text_img {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .qa_course .qa_course_text_img .text_img p {
    width: 75%;
    font-size: 13px;
    line-height: normal;
  }
  
  .qa_course .qa_course_text_img .text_img .temp_img {
    width: 65%;
    height: 35vh;
  }
  
  .qa_course .qa_course_text_img .text_img .temp_img img {
    border-radius: 30px;
  }
  
  .qa_course .qa_course_text_img .final {
    display: flex;
    flex-direction: column;
  }
  
  .qa_course .qa_course_text_img .final p {
    font-size: 20px;
    margin: 0;
  }
}/*# sourceMappingURL=qapay.css.map */