@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  font-family: "PT Sans", sans-serif;
}

html {
  background-color: transparent !important;
}

body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent !important;
}

strong {
  font-size: 18px;
  line-height: 22px;
}

.texto-busca-rede {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #37393d;
}

.p-redes {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #6c6b75;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.testimonials {
  box-sizing: border-box;
  width: 70%;
  height: max-content;
  background: #ffffff;
  border: 1px solid #a6a1ad;
  box-shadow: 0px 4px 22px rgba(95, 76, 214, 0.15);
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 10px;
}

.container-busca {
  width: 100%;
  padding: 10px;
  row-gap: 10px;
}

.fieldset {
  display: inline-table;
  width: 100%;
}

.fieldset legend {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  color: #6c6b75;
}

[data-table="listagem"] {
  border-radius: 17px;
  border: solid 1px #8031a7;
  width: -webkit-fill-available;
}

[data-table="listagem"] thead th {
  background: #8031a7;
  color: #ffffff;
}

[data-table="listagem"] {
  width: 100%;
  border: solid #8031a7 1px;
  box-shadow: 0px 0px 0px 1px #8031a7;
  border-radius: 13px;
  overflow: hidden;
}

[data-table="listagem"] tbody tr:nth-child(even) {
  background-color: #b49ebe;
}

.input-busca {
  border: 1px solid #b4b4c0;
  border-radius: 50px;
  height: 50px;
}

.input-busca::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #b4b4c0;
}

.container-estado {
  width: max-content;
  padding: 0 15px;
}

.container-botao {
  width: max-content;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.ui-helper-hidden-accessible {
  display: none;
}

[data-input="buscar"],
.botao-mostrar-mais {
  height: 50px;
  width: 140px;
  border-radius: 35px;
  border: #9035bd;
  background: #9035bd;
  font-size: 18px;
}

[data-input="buscar"] img {
  height: 18px;
  width: 18px;
}

.container-botao .btn:hover {
  background-color: #7a24a5 !important;
  border-color: #7a24a5 !important;
}

.container-botao .btn:active {
  background-color: #7a24a5 !important;
  border-color: #7a24a5 !important;
}

.container-botao .btn::after {
  background-color: #7a24a5 !important;
  border-color: #7a24a5 !important;
}

.container-botao .btn:focus {
  background-color: #7a24a5 !important;
  border-color: #7a24a5 !important;
}

.container-localizar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.busca-interna {
  width: 100%;
  align-self: center;
}

.fieldset-busca-interna {
  width: 40%;
}

.fieldset-busca-interna legend {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  color: #6c6b75;
}

.opsbox {
  border-radius: 10px;
  background-color: #efebf1;
  padding: 49px;
  display: inline-block;
}

.opsbox h6 {
  color: #6820ab;
}

.ui-menu-item {
  font-size: 16px !important;
  line-height: 16px !important;
}

ul#ui-id-1 {
  width: 6 0% !important;
}

.pin {
  background-image: url(../imagens/pin.png);
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: center;
}

.location-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6c6b75;
  margin-right: 8px;
}

.label-name {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #8031a7;
  margin-bottom: 16px;
}

.label-location {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.label-localidade {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
  color: #37393d;
}

.modal-title {
  color: #9035bd;
  font-weight: bold;
}

.label-espec {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
  color: #37393d;
}

.botao-especialidade {
  border-radius: 35px;
  border: #9035bd 1px solid;
  color: #9035bd;
}

.botao-especialidade:hover {
  border-radius: 35px;
  border: #9035bd 1px solid;
  background-color: #9035bd;
  color: #fff;
}

.botao-especialidade:active {
  border-radius: 35px !important;
  border: #9035bd 1px solid !important;
  background-color: #9035bd !important;
  color: #fff !important;
  outline: none;
}

.card {
  min-width: 255px !important;
  max-width: 255px !important;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  border: 1px solid #b4b4c0;
  border-radius: 16px;
  margin: 30px 30px;
  justify-content: space-around;
}

.loading-message {
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(122, 43, 161, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  display: none;
}

.mensagemErro {
  color: red;
  font-size: 0.8rem;
  font-weight: bold;
}

.botao-mostrar-mais {
  align-self: center;
  justify-self: center;
}

/* Media queries */

@media (max-width: 1198px) {
  .pin {
    display: none;
  }

  [data-input="buscar"] {
    width: 100px;
    font-size: 18px;
  }

  [data-input="buscar"] img {
    height: 18px;
    width: 18px;
  }

  .input-busca::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #b4b4c0;
  }
}

@media (max-width: 767px) {
  .testimonials {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 2px;
    display: flex;
  }

  .card {
    min-width: 95% !important;
    min-height: 176px !important;
    margin-left: 100px;
    margin-right: 100px;
  }

  .container-busca {
    margin: 5px;
  }

  .input-busca {
    width: 100%;
  }

  [data-input="buscar"] {
    width: 127px;
  }
}

@media (max-width: 575px) {
  .card-deck {
    margin-top: 50px;
  }

  .card {
    margin-top: 0;
  }
}

@media (max-width: 478px) {
  .testimonials {
    width: 95%;
    margin-top: 20px;
    margin-bottom: 2px;
    display: flex;
  }

  .container-busca {
    gap: 0px;
    flex-direction: column;
  }
}
