.fondosalud{
    background: url('https://publicinnova.s3-us-west-2.amazonaws.com/enfermedades/Salud.svg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    z-index: -1;
    width: 80%;
}

.overlayi {

    position: absolute;
    bottom:10px;
    color: white;
    padding:10px;
    text-align: center;
    width:100%;

}

.centerednew {
    position: absolute;
    bottom:-10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;

}

.centerednewd {
    position: absolute;
    bottom:0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;

}

.centerednewone {
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;

}

.centerednewdeme {
    position: absolute;
    bottom:-5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;

}


.zoom {
    transition: transform 1s; /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

