.margen {
    width: 100%;
}
.banner .marcoVideo {
    height: auto;
    width: 100%;
}
.columnaProducto .tarjetaBoton img {
    width: 100%;
}
.cycle-slideshow img {
    width: 100%;
}
.ContenidosBloque4col {
    grid-template-columns: 176px;
    grid-row-gap: 22px;
    justify-content: center;
}
.alinear2 > img {
    width: 200px;
}
.ContenidosBloque3col > img {
    width: 100%;
}
.ProductosBloque {
    grid-template-columns: 385px;
    justify-content: center;
}
.contenidoFijoBloque .ProductosBloque .titulo {
    grid-column: 1/2;
}
.banner .marcoVideo .textoBanner {
    padding-top: 0;
    position: relative;
    max-width: 682px;
}
.banner .videoZona {
    height: auto;
}
.columnaProducto .titulo h1, h1 {
    margin-top: 16px;
    font-size: 31px;
}
.ContenidosBloque2col {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0px;
}
.alinearRight {
    text-align: center;
}
header {
    flex-direction: column;  
}
header .datosContacto{
    text-align: center;
    padding-bottom: 40px;
}
.menuMedio {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.alinearCenter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}
.callToAction {
    width: 373px;
}
.alinearRight>img {
    width: 100%;
}
.banner {
    height: auto;
}
.ContenidosBloque2col div > img {
    width: 100%;
}
.ContenidosBloque3col {
    grid-template-columns: 1fr;
}
.fondoDeColor .destacado {
    font-size: 17px;
}
.destacado p {
    text-align: center;
    margin: 0px 0 43px;
}
.letraBlanca {
    padding-right: 28px;
}