@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700);
html {
  --font-family: 'Maven Pro';
  --green: #34A54E; 
  --green-light: #34A54E; 
  --blue: #0b244e;
  --blue-hover: #1e4f96;
  --blue-light: #2f6da5;
  --blue-light-hover: #4084c1;
  --border-width: 1px;
  --large-button-padding: 15px;
  --small-button-padding: 7px;
  --dropdown-bg: #f1f1f1;
  --dropdown-bg-hover: #c1c1c1;
  --accent: #04b1c2;
  --accent-hover: #04c2d5;
  --accent-transp: rgba(4, 177, 194, 0.95);
  --font-color: black;
  --font-color-light: #333;
  --font-color-gray: #999;
  --font-color-hover-bt: white;
  --content-width: 1020px;
  --font-size: 0.8em;
  --linha-titulo-cor: black;
  --altura-banner: calc(100vh - 95px);
  font-family: var(--font-family);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  scroll-behavior: smooth;
}
