/***** Imagen del header *****/
.img-header{
	position: relative;
	width: 140%;
	left: -27.5%;
	overflow-x: hidden !important;
}










/***** Para monitores pequeños *****/
@media screen and (max-width: 1366px){
	.img-header{
		width: 150%;
		left: -30%;
	}
}

@media screen and (max-width: 991px){
	.img-header{
		width: 170%;
		left: -40%;
	}
}

/***** Para tablets *****/
@media screen and (max-width: 768px){
	.img-header{
		width: 225%;
		left: -55%;
	}
}

/***** Para móviles *****/
@media screen and (max-width: 480px){
	.img-header{
		width: 300%;
		left: -80%;
	}
}

/***** Para móviles mas pequeños*****/
@media screen and (max-width: 320px){
}