@font-face {
  font-family: rajdhani-semibold;
  src: url(Rajdhani-SemiBold.ttf);
}
@font-face {
  font-family: rajdhani-light;
  src: url(Rajdhani-Light.ttf);
}

body{
	font-family: rajdhani-semibold;
	background-color: #fff9e6 !important;
}

body *{
	font-family: rajdhani-semibold;
	background-color: #fff9e6 !important;
}

.header, .banner{
	width: 1183px;
	margin: auto;
}

.navbar-brand{
	font-size: 26px;
}

.description{
	font-size: 16px;
	font-family: rajdhani-light;
}

#navbarNav{
	float:right;
}

.nav-link{
	color: #333333 !important;
} 

.separator{
	margin-top: 20px;
}

.texto{
	font-size: 26px;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.texto-center{
	font-size: 26px;
	margin-top: 20px;
	width: 1183px;
	margin: auto;
	margin-top:100px;
	padding-left: 30px;
	padding-right: 30px;
}

.title-separator{
	max-width: 1920px;
	min-width: 1183px;
	margin: auto;
	margin-top: 100px;
	background-image: url(../img/7.png) ;
	height:70px;
}

.title-left{
	font-size: 50px;
	background-color: #fff;
	width: 350px;
	margin-left:100px;
	text-align: center;
}

.title-right{
	font-size: 50px;
	background-color: #fff;
	width: 350px;
	margin-right:100px;
	text-align: center;
	float: right;
}

.title{
	font-size: 50px;
}

.margin{
	margin-top:50px;
}
