.img_inicio {
    margin: 0 auto;
    width: 300px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}

.flex-inicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: -webkit-fill-available;
}