@import 'reset.css';
@import '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: translate(-50%, 0px);
  }
  50% {
    transform: translate(-50%, -20px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}
body {
  color: #d4d3bc;
  font-family: "ampersand", sans-serif;
  font-size: 20px;
}

p {
  margin-bottom: 14px;
  font-size: 24px;
}

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 {
  width: 100%;
  max-width: 900px;
  margin: auto;
  animation: float 6s ease-in-out infinite;
  position: absolute;
  top: 5%;
  left: 50%;
  text-align: center;
}

#logoContainer {
  max-width: 900px;
  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;
  background-image: url("../images/banner_02.png");
  padding: 40px 40px 40px 85px;
  width: 95%;
  background-size: cover;
}

/*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*/
header {
  background-image: url("../images/BG_texture_THANK-YOU-UPDATE.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
header .chars {
  width: 100%;
  margin: auto;
  background-image: url("../images/npc_gamedevarthur_00_default.png"), url("../images/npc_gamedevmaggie_00_default.png"), url("../images/npc_gamedevjulian_00_default.png"), url("../images/npc_gamedevcory_00_default.png"), url("../images/npc_gamedevelias_00_default.png"), url("../images/npc_gamedevjesse_00_default.png");
  background-position: 45% bottom, 60% bottom, 75% bottom, right bottom, 24% bottom, left bottom;
  background-size: 450px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: -100px;
  left: 0;
  right: 0;
}
@media all and (max-width: 1299px) {
  header .chars {
    background-size: 400px auto;
  }
}
@media all and (max-width: 1024px) {
  header .chars {
    background-size: 300px auto;
  }
}
@media all and (max-width: 770px) {
  header .chars {
    background-size: 200px auto;
    background-position: 45% bottom, 60% bottom, 75% bottom, 110% bottom, 24% bottom, -10% bottom;
  }
}
@media all and (max-width: 435px) {
  header .chars {
    background-size: 200px auto;
    background-position: 45% 110%, 60% bottom, 75% bottom, 120% bottom, 24% bottom, -30% bottom;
  }
}

.overflow {
  overflow: auto;
}

/*SECTION*/
.contenido {
  background-image: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.caja {
  max-width: 1100px;
  margin: 40px auto;
}

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

.unslider {
  position: relative;
  width: 94%;
  height: 100%;
  max-width: 100%;
  margin: 50px 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 */
