@media all and (max-width: 1199px) {
	.home_background {background-position: 40% center !important;}
}

@media all and (max-width: 991px) {
	.home_background {background-position: 35% center !important;}
}
@media all and (max-width: 767px) {
	.home_background {background-position: 30% center !important;}
	.logo_home {}
	.home_main_title {
		margin-top: 10px;
		display: block;
	}
}

@media all and (max-width: 500px) {
	.home_background {}
	.logo_home {
		max-width: 50%;
		height: auto;
	}
	.home_main_title {
		font-size: 26px;
		line-height: 130%;
	}
	.home_main_title .negrita {display:block;}
}