
#banner{
  position: relative;
  max-width: 100%;
  height: auto;
}
#api{
    position: absolute;
    display: block;
    right: 50%;
    z-index: 1;
    transform: translateY(-120%);
}
header div{
  position: absolute;
  z-index: 1;
  right: 0;
  margin-top: 30px;
  margin-right: 350px;
}
header div a:focus, a:hover{
    text-decoration:none;
}
header div a {
  margin-left: 20px;
  font-family: HelveticaNeueLTStd;
  color:#2a2a2a;
  font-size: 18px;
}
#button_home{
  border-style: solid;
  border-width: 1px;
  border-color: #b3964e;
  background-color: #ffffff;
  font-family: HelveticaNeueLTStd;
  color: #b3964e;
  font-size: 18px;/* Aproximación debida a la sustitución de la fuente */
}

#first{
  padding-top: 30px;
}

#first p{
  font-family: HelveticaNeueLTStd;
  color: #191919;
  font-size: 20px;
}
#first img{
  float: left;
  max-width: 35%;
  height: auto;
}

#second{
  background-color: #000000;
}
#second img{
  max-width: 80%;
  height: auto;
}
#third{
  height: 170px;
  position: relative;
}
#third img{
  position: absolute;
  bottom:  0;
  left:0;
}
#third p{
  font-family: HelveticaNeueLTStd;
  color: #191919;
  font-size: 48px;
  line-height: 48px;
  text-align: left;

  position: relative;
  top: 50%;
  transform: translateY(30%);
}
#fourth{
  background-image: url(IMGs/rectangle.png);
  background-color: #d0cfcf;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:10px;
  height: auto;
}
#fourth p{
  font-family: HelveticaNeueLTStd;
  color: #191919;
  font-size: 20px;
}
#pre-footer{
  padding-top: 50px;
  padding-bottom: 50px;
}
#pre-footer h2 {
  font-family: HelveticaNeueLTStd;
  color: #b3964e;
  text-align: center;
  font-size: 72px;
  font-weight: 900;
}
#pre-footer p {
  font-family: AachenStd;
  color:#b3964e;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#pre-footer p span {
  font-family: AachenStd;
  color: #212121;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
footer {
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: AachenStd;
  color: #b3964e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;

}

@media (min-width: 1200px) {
  #fourth{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #first p{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}



@media (min-width: 768px) and (max-width: 979px) {  }

@media (max-width: 767px) {  }

@media (max-width: 480px) {  }
