@font-face {
  font-family: Allton-black;
  src: url("/fonts/Aileron-Bold.otf") format("otf");
}

@font-face {
  font-family: Aileron-Light;
  src: url("/fonts/Aileron-LightItalic.otf") format("otf");
}

@font-face {
  font-family: Aileron-LightItalic;
  src: url("/fonts/Aileron-LightItalic.otf") format("otf");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
 body {
  background-color: #85891a;
}
 
 #wrap {
  display: block;
  background-image: url('../assets/images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  min-height: 530px;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
}
 
 .logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  display: block;
  text-align: center;
}
 
 .logo img {
  width: 142px;
}
 
 .nombre h1 {
  text-align: center;
  font-family: Allton-black;
  font-size: 19px;
  padding: 10px;
  margin-top: 17px;
}
 
 .sub-titulo h2 {
  text-align: center;
  font-family: Aileron-LightItalic;
  font-size: 14px;
  color: #85891a;
  font-weight: bold;
  padding: 2px 10px 10px;
}
 
 .email p {
  font-family: Aileron-Light;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  margin-top: 14px;
}
 
 .cel p {
  font-family: Aileron-Light;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  margin-top: 6px;
}
 
 .tel-work p {
  font-family: Aileron-Light;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  margin-top: 6px;
}
 
 .direction p {
  font-family: Aileron-Light;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  padding: 6px 6px 12px;
  line-height: 26px;
  margin-top: 14px;
}
 
 footer {
  min-height: 90px;
  clear: both;
}
 
 .boton a {
  font-family: Aileron-black;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #85891a;
  padding: 13px 5px 5px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 42px;
  width: 97%;
  box-shadow: 2px 2px 5px rgba(22, 116, 7, 0.23);
  border-width: 2px;
  border-color: #ffffff;
}
 
 a {
  color: black;
  text-decoration: none;
  text-align: center;
}