body {
  padding: 0;
  margin: 0;
  background-color: #130d0a;
  font-family: "Playfair Display", serif;
  color: #fff;
  
}



.box {
  display: block;
}

#hero {
  height: 800px;
  overflow: hidden;
  position: relative;
  max-width1: 1920px;
  margin: 0 auto;
}

#content {
  background-color: #130d0a;
}

.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100vw;
  height: 800px;
  position: fixed;
  z-index: -1;
}

#hero-mobile {
  display: none;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/full_illustration.png") no-repeat center bottom/cover;
  height: 320px;
}

.first-section {
  padding: 50px 0 20px 0;
}

.text-header {
  font-size: 50px;
  text-align: center;
}

h1 {
  line-height: 120%;
  margin-bottom: 30px;
}

p {
  color: #ede0d5;
  font-size: 18px;
  line-height: 150%;
}

p,label {
  color: #ede0d5;
  font-size: 18px;
 
}

#hero, .layer {
  min-height: 800px;
}

.layer-bg {
  background-image: url("./ilu_bg.jpg");
}

.layer-1 {
  background-image: url("./ilu_03.png");
  background-position: left bottom;
}

.layer-2 {
  background-image: url("./ilu_02.png");
}

.layer-3 {
  background-image1: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_man.png");
  background-image: url("wolf.png");
  background-position: right bottom;
}

.layer-4 {
  background-image: url("./ilu_01.png");
}

.layer-overlay {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_overlay.png");
}


div#ground {
  background: url("./ground.png");
  width: 100%;
  height: 600px;
  top: auto;
  background-size: cover;
  position: relative;
  background-color: #130d0a;
}

@media only screen and (max-width: 768px) {
  .layer-1 {
    background-position: 26% bottom;
  }

  .layer-3 {
    background-position: 35% bottom;
  }
  div#ground {
    background-position: 56% bottom;
  }
  
}

#texto01{
  margin-top: 50px;
}


#texto05{
  margin-top: 50px;
}
#img01{
  height: 300px;
}
#img02{
  height: 300px;
  border-radius:25%;
  opacity:0%;

}
.row{
  margin-bottom: 80px;

}

input
{
  color: black;
  width: 90%;
  margin-bottom: 40px;
  line-height: 30px;

}
