html,
body {
  min-height: 100vh;
}

body {
  overflow-y: scroll;
}

header,
footer {
  z-index: 2;
}

header {
  position: fixed;
  width: 100%;
  top: 8px;
  right: 0;
  text-align: right;
  pointer-events: none;
}

header > div {
  pointer-events: all;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  padding: 10px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header > div .navbar {
  width: 100%;
}

header > div > img,
header > div .navbar-brand > img {
  width: 105px;
}

body header > div {
  width: 86%;
}

main {
  min-height: 100vh;
  padding: 90px 0 70px;
}

main .item {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  margin: 15px;
  font-weight: 600;
  font-size: 0.8rem;
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

main .item > img {
  margin-bottom: 10px;
}

main .item:hover {
  background-color: #ffffff40;
}

main .item.item2 > img {
  max-width: 90px;
}

main .item-extra {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0px;
  margin: 12px 0;
}

main .item-extra > div {
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 1;
  background-color: #e5a430;
  font-weight: bold;
  color: #fff;
  padding: 8px;
  font-size: 1.3rem;
  line-height: 1;
}

main .item-extra > div > span {
  font-size: 0.9rem;
  display: block;
}

main .item-extra > img {
  position: relative;
  z-index: 0;
  width: 100%;
  display: inline-block;
}

main .voltar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--bs-link-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

main .voltar svg {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 11px;
  margin-right: 5px;
  margin-top: 2px;
  fill: var(--bs-link-color);
}

main .voltar:hover svg, main .voltar:focus svg {
  fill: #fff;
}

main .swiper {
  width: 100%;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}

footer .row .col a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

footer .row .col a svg path {
  fill: #fff;
}

footer .row .col a > svg {
  width: 30px;
  height: 30px;
}

footer .row .col a > span {
  display: none;
}

footer .row .col a:hover {
  background-color: #ffffff20;
}

footer .row .col:nth-child(1) {
  background-color: #e52f2f;
}

footer .row .col:nth-child(2) {
  background-color: #7126ed;
}

footer .row .col:nth-child(3) {
  background-color: #2d86d1;
}

.title-color {
  color: #005784;
}

.hanson {
  font-family: "hanson";
  font-weight: 400;
}

@media (min-width: 992px) {
  header {
    top: 22px;
  }
  header > div {
    border-radius: 50px 0 0 50px;
    padding: 20px 80px 20px 40px;
  }
  header > div > img,
  header > div .navbar-brand > img {
    width: 195px;
  }
  main {
    min-height: 100vh;
    padding: 150px 0 85px;
  }
  footer .row .col a {
    padding: 20px 10px;
  }
  footer .row .col a > svg {
    display: none;
  }
  footer .row .col a > span {
    display: block;
    font-size: 30px;
    font-weight: 200;
  }
}
