
/* FUENTE Y PADDING PRINCIPAL DE LOS SUBTÍTULOS */
.stock-ticker {
    padding-block: 8px;
}


/* CAMBIO DE PADDINGS, ALTURA DE LAS FOTOS Y DISTRIBUCIÓN DE LAS GRIDS PARA PORTÁTIL */
.grupo1 {
    grid-auto-rows: 400px;
}

.grupo2 {
    grid-auto-rows: 400px;
}

.grupo3 {
    grid-auto-rows: 400px;
}

/* SÓLO CAMBIO DE LA ALTURA DE LA IMAGEN PARA PORTÁTIL*/
.grupo4 video {
    height: 400px;
}