* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none; 
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/avenir/AvenirLTStd-Book.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/avenir/AvenirLTStd-Medium.woff');
    font-weight: normal;
    font-style: normal;
}  

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
    background: #070707;
    margin: 0;
}
a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.wrapper {
    font-family: 'Avenir-Book';
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding-top: 120px;
    line-height: 1.5;
    color: #777;
}
.wrapper h1 {
    color: #777;
    line-height: 1;
}
.wrapper h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'Avenir-Medium';
}
.wrapper .m-20 {
    margin: 15px 0;
}
.wrapper .contacto {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.wrapper .contacto a {
    font-size: 22px;
    color: #777;
}
.wrapper .contacto a:hover {
    color: #fff;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media(max-width: 575px) {

}