* {
  user-select: none;
  -webkit-user-select: none;/*IE,etc*/
  -moz-user-select: none; /*Mozzila Firefox*/
  -ms-user-select: none;
}

.menu li a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.side_img{
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.side_img img{
	width: 100%;
}

h1, h2, h3{
	color: #ff376c;
}

.image{
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.image img{
	width: 100%;
}

.area a{
	text-decoration: none;
	color: #fff;
	background: #ff376c;
	padding: 5px 10px;
	margin: 8px 8px;
}

.whatsApp{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
}

.phone{
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
}