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

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

*{
    box-sizing: border-box;
}






/*Nav*/

.open-menu{
  display: none;
}

.menu{
  background-color:white;
  height: 60px;
  padding-top: 17px;
  display: inline-block;
  width: 80%;
}

.menu-item{
  display: inline-block; 
  margin-left: 0;
  font-size: 18px;
  color: black;
  background-color: none;
  margin-left: 20px;
}


.item-select{
  background-color: purple;
  color: white;
  padding: 5px;
  border-radius: 5px;
}


.menu-item :hover{
  background-color: blue;
}

.menu-login{
  background-color:white;
  height: 60px;
  padding: 0;
  display: inline-block;
  width: 15%;
}

.item-login{
  background-color: none;
  display: inline-block; 
  margin-top: 10px;
}




.my-account-btn{
  width: 100px;
  height: 30px;
  background-color: purple;
  text-align: center;
  border-radius: 5px;
  padding-top: 2px;
  color: white;
}


/*Content Parrafos*/
  .content-prrafos{
    font-size: 20px;
    padding-left: 150px;
    padding-right: 150px;
  }


  .content-video{
    text-align: center;
    height: 830px;
    background-color: none;
    padding-top: 50px;
  }







  .metricas-accordion{
    
    background-color: none;
    padding-left: 150px;
    width: 600px;
  }

  .color-item-metrics{
    background-color: aqua;
  }



  /*Breakfast*/
  .breakfast{
    height: 400px;
    color: white;
    margin-top: 100px;
    margin: 0 auto;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: purple;
    font-size: 27px;
    text-align: center;

  }




  /*Footer*/
  .footer{
    background-color: rgb(33, 34, 33);
    height: 200px;
    padding-left: 150px;
    padding-right: 150px;
    color: white;
    text-align: center;
    padding-top: 50px;
  }

  .txt-footer{
    display: inline-block;
    vertical-align: top;
    background-color: none;
    margin-right:50px;
    font-size: 25px;
    text-align: right;
  }

  .img-footer{
    display: inline-block;
    vertical-align: top;
  }





  





/*Mi cuenta*/

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

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

}









/*Mapa de Ruta*/

.whatWillLearn{
  background-color:none;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  color: black;
}


.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);
}


.iframe-video{
  width: 1200px;
  height: 720px;
}


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

@media (max-width:1100px){
  

  /*Nav*/

.open-menu{
  display: block;
  background-color: rgb(27, 27, 27);
  display: block; 
  margin-left: 0;
  text-align: center;
  height: 50px;
  font-size: 18px;
  padding-top: 10px;
  color: white;
}

.menu{
  display: none;
  background-color:black;
  height: 370px;
  padding: 0px;
  width: 100%;
}

.menu-item{
  background-color: black;
  display: block; 
  margin-left: 0;
  text-align: center;
  border-bottom: 2px solid black;
  height: 50px;
  font-size: 18px;
  padding-top: 10px;
  color: white;
}

.item-select{
  background-color: purple;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.menu-login{
  display: none;
  background-color:black;
  height: 120px;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  color: white;
}

.item-login{
  background-color: black;
  display: block; 
  margin-left: 0;
  text-align: center;
  border-bottom: 2px solid black;
  height: 50px;
  font-size: 18px;
  padding-top: 10px;
  margin-top: 0px;
  color: white;
}



.my-account-btn{
  width: auto;
  height: 30px;
  background-color:black;
  color: white;
  text-align: center;
  border-radius: 0px;

}


.content-video{
  text-align: center;
  height: 700px;
  background-color: none;
  padding-top: 50px;
}

.iframe-video{
  width: 900px;
  height: 540px;
}


}/*max-width:1100px*/


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

@media (max-width:950px){

















/*Content Parrafos*/
.content-prrafos{
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}






  /*Breakfast*/
  .breakfast{
    height: 400px;
    color: white;
    margin-top: 100px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: purple;
    font-size: 18px;
    text-align: center;

  }







  /*Footer*/
  .footer{
    background-color: rgb(33, 34, 33);
    height: auto;
    padding-left: 30px;
    padding-right: 0;
    color: white;
    text-align: center;
    padding-top: 20px;
  }

  .txt-footer{
    display: inline-block;
    vertical-align: top;
    background-color: none;
    margin-right:50px;
    font-size: 18px;
    text-align: right;
  }

  .img-footer{
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
  }




  .content-video{
    text-align: center;
    height: 650px;
    background-color: none;
    padding-top: 50px;
  }

  .iframe-video{
    width: 900px;
    height: 540px;
  }


}/*max-width:950px*/



/***************************************** (800px) ****************************************************/

@media (max-width:800px){

  .content-video{
    text-align: center;
    height: 420px;
    background-color: none;
    padding-top: 50px;
  }

  .iframe-video{
    width: 600px;
    height: 320px;
  }


}/*max-width:800px*/





/***************************************** (600px) ****************************************************/

@media (max-width:600px){

  .content-video{
    text-align: center;
    height: 380px;
    background-color: none;
    padding-top: 50px;
  }

  .iframe-video{
    width: 400px;
    height: 280px;
    margin: 0 auto;
  }


}/*max-width:600px*/






/***************************************** (470px) ****************************************************/

@media (max-width:470px){

  .content-video{
    text-align: center;
    height: 280px;
    background-color: none;
    padding-top: 50px;
  }

  .iframe-video{
    width: 300px;
    height: 180px;
    margin: 0 auto;
  }


  .div-content-prrafos{
    width: 300px;
    margin-left: -20px;
  }


}/*max-width:600px*/