/* Azul escuro (fonte): #274971
Azul medio (botao): #4271a6
Azul claro (nota capes): #9abcde
Azul clarinho menu: #cfe5ff */

.minicirculo:hover img {
  transform: scale(1.3);
  transition: all 0.3s ease-out;
  z-index: 4;
}

.minicirculo:hover p {
  transform: scale(1.5);
  transition: all 0.3s ease-out;
  z-index: 5;
  color: #4271a6;
}

.texto-destacavel p {
  color: #274971;
  /* width: 62%; */
  width: 80%;
  font-size: 1rem;
  font-weight: 800;
  /* transform: scale(1.3);
  transition: all 0.3s ease-out; */
  z-index: 4;
  margin: 0;
  padding: 0;
}

.texto-destacavel a {
  text-decoration: none;
  color: #23527c;
}

div#fx3 {
  /* padding: 5% 1%; */
  background: url(../img/fundo-area-pesquisa.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1% 0% 0% 0%;
}

#fx3 > div > div > h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #274971;
  margin: 1% 0px 5% 5%;
}

.txt-area {
  display: grid;
  /* padding: 0 12%; */
  position: relative;
}

.txt-area h3 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}
.area-pai {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: -webkit-center;
  padding: 0 36px;
  align-items: center;
}

.minicirculo:hover img {
  width: 104%;
  transition: 0.3s;
}

.bola-con {
  background-repeat: no-repeat;
  background-position: center;
  height: 40vw;
  background-size: 100% 100%;
  width: 40vw;
  margin: auto;
  position: relative;
  margin-bottom: 45px;
  margin-top: 45px;
}
.minicirculo {
  width: 25%;
  position: absolute;
}

.minicirculo.bola0 {
  left: 37%;
  top: -8%;
}

.minicirculo.bola9 {
  left: 43%;
  bottom: -23%;
}

.minicirculo.bola8 {
  bottom: 40%;
  left: -5%;
}

.minicirculo.bola1 {
  bottom: 64%;
  right: -7%;
}

.minicirculo.bola2 {
  left: 54%;
  bottom: -5%;
}

.minicirculo.bola3 {
  left: 7%;
  bottom: 0%;
}

.minicirculo.bola4 {
  left: -1%;
  bottom: 66%;
}

.minicirculo.bola5 {
  bottom: 30%;
  left: -10%;
}

.minicirculo.bola6 {
  left: 82%;
  bottom: 28%;
}

.minicirculo.bola7 {
  bottom: -10%;
  left: 56%;
}

.minicirculo:hover .texto-destacavel {
  /* transition: ease-in 1s; */
  font-size: 16px;
  width: 100%;
}

.texto-destacavel {
  position: absolute;
  text-align: center;
  position-area: center;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  font-weight: 600;
  /* transition: ease-in 1s; */
  font-size: 14px;
}

.minicirculo img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .minicirculo.bola0 {
    left: 64%;
    top: -5%;
  }

  .minicirculo.bola9 {
    left: 43%;
    bottom: -3%;
  }

  .minicirculo.bola8 {
    bottom: 50%;
    left: -5%;
  }

  .minicirculo.bola1 {
    bottom: 28%;
    right: -13%;
  }

  .minicirculo.bola3 {
    left: 13%;
    bottom: -18%;
  }

  .minicirculo.bola7 {
    bottom: -4%;
    left: 11%;
  }

  .minicirculo.bola6 {
    left: 3%;
    bottom: -1%;
  }

  .minicirculo.bola4 {
    left: 14%;
    bottom: 68%;
  }

  .minicirculo.bola5 {
    bottom: 22%;
    left: -8%;
  }

  .minicirculo.bola2 {
    left: 63%;
    bottom: -17%;
  }
}
