body{
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   line-height: 24px;
   color: #666;
   font-weight: 400;
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6{
   line-height: 1.3em;
   margin-top: 0;
   color: #222;
}
h1{
   font-size: 36px;
}
h2{
   font-size: 30px;
}
h3{
   font-size: 24px;
}
h4{
   font-size: 20px;
}
h5{
   font-size: 16px;
}
h6{
   font-size: 14px;
}

#txtSearch::placeholder {

   font-size: 13px;
}

.floatWhatsapp{
	position:fixed;
	width:58px;
	height:58px;
	bottom:100px;
	right:18px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-floatWhatsapp{
	margin-top:16px;
}