#head-navigator .navigator > a {
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}
.page-down {
  transform: scale(0.6);
  opacity: 0.6;
}
.section#front .wrap .background {
  background-image: url('../img/front.jpg');
}
.section#front .wrap .content {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  justify-content: space-between;
  padding: 0;
}
.section#front .wrap .content .logo-s {
  opacity: 1;
  position: relative;
  top: -2.5vw;
}
.section#front .wrap .content .logo-s img {
  width: 100%;
}
.section#front .wrap .content .logo-s h1 {
  font-family: 'Ebrima';
  font-size: 8vw;
  color: #fff;
  text-shadow: 3px 3px 10px #000000;
  margin: 0;
  width: 100%;
}
.section#front .wrap .content .divider {
  color: rgba(255, 255, 255, 0.5);
  font-size: 5vw;
}
.section#front .wrap .content .divider > * {
  margin: 0.1em;
}
.section#front .wrap .content .description {
  text-align: center;
  max-width: 1200px;
  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;
}
@media (max-width: 768px) {
  .section#front .wrap .content .logo-s h1 {
    font-size: 17vw;
    transform: rotate(-3deg);
  }
  .section#front .wrap .content .logo-s h1[lang='en'] {
    font-size: 14vw;
  }
  .section#front .wrap .content .divider {
    font-size: 10vw;
  }
  .section#front .wrap .content .lema {
    display: none;
  }
  .section#front .wrap .content .description {
    padding: 0em 2em;
  }
  .section#front .wrap .content .description h3 {
    font-family: 'Ebrima';
    font-size: 1.5em;
  }
}
