* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}

/*HEADER*/

body header {
	width: 100%;
}

body header ul {
	width: 100%;
}

body header .menu {
	width: 100%;
	height: 34px;
	background: #02C54D;
	text-align: center;
}

body header .menu ul li {
	list-style: none;
	display: inline-block; 
	padding: 0px 55px;
}

body header .menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 22px;
}

body header .subheader {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 0px 20px;
	background: #fff;
	width: 100%;
	color: #4FC4D4;
	font-size: 22px;
}

body header .subheader p,
body header .subheader .whats {
	padding: 35px 0px;
}

body header .subheader .gmail {
	padding: 42px 0px;
}

body header .subheader p {
	position: relative;
	left: 135px;
}

body header .subheader .whats,
body header .subheader .gmail {
	position: relative;
	left: -75px;
}

body header .subheader .gmail {
	left: -200px;
}

body header .subheader .logo {
	width: 17%;
	padding: 0;
	margin: 0;
} 

body header .subheader .logo img {
	width: 100%;
}

body header .subheader .whats {
	width:45px;
}

body header .subheader .whats img {
	width: 100%;
}

body header .subheader .gmail {
	width: 40px;
}

body header .subheader .gmail img {
	width: 100%;
}
/*//HEADER*/