#pontosatendimento {
  .container {
    @media screen and (max-width: 768px) {
      max-width: 100%;
      padding: 0 30px;
    }

    h2 {
      color: #282828;
      font-size: 40px;
      font-weight: 600;
      line-height: 44px;
    }

    .descricao {
      color: #686868;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      margin-bottom: 30px;
      margin-top: 30px;
    }

    .header {
      margin-top: 100px;

      @media screen and (max-width: 768px) {
        margin-bottom: 30px;
        margin-top: 30px;
      }

      p {
        margin-bottom: 0;
        color: #686868;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px; /* 130% */
      }
    }

    .download-relatorio {
      display: flex;
      flex-direction: row;
      align-items: center;

      .image-pdf {
        margin-right: 15px;
        height: 24px;
        width: 24px;
      }

      a {
        color: #2A3863;
        text-decoration: none;
      }
    }
  }

  .comunicadoText {
    margin-top: 30px;
  }

  .btnDados {
    position: relative;
    top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
  }


  #meusPAs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: none;
  }






  .card-pa {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    margin-bottom: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .card-pa:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
  }

  .card-pa .headerPA {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
  }

  .card-pa p {
    margin-bottom: 6px;
    /* font-size: 10px; */
    color: #444;
  }

  .card-pa hr {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #e0e0e0;
  }

  .card-body a {
    display: block;
    /* padding: 15px; */
    border-radius: 8px;
    background-color: #ffffff; /* branco */
    transition: background-color 0.3s ease;
    color: #333; /* cor do texto */
    text-decoration: none;
  }
}


#combos select, #comboPAs select, #combos input, .inputJuri {
  padding: 7px;
  background: #fff;
  margin: 0;
  height: auto;
  width: 100%;
  border: 1px solid #ccc;
  color: #5d5d5d;
}

#estados, #cidades, #bairros {
  width: 100%;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.headerPA {
  font-size: 20px;
  color: #254185;
  padding: 5px 0;
  margin: 0px 0 10px 0;
}

.legenda {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}

.legenda ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.legenda img {
  width: 16px;
  position: relative;
  top: 5px;
}

#cidades, #bairros {
  display: none;
}