/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


/* Special Mobile*/
@media only screen and (max-width: 767px) {

#empresa {
	
	padding-top: 25px;
	padding-bottom: 30px;
}


.navbar .nav li {
	display: block;
	margin: 0;
}

}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {

#empresa {
	height: 550px;
	padding-top: 120px;
}	

	
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {

#bienvenido {
	background-image: url(../img/back-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
}

#bienvenido-texto {
	padding-top: 50px;
	padding-bottom: 70px;
}

#empresa {
	height: 550px;
	padding-top: 30px;
}

#empresa-texto {
	margin-top: 10px;

}
	
	
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
#empresa-texto {
	margin-top: 60px;

}
	
}
