
/* CONTENEDOR QUE FACILITA LA POSICIÓN DE LAS IMÁGENES SUPERPUESTAS */
.image-pass {
    width: 3vw;
}





/* CAMBIO EN LA ORGANIZACIÓN DE LA GRID*/
.titulos-proyectos {
    grid-template-columns: 1fr;
    padding-bottom: 2em;
}

/* CAMBIO EN EL ESPACIO DEL H2*/
h2 {
    margin-bottom: 1.5em;
}

/* TAMAÑO DE LA FUENTE */
.box-information {
    font-size: 1em;
}