body{



}



.bg-blue{

	background-color: #094890;

}



.navbar img{

	max-height: 3.1rem;

}





#inicio{

	background-image: url('img/fondo.jpg');

	background-size: cover;

	background-repeat: no-repeat;

	color: #ffffff;

}



h2{

	font-size: 3.5rem;

}



#mobiliario h3{

	color: #094890;

	font-size: 1.35rem;

}


#servicios h3{

	color: #094890;

	font-size: 1.35rem;

}



#conocenos{

	background-color: #094890;

	color: #ffffff;

}



.fondoc{

	background-image: url('img/c.png');

	background-size: contain;

	background-repeat: no-repeat;

	background-position: center;

}



#footer{

	background-color: #094890;

	color: #ffffff;

}



#footer a{

	color: #ffffff;

	text-decoration:  none;

}



input, textarea{

	border-radius: 1.3rem !important;

	background-color: #e8e8e8 !important;

}



.btn-primary{

	border-radius: 3rem;

}



.req{

	font-size: 0.9rem;

	color: #ff0000;

}



.text-blue{

	color: #094890;

}



@media only screen and (max-width: 600px) {

  h2 {

  	font-size: 2rem;

  }



  #conocenos img{

  	max-height: 20rem;

  }

}



@media only screen and (max-width: 780px) {

  #conocenos img{

  	max-height: 36vh;

  }

}