

body {
	font-family: 'msyi', 'Source Sans Pro', sans-serif;
	font-size: 18px;
}


/*---------------------------------------
   3.1 BACKGROUND COLORS AND LINE               
-----------------------------------------*/

.dark-bg {
	background: #323232;
	color: #ffffff;
}

.color-blanco {
	color: #ffffff;
}
.bgcolor-3{
	background: #c7d0cf;
}
.bgcolor-2 {
	background: #ebeeee;
}

.bgcolor-white {
	background: #ffffff;
}

.colored-line {
	background: #7d8086;
}


/*---------------------------------------
   3.2 TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'msyi', 'Raleway', sans-serif;
	color: #7d8086;
}
h1,h2, h3, h4{
	font-family: 'rockwell', 'Raleway', sans-serif;
}
h2{
	letter-spacing: 1.5px;
}
.colored-text2{
	color: #e7a647;
}
.margen-n{
	margin: -5px;
}
.margen-r{
	margin-right: -8px;
}
.margen-p{
	margin: 10px;
}
.margen-superior{
	margin-top: -10px;
}
.titulo1{
	font-size: 2.2rem;
	line-height: 2.8rem;
	font-weight: 500;
}
.titulo2{
	font-size: 4.4rem;
	line-height: 2.8rem;
	font-weight: 500;
}
.titulo3{
	font-size: 3.1rem;
	line-height: 2.8rem;
	font-weight: 500;
}
