.meio {
  background-image: url("../images/background-vade-mecum.jpg");
  background-size: cover;
  position: relative;
}
.c-vade-mecum .descricao {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 20px;
  color: #707070;
  line-height: 27px;
}
.c-vade-mecum .vade-mecum__col {
  display: flex;
  flex-flow: column wrap;
}
.c-vade-mecum .hexagono-container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  font-weight: 700;
  justify-content: center;
}
.c-vade-mecum .hexagono-container a {
  height: 185px;
  width: 170px;
}
.c-vade-mecum .hexagono-container .gray {
  display: none;
  cursor: initial;
}
.c-vade-mecum .hexagono-base {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
}
.c-vade-mecum .hexagono-base::before {
  content: '';
  position: absolute;
  width: 205px;
  height: 170px;
}
.c-vade-mecum .hexagono-base.red::before {
  background-image: url("../images/hex-red.png");
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
  opacity: 1;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.c-vade-mecum .hexagono-base.red:hover::before {
  transform: scale(1.1);
  opacity: 0.8;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.c-vade-mecum .hexagono-base.gray::before {
  background-image: url("../images/hex-gray.png");
}
.c-vade-mecum .hexagono-base h4 {
  position: relative;
  z-index: 0;
  color: white;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
width: 150px;
}
.c-vade-mecum .hexagono-container .shadow {
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.8));
  -ms-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.8));
  -o-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.8));
}
#sp-footer {
  min-height: 85vh;
}
#sp-footer .sp-inner {
  width: 90%;
  margin: 0 auto;
}
.customredes_sociais_branco.redes_sociais_geral {
  width: 165px;
}
#sp-bottom {
  height: 60vh;
}
@media screen and (min-width: 75rem) {
  .meio {
    top: -25px;
  }
  .c-vade-mecum {
    margin-bottom: 7rem;
  }
  .c-vade-mecum .hexagono-container {
    flex-flow: row wrap;
  }
  .c-vade-mecum .hexagono-container .gray {
    display: inherit;
  }
  #sp-footer {
    min-height: initial;
  }
  #sp-footer .sp-inner {
    width: initial;
    margin: initial;
  }
  .customredes_sociais_branco.redes_sociais_geral {
    width: initial;
  }
  #sp-bottom {
    height: initial;
  }
}
@media screen and (min-width: 667px) and (max-height: 500px) and (orientation: landscape) {
  #sp-bottom {
    height: 500px;
  }
}
