.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(2, 279px);
    grid-row-gap: 22px;
    justify-content: space-around;
}
.alinear2 > img {
    width: 200px;
}
.ContenidosBloque3col > img {
    width: 100%;
}
.ProductosBloque {
    grid-template-columns: repeat(2, 341px);
    justify-content: space-evenly;
}
.contenidoFijoBloque .ProductosBloque .titulo {
    grid-column: 1/3;
}
.banner .marcoVideo .textoBanner {
    padding-top: 0;
    position: relative;
    max-width: 682px;
}
.banner .videoZona {
    height: auto;
}
.columnaProducto .titulo h1, h1 {
    margin-top: 8px;
}
.ContenidosBloque2col {
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.alinearRight {
    text-align: center;
}
.banner.animated.bounceIn {
    width: 100%;
    height: auto;
}
.destacado p {
    text-align: center;
    margin: 0px 0 43px;
}
.letraBlanca {
    padding-right: 28px;
}

  
