html,
body {
  margin: 0;
  border: 0;
  font-family: 'Poppins', sans-serif;
}

input,
select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header,
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  background-color: #f3f3f5;
  border-bottom: 6px solid #117849;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 425px) {
  header,
  footer {
    padding: 24px;
  }
}

header img,
footer img {
  width: 200px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}

header img:hover,
footer img:hover {
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  cursor: pointer;
}

header ul,
footer ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
}

header ul li,
footer ul li {
  margin: 0 12px;
  font-size: 90%;
}

header ul li a,
footer ul li a {
  color: #0b4e2f;
  letter-spacing: 1px;
  text-decoration: none;
}

header ul li a:hover,
footer ul li a:hover {
  text-decoration: none;
  color: #117849;
}

header .footer,
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .footer p,
footer .footer p {
  font-size: 80%;
  color: #0b4e2f;
  margin: 6px 0;
}

@media (max-width: 425px) {
  footer {
    padding: 24px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  footer {
    padding: 24px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 425px) {
  section {
    width: 100%;
    padding: 24px;
    max-width: 80%;
    position: relative;
    min-height: auto;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  section {
    width: 100%;
    min-height: 0;
    padding: 24px;
  }
}

section h1 {
  text-align: center;
  color: #117849;
  margin: 42px 0;
  font-weight: 400;
  padding-top: 24px;
}

@media (max-width: 425px) {
  section h1 {
    padding: 0;
    margin: 24px 0;
    font-size: larger;
  }
}

section #mapa-vector .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 425px) {
  section #mapa-vector .map {
    display: none;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  section #mapa-vector .map svg {
    width: 85%;
  }
}

section #mapa-vector .map svg path {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  fill: #117849;
}

section #mapa-vector .map svg path:hover {
  fill: #0b4e2f;
  cursor: pointer;
}

section #mapa-vector .map svg text {
  font-weight: 400;
}

section .form-search {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f5;
  margin-top: 42px;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
}

@media (max-width: 425px) {
  section .form-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

section .form-search select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 12px;
}

@media (max-width: 425px) {
  section .form-search select {
    margin: 12px 0;
  }
}

section #result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 42px;
}

section #result .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 425px) {
  section #result .box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

section #result .box .card {
  background-color: #3cbbc4;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 0.35rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.5rem 0.35rem rgba(0, 0, 0, 0.075) !important;
}

section #result .box .card h1 {
  margin: 0;
  padding: 16px 24px;
  text-align: left;
  background-color: #16959e;
  color: #fff;
  font-weight: bold;
}

section #result .box .card .type {
  padding: 8px 24px;
  background-color: #e02828;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

section #result .box .card .distribuidor {
  background-color: #ffc107;
}

section #result .box .card .geral {
  background-color: #117849;
}

section #result .box .card .contact {
  padding: 16px 24px;
  color: #fff;
}

@media (max-width: 425px) {
  section #result .box .card .contact {
    font-size: 85%;
  }
}

section #result .box .card .contact div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0;
}

section #result .box .card .contact div i {
  margin-right: 12px;
  color: #16959e;
}

section #result .error {
  display: none;
  width: 100%;
  background-color: #e02828;
  color: #fff;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
}

section #result .error h2 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
/*# sourceMappingURL=style.css.map */