@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuelight';
    src: url('../fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.contenedor_principal{
  display: block;
  width: 100%;
}
.header{
  font-family: 'bebas_neue_regularregular';
  box-sizing: border-box;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 30px 50px;
  text-align: center;
}
.header h1{
  color: #4D4D4D;
  font-size: 19px;
  display: inline-block;
  letter-spacing: 8.3px;
}
.header h1 .span1 {
  font-family: 'bebas_neuebold';
  font-size: 79px;
  width: 100%;
  height: 75px;
  display: block;
  margin-top: 10px;
  letter-spacing: normal;
}
.header h1 .span2 {
  font-family: 'bebas_neuebold';
  font-size: 108px;
  letter-spacing: normal;
}
.shapeu {
  max-width: 306px;
  display: inline-block;
  font-family: arial;
  font-size: 16px;
  border-top: 7px solid;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 7px solid;
  line-height: 23px;
  margin-left: 40px;
  vertical-align: text-bottom;
  margin-bottom: 4px;
  color: #4D4D4D;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
.cuerpo{
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  margin-top: -270px;
}
.cuerpo .mobile{
  display: none;
}
@media (max-width: 769px) {
  .header, .cuerpo{
    width: 100%;
  }
  .header{
    padding: 13px 15px;
    height: auto;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .header h1{
    font-size: 13px;
    letter-spacing: 6px;
  }
  .header h1 .span1 {
    font-size: 55px;
    width: 100%;
    height: auto;
    padding-right: 50px;
  }
  .header h1 .span2 {
    font-size: 76px;
  }
  .shapeu{
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .cuerpo {
    margin-top: -970px;
  }
  .cuerpo img {
    width: 100%;
  }
  .cuerpo .desktop{
    display: none;
  }
  .cuerpo .mobile{
    display: block;
  }
}
@media (max-width: 375px) {
  .cuerpo {
    margin-top: -460px;
  }
}
@media (max-width: 320px) {
  .cuerpo {
    margin-top: -400px;
  }
}
