
/* ==========================================================================
   INVERNO
   ========================================================================== */


@font-face {
  font-family: 'After-Disaster';
    src:  url('../fonts/After-Disaster.ttf.woff') format('woff'),
    url('../fonts/After-Disaster.ttf.svg#After-Disaster') format('svg'),
    url('../fonts/After-Disaster.ttf.eot'),
    url('../fonts/After-Disaster.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

h1, h2{
  font-family: 'After-Disaster', sans-serif;
  text-shadow: 2px 2px 0px #000;
}


h1 {
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
  font-size: 260px !important;
  margin-bottom: 50px;
}

h2 {
  font-size: 70px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.subtitulo {
    margin-top: 28px;
    font-size: 90px !important;
    font-family: 'After-Disaster', sans-serif;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 2px 2px 1px #000;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}


/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #666;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

/* ==========================================================================
   Main styles
   ========================================================================== */

.cap-impar {
  background: #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.cap-par {
  background: #f2f2f2;
}


#apoiase {
    background: #777;
}