/* div{ */
  /* border: 1px solid #000; */
/* } */

/* estilo de scroll */
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #6ba8da; 
}
::-webkit-scrollbar-thumb:hover {
  background: #2196F3; 
}
/* estilo de scroll */


body{
  margin: 0; 
  padding: 0; 
  background: #232323; 
  color: #fff;
}

.contenedor{
  display: flex; 
  flex-direction: column; 
  width: calc(100% - 20px); 
  height: calc(100vh - 20px); 
  margin: 10px;
}

.navtop{
  display: flex; 
  flex-direction: row; 
  align-items: center;
}

.logo{
  display: flex; 
  flex-direction: column;
}

.imglogo{
  font-family: Helvetica, Arial, sans-serif; 
  font-size: 40px; 
  font-weight: 900; 
  cursor: pointer;
}

.textlogo{
  margin-top: -8px; 
  cursor: pointer;
}

.lineadivision{
  width: calc(100% + 20px); 
  margin-left: -12px; 
  border: 1px solid #2196F3; 
  margin-top: 10px;
}

.lisproyectos{
  margin-top: 10px; 
  display: flex; 
  flex-direction: row; 
  margin-left: 10px; 
  margin-right: 10px;
}

.btnlistar{
  border-radius: 10px; 
  background-color: #e2df23; 
  padding: 5px 20px; 
  color: #000; 
  border: 1px solid #fff; 
  cursor: pointer;
}

.contcontenido{
  display:flex; 
  border: 1px solid #807e7e; 
  margin-top: 10px; 
  height: calc(100vh - 160px); 
  padding: 10px; 
  border-radius: 10px; 
  box-shadow: 0px 0px 5px rgba(255,255,255,0.2); 
  overflow: hidden;
}

.textprode{
  color: rgb(253, 235, 211); 
  text-align: center; 
  font-size: 30px; 
  overflow: auto; 
  height: 100%; 
  width: 100%;
}

.text14all{
  color: rgb(253, 235, 211); 
  width: 100%; 
  display: none;
}

.imag{
  width: 100px; 
  margin: 10px;
}

.tst{
  position: absolute; 
  width: 600px; 
  height: 100%; 
  background: rgba(0, 0, 0, 0.6); 
  text-align: center; 
  align-items: center; 
  justify-content: center; 
  z-index: 100;
}

.botonesmodal{
  border: none; 
  background: rgba(255, 255, 255, 0.6); 
  padding: 2px 10px; 
  border-radius: 5px;
}