.caf_apertura_simple .jumbotron {
    padding: 0px !important;
    border-radius: 0rem;
}

.caf_apertura_simple {
    border-radius: 0px;
    color: #ffffff;
    overflow: hidden;
    font-size: 45px;
    font-size: min(max(30px, 3vw), 45px);
    line-height: 1.3;
    position: relative;
}

.caf_apertura_simple img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caf_tit_apertura_simple {
    /*min-height: 100vh; se agrego (creo que por error) cuando se agregaron los fixes de IE*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 8%;
}

@media (max-width: 991.98px) {
    .caf_tit_apertura_simple {
        width: 100%;
        padding: 8%;
    }
}

@media (min-width: 992px) {
    .caf_tit_apertura_simple {
        width: 85%;
        padding: 8%;
    }

    .caf_apertura_simple_wrap {
        min-height: 600px;
    }
}

@media (max-width: 767.98px) {
    .caf_imagen_apertura {
        min-height: 300px;
    }
}

@media (max-width: 767.98px) {
    .caf_imagen_apertura {
        min-height: 300px;
    }
}

@media all and (-ms-high-contrast:none) {
    .caf_imagen_apertura {
        background-repeat: no-repeat;
        background-size: cover;
		background-position-x: center;
        /*background-image: url('/media/1009/quienes-somos-cabecera-bn.jpg');*/
    }

    .caf_imagen_apertura picture {
        display: none;
    }
}