* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background: #141414;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 250px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 200px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);  
}


.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom:40px;
  margin-top: 0px;
}

#notfound img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width:100%;
  height:auto;
  top: 5%
}

.notfound a {
  /*font-family: 'Montserrat', sans-serif;
  color: #aa651f;
  font-size: 16px;
  font-weight: 100;
  display: inline-block;
  padding: 18px 39px;
  border: 2px solid #f5d94b;
  background: #f5d94b;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700*/

  color: #ffffff!important;
  background: #9d24d1;
  border: 1px solid #9d24d1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 39px;
  cursor: pointer;
  text-decoration: none;

}

.notfound a:hover {
  /*color: #fff;
  border: 2px solid #f5d94b;
  background: transparent;*/
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
    }
    .notfound .notfound-404 h1 {
      font-size: 112px;
    }
}

.not-found-page {

  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-image: url(../images/fondo-mantenimiento-index.jpg) }

@media (max-width: 768px) {
  .not-found-page{
    background-size: cover;
    background-position: center;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
     background-image: url(../images/fondo-mantenimiento-index.jpg);
  }
}

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  background: rgba(255,255,255,0.70);
  /*background: linear-gradient(90deg, rgba(0,27,56,1) 0%, rgba(27,142,191,0.80) 50%, rgba(212,0,193,1) 100%);*/
} 

