/* añadir pointer cursor y transicion a los elementos alma */
.material-item {
    cursor: pointer;
    scale: 1;
    transition: scale .3s;
    transition-timing-function: ease-out;
}

/* material-item hover */
.material-item:hover {
    scale: 1.1;
}

/* añadir padding a la descripcion del material */
.descripcion-material {
    padding-left: 5%;
}

.investigacion-detail{
    padding-bottom: 3%;
}

.reducir-margin-inferior {
    margin-bottom: 0 !important;
}

#texto-investigacion{
    margin-bottom: 3.2rem;
}