/* ---------------------------------- */


/* -----------  FONTES  ------------- */


/* ---------------------------------- */

@font-face {
  font-family: 'Roboto Condensed';
  src: url(../fonts/Roboto-Condensed.ttf)
}

@font-face {
  font-family: 'Roboto Light';
  src: url(../fonts/Roboto-Light.ttf)
}

body {
  overflow-x: hidden
}

@media screen and (min-width:0px) {
  #pnContainer {
    width: calc(100vw - (100vw - 100%));
    border: none;
    background-color: #f5f5f5;
    transition: ease .5s background-color
  }
  #pg404_Corpo {
    width: 100%;
    height: 600px;
    padding-top: 92px;
    position: relative
  }
  #pnContainerCorpo {
    width: 100%;
    height: 100%;
    position: relative;
    transition: ease .25s
  }
  #pnContainerCorpo .titulo {
    font-family: "Roboto Light";
    font-size: 28px;
    text-align: center;
    color: #2c335c;
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  #pnContainerCorpo .imagem {
    background-image: url(../imagens/404/m_404.png);
    width: 90%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px
  }
  #pnContainerCorpo .desc {
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-align: center;
    color: #666;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
  }
  #pnContainerCorpo .botao {
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-align: center;
    color: #fff;
    min-width: 335px;
    width: 70%;
    height: 36px;
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #06f;
    border-radius: 30px;
    box-shadow: 0 2px 8px #00000088;
    cursor: pointer;
    transition: ease .25s
  }
  #pnContainerCorpo .botao:hover {
    margin-top: 18px;
    box-shadow: 0 4px 12px #00000055
  }
}

@media screen and (min-width:500px) {
  #pnContainerCorpo .desc {
    width: 480px
  }
}

@media screen and (min-width:1046px) {
  #pnMenu {
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 90;
    background-color: #153848
  }
  #pg404_Corpo {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #153848
  }
  #pnContainerCorpo {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    height: calc(100vh - 340px);
    height: 350px;
    padding-top: 100px;
    border-radius: 8px
  }
  #pnContainerCorpo .titulo {
    width: 400px;
    margin-left: 32px;
    text-align: left
  }
  #pnContainerCorpo .imagem {
    position: absolute;
    top: 45px;
    right: 30px;
    width: 470px;
    background-image: url(../imagens/404/d_404.png)
  }
  #pnContainerCorpo .desc {
    width: 400px;
    margin-left: 32px;
    margin-top: 28px;
    text-align: left
  }
  #pnContainerCorpo .botao {
    min-width: 0;
    width: 340px;
    margin-left: 58px;
    margin-top: 48px
  }
  #pnContainerCorpo .botao:hover {
    margin-top: 46px
  }
}