/* rede credenciada */
.rede {
  margin-top: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.rede a {
  text-decoration: none;
}

.rede_pdf {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  text-align: center;
  padding: 0.9em;
  min-width: 250px;
  width: 100%;
}
.rede_pdf i {
  margin-bottom: 0.4em;
}
.rede_pdf:hover {
  box-shadow: 0.2em 0.2em 1em rgb(143, 143, 143);
}

/* index allcare */
.lista_parceiros {
  margin: auto;
  width: 40%;
}
@media screen and (max-width: 1250px) {
  .lista_parceiros {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .lista_parceiros {
    width: 100%;
    padding: 0 0.8em 0 0.8em;
  }
}

.lista_parceiros_allcare {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 7em;
  border: 1px solid #bdbbbb;
  padding: 1em;
  width: auto;
  border-radius: 10px;
  box-shadow: 0.2em 0.2em 0.2em rgb(168, 168, 168);
}
@media screen and (max-width: 500px) {
  .lista_parceiros_allcare {
    gap: 1em;
    flex-direction: column;
  }
}/*# sourceMappingURL=main.css.map */