body{
    margin: 0;
    background-color: #ffffff;
}

a:link {
    color: white;
  }
  
  a:visited {
    color: white;
  }

*{
    box-sizing: border-box;
}







/*Bnner Ppl*/


.banner-ppl-texto-large{
  background-color: rgb(34, 34, 34);
  height: 100px;
  text-align: center;
  font-size: 35px;
  color: aqua;
  padding-top: 20px;
}



.banner-ppl2{
  display: none;
}

.banner-ppl{
    height: 600px;
    text-align: center;
    background-image: url("../img/home.jpg");
    background-size: cover;

  }

.banner-ppl-box{
  margin-top: 70px;
  /*margin-left: 30px;*/
  background-color: none;
  height: 200px;
  width: 500px;
  color: red;
  font-size: 50px;
  text-align: center;

}











/****Stages***/

.stepDiv{
    background-color: purple;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .step{
    padding-top: 10px;
    margin-top: 10px;
    vertical-align: top;
    background-color:white;
    display: inline-block;
    text-align: center;
    margin-left: 10px;   
    height: 150px;
    width: 200px;
  }







  /**Enroll Now**/
  .enrollNow{
    background-color: rgb(0, 255, 234);
    text-align: center;
    height: 70px;
    padding-top: 10px;
  }

  .enrollNow-txt{
    display: inline-block;
    text-align: center;
    height: 60px;
    padding-top: 10px;
    font-size: 20px;
    margin-right: 20px;
  }

  .enrollNow-btn{
    display: inline-block;
    text-align: center;
    height: 60px;
    padding-top: 10px;
  }







  
  /**What will learn***/
  .whatWillLearn{
    background-color:none;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: black;
  }

  
  .whatWillLearn-p{
    text-align: justify;
    color: black;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
  }

  .div-content-prrafos{
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    display: inline-block;
    width: 350px;
    height: 400px;
    color: white;
    margin-top: 10px;
    margin-left: 10px;
  }

  .proposito-img{
    color: white;
    background-image: url(../img/img-1.jpg);
  }

  .aprendizaje-img{
    color: white;
    background-image: url(../img/img-2.jpg);
  }

  .socials-img{
    color: white;
    background-image: url(../img/img-3.jpg);
  }

  .lanzamiento-img {
    color: white;
    background-image: url(../img/img-4.jpg);
  }

  .metricas-img{
    color: white;
    background-image: url(../img/img-5.jpg);
  }

  .investment-img{
    color: white;
    background-image: url(../img/img-6.jpg);
  }





  /*faqs-enroll*/

  .faqs-enroll2{display: none;}

  .faqs-enroll{
    height: 550px;
    background-color: none;
    text-align: center;
    padding-top: 50px;
  }

  .faqs-enroll-txt{
    display: inline-block;
    width: 600px;
    background-color: NONE;
    height: 400px;
    vertical-align: top;
    text-align: left;
  }

  .faqs-enroll-img{
    background-image: url(../img/pensando.jpg);
    display: inline-block;
    width: 450px;
    height: 450px;
    background-color: blue;
    vertical-align: top;
    margin-left: 10px;
  }

  .your-teachers{
    text-align: center;
    background-color: purple;
    padding-bottom: 20px;
  }



/*How you will learn*/
.how-will-learn-box{
  margin-top: 50px;
}



  .how-learn-box{
    width: 400px;
    height: 200px;
    background-color: rgb(223, 220, 220);
    text-align: center;
    padding-top: 10px;
    margin-top: 50px;
    display: inline-block;
    margin: 0 auto;

  }

  .icon-how{
    padding-top: 10px;
    background-color: white;
    height: 120px;
    width: 120px;
    margin: 0 auto;
  }

  .text-how{
    margin-top: 10px;
    height: 100px;
    background-color: none;
    font-size: 20px;
  }






  .sucess{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: blue;
  }









  /*FAQS*/
  .faqs{
    height: auto;
    background-color: purple;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../img/contact.jpg");
    background-size: cover;
  }

  .faqs-txt{
    display: inline-block;
    width: 600px;
    height: 300px;
    vertical-align: top;
    text-align: center;
    color: white;    

  }

  .faqs-img{
    padding-top: 50px;
    display: inline-block;
    width: 450px;
    height: 300px;
    background-color: none;
    vertical-align: top;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    color: white;
  }






.sponsor{
  height: 150px;
  background-color: black;
  text-align: center;
  color: gold;
  padding-top: 30px;
}









/*Mi cuenta*/

.formulario-datos-usuario{
  padding-left: 30px;
}

.label-form{
  width: 70px;
  margin-top: 20px;

}













/***************************************** (1100px) ****************************************************/

@media (max-width:1100px){
  /*Faqs Enroll*/
  .faqs-enroll{
    display: none;
  }


  .faqs-enroll2{
    display: block;
    height: auto;
    background-color: none;
    text-align: center;
    margin-top: 50px;
    padding:0px;
  }

  .faqs-enroll-txt{
    display: inline-block;
    width: auto;
    background-color: white;
    padding-left: 50px;
    padding-right: 20px;
    height: auto;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
  }

  .faqs-enroll-img{
    display: block;
    width: auto;
    height: 450px;
    padding : 0;
    margin-bottom: 20px;
    
    background-size: cover;
  }





  
  /*FAQS*/
  .faqs{
    height: auto;
    background-color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faqs-txt{
    display: inline-block;
    width: auto;
    background-color: none;
    height: auto;
    vertical-align: top;
    text-align: left;
    padding-left: 50px;
    padding-right: 0px;
  }

  .faqs-img{
    margin-top: 20px;
    display: inline-block;
    width: 450px;
    height: 200px;
    background-color: none;
    vertical-align: top;
    margin-left: 10px;
  }














  /*How you will learn*/
  .how-will-learn-box{
    margin-top: 5px;
  }
  
  
  
    .how-learn-box{
      width: 400px;
      height: 200px;
      background-color: rgb(223, 220, 220);
      text-align: center;
      padding-top: 10px;
      display: inline-block;
      margin:  auto;
      margin-top: 20px;
  
    }



















}/*max-width:1100px*/









/***************************************** (950px) ****************************************************/





@media (max-width:950px){



  /*Bnner Ppl*/

  .banner-ppl-texto-large{  
    display: none;
  }
  
  .banner-ppl{
    display: none;
  }


  .banner-ppl2{
    height: 800px;
    background-color: red;
    text-align: center;
    display: block;
    padding: 0px;
  }


  .banner-ppl-texto{
    background-color: rgb(34, 34, 34);
    display: block;
    height: 200px;
    width: auto;
    text-align: center;
    font-size: 35px;
    color: aqua;
    padding-top: 40px;
  
  }
  
  
  .banner-ppl-back{
    background-color: black;
    display: block;    
    background-image: url("../img/home.jpg");
    background-position-x: -150px;
    height: 600px;
    width: auto;
  }









/**What will learn***/
.whatWillLearn{
  background-color:white;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}


.whatWillLearn-p{
  text-align: justify;
  color: black;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.div-content-prrafos{
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: inline-block;
  width: 350px;
  height: 400px;
  background-color: white;
  margin-top: 10px;
  margin-left: 10px;
}








}/*max-width:950px*/

/***************************************** (400px) ****************************************************/





@media (max-width:400px){

  /**What will learn***/
.whatWillLearn{
  background-color:white;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}


.whatWillLearn-p{
  text-align: justify;
  color: black;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  font-size: 17px;
}

.div-content-prrafos{
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: inline-block;
  width: 270px;
  height: 400px;
  background-color: white;
  margin-top: 10px;
  margin-left: 10px;
}



  /**Enroll Now**/
  .enrollNow{
    background-color: rgb(0, 255, 234);
    text-align: center;
    height: 150px;
    padding-top: 10px;
  }





   /*How you will learn*/
   .how-will-learn-box{
    margin-top: 5px;
  }
  
  
  
    .how-learn-box{
      width: auto;
      height: auto;
      background-color: rgb(223, 220, 220);
      text-align: center;
      padding-top: 10px;
      display: inline-block;
      margin:  auto;
      margin-top: 20px;
  
    }




    .faqs-img{
      margin-top: 20px;
      display: inline-block;
      width: auto;
      height: 200px;
      background-color: none;
      vertical-align: top;
      margin-left: 10px;
    }



}/*max-width:950px*/