
.ImagenTexto{
    position:relative;
}
.ImagenTexto .titulo_texto .subtitulo{
    color:#116541;
    font-weight:800;
}
.ImagenTexto .titulo_texto .titulo{
    color:#000000;
}
.ImagenTexto .imagen{
    background-size: contain;
    background-repeat: no-repeat;
    width:50%;
    min-height:450px;
    max-height:75%;
    position:absolute;
    object-fit:cover;
}

/* MOVIL */
@media (max-width: 1200px){
    .ImagenTexto .columna_imagen{
        order:2;
    }
    .ImagenTexto .columna_contenido{
        order:1;
    }
    .ImagenTexto .imagen{
        width:unset;
        max-height:300px;
        position:relative;
    }
    .ImagenTexto{
        padding-left:0px!important;
        padding-right:0px!important;
    }
}

/* DESKTOP */
@media (min-width: 1440px) {
    .ImagenTexto  {
        padding-top:100px!important;
        padding-bottom:100px!important;
    }
}