/*======================
    404 page
=======================*/
@font-face {
    font-family: 'Averta';
    src: url('./Averta.otf') format('opentype'); /* Formato OTF */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta Extrabold';
    src: url('./AvertaExtraBold.otf') format('opentype'); /* Formato OTF */
}

.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Averta", serif;
  text-align: center;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(./anime.gif);
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #FF6A00;
  margin: 20px 0;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.link_404:hover {
  color: #fff !important;
  padding: 10px 20px;
  background: #FF4A00;
  margin: 20px 0;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.contentBox {
  margin-top: -50px;
}

.text-orange {
  color: #FF6A00;
}