.elementor-637 .elementor-element.elementor-element-25e0f41{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7e994b6 */#cidadeSelect {
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
        margin: 20px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    background-color: #fff;
  }

  #resultados {
    margin-top: 20px;
    display: grid;
    gap: 24px;
  }

  .info {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
  }

  .info:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  }

  .info h3 {
    margin-top: 0;
    font-size: 18px;
    color: #005580;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .info ul {
    padding-left: 18px;
    margin: 0;
  }

  .info li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
  }/* End custom CSS */