﻿* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

#notfound {
  height: 100vh;
  position: relative;
}

#notfound .notfound {
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.notfound {
  max-width: 600px;
  text-align: center;
  width: 100%;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  background: url("/images/bg404.jpg") repeat;
  background-position: center;
  background-size: cover;
  font-family: "Montserrat", sans-serif;
  font-size: 230px;
  font-weight: 900;
  left: 50%;
  margin: 0px;
  -ms-transform: translateX(-50%);
  position: absolute;
  transform: translateX(-50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateX(-50%);
}

.notfound h2 {
  font-family: "Montserrat", sans-serif;
  color: var(--corEscura);
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}

.notfound p {
  color: var(--corEscura);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound a {
  background: var(--corAzul2);
  border-radius: 40px;
  box-shadow: 0px 4px 15px -5px var(--corAzul2);
  color: var(--corClara);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 4px 15px -5px var(--corAzul2);
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 142px;
  }

  .notfound .notfound-404 h1 {
    font-size: 112px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Dev/Web/Projetos/ClinicasWebMVC/ClinicasWebMVC/wwwroot/css/mdw/error.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGR;EACI;EACA;EACA;;;AAGA;EACI;EACA;EACA;;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGR;EACI;IACI;;;EAGA;IACI%22%7D */