body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Amiri', serif;
  font-size: 14px;
  color: #707070;
}

.top {
  height: 68px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.top1 {
  height: 68px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  position: fixed;
  z-index: 1000;
}

.italica {
  font-style: italic;
}

.negrita {
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a:link, a:visited {
  color: #707070;
  text-decoration: none;
}

a:hover, a:active {
  color: #595959;
  text-decoration: none;
  font-weight: 600;
}

.botones {
  font-size: 16px;
  width: 860px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

.texto {
  font-family: 'Amiri', serif;
  font-size: 13px;
  width: 100%;
  text-align: center;
  line-height: 20px;
}

.pace {
  z-index: 1001;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
  background: #000000;
  pointer-events: none;
}

#menumobile {
  display: none;
}

.videoslider {
  width: 800px;
  height: 625px;
}

@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }

  .top {
    display: none;
  }

  .top1 {
    display: none;
  }

  #menumobile {
    display: block;
  }

  .videoslider {
    width: 359px;
    height: 280px;
  }
}