.invisible{display:none !important}.lista-profesores{display:flex;flex-wrap:wrap;flex}.lista-profesores .profesor{display:flex;margin:1% 1%;flex-basis:30%;background-color:#f1f1f1;border-radius:5px}.lista-profesores .profesor .foto{background-position:center center;background-size:cover;flex:1;border-radius:5px 0 0 5px}.lista-profesores .profesor .datos{padding:.8rem 1.2rem;flex:3}.lista-profesores .profesor .datos .nombre{font-weight:700;font-size:1.1rem}.lista-profesores .profesor .datos .cargo{font-size:.9rem;font-style:italic;padding-bottom:10px}.lista-profesores .profesor .datos .bio{color:#818181;height:37px;overflow:hidden}.lista-profesores .profesor .datos .bio *{margin:0;padding:0;font-size:.9rem;line-height:1.1rem}.lista-profesores .profesor .ver-mas{padding-top:10px}.lista-profesores .profesor .ver-mas a{display:inline-block;border-radius:10px;padding:.2rem .5rem;background-color:#272727;color:white;font-size:.8rem}@media only screen and (max-width:600px){.lista-profesores .profesor{flex-direction:column}.lista-profesores .profesor{flex-basis:98%}}