@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
html, body, section, .container {
  height: 100%; }

body {
  overflow-y: hidden;
  overflow-x: hidden; }

body, h1, h2 {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h3, h4, p {
  font-family: 'Droid Serif', serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1, h2 {
  font-weight: 300;
  color: #FFF;
  line-height: 1;
  margin: 0; }

h1 {
  font-size: 80px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 30px;
  font-weight: 700;
  font-style: italic; }

h4 {
  font-size: 13px;
  font-weight: 600; }

.ds1 {
  -webkit-animation-delay: 0.3s;
  -moz-font-smoothing: 0.3s;
  animation-delay: 0.3s; }

.ds2 {
  -webkit-animation-delay: 0.5s;
  -moz-font-smoothing: 0.5s;
  animation-delay: 0.5s; }

.ds3 {
  -webkit-animation-delay: 0.7s;
  -moz-font-smoothing: 0.7s;
  animation-delay: 0.7s; }

.ds4 {
  -webkit-animation-delay: 0.9s;
  -moz-font-smoothing: 0.9s;
  animation-delay: 0.9s; }

.btn-con {
  width: 101px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0; }
  .btn-con .btn-ind {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #000;
    background-image: url("../img/arrow.png");
    background-size: no-repeat; }
    .btn-con .btn-ind.subir {
      background-position-y: -50px;
        background-position: 0 -50px; }
    .btn-con .btn-ind:hover {
      background-color: #333; }

.header {
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden; }
  
  .header .facebook{
	  position: absolute;
	  right: 10px;
	  top: 11px;
  }
  .header .logo {
    width: 250px;
    height: 50px;
    display: block;
    background-image: url("../img/antuco.png");
    background-size: cover;
    background-position: center center;
    background-color: #474b2a; }
  .header .nav {
    text-align: right; }
    .header .nav a {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: white;
      line-height: 50px;
      padding: 0 10px; }
      .header .nav a:hover {
        color: #eaeaea; }
  .header.header-small {
    background-color: #000;
    height: 50px;
    display: block;
    visibility: visible;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

section {
  position: relative; }

.section-bg {
  background-size: cover;
  background-position: center center; }

#uno {
  background-image: url("../img/bg-portada.jpg"); }
  #uno .nieve {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/nieve.gif);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 0.5; }
  #uno .msj {
    text-align: center;
    margin-top: 25%;
    position: relative; }
  #uno .comenzar {
    width: 160px;
    height: 90px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 10%;
    background-image: url("../img/btn-inicio.png"); }

#dos {
  background-image: url("../img/horas-bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #f3f0f5; }
  #dos .titulo {
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: center; }
  #dos .conte {
    position: relative; }
    #dos .conte p {
      color: #9a999a;
      line-height: 1.8; }
  #dos .link {
    padding-left: 15px; }
    #dos .link .nota {
      background-color: #000;
      width: 80%;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #dos .link .nota .imagen {
        height: 120px;
        width: 100%;
        display: block;
        background-size: cover;
        background-image: url("http://media.biobiochile.cl/wp-content/uploads/2015/05/antuco1.jpg");
        background-position: center center; }
      #dos .link .nota h4 {
        padding: 7px;
        font-size: 15px;
        color: #FFF; }
    #dos .link a:hover .nota {
      background-color: #FFF; }
    #dos .link a:hover h4 {
      color: #000; }

#tres {
  background-image: url("../img/res-bg.jpg"); }
  #tres h3 {
    font-size: 45px;
    margin-top: 28%; }
  #tres p, #tres h3 {
    opacity: 0; }
  #tres .frames {
    padding-top: 7%; }
    #tres .frames .polaroid {
      width: 313px;
      height: 267px;
      display: block;
      background-image: url("../img/res-foto.png");
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
      opacity: 0; }
      #tres .frames .polaroid a {
        display: block;
        margin-top: 17%; }
      #tres .frames .polaroid h4 {
        background-color: #000;
        padding: 0px 4px 5px 19px;
        color: white;
        margin: 0 auto;
        width: 70%;
        font-size: 20px;
        text-align: center; }
    #tres .frames .right {
      margin-bottom: 30px; }

#cuatro .right {
  z-index: 99; }
#cuatro h3 {
  color: #000;
  margin-top: 20%; }
#cuatro .soldado {
  width: 540px;
  height: 100%;
  display: block;
  background-color: red;
  position: absolute;
  left: 0;
  background-image: url("../img/victimas.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0; }
#cuatro .notas {
  margin-top: 40px; }
  #cuatro .notas .columns {
    margin-bottom: 40px;
    opacity: 0; }
  #cuatro .notas h4 {
    margin: 0 auto;
    line-height: 1.2; }
    #cuatro .notas h4 span {
      width: 55px;
      height: 55px;
      display: inline-block;
      float: left;
      margin-right: 10px;
      background-image: url("../img/victimas-star.png");
      background-color: #474b2a;
      background-repeat: no-repeat;
      margin-top: -4px; }
  #cuatro .notas a:hover h4 {
    color: #666; }
  #cuatro .notas a:hover span {
    background-color: black; }

#cinco h3 {
  color: #000;
  margin-top: 12%; }
#cinco p {
  font-size: 13px; }
#cinco .notas {
  margin-top: 40px; }
  #cinco .notas .columns {
    margin-bottom: 40px;
    opacity: 0; }
  #cinco .notas h4 {
    margin: 0 auto;
    line-height: 1.2; }
    #cinco .notas h4 span {
      width: 55px;
      height: 55px;
      display: inline-block;
      float: left;
      margin-right: 10px;
      background-image: url("../img/victimas-star.png");
      background-color: #474b2a;
      background-repeat: no-repeat;
      margin-top: -4px; }
  #cinco .notas a:hover h4 {
    color: #666; }
  #cinco .notas a:hover span {
    background-color: black; }
#cinco .muro {
  width: 537px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  background-image: url("../img/tes-bg.jpg");
  background-size: cover;
  background-position: center center;
  top: 0;
  opacity: 0; }

#seis .row:first-child {
  padding-top: 8%;
  text-align: center; }
#seis .icon {
  margin-top: 30px;
  z-index: 9; }
  #seis .icon .columns {
    opacity: 0; }
#seis h4 {
  margin: 0 auto;
  line-height: 1.2;
  font-size: 14px; }
  #seis h4 span {
    width: 55px;
    height: 55px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    background-image: url("../img/victimas-star.png");
    background-color: #474b2a;
    background-repeat: no-repeat;
    margin-top: -4px; }
#seis a:hover h4 {
  color: #666; }
#seis a:hover span {
  background-color: black; }
#seis .refugio {
  width: 1100px;
  height: 325px;
  z-index: -1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/refugio.jpg");
  background-size: cover;
  background-position: center center; }
#seis p span {
  display: block;
  font-size: 12px; }

#creditos {
  background-color: #000; }
  #creditos h3, #creditos h4 {
    color: #fff; }
  #creditos h3 {
    font-size: 18px; }
  #creditos h4 {
    color: #999; }
  #creditos .large-12 {
    padding-top: 13%;
    text-align: center; }
