@keyframes cursed {
  0% {
    border-top-right-radius: 35%; }
  25% {
    border-bottom-left-radius: 35%; }
  50% {
    border-top-left-radius: 35%; }
  100% {
    border-bottom-right-radius: 35%; } }

@keyframes falling {
  100% {
    top: 150%; } }

@keyframes ellipsis {
  to {
    width: 4vw; } }

@keyframes ellipsis-mobile {
  to {
    width: 17.5lvw; } }

@font-face {
  font-family: Avenir;
  src: url("fonts/avenir-next-regular.woff"); }

@font-face {
  font-family: Heaters;
  src: url("fonts/Heaters.otf"); }

@font-face {
  font-family: Orchide;
  src: url("fonts/Orchide.ttf"); }

@font-face {
  font-family: Vogue;
  src: url("fonts/Vogue.ttf"); }

body {
  margin: 0;
  /*.opening2{
        left:33.3333%;
    }
    .opening3{
        left:66.6666%;
    }
    .opening4{
        top:33.3333%;
    }
    .opening5{
        left:33.3333%;
        top:33.3333%;
    }
    .opening6{
        top:33.3333%;
        left:66.6666%;
    }
    .opening7{
        top:66.6666%;
    }
    .opening8{
        top:66.6666%;
        left: 33.3333%;
    }
    .opening9{
        top:66.6666%;
        left: 66.6666%;
    }*/ }
  body #processing {
    position: fixed;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    body #processing img {
      width: 15%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        body #processing img {
          width: 50%; } }
  body #loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9; }
    body #loading h1 {
      color: #943241;
      font-family: Heaters;
      font-size: 3vw;
      position: fixed;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 40%;
      z-index: 2;
      text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; }
      @media screen and (max-width: 767px) {
        body #loading h1 {
          font-size: 14vw; } }
    body #loading h1:after {
      overflow: hidden;
      display: inline-block;
      vertical-align: bottom;
      animation: ellipsis steps(4, end) 900ms infinite;
      content: "\2026";
      /* ascii code for the ellipsis character */
      width: 0px; }
      @media screen and (max-width: 767px) {
        body #loading h1:after {
          animation: ellipsis-mobile steps(4, end) 900ms infinite; } }
    body #loading img {
      position: fixed;
      width: 10%;
      transform: translate(-50%, -50%);
      z-index: 0; }
  body #social {
    position: fixed;
    right: 0;
    bottom: 5%;
    margin-right: 12px;
    z-index: 4; }
    body #social a {
      text-decoration: none;
      font-size: 28px;
      float: left;
      margin-bottom: 8px; }
      body #social a:nth-child(1) {
        color: #4064ad; }
      body #social a:nth-child(3) {
        color: #009688; }
      body #social a span {
        font-family: Avenir;
        font-weight: bold;
        font-size: 21px;
        display: none; }
  body #curser {
    height: 46px;
    width: 46px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid black;
    pointer-events: none;
    position: fixed;
    z-index: 9;
    transition: 0.2s ease-out; }
    @media screen and (max-width: 767px) {
      body #curser {
        display: none; } }
  body .cursered {
    animation: cursed 2s infinite alternate ease;
    background-color: black !important;
    width: 51px !important;
    height: 51px !important; }
  body .cart-nav {
    background-color: white !important;
    border: 1px solid white !important; }
  body .product-zoom {
    width: 64px !important;
    height: 64px !important;
    background-color: white !important;
    border: 1px solid white !important; }
  body .sc-bottom {
    background-color: #943241;
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0; }
  body .sc-right {
    background-color: #943241;
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0; }
  body .op {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 100%;
    overflow: hidden;
    z-index: 5; }
  body .scene-in {
    background: white;
    height: 33.3333%;
    width: 33.3333%;
    position: relative;
    top: 0%;
    left: 0%; }
  body .scene-in:after,
  body .scene-in:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute; }
  body .scene-in:after {
    width: 100%;
    height: 2000px;
    left: 1000px;
    bottom: 0;
    transform: translatey(100%) skewx(45deg); }
  body .scene-in:before {
    width: 2000px;
    height: 100%;
    right: 0;
    transform: translatex(100%) skewy(45deg);
    top: 1000px; }
  body #nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 51px;
    z-index: 10; }
    body #nav #home {
      font-family: Vogue;
      text-decoration: none;
      color: black;
      font-size: 42px;
      margin-left: 5%; }
      body #nav #home img {
        margin-top: -32px;
        width: 75px; }
        @media screen and (max-width: 767px) {
          body #nav #home img {
            width: 60px; } }
    body #nav #burger {
      width: 32px;
      height: 32px;
      float: right;
      margin-right: 5%;
      transition: 0.2s ease-out; }
      body #nav #burger div {
        background-color: black;
        height: 3px;
        width: 32px;
        position: absolute;
        border: 1px solid white; }
        @media screen and (max-width: 767px) {
          body #nav #burger div {
            border: none; } }
      body #nav #burger #lin {
        margin-top: 9px; }
      body #nav #burger #line {
        margin-top: 18px; }
      body #nav #burger #linea {
        height: 32px;
        position: absolute;
        background-color: transparent;
        text-align: center;
        opacity: 0;
        margin-top: 9px;
        border: none !important; }
        body #nav #burger #linea i {
          color: black;
          font-size: 26px; }
      body #nav #burger p {
        color: white;
        background-color: #943241;
        font-size: 10px;
        font-family: Avenir;
        font-weight: bold;
        height: 12px;
        width: 12px;
        float: right;
        margin-right: -4px;
        margin-top: 3px;
        pointer-events: none;
        transform: scale(1);
        border-radius: 50%;
        text-align: center; }
  body .coma-mierda {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
    background-color: #404040; }
  body .el-carto {
    position: fixed;
    z-index: 5;
    width: 25%;
    right: 0;
    margin-right: -25%;
    top: 0;
    height: 100%;
    background-color: black;
    overflow-y: auto; }
    @media screen and (max-width: 767px) {
      body .el-carto {
        margin-right: -75%;
        width: 75%; } }
    body .el-carto h2 {
      font-family: Avenir;
      color: white;
      font-size: 19px;
      width: 100%;
      float: left;
      text-align: center; }
    body .el-carto #cart-envio {
      width: 85%;
      float: left;
      margin-left: 5%;
      color: white;
      font-family: Avenir;
      font-size: 18px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        body .el-carto #cart-envio {
          font-size: 3.2vw; } }
      body .el-carto #cart-envio span {
        font-weight: bold;
        text-align: right;
        float: right; }
    body .el-carto #cart-total {
      width: 85%;
      float: left;
      margin-left: 5%;
      color: white;
      font-family: Avenir;
      font-size: 19px;
      text-align: right;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        body .el-carto #cart-total {
          font-size: 3.4vw; } }
    body .el-carto h1 {
      font-family: Avenir;
      width: 95%;
      float: left;
      margin-left: 2.5%;
      text-align: center;
      color: white; }
      @media screen and (max-width: 767px) {
        body .el-carto h1 {
          text-align: left;
          font-size: 5.1vw; } }
    body .el-carto .the-division {
      background-color: white;
      height: 3px;
      width: 95%;
      margin-left: 2.5%;
      border-radius: 100%;
      float: left; }
    body .el-carto ul {
      width: 90%;
      list-style: none;
      float: left; }
      body .el-carto ul li {
        width: 100%;
        float: left;
        margin-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid white; }
        @media screen and (max-width: 767px) {
          body .el-carto ul li {
            margin-left: -10%; } }
        body .el-carto ul li a {
          color: white;
          font-family: Avenir;
          font-size: 16px;
          float: left;
          width: 5%;
          margin-top: 3%; }
          @media screen and (max-width: 767px) {
            body .el-carto ul li a {
              width: 10%;
              font-size: 3vw; } }
        body .el-carto ul li img {
          width: 10%;
          float: left; }
          @media screen and (max-width: 767px) {
            body .el-carto ul li img {
              width: 20%; } }
        body .el-carto ul li p {
          font-family: Avenir;
          color: white;
          font-size: 18px;
          width: 67.5%;
          float: left;
          font-weight: bold;
          margin-left: 2.5%; }
          @media screen and (max-width: 767px) {
            body .el-carto ul li p {
              font-size: 3vw;
              width: 67.5%; } }
          body .el-carto ul li p:last-child {
            margin-left: 0;
            font-weight: normal;
            width: 10%;
            text-align: right;
            margin-right: 5%; }
            @media screen and (max-width: 767px) {
              body .el-carto ul li p:last-child {
                width: 100%;
                font-size: 3.2vw;
                font-weight: bold; } }
    body .el-carto button {
      color: white;
      background-color: transparent;
      font-family: Avenir;
      text-align: center;
      width: 95%;
      float: left;
      margin-left: 2.5%;
      cursor: pointer;
      transition: 0.3s ease-in-out;
      border: none;
      margin-top: 16px;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        body .el-carto button {
          font-size: 3.2vw; } }
  body .burger-menu {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #fdc6ca; }
    body .burger-menu .decal {
      float: left;
      height: 90%;
      margin-top: 4.5%;
      margin-left: 9%;
      transition: 0.7s; }
      @media screen and (max-width: 767px) {
        body .burger-menu .decal {
          display: none; } }
    body .burger-menu .burga-links {
      width: 35%;
      float: left;
      margin-left: 10%;
      margin-top: 3%; }
      @media screen and (max-width: 767px) {
        body .burger-menu .burga-links {
          width: 80%;
          margin-top: 96px; } }
      body .burger-menu .burga-links .auto-container {
        width: 40%;
        margin: 16px 5% 16px 5%;
        color: black;
        font-family: Orchide;
        font-size: 5vw;
        height: 5vw;
        text-align: left; }
        @media screen and (max-width: 767px) {
          body .burger-menu .burga-links .auto-container {
            font-size: 20vw;
            height: 20vw;
            width: 80%; } }
        body .burger-menu .burga-links .auto-container .rotative {
          margin-top: 5vw;
          text-decoration: none;
          color: black; }
          @media screen and (max-width: 767px) {
            body .burger-menu .burga-links .auto-container .rotative {
              margin-top: 20vw; } }
          body .burger-menu .burga-links .auto-container .rotative sup {
            font-family: Avenir;
            font-size: 1vw; }
            @media screen and (max-width: 767px) {
              body .burger-menu .burga-links .auto-container .rotative sup {
                font-size: 5vw; } }
  body .container, body .auto-container {
    overflow-y: hidden;
    float: left; }
    body .container .rotative, body .auto-container .rotative {
      float: left; }
  body .auto-container {
    overflow: hidden; }
    body .auto-container .rotative {
      float: left;
      transform: rotate(8deg);
      transition: 0.7s; }
