*,
html {
  font-family: "Noto Sans Display", sans-serif;
  scroll-behavior: smooth;
}

:root {
  --primary: #396da6;
  --secondary: #ecf5ff;
}

.bg {
  background-color: var(--primary);
}

.bg-alt {
  background-color: var(--secondary);
}

.action a {
  text-decoration: none;
}

.btn {
  transition: 0.3s;
}

.btn-main {
  border: solid 2px #000000;
  box-shadow: 0px 5px 0px 0px #000000;
}

.btn-main:hover {
  background-color: #e5e5e5;
  box-shadow: 0px 10px 0px 0px #000000;
  color: #000000 !important;
}

.btn-contato {
  border: solid 2px #000000;
  box-shadow: 0px 5px 0px 0px #000000;
}

.btn-contato:hover {
  box-shadow: 0px 10px 0px 0px #000000;
}

.conheca {
  transition: 0.3s;
}

.conheca:hover {
  background-color: var(--secondary);
  border-radius: 25px 100px 100px 100px;
  padding: 8px 20px;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}

.navbar-toggler {
  border: none !important;
  font-size: 24px;
}

.navbar-light {
  background-color: white;
}

.btn-cta {
  box-shadow: rgba(57, 109, 166, 0.4) 5px 5px, rgba(57, 109, 166, 0.3) 10px 10px,
    rgba(57, 109, 166, 0.2) 15px 15px, rgba(57, 109, 166, 0.1) 20px 20px,
    rgba(57, 109, 166, 0.05) 25px 25px;
}

.btn-cta:hover {
  box-shadow: rgba(57, 109, 166, 0.4) 5px 5px;
}

.nav-link {
  font-weight: 500;
}

.nav-item .bg {
  font-weight: 600 !important;
  transition: none !important;
}

.links p {
  font-size: 18px;
  font-weight: 700;
}

#il3 img {
  margin-left: 12px;
}

#mapa .dados h3 {
  font-size: calc(1.7rem + 1vw);
  color: var(--primary);
}

#mapa .dados p {
  font-size: 18px;
  font-weight: 500;
}

#passos,
#lista,
#cta {
  border-radius: 16px;
}

#pesquisa button span {
  font-weight: 600;
}

h1 {
  font-weight: 700;
  font-size: calc(1.575rem + 0.8vw);
}

h2 {
  color: #7f766f;
  font-weight: 400;
  font-size: calc(1rem + 0.5vw);
}

h3 {
  font-weight: 700;
  font-size: calc(1.575rem + 0.8vw);
}

h4 {
  color: var(--primary);
  font-size: calc(1.3rem + 0.4vw);
  font-weight: 700;
}

h5 {
  display: inline;
  color: var(--primary);
  vertical-align: middle;
}

h6 {
  font-size: 24px;
  text-align: center;
  margin: auto 0;
}

p {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}

ol {
  padding-left: 0px;
}

ol li {
  list-style-type: none;
  counter-increment: item;
  padding: 12px 0;
  font-size: calc(1.1rem + 0.2vw);
}

ol li:before {
  content: counter(item);
  margin-right: 16px;
  font-size: 16px;
  border: solid 2px var(--primary);
  color: black;
  font-weight: bold;
  padding: 3px 9px;
  border-radius: 2em;
}

li b {
  color: var(--primary);
  font-weight: 700;
}

dl {
  margin: 24px 0px 0 -10px;
}

dl dt {
  font-size: calc(0.9rem + 0.3vw);
  color: white;
  font-weight: 500;
  border-radius: 6px;
  margin: 6px 10px;
  padding: 8px 28px;
  background-color: var(--primary);
}

footer {
  margin-top: 120px;
}

footer ul {
  padding-left: 0;
}

footer ul a {
  text-decoration: none;
}

footer ul li {
  list-style: none;
  margin-top: 8px;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #c3c3c3;
}

footer ul li:hover {
  text-decoration: underline;
}

footer ul svg:hover {
  fill: var(--primary);
  transition: 0.3s;
}

.p1,
.p2,
.p3,
.p4,
.p5 {
  width: 160px;
  height: 160px;
}
.p1 svg,
.p2 svg,
.p3 svg,
.p4 svg,
.p5 svg {
  stroke-linecap: round;
}

.nav-item a div:hover {
  background: #e5e5e5;
  border-radius: 100px;
}

.form-select {
  padding: 0.675rem 2.25rem 0.675rem 0.75rem;
  border-radius: 10px;
  box-shadow: 3px 3px 0px 1px var(--secondary);
  border: solid 1px #00000020;
}

.pesquisa-mais {
  background: #e5e5e5;
  text-decoration: none;
  color: black;
  padding: 8px 14px;
  border-radius: 100px;
  font-size: 16px;
}

.copyright,
.copyright a {
  color: #ffffff50 !important;
}

/* TABELA */
iframe {
  border: none !important;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

#pesquisa .table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 720px) {
  #pesquisa .table {
    display: block;
  }
}

#pesquisa .row {
  display: table-row;
  background: #fff;
}

#pesquisa .row.header {
  color: #fff;
  background: var(--primary);
}

@media screen and (max-width: 720px) {
  #pesquisa .row {
    display: block;
    border: none;
    border-bottom: solid 1px #e5e5e5 !important;
  }

  #mapa .dados div{
    background-color: var(--secondary);
  }

  #pesquisa .row:first-child,
  #pesquisa .row:last-child {
    border-bottom: none !important;
  }

  main .overflow-hidden img {
    width: 100% !important;
  }

  #pesquisa .row.header {
    padding: 0;
    height: 0;
  }
  #pesquisa .row.header .cell {
    display: none;
  }
  #pesquisa .row .cell:before {
    font-size: 12px;
    color: gray;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 4px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

#pesquisa .cell {
  display: table-cell;
}

@media screen and (max-width: 720px) {
  #pesquisa .cell {
    display: block;
  }
}

#pesquisa .row .cell {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

#pesquisa .row.header .cell {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 19px;
  padding-bottom: 19px;
}

#pesquisa .row .cell:nth-child(1) {
  width: 340px;
  padding-left: 40px;
}

#pesquisa .row .cell:nth-child(2) {
  width: 240px;
}

#pesquisa .row .cell:nth-child(3) {
  width: 220px;
}

#pesquisa .table,
#pesquisa .row {
  width: 100% !important;
}

#pesquisa .row:hover {
  background-color: var(--secondary);
  cursor: pointer;
}

#pesquisa .header:hover {
  background-color: var(--primary);
}

@media (max-width: 720px) {
  #pesquisa .row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 15px;
    margin: 0;
  }
  #pesquisa .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #pesquisa .row .cell:nth-child(1) {
    padding-left: 30px;
  }
  #pesquisa .row .cell {
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    font-weight: unset !important;
  }
  #pesquisa .table,
  #pesquisa .row,
  #pesquisa .cell {
    width: 100% !important;
  }
}

@media screen and (max-width: 820px) {
  #logo {
    width: 80%;
  }
  .percent {
    text-align: justify;
    text-align-last: justify;
  }

  .p1,
  .p2,
  .p3,
  .p4,
  .p5 {
    transform: scale(0.8);
  }

  dl dt {
    padding: 8px 14px;
    margin: 4px 4px;
  }

  dl {
    margin: 24px 0px 0 -5px;
  }

  #il3 img {
    margin-left: 0px;
  }

  #lista.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer {
    margin-top: 0;
  }
}
