/* reset */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: 100%;
	border: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}



/* wbhe */
table.excel {
	border-collapse: collapse;
}
table.excel td{
	border: solid 1px #eeeeee;
	padding: 1px 4px;
}

.wbhe-tablo {
	border-collapse: collapse;
}
.wbhe-tablo td {
	vertical-align: top;
	padding: 2px;
}
.wbhe-tblbdr td {
	border: solid 1px #dddddd;
}


.wbhe-hold {
	padding: 15px 0;
	line-height: 1.5;
}

.wbhe-hold img {
	border-radius: 4px;
}

.wbhe-hold ul {
	line-height: 1.5;
	
	list-style: none;
	padding: 0;
	
	margin: 10px 0;
}
.wbhe-hold li {
	padding-left: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wbhe-hold li:before {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #404040;
}


/* WHATSAPP */
.wa-link {
  position: fixed;
  z-index: 75;
  left: 50px;
  bottom: 25px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #006e3f;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.wa-link a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}
.wa-link .wa-phone {
  display: none;
}
.wa-link .wa-desk {
  display: block;
}
@media (max-width: 768px) {
  .wa-link .wa-phone {
    display: block;
  }
  .wa-link .wa-desk {
    display: none;
  }
}
/* EO WHATSAPP */
