img.laboratorio-img {
  width: 90%;
}

.controlador {
  /* height: 16rem; */
  width: 31%;
  cursor: pointer;
  margin-bottom: 14rem;
}
.doc-lab2{
  /* height: 16rem;  */
    /* width: 31%; */
    cursor: pointer;
    /* margin-bottom: 5vh; */
    margin-right: 2rem;
}

.texto-lab {
  background-color: white;
  min-height: 8rem;
  padding: 1vw;
  margin-bottom: 2em;
  margin-bottom: 3em;
  width: 18.5vw;
  position: absolute;
  left: 4vw;
  top: 10vw;
  box-shadow: 1px 1px 5px lightgrey;
  font-size: 1.8rem;
}
.lab-texto-LDP{
    min-height: 8rem;
    padding: 0 !important;
    background-color: white;
    /* height: 13rem; */
    padding: 2vw 1vw 1vw 1vw;
    margin-bottom: 2em;
    /* margin-bottom: 3em; */
    width: 100%;
    position: absolute;
    left: 0vw;
    top: 0vh;
    box-shadow: 1px 1px 5px lightgrey;
    font-size: 1.8rem;
    border: 1px solid #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: row;
}

.lab-infos{
  margin-bottom: 2rem;
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 2rem 2rem 2rem 4rem;
  border-color: #ffffff;
}

.docentes-return > i{
  cursor: pointer;
}

.docentes-return:hover > i
.docentes-return:hover {
  color:darkblue;
}


.controlador:hover .texto-lab{
  background-color: #f5f5f5;
}
  
p.lab-title-LDP1 {
    color: grey;
    margin: 0;
    align-self: center;
    padding: 1rem 3rem 1rem 3rem;
}
.lab-texto-LDP > img {
    height: 28%;
    align-self: center;
    padding: 1rem;
}