@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); } }
@keyframes float2 {
  0% {
    transform: translatey(-20px); }
  50% {
    transform: translatey(0px); }
  100% {
    transform: translatey(-20px); } }
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: 2.5em;
  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;
  position: absolute;
  top: 0;
  right: 40px;
  animation: float 6s ease-in-out infinite; }
  @media all and (max-width: 1024px) {
    .logo {
      max-width: 400px;
      margin-left: -200px; } }
  @media all and (max-width: 900px) {
    .logo {
      top: 40px;
      left: 50%;
      right: initial; } }
  @media all and (max-width: 450px) {
    .logo {
      max-width: 300px;
      margin-left: -150px;
      top: 50%;
      margin-top: -100px; } }

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

.center {
  text-align: center; }

.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: 40px;
  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 {
  min-height: 500px; }

.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-2 {
    float: none;
    width: 100% !important; }

  .section-slider {
    margin-top: 100px; } }
.mobile {
  display: none; }

@media all and (max-width: 767px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; } }
/*SECCIONES*/
header {
  background-repeat: no-repeat;
  position: relative;
  min-height: 700px; }
  @media all and (min-width: 1367px) {
    header {
      height: 100%; } }
  @media all and (max-width: 1024px) {
    header {
      min-height: 600px; } }
  @media all and (max-width: 650px) {
    header {
      min-height: 530px; } }
  @media all and (max-width: 450px) {
    header {
      min-height: 90vh; } }

#table {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  position: relative; }
  #table .contenedor {
    position: absolute;
    bottom: 0;
    height: 580px;
    width: 100%; }
    @media all and (max-width: 1000px) {
      #table .contenedor {
        width: 300px;
        height: 230px;
        left: 50%;
        transform: translate(-50%, 0); } }
  #table .personajes {
    max-width: 760px;
    position: relative; }
    #table .personajes #mesa {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    @media all and (max-width: 1000px) {
      #table .personajes {
        max-width: 300px; } }
  #table #pares img, #table #impares img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

section {
  min-height: 700px;
  background-size: cover; }
  section > div.container {
    height: 100%;
    padding: 50px 0 100px;
    overflow: visi; }
  section .pitch-box {
    max-width: 70%; }

#polaroids {
  background-image: url("../images/bg1.jpg"); }
  #polaroids #polaroid {
    position: relative;
    top: -50px;
    transform: rotate(-5deg);
    width: 70%; }
    @media all and (min-width: 1200px) {
      #polaroids #polaroid {
        width: 90%; } }
    @media all and (max-width: 1000px) {
      #polaroids #polaroid {
        width: 60% !important;
        top: 0px;
        left: 50%;
        transform: rotate(-5deg) translate(-50%, 0); } }

#emotes {
  background-image: url("../images/bg3.jpg"); }
  #emotes .container {
    padding: 0 0 100px; }
  #emotes ul {
    text-align: center;
    margin-bottom: 130px; }
    #emotes ul li {
      display: inline-block;
      max-width: 150px; }

#events {
  background-image: url("../images/bg4.jpg");
  padding-bottom: 100px; }
  #events #event {
    max-width: 70%;
    margin: 60px auto 0;
    border: 3px solid #ccc; }
    #events #event img {
      display: block; }

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

.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 */
