.numero{
    color: #F1E2C1;
}
.Numeros .numero-titulo{
    font-size: 3em;
    line-height:normal;
}

.Numeros .numero-texto{
    padding-bottom:1em;
    line-height: normal;
}

@media (min-width: 1200px){
    .numero-imagen-fondo{
        min-height:450px;
    }
}
@media (min-width: 767px){
    .numero-imagen-fondo{
        min-height:400px;
    }
    .Numeros .numero-titulo{
        font-size: 4em;
    }
    .Numeros .numero-texto{
        padding-bottom:0em;
    }

}
@media (max-width: 767px){
    .Numeros .bg-opacity{
        padding-top:2em;
    }
    .Numeros .container-fluid{
        padding:0px;
    }
    .Numeros .row{
        margin:0px;
    }
}
.numero-imagen-fondo{
    background-size: cover;
    background-position: center;
    min-height:350px;
}
.Numeros .bg-opacity{
    background-color: rgba(0, 0, 0, 0.50);
}
.Numeros > .row{
    height: 500px;
}

.Numeros