/******************* Background ********************/


html {
	background-color: #FAFAFA;
}

/********************** Fonts **********************/

body,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
p,
select {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}

#menu>ul>li>a,
#header_action_button,
#header_cart {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

h4 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}


/********************** Font sizes **********************/

/* Body */

body {
	font-size: 18px;
	line-height: 30px;
}

#menu>ul>li>a,
#header_action_button,
#header_cart {
	font-size: 18px;
}

/* Headings */

h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	font-size: 48px;
	line-height: 48px;
}

h3 {
	font-size: 36px;
	line-height: 38px;
}

h4 {
	font-size: 26px;
	line-height: 30px;
}

h5 {
	font-size: 23px;
	line-height: 28px;
}

h6 {
	font-size: 18px;
	line-height: 25px;
}

.titulo-productos {
	font-size: 20px !important;
	line-height: 24px !important;
	font-weight: 500 !important;
}

.titulo-casos-exito {
	font-size: 17px !important;
	line-height: 25px !important;
	font-weight: 500 !important;
}