/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}

button,
input { 
  overflow: visible;
}

button,
select { 
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
   font-family: "Open Sans";
      src: url(assets/OpenSans-Regular-1b080.ttf) format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "Open Sans";
      src: url(assets/OpenSans-Italic-20653.ttf) format('truetype');
   font-weight: normal;
   font-style: italic;
}

@font-face {
   font-family: "Open Sans";
      src: url(assets/OpenSans-Bold-dbb97.ttf) format('truetype');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: "Open Sans";
      src: url(assets/OpenSans-BoldItalic-95724.ttf) format('truetype');
   font-weight: bold;
   font-style: italic;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: rgba(18, 18, 18, 1);
}

p {
  margin: 0 0 calc(1.25 * 1em);
}

*, *:before, *:after {
  box-sizing: border-box;
}

input {
  padding: calc(0.5 * 1em);
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  border-radius: 0.325em;
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
  outline: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

select {
  padding: calc(0.5 * 1em);
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  border-radius: 0.325em;
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
  outline: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

textarea {
  padding: calc(0.5 * 1em);
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  border-radius: 0.325em;
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
  outline: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

input:hover {
  border-color: rgba(209, 210, 212, 1);
  box-shadow: 0 0.0625em 0.25em rgba(10, 10, 10, 0.25);
}

input:active {
  border-color: rgba(209, 210, 212, 1);
  box-shadow: 0 0.0625em 0.25em rgba(10, 10, 10, 0.25);
}

input:focus {
  border-color: rgba(209, 210, 212, 1);
  box-shadow: 0 0.0625em 0.25em rgba(10, 10, 10, 0.25);
}

select:hover {
  border-color: rgba(209, 210, 212, 1);
  box-shadow: 0 0.0625em 0.25em rgba(10, 10, 10, 0.25);
}

select:active {
  border-color: rgba(209, 210, 212, 1);
  box-shadow: 0 0.0625em 0.25em rgba(10, 10, 10, 0.25);
}

select:focus {
  border-color: rgba(209, 210, 212, 1);
  box-shadow: 0 0.0625em 0.25em rgba(10, 10, 10, 0.25);
}

input:placeholder {
  color: rgba(155, 224, 178, 1);
}

select:placeholder {
  color: rgba(155, 224, 178, 1);
}

textarea:placeholder {
  color: rgba(155, 224, 178, 1);
}

.App__wrapper--ATfkD {
  min-height: calc(100vh);
  padding: 4rem 2rem;
  background-color: #003b49;
}

.App__container--tNDur {
  display: flex;
  margin: 0 auto;
  flex-flow: column-reverse;
  max-width: 1200px;
}

.App__logo--W0n17 {
  margin: 0 calc(1.25 * 1em) calc(1.25 * 1em);
}

.App__main--_wSdI {
  box-shadow: 0 0.4em 0.8em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  background-color: rgba(252, 250, 253, 1);
  margin: 0 auto;
  /* min-height: calc(100vh - 15.7rem); */
  min-height: calc(100vh - 8rem);
  overflow: auto;
  flex: 1;
  width: 100%;
  padding: 0 calc(1.25 * 1em);
  display: flex;
  flex-flow: column;
}

.Filters__filters--mnsCR {
  border-bottom: 1px solid #00859b;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.25 * 1em);
  padding: calc(1.25 * 1em) 0;
  align-items: center;
}
.Filters__filter--FDkkc, .Filters__search--EDQIV {
  width: 100%;
  max-width: 100%;
}
.Filters__typeFiltersLabel--mJhmY {
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
}
.Filters__typeFilters--EzlN5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: calc((1em / 1.125) / 1.125);
  gap: calc(0.375 * 1em);
}
.Filters__hiddenCheckbox--dvXLV {
  display: none;
}
.Filters__checkboxLabel--eXvfk {
  cursor: pointer;
}
.Filters__hiddenCheckbox--dvXLV:not(:checked) + .Filters__checkboxLabel--eXvfk {
  background: rgba(209, 210, 212, 1);
}
@media (min-width: 30rem) {
  .Filters__filter--FDkkc {
    width: calc(50% - calc(1.25 * 1em));
  }
  .Filters__search--EDQIV {
    width: calc(50% - calc(1.25 * 1em));
  }
}
@media (min-width: 48rem) {
  .Filters__filter--FDkkc {
    width: calc(33.3% - calc(1.25 * 1em));
  }
  .Filters__search--EDQIV {
    width: calc(33.3% - calc(1.25 * 1em));
  }
}
@media (min-width: 64rem) {
  .Filters__filter--FDkkc {
    width: calc(20% - calc(1.25 * 1em));
  }
  .Filters__search--EDQIV {
    width: calc(20% - calc(1.25 * 1em));
  }
  .Filters__search--EDQIV {
    margin-left: auto;
  }
}

.List__listContainer--b6JNI {
  display: block;
}
.List__list--aWdvF {
  display: flex;
  flex-flow: column;
  padding: 0;
}
.List__listItem--YzvSv {
  flex: 1 0 auto;
  min-height: 100px;
  padding: calc(1.25 * 1em);
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 0.325em;
  box-shadow: 0 0.4em 0.8em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  margin-bottom: calc(1.25 * 1em);
}
.List__listItem--YzvSv:last-child {
  margin-bottom: 0;
}
.List__categoriesContainer--kKg8P {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.375 * 1em);
}
.List__category--YAz2C {
  padding: calc(0.375 * 1em);
  margin-right: calc(0.375 * 1em);
  background-color: rgba(209, 210, 212, 1);
  border-radius: 0.325em;
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
}
.List__title--JuJMg {
  margin: 0 0 calc(1.25 * 1em);
}
.List__orgId--JPiGj {
  font-weight: normal;
  color: rgba(18, 18, 18, 0.4);
}
.List__address--ROJP8 {
  color: rgba(18, 18, 18, 0.4);
}
.List__card--AWoX7 {
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.25 * 1em);
}
.List__columnCompany--bW7Ta,
.List__columnDetails--PfEvW,
.List__columnCert--kNTBM,
.List__tableTag--BSTS8 {
  width: 100%;
}
.List__certRow--Nsuwa {
  margin-bottom: calc(1.25 * 1em);
}
.List__certNumber--Vm_G3 {
  display: block;
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
  margin-bottom: calc(0.375 * 1em);
}
.List__issuer--hT63S {
  display: block;
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
  margin-bottom: calc(0.375 * 1em);
}
.List__tag--J9nAi {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(252, 250, 253, 1);
  border-radius: 0.325em;
  padding: calc(0.375 * 1em);
}
.List__tableTag--BSTS8 {
  min-height: 30px;
}
.List__tag-0--EX549 {
  background-color: #b1e4e3;
  color: rgba(37, 38, 47, 1);
}
.List__tag-1--cIhyq {
  color: rgba(37, 38, 47, 1);
  background-color: #f0bf9b;
}
.List__tag-2--KO0F4 {
  background-color: #76232f;
}
.List__tag-3--c4VbE {
  background-color: #00859b;
}
.List__tag-4--hR7j0 {
  background-color: #eb7722;
}
.List__tag--J9nAi {
  display: inline-block;
  color: rgba(252, 250, 253, 1);
  border-radius: 0.325em;
  padding: calc(0.375 * 1em);
}
.List__tag-0--EX549 {
  background-color: #b1e4e3;
  color: rgba(37, 38, 47, 1);
}
.List__tag-1--cIhyq {
  background-color: #f0bf9b;
}
.List__tag-2--KO0F4 {
  background-color: #76232f;
}
.List__tag-3--c4VbE {
  background-color: #00859b;
}
.List__tag-4--hR7j0 {
  background-color: #eb7722;
}
.List__noResults--hmdVu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(1.25 * 1em);
  color: rgba(87, 88, 97, 1);
  flex: 1;
}
.List__noResultsIcon--IrZ_4 {
  max-width: 50%;
  max-height: 200px;
  opacity: 0.9;
}
.List__diplomaDelimitation--bZIfw {
  margin-top: calc(1.25 * 1em);
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
}
@keyframes List__spinner--C8DFy {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.List__spin--TKxY0 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.List__spin--TKxY0::before {
  animation: 1.2s ease-in-out infinite List__spinner--C8DFy;
  animation-play-state: inherit;
  border: solid 5px #cfd0d1;
  border-top-color: #00859b;
  border-radius: 50%;
  content: "";
  height: 40px;
  width: 40px;
  transform: translate3d(0%, 0%, 0);
  will-change: transform;
}
@media (min-width: 30rem) {
  .List__columnCompany--bW7Ta {
    width: calc(50% - calc(1.25 * 1em));
  }
  .List__columnDetails--PfEvW {
    width: calc(50% - calc(1.25 * 1em));
  }
}
@media (min-width: 48rem) {
  .List__columnCompany--bW7Ta {
    width: calc(30% - calc(1.25 * 1em));
  }
  .List__columnDetails--PfEvW {
    width: calc(45% - calc(1.25 * 1em));
  }
  .List__columnCert--kNTBM {
    width: calc(25% - calc(1.25 * 1em));
  }
}

.Pagination__pagination--wXzHF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: calc(0.375 * 1em) 0;
}
.Pagination__resultsText--Gs2yz {
  color: rgba(18, 18, 18, 0.4);
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
  margin: calc(0.375 * 1em) 0 0 calc(0.75 * 1em);
}
.Pagination__actions--jtz5c {
  display: flex;
  align-items: center;
  margin: calc(0.375 * 1em) 0 0 calc(0.75 * 1em);
}
.Pagination__actions--jtz5c a {
  transition: opacity .25s;
}
.Pagination__centerPagination--z90Qp {
  justify-content: center;
}
.Pagination__action--6lHJM {
  cursor: pointer;
}
.Pagination__action--6lHJM img {
  width: 26px;
  display: block;
}
.Pagination__actionDeactivated--JWbtJ {
  cursor: default;
  opacity: .3;
}
.Pagination__pageLink--U03FL {
  color: rgba(18, 18, 18, 1);
  cursor: pointer;
  text-decoration: none;
  font-size: calc(calc((1em / 1.125) / 1.125) * 1.125);
  padding: calc(0.25 * 1em) calc(0.375 * 1em) calc(0.375 * 1em);
}
.Pagination__pageLinkActive--nu8fg {
  text-decoration: underline;
  color: rgba(34, 107, 58, 1);
  text-decoration-color: rgba(34, 107, 58, 1);
}

