@import url(reset.css);
@import url(fonts.css);
* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

body, html, #wrapper, section {
  height: 100%; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
body {
  color: #d4d3bc;
  font-family: "ampersand", sans-serif;
  font-size: 20px; }

p {
  margin-bottom: 14px; }

h1, h2, h3 {
  color: #fff;
  text-align: center;
  font-family: "mayton", sans-serif;
  font-size: 3em;
  padding: 48px 0;
  text-shadow: -3px 3px 0px rgba(22, 22, 22, 0.2); }
  @media all and (max-width: 767px) {
    h1, h2, h3 {
      font-size: 2em; } }
  h1.dark, h2.dark, h3.dark {
    color: #000; }

.logo {
  max-width: 600px;
  margin: auto;
  animation: float 6s ease-in-out infinite; }

#logoContainer {
  max-width: 600px;
  margin: auto; }
  #logoContainer .opacityhover {
    opacity: 0.8; }
    #logoContainer .opacityhover:hover {
      opacity: 1; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/pageLoader.gif") 50% 50% no-repeat white;
  opacity: 1;
  background-size: 200px; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2%; }

/*CAJAS*/
.pitch-box {
  position: relative;
  display: block;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-image: url("../images/box-content-middle.png");
  background-size: 97% 100%;
  background-position: 3% 0;
  background-repeat: no-repeat; }
  @media all and (max-width: 767px) {
    .pitch-box {
      width: 95%; } }

.pitch-box::before {
  position: absolute;
  width: 103%;
  height: 68px;
  top: 3px;
  left: -5.9%;
  margin-top: -68px;
  content: "";
  background-image: url("../images/box-content-top.png");
  background-size: 100% 100%; }

.pitch-box::after {
  position: absolute;
  width: 97.2%;
  height: 18px;
  bottom: 3px;
  left: 0;
  margin-bottom: -18px;
  content: "";
  background-image: url("../images/box-content-bottom.png");
  background-size: 100% 100%; }

/*SECCIONES*/
section {
  padding: 50px 0 100px;
  min-height: 700px;
  overflow: auto; }

.column-1 {
  float: left;
  width: 48% !important; }

.column-2 {
  float: right;
  width: 48% !important; }

@media all and (max-width: 1000px) {
  .column-1 {
    float: none;
    width: 100% !important; }
    .column-1 img {
      margin: 40px 0; }

  .column-2 {
    float: none;
    width: 100% !important; }
    .column-2 img {
      margin: 40px 0; }

  .section-slider {
    margin-top: 100px; } }
header {
  background-image: url("../images/Background Yellow.jpg");
  background-repeat: no-repeat;
  position: relative;
  min-height: 100px; }

#one {
  padding: 0;
  background-image: url("../images/Background Yellow 2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#two {
  background-image: url("../images/Alice.png"), url("../images/Anki.png"), url("../images/Ari.png"), url("../images/chibigaia a.png"), url("../images/Korushi.png"), url("../images/bg2.jpg");
  background-size: auto, auto, auto, auto, auto, cover;
  background-position: 65% 100%, 35% 100%, 10% 100%, 90% 100%, center 100%, center center;
  background-repeat: no-repeat;
  padding: 50px 0 400px; }
  @media all and (max-width: 767px) {
    #two {
      background-image: url("../images/npc_mean_Sum_laugh.png"), url("../images/npc_hipster_Sum_glasses.png"), url("../images/bg2.jpg");
      background-size: auto, auto, cover;
      background-position: 100% 150%, 10% 150%, center center; } }
  @media all and (max-width: 450px) {
    #two {
      background-position: 100px 150%, -100px 150%, center center; } }

#three {
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0; }

.overflow {
  overflow: auto; }

/*SLIDER*/
.section-slider {
  min-height: 310px; }

.unslider {
  position: relative;
  width: 94%;
  height: 100%;
  max-width: 580px;
  margin: auto; }
  .unslider .unslider-arrow {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 44px;
    margin-top: -22px;
    background-image: url("../images/layout/btn-slider-arrows.png");
    background-size: auto 100%;
    color: rgba(0, 0, 0, 0);
    font-size: 0.1px;
    opacity: 0.5;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10; }
    .unslider .unslider-arrow.next {
      right: 15px;
      background-position: right center; }
    .unslider .unslider-arrow.prev {
      left: 15px;
      background-position: left center; }
    .unslider .unslider-arrow:hover {
      opacity: 1; }
  .unslider .unslider-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0); }
    .unslider .unslider-nav li {
      display: inline-block;
      width: 20px;
      height: 20px;
      color: rgba(0, 0, 0, 0);
      font-size: 0.1px;
      background-image: url("../images/layout/btn-slider-dots.png");
      background-position: left center;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .unslider .unslider-nav li:hover {
        background-position: center center; }
      .unslider .unslider-nav li.unslider-active {
        background-position: right center; }

.character-slider {
  position: relative;
  width: 100%;
  height: 100%; }
  .character-slider ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex; }
    .character-slider ul li {
      text-align: center;
      width: 100%;
      flex: 1 0 100%;
      order: 2; }
      .character-slider ul li.unslider-active {
        order: 1; }

/*FOOTER*/
#site-footer {
  position: relative;
  width: 100%;
  padding: 18px 24px;
  font-size: 18px;
  text-align: center;
  background-color: #000; }
  #site-footer .nav-entry-imprint {
    display: block;
    margin-bottom: 18px;
    font-size: 16px; }
  #site-footer .developer-contact {
    display: block;
    font-size: 16px; }
    #site-footer .developer-contact a {
      font-size: 18px; }

#footer-nav,
#social-nav {
  width: 100%;
  margin-bottom: 18px; }
  #footer-nav .nav-entry,
  #social-nav .nav-entry {
    display: inline-block;
    margin: 0 18px; }

#social-nav {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #000; }

#social-nav .social-icon {
  width: 30px;
  height: auto;
  margin-right: 4px; }

/*# sourceMappingURL=style.css.map */
