/* lg */
@media only screen and (max-width : 1199px) {
	
	#menu{
		height: auto !important;
		padding:25px 0;
		background:white;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
	    padding-left:30px;
	}
	#inicio-servicios nav a span{
		margin:0 10px 0 10px;
	}
	.limit{
		height: 296px;
	}
	#inicio-secciones #inicio-trabajos.limit{
		height: 640px;
	}
	
}

/* md ROJO*/
@media only screen and (max-width : 991px) {
	
	#menu{
		background:white !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
	    padding:20px 0px;
		background:url(../_img/flecha.png) no-repeat 96% 26px;
		background-size: 11px;
		border-bottom:solid 1px #ddd;
	}
	.navbar-expand-lg .navbar-nav li.nav-item:last-child .nav-link{
		border-bottom:none !important;
	}
	#footer a.boton span{
		display:none !important;
	}
	
	.prop section{
		width: 75%;
	}
	h2#ldt{
		margin:60px 0 60px 0 !important;
	}
	body.contacto #formulario{
		padding:0 0 0 80px;
	}
	
}

/* sm VERDE*/ 
@media only screen and (max-width : 767px) {
	
	#menu{
		background:white !important;
	}
	#inicio-secciones a span{
		line-height:240px;
	}
	
	.interna h3{
		margin-bottom: 30px;
	}
	
	#mv{
		padding:60px 0;
		background:none !important;
	}
	#vision{
		padding:0 0 0 30px;
	}
	.derecha{
		padding:0 0 0 0;
	}
	body.servicios, #ingenieria,
	body.gestion, #ambiental{
		background-image:none !important;
		background:#1c1c1c;
		min-height: auto;
	}
	.pem{
		margin-top: -60px;
	}
	body.gestion .espaciomed{
		padding-bottom:0 !important;
	}

	
}

/* xs BLANCO*/ 
@media only screen and (max-width : 575px) {
	#menu{
		background:white !important;
	}
	
	#footer{
		margin:45px 0 0 0;
		padding:45px 0 0 0;
	}
		#footer hr{
			margin:30px 0;
		}
		#footer img{
			margin:45px auto;
			width: 150px !important;
		}
		#footer a.boton span{
			display:inline-block !important;
		}
		
	#inicio-banner{
		height: auto !important;
		background:none !important;
	}
		#inicio-banner h1{
			margin-top: 45px;
	
			color:white;
			font-size:24px;
			font-weight: 900;
		}
		#inicio-banner nav a{
			margin:30px 15px 45px 0;
		}
	#inicio-servicios a.boton{
		margin-top: 30px;
	}
	#inicio-secciones a span{
		font-size: 17px;
		line-height:150px;
	}
	#inicio-secciones h2{
		margin:75px 0 0 0;
	}
	
	.espaciomed{
		padding:45px 0;
	}
	.interna h1{
		margin-bottom: 30px;
	}
	
	#vision{
		padding:0 0 0 0px;
	}
		#vision img{
			margin-top: 30px;
		}
	
	#propuesta-listado{
		padding:30px 0 0 0;
	}
	.prop section{
		width: 70%;
	}
	
	.pem{
		margin-top: -0px;
	}
	
	body.contacto{
		background-image:none;
		background-color:#1c1c1c;
	}
	body.contacto #formulario{
		padding:0 0 0 0px;
	}
	
}


























