@import url("https://use.typekit.net/aop6ucz.css");
body{
	font-family: "azo-sans-web", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h2{
	font-weight: 700;
  	color: rgba(251,251,251,0.8);
	font-size: 2.2rem;
}
h3{
	font-weight: 400;
  	color: rgba(251,251,251,0.8);
	font-size: 2.5rem;
}
.title_section{
	font-size: 30px;
	font-weight: 400;
	color: #0D71B2;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-sb:hover {
  background: #1CA392;  
}
.btn-sb {
  width: 100%;
  background: #0d71b2;
  border: 0;
  padding: 8px;
  color: #FFF;
  text-transform: uppercase;
  transition: all ease-in 0.5s;
}