
@media screen and (min-height: 931px) and (max-height: 1000px){
	.business-home{
		height: 80.5vh;
	}
	.section {
        padding-top: 35px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
	.business-home {
        height: 194vh;
        padding-top: 25px;
    }
}
@media screen and (min-height: 762px) and (max-height: 930px) {
	.business-home{
		height: 80.1vh;
	}
	.section {
        padding-top: 25px;
    }
}

@media screen and (min-height: 600px) and (max-height: 630px){
	.business-home{
		height: 130vh;
	}
	.section {
		padding-top: 15px;
	}
}
@media screen and (min-height: 630px) and (max-height: 761px) {
    .business-home {
		height: 115vh;
    }
	.section {
		padding-top: 15px;
	}
}


/* RESPONSIVO */
@media screen and (min-width: 200px) and (max-width: 500px) {
    .business-home {
        height: auto;
    }
}

@media screen and (max-width: 400px) and (max-height: 900px) {
    .business-home {
        height: auto;
    }
}


.banner-home{
	align-items: flex-start
}