.bg-home-banner {
    background-image: url('../img/home-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.height-banner {
    height: 85vh;
}

@media only screen and (max-width: 1536px) {
    .height-banner {
        height: 110vh;
    }
}


@media only screen and (max-width: 1280px) {
    .height-banner {
        height: 110vh;
    }
}

@media only screen and (max-width: 1024px) {
    .height-banner {
        height: 110vh;
    }
}

@media only screen and (max-width: 768px) {
    .height-banner {
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .height-banner {
        height: auto;
    }
}


.postulacion-banner {
    background-image: url('../img/postulacion-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sumate-banner {
    background-image: url('../img/sumate-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bienvenida-banner {
    background-image: url('../img/perfil-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

