#head-navigator {
  color: #000;
}
#head-navigator.first .navigator .left-pad {
  display: none;
}
#head-navigator.first .nice-select {
  text-shadow: none;
  color: #000;
}
.section#front .wrap .background {
  background-image: url('../img/mano.jpg');
  background-position: center;
  background-size: cover;
}
.section#front .wrap .content {
  justify-content: space-between;
  padding: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.2) 100%);
  color: #000;
}
.section#front .wrap .content .logo-s {
  max-width: 50vw;
  opacity: 1;
  position: relative;
  top: -2.5vw;
}
.section#front .wrap .content .logo-s img {
  width: 100%;
}
.section#front .wrap .content .lema {
  position: relative;
  top: -4vw;
  left: -2vw;
  transform: rotate(-3deg);
}
.section#front .wrap .content .lema h2 {
  font-family: 'Cabin Sketch', cursive;
  font-size: 6vw;
  line-height: 1;
  margin: 0;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  margin-right: -0.5em;
}
.section#front .wrap .content .lema h2 span.wrd {
  margin-right: 0.5em;
}
.section#front .wrap .content .lema h2 span.char {
  display: inline-block;
  animation: jitter 150ms linear 5;
}
.section#front .wrap .content .lema h2 span.char:hover {
  animation: jitter 150ms linear infinite;
  animation-delay: 0;
}
.section#front .wrap .content .description {
  text-align: center;
  max-width: 1000px;
  padding: 0em 2em;
}
.section#front .wrap .content .description h3 {
  font-family: 'Ebrima';
  font-size: 1.8em;
  text-shadow: 2px 2px 5px #000000;
  margin: 0;
  color: #fff;
}
.section#front .wrap .content .description a {
  color: orange;
}
@keyframes jitter {
  50% {
    transform: skewY(3deg) skewX(-3deg) scale(1.1);
  }
}
@media (max-width: 768px) {
  #head-navigator.first .navigator .left-pad {
    display: block;
  }
  .section#front .wrap {
    height: auto;
  }
  .section#front .wrap .content {
    height: auto;
    min-height: 100vh;
  }
  .section#front .wrap .content .logo-s {
    max-width: 80vw;
    top: -2.5vw;
  }
  .section#front .wrap .content .lema h2 {
    font-size: 9vw;
  }
  .section#front .wrap .content .description {
    width: 95%;
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  .section#front .wrap .content .foot-pad {
    display: none;
  }
  .section#front .wrap .content .description {
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2em;
  }
  .section#front .wrap .content .description h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 640px) {
  .section#front .wrap .content .foot-pad {
    display: none;
  }
  .section#front .wrap .content .description {
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2em;
  }
  .section#front .wrap .content .description h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 425px) {
  .section#front .head-pad {
    height: 50px;
  }
  .section#front .wrap .content .lema {
    left: 0;
    margin-bottom: 2em;
  }
  .section#front .wrap .content .lema br {
    display: none;
  }
  .section#front .wrap .content .lema h2 {
    text-align: center;
    font-size: 16vw;
  }
  .section#front .wrap .content .lema h2 .wrd {
    display: block;
  }
}
