/*
  404 v 1.1;
  05/2023;
  João Diogo Pereira;
*/

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

.notfound {  
  max-width: 520px;  
  width: 100%;  
  line-height: 1.4;  
  text-align: center;
}

.notfound .notfound-404 {  
  position: relative;  
  height: 200px;  
  margin: 0px auto 20px;  
  z-index: -1;
}

.notfound .notfound-404 h1 {  
  font-family: 'Montserrat', sans-serif;  
  font-size: 236px;  
  font-weight: 200;  
  margin: 0px;  
  color: #f1f1f1;  
  text-transform: uppercase;  
  position: absolute;
  left: 50%;  
  top: 50%;  
  -webkit-transform: translate(-50%, -50%);      
  -ms-transform: translate(-50%, -50%);          
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {  
  font-family: var(--secondaryTextFont) ;
  font-size: 28px;  
  font-weight: 400;  
  text-transform: uppercase;  
  color: #f1f1f1;  
  background: var(--secondaryColor);  
  padding: 10px 5px;
  margin: auto;  
  display: inline-block;  
  position: absolute;  
  bottom: 0px;  
  left: 0;  
  right: 0;
}