/* LG */
@media only screen and (max-width : 1200px) {
	
	#header{
		background:none !important;
	}
	
}

/* MD */
@media only screen and (max-width : 992px) {
	
	#empresa.espacio{
		padding-top:60px;
	}
	#experiencia section{
		padding-right:30px;
	}
	#propuesta.espacio{
		padding:300px 0 0 0;
	}
	#propuesta section{
		padding:500px 0 150px 0;
	}
	
	#equipo section{
		padding:0 0 0 45px;
	}
	
}

/* SM @media only screen and (max-width : 768px) {}*/

/* XS */ 
@media only screen and (max-width : 740px) {
	
	.wow, .animated {
			/*CSS transitions*/
			-o-transition-property: none !important;
			-moz-transition-property: none !important;
			-ms-transition-property: none !important;
			-webkit-transition-property: none !important;
			transition-property: none !important;
			/*CSS transforms*/
			-o-transform: none !important;
			-moz-transform: none !important;
			-ms-transform: none !important;
			-webkit-transform: none !important;
			transform: none !important;
			/*CSS animations*/
			-webkit-animation: none !important;
			-moz-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
	}
	
	.top{
		height: auto !important;
	}
	.top img#logo{
		margin:45px 0;
	}
	.carousel-caption {
	    padding-bottom: 30px;
	}
	.carousel-caption h2{
		display:none;
		visibility:hidden;
	}
	.carousel-caption h3{
		margin:0px;
		font-size: 20px;
		letter-spacing:2px;
		line-height:26px;
	}
	#carousel-example-generic{
		display:none;
		visibility:hidden;
		width:0;
		height:0;
	}
	
	.titulo{
		margin:0 0 30px 0;
	}
	.titulo span{
		display:none;
		visibility:hidden;
		width:0;
		height:0;
	}
	ul.lista{
		margin:15px 0 0 0;
		padding:0;
	}
	
	.espacio,
	#experiencia.espacio{
		padding:75px 0;
	}
	
	#empresa{
		background:#ededed;
	}
	
	img#carne{
		display:none;
		visibility:hidden;
		width:0;
		height:0;
	}
	#experiencia section{
		padding:0;
	}
	#experiencia h3{
		margin:15px 0 0 0;
		font-size: 16px;
		letter-spacing:0px;
		line-height:34px;
	}
	
	#propuesta.espacio{
		padding:75px 0 30px 0;
	}
	#propuesta section{
		padding:0;
	}
	#sombra, #lechuga, #lomo, #limones, #tomates{
		display:none;
		visibility:hidden;
		width:0;
		height:0;
	}
	
	#equipomarron.espacio{
		padding:0 0 75px 0;
	}
	#equipomarron{
		background:none;
	}
	#equipo-trabajo{
		margin:0 -15px;
		padding:75px 15px;
		background:#312c21;
	}
	#equipo section{
		padding:60px 0;
	}
	
	#clientes.espacio{
		padding:120px 0;
	}
	
	#footer,
	#footer>*,
	#footer .text-right{
		text-align: center;
	}
	
	#footer.espacio{
		padding:135px 0 75px 0;
	}
	
	
	

}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	