@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Roboto:300,400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

html {
  font-family: 'Lato', sans-serif;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #222;
  width: 100%;
}ta
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: .8em;
  align-text: center;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  text-align: center;
  overflow: hidden;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #222;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #222;
  pointer-events: auto;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #222;
  content: "";
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
label.hamburger > i:before {
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
}
label.hamburger > i:after {
  -webkit-transform: translate(-50%, 14px);
          transform: translate(-50%, 14px);
}

html {
  font-family: 'Open Sans', sans-serif;
}

body {
  margin: 0;
  overflow-x: hidden;
  height: 100vh;
  width: 100vw;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primnav li:hover, .primnav expand:hover {
  background-color: #ECF3FC;
  background-color: rgba(15, 100, 210, 0.1);
}

content{
    float: left;
    margin: 61px 0 0 0;
    width: 100%;
    height: calc(100vh - 61px);
}
content .conteudo{
    padding:0 20px;
}

content section {
    margin-top: 50px;
}

content section:first-of-type {
    margin-top: 0;
}

.primnav {
  position: fixed;
  height: 58px;
  width: 100vw;
  font-family: 'Heebo', sans-serif;
  font-size: 1em;
  background-color: #f8f9fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 58px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media (min-width: 650px) {
  .primnav {
    height: 100vh;
    width: 58px;
  }
  content{
    width: calc(100% - 58px);
    margin: 61px 0 0 58px;
  }
}
.primnav > ul {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.primnav li {
  font-weight: 400;
  position: relative;
}
.primnav li .tag {
  background-color: #005aa3;
  background-color: rgba(0, 112, 204, 0.8);
  color: #FFF;
  padding: 0 .5em;
  border-radius: 2em;
  margin-left: auto;
  margin-right: .75em;
  font-size:13px;
}
.primnav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: white;
  color: rgba(55, 55, 55, 0.9);
  text-decoration: none;
}
.primnav li a.active {
  background-color:#e1eff7;
  color:#2fa9a9;
  font-weight:600;
}
.primnav li a.active .icon {
  color:#2fa9a9;
}
.primnav i{
  font-size: 21px;
}
.primnav .icon {
  height: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  padding: 17px;
  margin-right: 5px;
  padding-bottom: 15px;
  color: #a5acbc;
  color: rgba(165, 172, 188, 1);
  text-align: center;
}

.secnav {
  margin-left: 63px;
  border-left: 1px solid black;
  border-left-color: #e2e2e2;
  border-left-color: rgba(55, 55, 55, 0.12);
  overflow: hidden;
}
.secnav li {
  color: #333;
  color: rgba(55, 55, 55, 1);
  max-height: 100px;
}
@media (min-width: 650px) {
  .secnav li {
    max-height: 0px;
  }
}
.secnav li a {
  text-transform: initial;
  display: block;
  color: inherit;
  padding: 1em 10px;
}

user {
  padding: 5px;
  padding-bottom: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: fixed;
  font-weight: 400;
  right: 0;
  color: rgba(100, 100, 100, 0.9);
  z-index: 3;
}
user > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
user > section > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
user img {
  height: 51px;
  width: 51px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  margin-left: 10px;
  min-height: 51px;
  min-width: 51px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
user name {
  font-weight: 400;
}
user actions {
  padding: .1em 0;
  font-size: .8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
user actions a {
  padding: 0 .5em;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
user actions a:last-child {
  padding-right: 0;
}


.features {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: .25em;
}

/**
    SCROLLBAR STYLE FOR IE
*/
body {
  scrollbar-base-color: #0070cc;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #0070cc;
  scrollbar-track-color: #0070cc;
  scrollbar-arrow-color: #0070cc;
  scrollbar-shadow-color: #0070cc;
  scrollbar-dark-shadow-color: #0070cc;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.icon {
  display: inline-block;
  width: 5vw;
  height: 4vw;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/** hamburger */
input.hamburger {
  display: none;
}
input.hamburger:checked ~ nav.primnav {
  height: 100vh;
}
@media (min-width: 650px) {
  input.hamburger:checked ~ nav.primnav {
    width: 275px;
  }
  input.hamburger:checked ~ content{
    width: calc(100% - 275px);
    margin: 61px 0 0 275px;
  }
}
@media (min-width: 650px) {
  input.hamburger:checked ~ nav.primnav .secnav > li {
    max-height: 100px;
  }
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: rgba(55, 55, 55, 0.8);
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 24px;
  width: 24px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  align-text: center;
  position: absolute;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  text-align: center;
  overflow: hidden;
  font-size: 6px;
}
label.hamburger text close {
  color: rgba(51, 51, 51, 0.8);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: rgba(51, 51, 51, 0.8);
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: rgba(51, 51, 51, 0.9);
  pointer-events: auto;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: rgba(51, 51, 51, 0.9);
  content: "";
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
label.hamburger > i:before {
  -webkit-transform: translate(-50%, -7px);
          transform: translate(-50%, -7px);
}
label.hamburger > i:after {
  -webkit-transform: translate(-50%, 7px);
          transform: translate(-50%, 7px);
}

label.hamburger {
  position: fixed;
  top: 14px;
  left: 17px;
}

.tabs {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  position: fixed;
  top: 58px;
  left: 0;
  background-color: rgba(0,0,0,0);
  color:#333;
  border-bottom: 1px solid rgba(0,0,0,0);
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 650px) {
  .tabs {
    padding-left: calc(58px + .5rem);
    top: calc(58px - 3em);
    background-color: rgba(0,0,0,0);
    border: 0;
  }
}
.tabs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow-x: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 650px) {
  .tabs > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tabs .tab {
  font-weight: 300;
  font-size: .7em;
  padding: 1em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  text-decoration: none;
}
.tabs .tab:hover {
  background-color: #ccc;
  cursor: pointer;
}

#dados {
	width: 80%;
	height: 200px;
	margin: auto;
	padding-top:100px;
	padding-left:40px;
	font-family: "Roboto", sans-serif;
}

h1,h2,h3,h4 {
    font-family: 'Heebo', sans-serif;
	font-weight: 600;
	letter-spacing:-0.8;
	color: #313131;
}
h1{
    font-size: 1.8em;
}
a {
    text-decoration: none;
    color: #00a2a2;
}
.col-1 {
	float: left;
	width: 94.2%;
	margin: 20px 2%;
	position: relative;
}
.col-2 {
	float: left;
	width: 45%;
	margin: 20px 2%;
	position: relative;
}
.col-3 {
	float: left;
	width: 28%;
	margin: 20px 2%;
	position: relative;
}
input, select, textarea{
	font: 17px/25px "Roboto", Arial, sans-serif;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	outline:0;
}
.effect-16,
.effect-17,
.effect-18 {
	border: 0;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
}
.effect-16 ~ .focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #3399ff;
}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
	width: 100%;
}
.effect-16 ~ label {
	position: absolute;
	left: 0;
	width: 100%;
	top: 9px;
	color: #aaa;
	z-index: -1;
	letter-spacing: 0.5px;
}
.effect-16:focus ~ label,
.has-content.effect-16 ~ label {
	top: -16px;
	font-size: 12px;
	color: #3399ff;
}

#container{
  margin: 0 auto;
  position: relative;
  width:800px;
  overflow: visible;
}


  .svg {
    width:800px;
    height:400px;
    overflow: visible;
    position:absolute;
}

.grid .tick {
    stroke: lightgrey;
    opacity: 0.3;
    shape-rendering: crispEdges;
}
.grid path {
      stroke-width: 0;
}



.logo{
    position: fixed;
    left: 80px;
    top: 18px;
    z-index: 999;
}

a.bt-add-topright{
    display: inline-block;
    float: right;
    padding: 10px 20px;
    background-color: #e1eff7;
    margin-top: -63px;
    border-radius: 4px;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    transition: 0.2s;
}
a.bt-add-topright:hover {
    background-color: #35b8af;
    color: #fff;
    transition: 0.2s;
}

a.voltar{
    display:inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 25px;
    padding: 8px;
    margin-right: 10px;
    background-color: #e1eff7;
    border-radius: 100%;
    transition: 0.2s;
}
a.voltar:hover{
    background-color: #35b8af;
    color: #fff;
    transition: 0.2s;
}

@media (max-width: 650px) {
   .logo{
        left: 60px;
    } 
}
