
.redecentroscv h1{
    font-size: 8vmin;
    margin-bottom: 5vmin;
}

.redecentroscv .img{
    justify-content: center;
}
.redecentroscv img{
    width: 55vmin;
}
.circuitos-cv-page img{
   width: 45vmin;
}
.circuitos-cv-page .info{
    align-self: center;
}
.d-wrap{
    flex-wrap: wrap;
}

/* efetito ampliar no mapa rede centros*/

.magnify {
    position: relative;
  }
  
  .magnify .magnified {
    display: block;
    z-index: 10;
    margin: auto;
    border: 5px solid #fff;
  }

  .magnify .magnifier {
    height: 200px;
    width: 200px;
    position: absolute;
    z-index: 20;
    border: 4px solid #ff936d;
    border-radius: 50%;
    background-size: 500%;
    background-repeat: no-repeat;
    margin-left: -100px !important;
    margin-top: -100px !important;
    pointer-events: none;
    display: none;
  }