nav, ul, li, a {
	padding: 0;
	margin: 0;
}
nav {
	background: #e54c4c;
	height: 65px;
}
#menu {
	margin: 0 auto; /* lo centro */
	height: 65px;
	width: 970px;
	border-left: 1px solid #c94242;
	/*border-right: 1px solid #e96c6c;*/
	font-size: 14px;
	font-weight: 600;
	/*letter-spacing: 0.25px;*/
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
#menu ul span {
	display: none;
}
nav ul {
	list-style: none;
}
nav ul li {
	float: left;
}
nav ul li a {
	line-height: 65px;
	color: #ffffff;
	text-decoration: none;
	padding: 24px 23px;
	border-right: 1px solid #c94242;
	border-left: 1px solid #e96c6c;
	transition: all 0.3s ease-out;
}
nav ul li a:hover {
	background: #ffffff;
	color: #e54c4c;
}
.submnu {
	opacity: 0;
	width: 100%;
	transition: opacity 0.3s;
	position: absolute;
	visibility: hidden;
	display: none;
}
.mnubox {
	background: #ffffff;
	width: 970px;
	margin: 0 auto;
	height: 300px;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
.mnubox-meta {
	width: 483px;
	margin: 0;
	float: left;
}
.mnubox a:hover {
	color: #c94242 !important;
}
.mnuitem {
	float: left;
	width: 600px;
	font-family: 'Roboto', sans-serif;
	padding-left: 20px;
	padding-top: 30px;
}
.mnuitem-meta {
	float: left;
	width: 460px;
	font-family: 'Roboto', sans-serif;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
}
.mnuitem i, .mnuitem-meta i {
	font-size: 36px;
}
.mnuicon {
	font-size: 20px;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
}
.mnutext {
	float: left;
	padding-left: 10px;
	width: 529px;
}
.mnutext-meta {
	float: left;
	padding-left: 10px;
	width: 360px;
}
.mnuitem h1, .mnuitem-meta h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 0.3px;
}
.mnuitem h2, .mnuitem-meta h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 5px;
	letter-spacing: 0.3px;
	text-align: justify;
}
.mnuitemweb {
	float: left;
	width: 300px;
	font-family: 'Roboto', sans-serif;
	padding-left: 30px;
	padding-top: 30px;
}
.mnuitemweb h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 0.3px;
}
.mnuitemweb p {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.3px;
	text-align: justify;
}
.mnutextweb {
	padding: 10px 0;
}
.mnuwebpreview {
	float: right;
	width: 290px;
	height: 250px;
	color: #eeeeee;
	margin-right: 20px;
	margin-top: 30px;
	background-size: cover;
	border: 1px solid #999999;
	border-radius: 2px;
	transition: all 0.3s ease-out;
	background: #ddd;
}
.mnuwebpreview p {
	font-size: 16;
	font-weight: 600;
	text-align: center;
	color: #eeeeee;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.mnumess {
	font-family: 'Roboto', sans-serif;
	float: right;
	width: 300px;
	height: 250px;
	color: #333333;
	margin-right: 20px;
	margin-top: 30px;
	background: #eeeeee;
	text-align: center;
	border-radius: 4px;
}
.mnumess p {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	margin: 30px 0;
}
.mnumess p span {
	text-align: center;
	font-size: 34px;
	font-weight: 900;
	line-height: 60px;
}
.mnumess a {
	text-align: center;
	font-size: 16px;
	background: #333333;
	color: #eeeeee;
	font-weight: 500;
	text-decoration: none;
	margin-top: 50px;
	padding: 10px 10px;
	border-radius: 8px;
}
.mnumess a:hover {
	background: #c94242;
	color: #eeeeee !important;
}



.color-azure {
	color: #3e78b3 !important;
}
.color-green {
	color: #4bad85 !important;
}
.color-yellow {
	color: #eab766 !important;
}
.color-grey {
	color: #666666 !important;
}
.color-black {
	color: #000000 !important;
}
.color-whatsapp {
	color: #1c9c83 !important;
}
.color-phone {
	color: #fe5c50 !important;
}