.top-img {
    height: 20rem;
    background-size: 10px;
    text-align: center;
}

@media (min-width: 992px) {
    .top-img {
        bottom: 0;
        position: absolute;
        width: 30%;
        height: auto;
    }
}

@media (min-width: 1700px) {
    .top-img {
        bottom: 0;
        position: absolute;
        width: 19%;
    }
}
@media (min-width: 1920px) {
    .programa {
        background-position: 80% bottom;
        background-repeat: no-repeat;
        background-size: 35%;
        padding: 5rem 50px;
    }
}

@media (min-width: 2500px) {
    .programa {
        background-position: 70% bottom;
        background-repeat: no-repeat;
        background-size: 25%;
        padding: 5rem 50px;
    }
    .top-img {
        bottom: 0;
        position: absolute;
        width: 14%;
    }
}
