@font-face {
  font-family: myHelveticaLight;
  src: local("Helvetica Neue Light"),
       local("HelveticaNeue-Light"),
       url(fonts/HelveticaNeue-Regular_22623.ttf);
}

.terminotit {
	font-family: "Helvetica Neue",myHelveticaLight, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #006EC1;
	text-align : center;
}
.terminobody {
	font-family: "Helvetica Neue",myHelveticaLight, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	/*font-weight: 500;*/
	color: #717780;
	text-align : justify;
}

.margin-auto {
		text-align : center;
}	
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}