/**************************
*	CSS IE 10 e inferiores
**************************/

.parallax {
    position: absolute !important;
}

.parallax img {
    display: block !important;
    left: 0 !important;
    top: 0 !important;
    min-width: 100% !important;
    min-height: 100% !important;
}

.gmnoprint:last-child {
    right: 0 !important;
    left: auto !important;
}

/*.display-flex {
    display: inline-block;
    width: 100%;
}

.display-flex.space-around {
    justify-content: space-around;
}

.display-flex.space-between {
    justify-content: space-between;
}

.display-flex.centered {
    justify-content: center;
}

.display-flex.flex-wrap {
    flex-wrap: wrap;
}

.display-flex.vertical-center {
    vertical-align: middle;
}

.display-flex.baseline {
    align-items: baseline;
}

.display-flex.flex-end {
    justify-content: flex-end;
}*/


.contenedor-texto-imagen h3{
    padding-top: 4rem;
}

/**************************
*	ADICIONALES, SÓLO SE CONSIDERA AQUELLOS OBJETOS ALINEADOS CON FLEX Y QUE EN IE NO FUNCIONAN, SE PUEDEN BORRAR YA QUE DEPENDE DEL DISEÑO
**************************/