@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Archivo+Black|Merriweather+Sans:400,700,800,400italic);



/* color */
.color-blanco			{ color:#FFF; }
.color-negro			{ color: #000; }


.color-azul				{ color:#45C3D3; }
.color-rosa				{ color:#E07EB2; }
.color-naranja			{ color:#F37435; }
.color-gris				{ color:#727376; } 


/* Fonts Family */

h1, p, h2, h3, h4	{ margin: 0; padding: 0; line-height: 1em; font-size: 1em; }

.font-arial			{ font-family: Arial, Helvetica, sans-serif; }
.font-times			{ font-family:"Times New Roman", Times, serif; }
.font-black			{ font-family: 'Archivo Black', sans-serif; }
.font-merri			{ font-family: 'Merriweather Sans', sans-serif;}

.font-normal		{ font-weight:normal;}
.font-bold			{ font-weight:bold; }
.font-italic		{ font-style:italic;}

.font-400			{ font-weight:400;}
.font-700			{ font-weight:700;}
.font-800			{ font-weight:800;}



/* Font Size */

.font-size-10			{ font-size:10px; }
.font-size-11			{ font-size:11px; }
.font-size-12			{ font-size:12px !important; }
.font-size-13			{ font-size:13px; }
.font-size-14			{ font-size:14px; }
.font-size-15			{ font-size:15px; }
.font-size-16			{ font-size:16px; }
.font-size-17			{ font-size:17px; }
.font-size-18			{ font-size:18px; }
.font-size-20			{ font-size:20px; }
.font-size-22			{ font-size:22px; }
.font-size-23			{ font-size:23px; }
.font-size-24			{ font-size:24px; }
.font-size-25			{ font-size:25px; }
.font-size-26			{ font-size:26px; }
.font-size-27			{ font-size:27px; }
.font-size-28			{ font-size:28px; }
.font-size-30			{ font-size:30px; }
.font-size-32			{ font-size:32px; }
.font-size-34			{ font-size:34px; }
.font-size-36			{ font-size:36px; }
.font-size-38			{ font-size:38px; }
.font-size-40			{ font-size:40px; }
.font-size-42			{ font-size:42px; }
.font-size-44			{ font-size:44px; }
.font-size-46			{ font-size:46px; }
.font-size-48			{ font-size:48px; }
.font-size-50			{ font-size:50px; }
.font-size-52			{ font-size:52px; }
.font-size-54			{ font-size:54px; }

/* Footer*/
.font-footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:400;
	text-decoration:none;
}

.tittle-blue{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	font-size:22px;
	color:#45C3D3;
}

.tittle-orange{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	font-size:22px;
	color:#F37435;
}

.tittle-pink{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	font-size:22px;
	color:#E07EB2;
}