/*Estilo Do Background*/
title {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

html,
body {
  height: 100%;
}

body {
  background: #88a5b0;
  font-family:
    Avenir,
    Helvetica Neue,
    Helvetica,
    Arial;
}

svg {
  height: 100vh;
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

#top,
#bottom,
#left,
#right {
  background: rgba(32, 46, 87, 0.75);
  position: fixed;
}

#left,
#right {
  top: 0;
  bottom: 0;
  width: 10px;
}

#left {
  left: 0;
}

#right {
  right: 0;
}

#top,
#bottom {
  left: 0;
  right: 0;
  height: 10px;
}

#top {
  top: 0;
}

#bottom {
  bottom: 0;
}

/* relevant colors low hightlight*/
.matematica {
  fill: rgb(36, 113, 163);
  -ms-width: 120px;
  width: 120px;
  -ms-height: 80px;
  height: 80px;
}

.probabilidade {
  fill: rgb(84, 153, 199);
  width: 120px;
  height: 80px;
}

.programacao {
  fill: rgb(52, 152, 219);
  width: 120px;
  height: 80px;
}

.eletiva {
  fill: rgb(133, 193, 233);
  width: 120px;
  height: 80px;
}

/* relevant colors high hightlight*/
.ciencia_de_dados {
  fill: rgb(22, 160, 133);
  width: 120px;
  height: 80px;
}

.topicos_especiais {
  fill: rgb(130, 224, 170);
  width: 120px;
  height: 80px;
}

.libras {
  fill: rgb(90, 189, 255);
  width: 120px;
  height: 80px;
}

.estagio {
  fill: rgb(114, 199, 255);
  width: 120px;
  height: 80px;
}

.tcc {
  fill: rgb(125, 206, 160);
  width: 120px;
  height: 80px;
}

/* complementary color */
.conhecimento_adicional {
  fill: rgb(41, 128, 185);
  width: 120px;
  height: 80px;
}

/* complementary color */
.complementar {
  fill: rgb(9, 47, 79);
  width: 120px;
  height: 80px;
}

.light_text {
  fill: white;
  text-anchor: middle;
  vertical-align: central;
}

.box_title_period {
  fill: lightblue;
}

.title_period {
  text-anchor: middle;
}

.dark_text {
  fill: black;
  text-anchor: middle;
  vertical-align: central;
}

/*Interactions*/

.mouse_over {
  stroke: black;
  stroke-width: 7px;
  stroke-linecap: round;

  transform: translate(-10px, -10px);
  width: 140px;
  height: 100px;
}

.pointer {
  cursor: pointer;
}

#botao {
  fill: #068a88;
  stroke: black;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.linha {
  stroke: black;
  stroke-width: 3px;
  stroke-linecap: round;
  opacity: 0;
}

#horas {
  stroke: rgb(110, 110, 110);
  font-size: 14px;
  stroke-width: 1px;
  font-weight: lighter;
}

#driver {
  --x: 30px;
  --y: 90px;
  transform: translate(var(--x), var(--y));
}

#button {
  --bx: 30px;
  --by: 90px;
  transform: translate(var(--bx), var(--by));
}
