#intro {
  background: url("../img/inicial-patio.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/*#pricing .card-image {
  background: url("../img/architecture.jpg") no-repeat center center;

	Corregir esto para poner imágenes individuales de cada sala.

}*/

.uniforme{
	width: 100%;
}

.uniforme2{
	width: 70%;
}

@media only screen and (max-width: 479px) {
	.mini-iconos{
		font-size: 24px;
	}
}

@media only screen and (min-width: 480px){
	.uniforme{
		width: 70%;
	}
	.uniforme2{
		width: 60%;
	}
	.mini-iconos{
		font-size: 29px;
	}
}

@media only screen and (min-width: 768px) {
	.uniforme{
		width: 100%;
	}
	
} 

@media only screen and (min-width: 1024px){
  #carousel-ini1{
    margin-top: 90px;
  }
}

@media only screen and (min-width: 1600px){
  
}