.margen {
    width: 100%;
}
.banner .marcoVideo {
    height: auto;
    width: 100%;
}
.columnaProducto .tarjetaBoton img {
    width: 100%;
}
.ProductosBloque {
    grid-template-columns: repeat(3, 350px);
}
.cycle-slideshow img {
    width: 100%;
}
.ContenidosBloque4col {
    grid-template-columns: repeat(3, 279px);
    grid-row-gap: 30px;
}
.alinear2 > img {
    width: 200px;
}
.ContenidosBloque3col > img {
    width: 100%;
}
.ProductosBloque {
    grid-template-columns: repeat(2, 386px);
    justify-content: space-evenly;
}
.contenidoFijoBloque .ProductosBloque .titulo {
    grid-column: 1/3;
}
.banner {
    height: auto;
}
.banner .videoZona {
    height: auto;
}