@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.br #page-404 {
  background: url("/images/404brazil.png") no-repeat center center fixed;
  background-size: cover;
}

#page-404 {
  min-height: 100vh;
  background: url("/images/hero404.png") no-repeat center center fixed;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}
#page-404 .page-main-container__scroll-area {
  display: none;
}
@media only screen and (max-width: 880px) {
  #page-404 {
    flex-direction: column;
    padding: 0 25px;
  }
}
#page-404 section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#page-404-link {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 9px 25px;
  margin-top: 0;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  text-transform: none;
  min-width: 15%;
}
#page-404-link:hover {
  background-color: #23a5db;
}
#page-404-link:hover {
  background-color: #fff;
  color: #000;
}
#page-404-link:hover a {
  color: #000;
}
#page-404-link:hover p {
  color: #000;
}
#page-404-link:hover svg path {
  stroke: #000;
}
#page-404-link svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  #page-404-link {
    line-height: 20px;
    padding: 0.5rem 1rem;
  }
}

.page-404-h1 {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 880px) {
  .page-404-h1 {
    text-transform: none;
    width: 100%;
  }
}
