@font-face {
  font-family: "SVN-Rubik";
  src: url("../vendor/iowan/fonts/SVN-Rubik-Black.otf"), url("../vendor/iowan/fonts/SVN-Rubik-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iowan Old Style";
  src: url("../vendor/iowan/fonts/iowan.eot");
  src: url("../vendor/iowan/fonts/iowan.eot?#iefix") format("embedded-opentype"), url("../vendor/iowan/fonts/iowan.woff") format("woff"), url("../vendor/iowan/fonts/iowan.woff2") format("woff2"), url("../vendor/iowan/fonts/iowan.ttf") format("truetype"), url("../vendor/iowan/fonts/iowan.svg#Iowan Old Style") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
header.main {
  flex-shrink: 0;
  padding: 2.5rem 0 2.3rem 0;
  display: flex;
  justify-content: center;
}
header.main .logo img {
  height: 80px;
  object-fit: contain;
}

.list-card .card {
  background: url("/assets/img/bg-card.png") no-repeat;
  background-size: 100% 100%;
  border: 0;
  border-radius: 1rem;
  padding: 1.5rem;
  color: white;
}
.list-card .card .card-img-top {
  height: 150px;
  width: 150px;
  object-fit: contain;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .list-card .card .card-img-top {
    margin-left: auto;
    margin-right: auto;
  }
}
.list-card .card .card-title {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .list-card .card .card-title {
    font-size: 1.3rem;
  }
}

.download img {
  height: 40px;
  object-fit: contain;
}

footer.main {
  grid-area: footer;
  background-color: black;
  padding: 1.5rem 0;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  footer.main {
    text-align: left;
  }
}
footer.main .menu-footer {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 767px) {
  footer.main .menu-footer {
    display: block;
  }
}
footer.main .menu-footer li + li {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  footer.main .menu-footer li + li {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1280px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1059px;
  }
}

.heading-lg {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .heading-lg {
    font-size: 2rem;
  }
}

.heading-md {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .heading-md {
    font-size: 1.5rem;
  }
}

.heading-sm {
  font-size: 1.62rem;
}
@media (max-width: 767px) {
  .heading-sm {
    font-size: 1.25rem;
  }
}

.fs-secondary {
  font-family: "Iowan Old Style", sans-serif !important;
}

.text-primary {
  color: #218080 !important;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #218080;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Manrope", sans-serif !important;
  font-weight: 400;
  background: url("/assets/img/background.png") no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  color: #1C4445;
  flex-direction: column;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    background: url("/assets/img/background-mb.png") no-repeat;
    background-size: cover;
  }
}

main.main {
  flex: 1 0 auto;
  padding-bottom: 2.5rem;
}

/*# sourceMappingURL=main.css.map */
