/* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900;1000&display=swap');

.upcontenidos{
  display: flex;
  /* flex-wrap: wrap; */
  align-items: start;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
.upcontenidos .uplist{
  display: flex;  
  flex-direction: column;  
  margin-right: 50px;
  position: relative;
  width: 215px;
}
.upcontenidos .uplist label{
  height: 60px;
  font-size: 12px;
  font-weight: 500;
  /* line-height: 60px; */
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  transition: all 0.5s ease;
  color: #333;
  z-index: 12;
}
#uphome:checked ~ .uplist label.uphome,
#upblog:checked ~ .uplist label.upblog,
#uphelp:checked ~ .uplist label.uphelp,
#upcode:checked ~ .uplist label.upcode,
#upabout:checked ~ .uplist label.upabout,
#upitem7:checked ~ .uplist label.upitem7,
#upitem8:checked ~ .uplist label.upitem8,
#upitem9:checked ~ .uplist label.upitem9,
#upitem10:checked ~ .uplist label.upitem10,
#upitem11:checked ~ .uplist label.upitem11,
#upitem6:checked ~ .uplist label.upitem6{
  color: #fff;
}
.upcontenidos .uplist label:hover{
  color: #3db166;
}
.upcontenidos .upslider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  background: #3db166;
  transition: all 0.4s ease;
}
#uphome:checked ~ .uplist .upslider{
  top: 0;
}
#upblog:checked ~ .uplist .upslider{
  top: 60px;
}
#uphelp:checked ~ .uplist .upslider{
  top: 120px;
}
#upcode:checked ~ .uplist .upslider{
  top: 180px;
}
#upabout:checked ~ .uplist .upslider{
  top: 240px;
}
#upitem6:checked ~ .uplist .upslider{
  top: 300px;
}
#upitem7:checked ~ .uplist .upslider{
  top: 360px;
}
#upitem8:checked ~ .uplist .upslider{
  top: 420px;

}#upitem9:checked ~ .uplist .upslider{
  top: 480px;

}#upitem10:checked ~ .uplist .upslider{
  top: 540px;

}#upitem11:checked ~ .uplist .upslider{
  top: 600px;
}
.upcontenidos .uptext-contenidos{
  width: 80%;
  height: 100%;
}
.upcontenidos .uptext{
  display: none;
}
.upcontenidos .uptext .title{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.upcontenidos .uptext p{
  text-align: justify;
}
.upcontenidos .uptext-contenidos .uphome{
  display: block;
}
#uphome:checked ~ .uptext-contenidos .uphome,
#upblog:checked ~ .uptext-contenidos .upblog,
#uphelp:checked ~ .uptext-contenidos .uphelp,
#upcode:checked ~ .uptext-contenidos .upcode,
#upitem6:checked ~ .uptext-contenidos .upitem6,
#upitem7:checked ~ .uptext-contenidos .upitem7,
#upitem8:checked ~ .uptext-contenidos .upitem8,
#upitem9:checked ~ .uptext-contenidos .upitem9,
#upitem10:checked ~ .uptext-contenidos .upitem10,
#upitem11:checked ~ .uptext-contenidos .upitem11,
#upabout:checked ~ .uptext-contenidos .upabout{
  display: block;
}
#upblog:checked ~ .uptext-contenidos .uphome,
#uphelp:checked ~ .uptext-contenidos .uphome,
#upcode:checked ~ .uptext-contenidos .uphome,
#upitem6:checked ~ .uptext-contenidos .uphome,
#upitem7:checked ~ .uptext-contenidos .uphome,
#upitem8:checked ~ .uptext-contenidos .uphome,
#upitem9:checked ~ .uptext-contenidos .uphome,
#upitem10:checked ~ .uptext-contenidos .uphome,
#upitem11:checked ~ .uptext-contenidos .uphome,
#upabout:checked ~ .uptext-contenidos .uphome{
  display: none;
}
.upcontenidos input{
  display: none;
}
