@media (max-width: 768px) {

    body {
        width: 100%;
    }

    #desktopMobile {
        display: none;
      }
    .Header-lp {
        padding: 0;
    }

    article {
        width: 95%;
    }

    .Banner-AA-lp {
        overflow: hidden;
        height: auto;
        margin-top: 30px;
        padding: 0;
    }

    .Banner-AA-lp > article {
        /* width: 100%; */
        flex-wrap: wrap;
    }

    .Header-lp nav {
        justify-content: center;
        width: 100%;
        margin-left: -10px;
    }

    .Header-lp nav div:first-child {
        font-size: 12px;
        gap: 10px;
        display: block;
        display: flex;
  justify-content: space-between;
  width: 100%;
    }

    .Header-lp nav div:first-child a {
        text-decoration: none;
        color: black;

    }
    .Header-lp nav img {
        width: 130px;
    }

    #br-li {
        width: 100%;
        height: 2px;
        border: .5px solid #e8e6e6;
        display: block;
    }

    .header-btn-lp {
        gap: 10px;
    }

    .header-btn-lp a {
        text-align: center;
        font-size: 12px;
    }

    .Header-lp a br {
        display: block;
      }


    .Content-Banner-AA-lp {
        flex-basis: 100%;
        width: 100%;

    }

    .Content-Banner-AA-lp p {
        width: 100%;
    }

    .img-Banner-AA-lp {
        flex-basis: 100%;
        position: static;
        width: 100%;
    }

    .img-Banner-AA-lp img {
        position: static;
        width: 100%;
    }

    .Content-Banner-AA-lp > img {
        display: none;
    }

    .training-partner-lp {
        flex-direction: column;
        align-items: center;
    }

    .training-partner-lp > div:first-child > :is(span > i, p) {
      font-size: 14px;
    }

    .img-about-AA-lp {
        flex-basis: 100%;
    }

    .main-AA-lp > article {
        flex-wrap: wrap-reverse;
    }

    .training-partner-lp > h6 {
        font-size: 18px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .training-partner-lp img{
        width: 90px;
    }

    .content-main-AA-lp {
        flex-basis: 100%;
        width: 100%;
      }
      
      .form-main-AA-lp {
        flex-basis: 100%;
      }
      .exam-format-about-AA-lp{
        flex-wrap: wrap;
        gap: 10px;
      }

      .about-AA-lp > article {
        flex-wrap: wrap-reverse;
      }
      .box-exam-format-about-AA-lp {
        width: 100%;
        flex-basis: 47%;
      }

      .Content-Banner-AA-lp a {
        width: 100%;
      }

      .img-about-AA-lp {
        flex-basis: 100%;
      }
      
      
      .content-about-AA-lp {
        flex-basis: 100%;
      }

      .client-main-AA-lp {
        flex-wrap: wrap;
        justify-content: center;
      }

      .slider {
        width: 100%;
      }

      .slide {
        padding: 3px;
      }

      .slide img {
        width: 100%;
        max-width: 100px;
        height: auto;
      }

      .clients-slider {
        padding: 0;
        width: 100%;
      }

      .download-syllbuss-AA-lp {
        flex-wrap: wrap;
        gap: 10px;
      }

      .download-syllbuss-AA-lp div:first-child {
        flex-basis: 100%;
      }

      .download-syllbuss-AA-lp h2 {
        font-size: 18px;
        text-align: center;
      }
      
      .download-syllbuss-AA-lp div:last-child {
        flex-basis: 100%;
        padding: 15px;
        justify-content: center;
        display: flex;
      }


      .card-aside-Testimonials-AA-lp {
        min-width: 300px;
      }

      .next-clase-Content-main-AA-lp {
        min-width: 300px;
        flex-direction: column;
        align-items: start;
      }
      .ul-content-main-AA-lp {
        display: block;
      }

      .ul-content-main-AA-lp li {
        width: 100%;
        /* padding: 20px; */
      }

      p,li, td{
        font-size: 14px;
      }

      .next-clase-Content-main-AA-lp td {
        font-size: 14px;
      }

      .content-Features-Testing-AA-lp {
        flex-wrap: wrap;
      }

      .content-Features-Testing-AA-lp > div {
        flex-basis: 100%;
      }

      .div-nav-Training-Features-AA-lp {
        flex-basis: 100%;
      }

      .list-core-credentials-AA-lp {
        flex-wrap: wrap;
        gap: 10px;
      }

      .list-core-credentials-AA-lp > div {
        flex-basis: 45%;
      }

      .training-partner-lp > div:first-child {
        flex-basis: 100%;
      }

      .training-partner-lp > div:last-child {
        flex-basis: 100%;
        width: 100%;
      }

      .course-details-lp {
        flex-wrap: wrap;
        gap: 10px;
      }

      .course-details-lp > div {
        flex-basis: 45%;
        height: 50px;
      }
      .content-main-AA-lp > main > h2 {
        text-align: center;
      }

      .trainer-lp > article {
        flex-wrap: wrap;
      }

      .trainers-img {
        flex-basis: 100%;
      }

      .trainers-bio {
        flex-basis: 100%;
      }
}

@media (min-width: 1400px) {

  /* .Banner-AA-lp{
    height: 90vh;
  } */
    .Content-Banner-AA-lp > div:first-child > h6{
        font-size: 22px;
    }
    .Content-Banner-AA-lp h2 {
        font-size: 45px;
    }

    .Content-Banner-AA-lp > p {
        font-size: 23px;
    }

    .training-partner-lp img{
        width: 140px;
    }

    .img-about-AA-lp img {
      width: 60%;
    }

    .content-about-AA-lp h2 {
      font-size: 32px;
    }
    
    .content-about-AA-lp p {
      font-size: 18px;
    }

    .next-clase-Content-main-AA-lp td {
      font-size: 18px;
    }

    p,li, td{
      font-size: 18px;
    }
    
}

@media (min-width: 1600px) {
  /* .Banner-AA-lp{
    height: 80vh;
  } */
}