@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;700&display=swap);
  /* CountdownTimer.css */

  .counterContainer {
    position: relative;
  }

  .close-button-cdt {
    position: absolute;
    background: white;
    z-index: 1000 !important;
    top: 0;
    right: 28px;
    background: transparent;
    border: none;
    font-size: 35px;
    color: black;
    cursor: pointer;
  }

  .countdown-timer-general {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1.5em;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    position: relative;
  }

  .countdown-item-row {
    display: flex;
    flex-direction: row;
  }

  .countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
  }

  .countdown-item-text-left {
    margin: 0;
    text-align: left;
  }

  .countdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 5px;
  }

  .countdown-label {
    display: block;
    font-size: 0.8em;
  }

  .countdown-item-booton {
    text-align: right;
  }

  .countdown-value {
    display: block;
    font-size: 2em;
    font-weight: bold;
  }


  .countdown-row {
    border: 2px solid #f30000;
  }

  .countdown-row2 {
    border: 2px solid #f30000;
  }

  .navbar-content {
    border: 2px solid #ee0000;
    padding: 10px;
  }


  .btn-block {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }

  .btn {
    border: none;
    cursor: pointer;
    border-radius: 30px;
  }

  .button-text1 {
    width: 100%;
    padding: 10px 25px;
    border: 0.1rem solid #000000;
    font-style: normal;
    border-radius: 30px;
    cursor: pointer;
    color: rgb(10, 0, 0);
    text-decoration: none;

  }


  .countdown-digit {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #181818;
    margin: 2px;
    font-size: 24px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .borde2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .borde2 .nav-item {
    margin-right: 25px;
    /* Ajusta el valor según lo necesites */
  }


  .borde2 .button-text {
    margin-right: 25px;
    /* Espacio entre logos */
  }

  .borde3 {
    width: 100%;
  }

  .borde {
    width: 100%;
    height: auto;
  }


  @media (max-width: 768px) {
    .borde3 {
      margin: 0;
    }

    .borde2 {
      display: flex;
      width: 100%;
    }

    .borde {}

    .countdown-timer-general {
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 1em;
      padding: 10px;
      border-radius: 5px;
      width: 100%;
      height: auto;
      position: relative;
    }

    .countdown-item-text-left h2 {
      display: inline-block;
      display: inline-flex;
      text-align: center;
      margin-bottom: 0px;
      font-size: 15px;
      padding: 0%;
      align-items: flex-start;
    }

    .countdown-item-row {
      justify-content: space-between;
      margin-bottom: 0;
      max-height: 40px;
      width: 50%;
      position: relative;
      box-sizing: border-box;
    }

    .countdown-item {
      max-height: 40px;
      align-items: center;
      padding: 0;
      width: auto;
      box-sizing: border-box;
    }

    .countdown-label {
      font-size: 0.8em;
      background-attachment: fixed;
    }

    .countdown-item-button {
      padding: 0px;
      right: 0;
      top: 60%;
      right: 20px;
      width: auto;
      height: auto;
    }

    .btn {
      cursor: pointer;
      margin-top: -10px;
    }

    .btn-block {
      width: auto;
      margin-bottom: 0;
    }

    .btn {
      border: none;
      cursor: pointer;
      border-radius: 5px;
    }

    .countdown-digit {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 15px;
      height: 15px;
      border: 1px solid #181818;
      margin: 2px;
      font-size: 20px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }
  }

  @media (max-width: 480px) {
    .borde3 {
      margin: 0;
      width: 100%;
      box-sizing: border-box;
      flex-direction: row;
      /* Cambia a filas */

    }

    .borde2 {
      width: 100%;
      display: grid;
      flex-direction: row;
      /* Coloca los elementos en columnas */
      align-items: flex-start;
      /* Alinea los elementos al inicio (izquierda) */
      justify-content: center;
    }

    .borde {}

    .countdown-timer-general {
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 1em;
      padding: 10px;
      border-radius: 5px;
      width: 100%;
      height: auto;
      position: relative;
    }

    .countdown-item-text-left h2 {
      display: inline-block;
      display: inline-flex;
      text-align: start;
      margin-bottom: 0px;
      font-size: 15px;
      padding: 0%;
      align-items: flex-start;
    }

    .countdown-item-row {
      justify-content: space-between;
      margin-bottom: 0;
      max-height: 40px;
      width: 50%;
      position: relative;
      box-sizing: border-box;
    }

    .countdown-item {
      max-height: 40px;
      align-items: center;
      padding: 2%;
      width: auto;
      box-sizing: border-box;
    }

    .countdown-label {
      font-size: 0.8em;
      background-attachment: fixed;
    }

    .btn {
      cursor: pointer;
      margin-top: -10px;
    }

    .btn-block {
      width: auto;
      margin-bottom: 0;
    }

    .btn {
      border: none;
      cursor: pointer;
      border-radius: 5px;
      padding-top: 12px;
    }

    .countdown-digit {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 15px;
      height: 15px;
      border: 1px solid #181818;
      margin: 2px;
      font-size: 20px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }
  }
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 08/02/2018 16:00
  	*/

@font-face {
  font-family: "Flaticon";
  src: url(/510f874d60ccba77e589.eot);
  src: url(/510f874d60ccba77e589.eot?#iefix) format("embedded-opentype"),
       url(/89f33fee937923b475e1.woff) format("woff"),
       url(/44154f976ca2a697e45c.ttf) format("truetype"),
       url(/src/assets/fonts/Flaticon/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url(/src/assets/fonts/Flaticon/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-dice:before { content: "\f100"; }
.flaticon-plus-button:before { content: "\f101"; }
.flaticon-locked:before { content: "\f102"; }
.flaticon-email:before { content: "\f103"; }
.flaticon-pencil:before { content: "\f104"; }
.flaticon-arrows:before { content: "\f105"; }
.flaticon-phone-call:before { content: "\f106"; }
.flaticon-house:before { content: "\f107"; }
.flaticon-calendar:before { content: "\f108"; }
.flaticon-numeral-circular-button:before { content: "\f109"; }
.flaticon-numeral-symbol-in-a-circle:before { content: "\f10a"; }
.flaticon-hand-finger-pressing-a-circular-ring-button:before { content: "\f10b"; }
.flaticon-file:before { content: "\f10c"; }
.flaticon-sheet:before { content: "\f10d"; }
.flaticon-commerce:before { content: "\f10e"; }
.flaticon-profile:before { content: "\f10f"; }
.flaticon-can:before { content: "\f110"; }

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@font-face{font-family:'Montserrat-medium';src:url(/a4b3ca7e0cf89c437760.eot);src:url(/a4b3ca7e0cf89c437760.eot?#iefix) format("embedded-opentype"),url(/54150c1983f1914c9e62.woff2) format("woff2"),url(/40c59106d22c92a3c9c2.woff) format("woff"),url(/2256e545ab7f152502f6.ttf) format("truetype"),url(/src/assets/fonts/Montserrat-Medium.svg#Montserrat-Medium) format("svg");font-weight:500;font-style:normal}@font-face{font-family:'Montserrat-bold';src:url(/afc2c5cbe72742d3d306.eot);src:url(/afc2c5cbe72742d3d306.eot?#iefix) format("embedded-opentype"),url(/4d9b234221ceff748214.woff2) format("woff2"),url(/29d5181ea1f4e6102c18.woff) format("woff"),url(/ff0e4f99f8307dcbc29d.ttf) format("truetype"),url(/src/assets/fonts/Montserrat-Bold.svg#Montserrat-Bold) format("svg");font-weight:bold;font-style:normal}@font-face{font-family:'Montserrat-light';src:url(/4ad2439b0003e927acce.eot);src:url(/4ad2439b0003e927acce.eot?#iefix) format("embedded-opentype"),url(/a1c8c5b7ff3aab3b1d29.woff2) format("woff2"),url(/7c4bd2fe74f0dbe3d90e.woff) format("woff"),url(/65ee308d90816672dadc.ttf) format("truetype"),url(/src/assets/fonts/Montserrat-Light.svg#Montserrat-Light) format("svg");font-weight:300;font-style:normal}@font-face{font-family:'LibreFranklin-Regular';src:url(/4f5b45fe0237d50a09fa.eot);src:url(/4f5b45fe0237d50a09fa.eot?#iefix) format("embedded-opentype"),url(/b4a91da7a9be5c560c04.woff2) format("woff2"),url(/c73c630fb8d37558ca18.woff) format("woff"),url(/4868df847ffa48967051.ttf) format("truetype"),url(/src/assets/fonts/LibreFranklin-Regular.svg#LibreFranklin-Regular) format("svg");font-weight:normal;font-style:normal}@-webkit-keyframes autofill{to{background:transparent}}*{padding:0px;margin:0px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:0px}body{font-family:'Montserrat-light';font-weight:initial;color:#333;line-height:1.5;width:100%;overflow-x:hidden;background-color:#f0f0f0;margin:0;padding:0;padding-right:0px}a:visited,a:hover,a{text-decoration:none}a{color:white;text-decoration:underline}a:hover{color:#FF00FF}.posiciones{display:flex}.result-position{display:flex;justify-content:center}.align-end{align-items:end}.class-text{color:#FF00FF;text-decoration:none}.class-text:hover{color:white}.posiciones-cupon{display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem}.text-center{text-align:center}.field-radio{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}@media (max-width: 800px){.field-radio{justify-content:space-evenly}}.close-btn{position:absolute;top:10px;right:28px;background:transparent;border:none;font-size:35px;color:#FF279B;cursor:pointer}.img-responsive{width:100%}.img-responsiv-pago-premio{width:250px}.img-responsives{width:100%;margin-bottom:-3em}.clearfix{clear:both}.no-mrn-pdn{margin:0;padding:0}.content-center{margin:0 auto}.no-mrn{margin:0 !important}.text-center{text-align:center}.flt-left{float:left}.flt-right{float:right}.link-decoration{text-decoration:underline !important}.ov-hidden{overflow:hidden}.cursor-pointer{cursor:pointer}.vertical-middle{vertical-align:middle}.font-montserrat-light{text-align:left;height:-20px;font-family:'Montserrat', sans-serif !important;font-family:'Montserrat-light'}.font-montserrat-light span{font-family:'Montserrat', sans-serif !important}.font-montserrat-light2{text-align:left;height:-20px;font-family:'Montserrat-light'}.font-montserrat-light-news{text-align:left;padding:0 30px;font-family:'Montserrat', sans-serif !important;font-size:12px;font-family:'Montserrat-light'}.font-montserrat-light-news span{font-family:'Montserrat', sans-serif !important}.font-montserrat-bold{font-weight:700}.text-bold{font-weight:bold}.ratio-2-1{aspect-ratio:2 / 1;overflow:hidden}.text-size-little{font-size:0.75rem}.text-size-extraSmall{font-size:0.8rem}.text-size-small{font-size:0.9rem}.text-size-normal{font-size:1.1rem}.text-size-medium{font-size:1.25rem}.text-size-impnormal{font-size:1.0em !important}.box-shadow-md{box-shadow:2px 2px 3px rgba(0,0,0,0.3)}span{background-color:transparent !important}.color-main{color:#ff279b !important}.color-main-dark{color:#ff279b}.color-black{color:#333 !important}.color-white{color:white !important}.bolder{font-family:'Montserrat-bold'}.back-white{background-color:white}.bg-primary{background:linear-gradient(162.64deg, #1D1828 -3.77%, #40007F 98.61%) !important}.bg-yellow{background-color:#e7b736}.bg-white{background-color:#fff}.w-35{width:35% !important}.w-85{width:85% !important}.w-65{width:85% !important}.m10{margin:10px}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt60{margin-top:60px}.mt80{margin-top:80px}.mt100{margin-top:100px}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:6em !important}.mr20{margin-right:20px !important}.pt10{padding-top:10px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pt60{padding-top:60px}.pb10{padding-bottom:10px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pb40{padding-bottom:40px}.px-10{padding-left:10px;padding-right:10px}.px-20{padding-left:20px;padding-right:20px}.px-30{padding-left:30px;padding-right:30px}.px-40{padding-left:40px;padding-right:40px}.px-50{padding-left:50px;padding-right:50px}.px-70{padding-left:70px;padding-right:70px}.py5{padding-top:5px;padding-bottom:5px}.py-7{padding-top:7px;padding-bottom:7px}.py-10{padding-top:10px;padding-bottom:10px}.py-20{padding-top:20px;padding-bottom:20px}.py-30{padding-top:30px;padding-bottom:30px}.py-40{padding-top:40px;padding-bottom:40px}.py-50{padding-top:50px;padding-bottom:50px}.border-rad-md{border-radius:1.2em}.border-rad-lg{border-radius:1.5em}.text-info-light{color:white !important}.text-info-light a{font-weight:bold}.single-copy{color:#dadada;padding-bottom:10px;padding-top:10px}@media (max-width: 435px){.single-copy{padding:15px 40px}}.custom-image{width:150px}.w-auto{width:auto !important}.first-title{font-size:2rem}.third-title{font-size:1rem}.first-title-consulta{font-size:28px;font-weight:700;margin-top:10px}.text1{color:black;font-family:'Libre Franklin', sans-serif;font-size:14px}.text2{color:black;font-family:'Libre Franklin', sans-serif;font-weight:700;font-size:14px}.textC{color:white !important}.textCa{color:black !important}.textData{color:#ff279b !important;text-align:center;font-family:"Montserrat-bold"}.table-bordered td{border:none}.container1{display:flex}.first-column1{flex:1;text-align:center}.second-column1{text-align:center;margin-top:20px}.img-news{width:100%;border-radius:20px}.second-title{font-size:1.5rem;padding:0 30px}.texto-label{font-size:11px}.first-child-nmrg-t div:first-child{margin-top:0px !important}.last-child-nmrg-b div:last-child{margin-bottom:0px !important}.homeContainer{width:100%}.App .container-fluid{background:linear-gradient(162.64deg, #1D1828 -3.77%, #40007F 98.61%)}.text-size-13{font-size:13.9px}.custom-footer{background:#6E01D7}.custom-footer .container-footer{background:#1D1828 !important}.custom-footer-seccion{background:#40007f}.footer-imaginamosLogo{height:38px}.single-seccion-footer{border-right:1px solid white;height:250px}.single-seccion-footer-initial{height:250px;border-left:1px solid white;border-right:1px solid white}.social-footer-icons{display:flex}@media (max-width: 600px){.social-footer-icons{justify-content:center}}.social-footer-icons img{width:30px;height:30px;padding-right:10px}.seccion-modal-creditos{text-decoration:none}.general-modal .modal-content{background:none;border:none}.modal-secos{text-align:center}.accept-modal .modal-footer{display:flex;justify-content:space-around}.age-modal .modal-footer{display:flex;justify-content:space-around}.span-premio{color:#736D77 !important;font-size:15px;user-select:none;-webkit-user-select:none}.h2-premio{color:#000000 !important;font-size:48px;font-weight:bold;user-select:none;-webkit-user-select:none}.h6-description{color:#000000 !important}.h2-datos-premio{color:#FF279B !important;font-size:28px;font-weight:bold;user-select:none;-webkit-user-select:none}.fondo-money{padding-top:4rem;padding-bottom:4rem;background-image:url(/src/assets/images/fondoGanador.png);background-position-x:center;background-position-y:95%;background-repeat:no-repeat;background-size:cover}.container-iswinner{background-color:rgba(230,229,229,0.7);box-shadow:1px 1px 2px rgba(0,0,0,0.3)}.container-iswinner .button-rounded{max-width:250px}.container-iswinner .button-rounde-cupon{max-width:350px}.container-iswinner .big-price{text-shadow:-3px 0 #e7b736,0 3px #e7b736,3px 0 #e7b736,0 -3px #e7b736;color:white;font-size:3rem}.container-Loti .container-fluid{background:#1D1828 !important;display:flex;justify-content:center;align-items:center;width:100%;padding-left:0 !important;padding-right:0 !important}.navar-in{background:#1D1828;width:100%}.navar-in .nav-item a.active{color:#f0f}.navbar-light .navbar-toggler-icon{background-image:url(/src/assets/images/burguer_menu.svg);background-size:35px}.main-header-bar{box-shadow:1px 1px 3px 1px #ccc;background-color:#fff}.navbar-brand{margin-right:2em;margin-left:1.1rem;outline:none}@media (min-width: 1025px){.navbar-brand-image{height:90px !important;width:100px !important}}@media (max-width: 1024px){.navbar-brand-image{height:100px !important;width:100px !important}}@media (max-width: 768px){.navbar-brand-image{height:60px !important;width:80px !important}}.logo-oki{height:35px;width:40px;margin:0px 0px 0px 14px}.logo-gana{height:30px;width:40px;margin:0px 0px 0px 14px}.logo-oki-menu-header{height:35px;width:40px;margin:0px 0px 0px 14px}.logo-gana-menu-header{height:40px;width:50px;margin:0px 0px 0px 14px}.nav-logo{margin-top:-50px;position:absolute;color:white}@media (max-width: 767px){.nav-logo{margin-top:0px;padding:0.9rem 0.2rem;font-size:1.2rem;background-color:#fff;border-bottom:1px solid #e8e8e8;width:100%}}.logo-gana{height:30px;width:55px;transition:all 0.8s ease}.logo-gana:hover{filter:grayscale(1);transition:all 0.6s ease}.light-box-shadow{box-shadow:3px 3px 5px 6px #ccc}.navbar-right-section-cart{display:inline-block;cursor:pointer;color:white;position:relative}.navbar-right-section-cart i{font-size:1.9em;cursor:pointer;position:relative}.navbar-right-section-cart .cart-quantity{position:absolute;background:#40007f;border:1px solid #ffffff47;border-radius:50px;width:25px;height:25px;padding:5px;display:flex;text-align:center;left:35px;top:0px;justify-content:center;align-items:center;font-size:12px}.navbar-right-section-cart .notification-quantity{position:absolute;background:#40007f;border:1px solid #ffffff47;border-radius:50px;width:25px;height:25px;padding:5px;display:flex;text-align:center;left:30px;top:0px;justify-content:center;align-items:center;font-size:12px}.navbar-right-section-cart .log-cart{border-radius:50px;padding:5px;margin:10px;width:45px;height:45px}@media (max-width: 500px){.navbar-right-section-cart .log-cart{margin:0}}.navbar-right-section-cart .log-notification{border-radius:30px;margin:10px;width:40px;height:40px}@media (max-width: 500px){.navbar-right-section-cart .log-notification{margin:0}}.navbar-right-section-cart .log-notification .icon{width:30px;height:30px;margin:5px;align-items:center;align-content:center}.navbar-right-section-cart .log-notification .notification-badge{position:absolute;top:5px;right:5px;background-color:#bd1a71;color:white;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:14px}.navbar-data-client{position:relative;color:#27509b;line-height:1}.navbar-data-client i{font-size:1.85em}.navbar-data-client .icon-user-account{font-size:2.3rem;cursor:pointer}.media-body h5{font-size:1.1em}.media-body span{font-size:0.9em}.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .nav-link:focus,.nav-link.active{color:#FF00FF !important}.dropdown-account:hover .dropdown-menu{display:block}.popover-cutom-container{position:relative;cursor:pointer}.popover-cutom-container:hover .popover-cutom{display:block}.popover-cutom{position:absolute;top:100%;left:initial;right:0px;z-index:1000;display:none;float:left;min-width:9rem;padding-top:.7rem}.popover-cutom-content{background-color:#27509b;font-size:1rem;color:#212529;text-align:left;list-style:none;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:0.25rem}.popover-custom-menu{display:block;background:#27509b;color:white;position:static !important;margin:0px;border:0px;font-size:0.9rem}.popover-custom-menu span{display:inline-block;width:100%;padding:.25rem;border-radius:3px}.popover-custom-menu a,.popover-custom-menu button{color:white;cursor:pointer;padding-top:0px;padding-bottom:0px}.popover-custom-menu a:hover,.popover-custom-menu a:focus,.popover-custom-menu button:hover,.popover-custom-menu button:focus{background-color:transparent;outline:none;color:#153B80}.popover-custom-menu a:hover span,.popover-custom-menu a:focus span,.popover-custom-menu button:hover span,.popover-custom-menu button:focus span{background-color:white}.table-hover tbody tr:hover{color:white !important}.home-main-slider{width:85%;height:50%;margin:auto;position:relative}.home-main-slider.out-side-slider .slick-dots{top:101%}.home-main-slider.out-side-slider .slick-arrow{display:table !important}.home-main-slider.out-side-slider .slick-arrow i{font-size:3.4rem;line-height:1}.home-main-slider.out-side-slider .slick-arrow.slick-prev{right:101%;left:initial}.home-main-slider.out-side-slider .slick-arrow.slick-prev::before{content:initial;background:none}.home-main-slider.out-side-slider .slick-arrow.slick-next{left:101%;right:initial}.home-main-slider.out-side-slider .slick-arrow.slick-next::before{content:initial;background:none}.home-main-slider.out-side-slider .slick-list{box-shadow:1px 1px 3px 1.5px rgba(0,0,0,0.4)}.home-main-slider .slick-dots{position:absolute;display:block;width:100%;padding:0;list-style:none;padding:0 3em;cursor:pointer}.home-main-slider .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.home-main-slider .slick-dots li.slick-active button:before{background:#ff279b !important}.home-main-slider .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.home-main-slider .slick-dots li button::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:14px;height:14px;text-align:center;background:#ff279b42;border:2px solid #ff279b;opacity:1;border-radius:50%;-khtml-border-radius:50%;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,0.5);box-shadow:0 2px 10px 0 rgba(0,0,0,0.5)}.home-main-slider .slick-arrow{background:transparent;font-size:0;line-height:0;position:absolute;display:block;width:30px;height:40px;margin-top:30px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;z-index:99;transition:ease-in-out 0.3s}.home-main-slider .slick-arrow:focus,.home-main-slider .slick-arrow:hover{outline:none;opacity:0.8}.home-main-slider .slick-arrow.slick-disabled{opacity:0.5}.home-main-slider .slick-arrow::before{content:"";display:block;height:100%;width:100%;margin:auto;opacity:1;padding-top:auto}.home-main-slider .slick-arrow.slick-prev{left:0px;width:60px;height:60px;top:45%;background:url(/src/assets/images/slick-next-purple.png) no-repeat center;background-color:white;border-top-right-radius:25px;border-bottom-right-radius:25px}.home-main-slider .slick-arrow.slick-prev:hover{background-color:#1D1828}.home-main-slider .slick-arrow.slick-prev:hover::before{background:url(/src/assets/images/slick-next.png) no-repeat center}.home-main-slider .slick-arrow.slick-next{right:0;width:60px;height:60px;top:45%;background:url(/src/assets/images/slick-prev.png) no-repeat center;background-color:white;border-top-left-radius:25px;border-bottom-left-radius:25px}.home-main-slider .slick-arrow.slick-next:hover{background-color:#1D1828}.home-main-slider .slick-arrow.slick-next:hover::before{background:url(/src/assets/images/slick-prev-white.png) no-repeat center}.home-main-slider .absolute-container-center i{font-size:4rem}@media (min-width: 1000px){.return-seccion{padding-top:100px}}@media (max-width: 1000px){.return-seccion{padding-top:170px}}@media (max-width: 767px){.return-seccion{padding-top:75px}}@media (max-width: 470px){.return-seccion{padding-top:100px}}@media (max-width: 425px){.return-seccion{padding-top:100px}}@media (max-width: 767px){.return-seccion2{padding-top:15px}}@media (max-width: 470px){.return-seccion2{padding-top:15px}}@media (max-width: 425px){.return-seccion2{padding-top:15px}}.absolute-container-center{position:absolute;display:flex;width:100%;height:100%;top:0;left:0;justify-content:center;align-items:center;align-content:center}.container-pagos{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));justify-items:center;grid-gap:10px}img{max-width:100%;height:auto}.navbar-seccion{text-decoration:none;font-size:1.3rem;color:white;padding:0;margin:0;margin-bottom:-15px}.navbar-seccion:hover{transform:translateY(-3px);color:#ff279b;cursor:pointer}.navbar-footer{text-decoration:none;font-weight:bold;font-size:14px;font-family:'Montserrat-bold';display:inline-block;cursor:pointer;color:white}@media (max-width: 990px){.navbar-footer{font-size:1.5rem;justify-content:center}}@media (max-width: 750px){.navbar-footer{font-size:1.4rem;padding-left:1rem;margin-left:1rem;justify-content:center}}@media (max-width: 760px){.navbar-footer{font-size:1.5rem;padding-left:1rem;margin-left:1rem;justify-content:center}}.footer-navar-seccion{color:white;text-decoration:none;font-size:14px;font-family:'LibreFranklin-Regular';display:inline-block;cursor:pointer;padding:8px 0}.custom-image-facebook{position:relative;top:5px}.single-lotterie-flex{min-height:100%;display:grid;flex-direction:row}.single-stars{font-size:.8rem}.single-loteri{background:#1d18288a;box-shadow:0px 4px 4px rgba(0,0,0,0.25),0px 4px 16px rgba(0,0,0,0.25),inset 0px 4px 8px rgba(255,39,155,0.8);border-radius:28px}.position-pre{position:relative;top:15px}.carousel{margin-left:auto;margin-right:auto;width:90%}.single-pagos{color:#7a7093}.p-4{padding:1rem}.text-center{text-align:center}.container-pagos{display:flex;flex-direction:row;justify-content:center}.container-pagos div{margin:0px 50px 30px;display:flex;align-items:center;justify-content:center}.single-pre{font-style:normal;font-size:16px;line-height:120%;color:#C5C3C9;margin:0;bottom:0;left:0;text-shadow:0px 0px 26.4548px rgba(254,87,247,0.4)}.single-name{position:relative;top:-12px;font-style:normal;text-transform:uppercase;font-size:14px;line-height:120%;color:#C5C3C9;margin:0;bottom:0;left:0;text-shadow:0px 0px 26.4548px rgba(254,87,247,0.4)}@media (max-width: 991px){.single-name{font-size:0.7rem !important;position:relative;top:-25px}}.single-footer,.single-footer-secos{bottom:0;padding:8px;text-align:center;font-style:normal;font-weight:700;font-size:12px;line-height:120%;color:#c5c3c9}.select-footer{cursor:pointer}.news-item-wrapper{height:500px;margin:0 20px;padding-bottom:50px}.news-item-wrapper-pay{padding-bottom:30px}.custom-carousel1 .single-new{max-width:300px;margin:0 auto}.custom-carousel2 .single-new{max-width:300px;margin:0 auto}.custom-carousel3 .single-new{max-width:300px;margin:0 auto}.custom-carousel-prev-arrow{position:absolute;left:-40px;top:240px;width:60px;height:60px;background-color:#9938fa !important;background:url(/src/assets/images/slick-next.png) no-repeat center;border:none;border-top-left-radius:25px;border-bottom-left-radius:25px}.custom-carousel-prev-arrow:hover{background:url(/src/assets/images/slick-next-purple.png) no-repeat center;background-color:white !important}.line-container{position:relative;height:2px;border-top:2px dashed #7966a6}.circle{width:15px;height:15px;border-radius:50%;border:2px solid #7966a6;background:#1d1828;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.custom-carousel-next-arrow{position:absolute;right:-40px;top:240px;width:60px;height:60px;background-color:#9938fa !important;background:url(/src/assets/images/slick-prev-white.png) no-repeat center;border:none;border-top-right-radius:25px;border-bottom-right-radius:25px}.custom-carousel-next-arrow:hover{background:url(/src/assets/images/slick-prev.png) no-repeat center;background-color:white !important}.custom-carousel-prev-arrow-pagos-prev{position:absolute;left:-5px;top:190px;width:50px;height:50px;background-color:#9938fa !important;background:url(/src/assets/images/slick-next.png) no-repeat center;border:none;border-top-left-radius:25px;border-bottom-left-radius:25px}.custom-carousel-prev-arrow-pagos-prev:hover{background:url(/src/assets/images/slick-next-purple.png) no-repeat center;background-color:white !important}.custom-carousel-next-arrow-pago{position:absolute;right:-5px;top:190px;width:50px;height:50px;border-top-right-radius:25px;border-bottom-right-radius:25px;background-color:#9938fa !important;background:url(/src/assets/images/slick-prev-white.png) no-repeat center;border:none}.custom-carousel-next-arrow-pago:hover{background:url(/src/assets/images/slick-prev.png) no-repeat center;background-color:white !important}.custom-carousel-next-arrow-premios-pago{position:absolute;right:-5px;top:190px;width:35px;height:35px;background:url(/src/assets/images/slick-prev.png) no-repeat center;background-color:#fff;border:none}.custom-carousel-prev-arrow-pagos-premios-prev{position:absolute;left:-8px;top:190px;width:35px;height:35px;background:url(/src/assets/images/slick-next-purple.png) no-repeat center;background-color:#FFFFFF;border:none}.single-hr{opacity:0.2;border:1px solid #7A7093;margin-top:0.6rem;margin-bottom:0.9rem;position:relative;top:-30px}@media (max-width: 1199px){.single-hr{top:-25px}}.single-hr-footer{opacity:0.2;border:1px solid #7A7093;margin-top:0.6rem;margin-bottom:0.9rem;position:relative;top:-5px;max-width:130px;width:auto}.single-hr-menu-header{opacity:1;border:1px solid grey;margin-top:2rem;margin-bottom:2rem;position:relative;width:200px}.single-Detalle{margin-bottom:1em;margin-top:1em}.single-hr-Detalles{opacity:0.2;border:1px solid #7A7093;margin-top:0rem;position:relative}.single-Detalle>div{border-bottom:2px solid #e4e2e9}.single-img-person{display:flex;flex-direction:column;justify-content:flex-end;padding:0}@media (max-width: 767px){.single-img-person{display:none}}.single-h2{font-family:'Montserrat-bold';position:relative;text-align:center}.modalTitle{margin:0.5em 0 2em}.modalTitleCuponError{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.single-money{font-family:'Montserrat', sans-serif;align-items:center;font-style:italic;font-size:64px !important;background:linear-gradient(264.09deg, #fff 21.98%, #FFC93C 48.17%, #fff 85.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.single-money::before{content:attr(texto);position:absolute;text-shadow:0px 4px 4px #221535, 0px 4px 30px #F224A0;z-index:-1;left:0;padding-bottom:0}@media (min-width: 1200px){.single-money{font-size:3.3rem !important;top:-15px}}@media (max-width: 1199px){.single-money{font-size:3.3rem !important;top:-10px}}@media (max-width: 991px){.single-money{font-size:3rem !important}}@media (max-width: 676px){.single-money{font-size:3rem !important}}.single-money-s{font-family:'Montserrat-bold';font-weight:800;position:relative;top:-20px;left:5px;padding:-10px;font-size:2.3rem !important;background:linear-gradient(264.09deg, #fff -21.98%, #C8C7B7 48.17%, #fff 85.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1;padding-right:0.5rem}@media (max-width: 1199px){.single-money-s{top:-15px !important}}.single-money-s::before{content:attr(texto);position:absolute;text-shadow:0px 4px 4px #221535, 0px 4px 30px #F224A0;z-index:-1;top:-5px;left:5px}@media (max-width: 1199px){.single-money-s{font-size:2rem !important;top:-20px}}@media (max-width: 991px){.single-money-s{font-size:1.5rem !important;top:-25px;left:5px}}@media (max-width: 676px){.single-money-s{font-size:1.8rem !important;top:-20px}}.single-millones{position:relative;top:-30px;font-weight:bold}@media (max-width: 1199px){.single-millones{top:-25px}}.single-comprobantes{display:flex;flex-direction:row}.single-ciere{position:relative;top:-13px}@media (max-width: 1199px){.single-ciere{top:-20px}}.single-button{position:relative;width:80%;top:-35px}@media (max-width: 1199px){.single-button{top:-25px}}.single-conteo{position:relative}@media (max-width: 1199px){.single-conteo{font-size:0.8rem}}.single-span{font-family:'Montserrat', sans-serif;font-weight:700;text-align:center}.large_lotterie{position:relative}.single-reloj{height:20px;align-items:center}.single-container{margin:20px}.single-h6{font-size:0.8rem;text-align:left}.single-number-fav{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;top:-30px}.single-number-fav-h6{font-size:0.8rem}.single-actions-modal{position:relative;top:-25px}.single-actions{text-decoration:none;color:#ff279b}.single-actions:hover{color:white;cursor:pointer}@media (min-width: 991px){.single-actions{font-size:0.9rem}}.single-text-ver{text-decoration:none;color:#ff279b;position:relative;top:-20px;left:-10px}.single-text-ver:hover{color:white;cursor:pointer}.single-noticias{display:flex;flex-direction:column;justify-content:space-around}.single-noticias-ver-mas{position:relative;text-align:right;padding:0 15px}.single-line8{color:#ff279b !important}.row-top{position:relative;left:-80px}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;box-shadow:0px 4px 20px rgba(29,24,40,0.2)}.single-modal-content,.single-modal-content-credito{background-color:#fff;padding:20px 20px 0;border-radius:5px;overflow-y:auto;overflow-x:hidden;border-radius:16px}.single-modal-prize-plan{background-color:#fff;padding:20px 20px 0;border-radius:5px;width:610px;height:520px;font-size:14px;border-radius:16px}@media (max-width: 435px){.single-modal-prize-plan{width:300px;height:535px}}.single-modal-content-pru,.single-modal-content-credito-pru{background-color:#fff;padding:20px 20px 0;border-radius:5px;width:400px;height:420px;border-radius:16px}.single-th{font-family:'Montserrat-bold';padding:2px;color:#ff279b;text-align:left;font-weight:bold;width:0px}.single-table{border-collapse:collapse;width:100%}.single-table-secos{border-collapse:collapse;width:100%;height:500px}.single-cell{text-align:left;background:#c5c3c952;padding:5px}.single-cell-now{text-align:left;padding:5px}.table-footer{background-color:#f2f2f2;font-weight:bold;text-align:center;padding:8px}.table-container{max-height:240px !important;overflow-y:auto}.table-prize-plan{max-height:300px !important;overflow-y:auto}.single-close{font-family:'Montserrat-bold';font-size:1rem;color:#FF279B;cursor:pointer;text-align:right}.single-close-inicio{font-family:'Montserrat-bold';font-size:1rem;color:#FF279B;cursor:pointer;text-align:right;padding:1em 2rem}.single-close-fail{font-family:'Montserrat-bold';font-size:30px;color:#FF279B !important;cursor:pointer;text-align:right}.single-img-Detalle{width:20px;height:20px}.single-span-Detalle{position:relative;color:#6E01D7}.single-span-Detalle-valor-cupon{color:#333;text-align:left}.single-span-Detalle-valor{text-decoration:none;color:#ff279b;text-align:left;font-weight:bold}.single-span-Detalle-valor:hover{color:white;cursor:pointer}@media (min-width: 991px){.single-span-Detalle-valor{font-size:0.9rem}}.single-status-conteiner{background:-webkit-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:-o-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);border-radius:25px;text-align:center;height:25px;align-content:center}.single-status{text-decoration:none;color:white}.single-img{position:relative;text-align:center;justify-content:center}@media (max-width: 991px){.single-img{width:30px;height:30px}}.single-img-pago{height:50px;width:100px;user-select:none;-webkit-user-select:none}.single-img-datos-pago{height:70px;user-select:none;-webkit-user-select:none}.align-middle{display:flex;justify-content:center;align-items:center}.container1{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px}.column1{text-align:center;padding-bottom:50px}.single-column1{grid-column:1 / span 2}.single-new-title{font-family:'Montserrat-bold';font-size:1.3rem;font-weight:800;color:#9938fa;text-decoration:none}.single-new-title:hover{color:white}.single-container-new{background:#1d1828}.single-new{display:flex;justify-content:space-between;flex-direction:column;height:480px;border:1px solid #3E3A47;border-radius:20px}@media only screen and (min-width: 600px){.carousel .slide{min-width:33.33% !important}}.single-news{position:relative;width:335px;height:240px;top:-5px;border-radius:20px 20px 0px 0px}.center-container{display:flex;justify-content:center}.custom-image-pay{width:70px;height:70px}.tooltip-container{position:relative;display:inline-block}.tooltip-container:hover .tooltip{visibility:visible;opacity:1}.tooltip{visibility:hidden;background-color:#F4F4F4;color:#000000;padding:3px 8px;border-radius:28px;font-size:12px;position:absolute;top:100%;left:50%;transform:translateX(-50%);white-space:nowrap;z-index:1;opacity:0;transition:opacity 0.3s ease-in-out}.tooltip::before{content:" ";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #F4F4F4 transparent}.game-number-pay{margin:20px;top:15px;left:15px;font-size:1rem;width:1.5rem;height:1.5rem;line-height:1.5;text-align:center;color:#ffffff;background:radial-gradient(50% 50% at 50% 50%, #FF279B 0%, #bd1a71 100%);border-radius:50%;box-shadow:0px 0px 4px 2px rgba(0,0,0,0.3)}.single-lotterie{border-radius:30px}.single-lotterie .image-lotterie{position:relative;top:-20px;width:50%;overflow:hidden;border-radius:50%;border-color:white;background-color:white;box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;-webkit-box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;-moz-box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;padding:.5rem}@media (max-width: 905px){.single-lotterie .image-lotterie{margin-bottom:2em}}.single-lotterie .image-lotterie img{width:100%}.single-lotterie .detail-text{padding-left:2em}@media (max-width: 435px){.single-lotterie .detail-text{margin-bottom:3.5em}}.single-lotterie .image-lotterie-principal{position:relative;width:35%;border-radius:50%;padding-top:20px;border-color:white;background-color:white;box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;-webkit-box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;-moz-box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;overflow:hidden;padding:.5rem}@media (max-width: 800px){.single-lotterie .image-lotterie-principal{width:25%}}.single-lotterie .image-lotterie-principal img{width:100%}.single-lotterie .image-lotterie-jugar{position:relative;width:85%;border-radius:50%;padding-top:20px;border-color:white;background-color:white;box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;-webkit-box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;-moz-box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;overflow:hidden;padding:.5rem}@media (max-width: 800px){.single-lotterie .image-lotterie-jugar{width:25%}}.single-lotterie .image-lotterie-jugar img{width:100%}.single-lotterie h5{font-size:1.15rem;line-height:1.4;font-weight:700}.single-lotterie h5 span{font-size:1.2em}.single-lotterie .single-lotterie-lg h5{font-size:2.2rem;text-align:left;text-transform:uppercase;font-size:24px;color:#c5c3c9;margin:0;bottom:0;left:0;text-shadow:0 0 26.4548px rgba(254,87,247,0.4)}.single-lotterie .single-lotterie-lg h5 strong{font-size:0.9em}.single-lotterie .single-lotterie-lg h5 span{font-family:'Montserrat', sans-serif;-ms-flex-align:center;align-items:center;font-style:italic;font-size:44px;background:-webkit-linear-gradient(185.91deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);background:-o-linear-gradient(185.91deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);background:linear-gradient(264.09deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.single-lotterie .single-lotterie-lg p{font-family:'Montserrat', sans-serif;-ms-flex-align:center;text-align:left;font-style:italic;font-size:24px;background:-webkit-linear-gradient(185.91deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);background:-o-linear-gradient(185.91deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);background:linear-gradient(264.09deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.single-lotterie .single-lotterie-md h5{font-size:5rem;text-align:left;text-transform:uppercase;font-size:24px;color:#c5c3c9;margin:0;bottom:0;left:0;text-shadow:0 0 26.4548px rgba(254,87,247,0.4)}.single-lotterie .single-lotterie-md h5 strong{font-size:0.7em}.single-lotterie .single-lotterie-md h5 span{font-family:'Montserrat', sans-serif;-ms-flex-align:center;align-items:center;font-style:italic;font-size:34px;background:-webkit-linear-gradient(185.91deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);background:-o-linear-gradient(185.91deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);background:linear-gradient(264.09deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.single-lotterie .single-lotterie-md p{font-family:'Montserrat', sans-serif;-ms-flex-align:center;text-align:left;font-style:italic;font-size:24px;background:-webkit-linear-gradient(185.91deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);background:-o-linear-gradient(185.91deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);background:linear-gradient(264.09deg, #fff 21.98%, #ffc93c 48.17%, #fff 85.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.image-lotterie{width:100%;border-radius:50%;border-color:white;background-color:white;padding:.5rem}@media (max-width: 905px){.image-lotterie{width:80%}}.image-lotterie img{width:100%}.single-eresganador{width:100%;margin:auto;padding-top:30px;padding-bottom:-100px;background:#6E01D7}@media (min-width: 600px){.single-eresganador{height:380px}}.single-eresganador-pago-home{width:100%;margin:auto;background:#6E01D7;color:white}@media (min-width: 600px){.single-eresganador-pago-home{height:380px}}.button-shadow{box-shadow:0px 8px 8px rgba(0,0,0,0.1)}.single-eresganador-pago-premio{width:100%;background:#6E01D7}.imagen-eresganador{width:856px;height:500px;left:0px;top:2336px}.background-logo{position:absolute;top:-85px;width:80%}.image-lotterie-resultados{position:relative;z-index:1;width:70%;border-radius:50%;border-color:white;background-color:white;overflow:hidden;padding:.5rem;box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;-webkit-box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47;-moz-box-shadow:inset -1px 4px 24px -10px rgba(255,39,155,0.5),0px 5px 0px 3px #3e3a47}@media (max-width: 905px){.image-lotterie-resultados{width:80%}}.image-lotterie-resultados img{width:100%}#winner-ideLoteria{padding:10px}#winner-ideLoteria::before{content:"";background:#6C01D7;display:block;background-image:url(/src/assets/images/arrow.svg);background-repeat:no-repeat;width:20px;height:20px}#winner-serie{padding:10px}#winner-serie::before{content:"";background:#6C01D7;display:block;background-image:url(/src/assets/images/arrow.svg);background-repeat:no-repeat;width:20px;height:20px}#winner-numero{padding:10px}#winner-numero::before{content:"";background:#6C01D7;display:block;background-image:url(/src/assets/images/arrow.svg);background-repeat:no-repeat;width:20px;height:20px}#winner-fecha{padding:10px}#winner-fecha::before{content:"";background:#6C01D7;display:block;background-image:url(/src/assets/images/arrow.svg);background-repeat:no-repeat;width:20px;height:20px}.button-rounded{border-radius:2em;cursor:pointer;text-align:center;text-decoration:none}.button-rounded:disabled{cursor:not-allowed}.button-rounded.button-rounded-red{background:#ff595e;color:white}.button-rounded.button-rounded-red:hover,.button-rounded.button-rounded-red:focus{color:#ff595e;border-color:#ff595e;background-color:#fff}.button-rounded.button-rounded-blue{background:#40007F;color:white;border:none}.button-rounded.button-rounded-blue:hover,.button-rounded.button-rounded-blue:focus{color:#fff;background:linear-gradient(264.09deg, #ff279b -37.63%, #6c01d7 94.58%)}.button-rounded.button-rounded-blue:disabled{background-color:#7290c5}.button-rounded.button-rounded-consultar{background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:white;border:transparent;padding:10px 50px;margin:20px 0 0}.button-rounded.button-rounded-consultar:hover,.button-rounded.button-rounded-consultar:focus{color:#fff;background:linear-gradient(264.09deg, #ff279b -37.63%, #6c01d7 94.58%)}.button-rounded.button-rounded-consultar:disabled{background-color:#7290c5}.button-rounded.button-rounded-puntos{color:white;margin:0 10px;list-style:none}.button-rounded.button-rounded-puntos:hover,.button-rounded.button-rounded-puntos:focus{color:#ff279b}.button-rounded.button-rounded-puntos-disabled{color:#888787b6;margin:0 10px;list-style:none;cursor:not-allowed}.button-rounded.button-rounded-gradient{background:linear-gradient(264.09deg, #6C01D7 -37.63%, #FF279B 94.58%);color:white}.button-rounded.button-rounded-gradient:hover,.button-rounded.button-rounded-gradient:focus{color:#27509b;border-color:#27509b;background-color:#fff}.button-rounded.button-rounded-gradient:disabled{background-color:#7290c5}.button-rounded.button-rounded-gradient-resultados{background:-webkit-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:-o-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:#fff;font-family:'Montserrat-medium';font-size:14px;margin:0 10px;border:none}.button-rounded.button-rounded-gradient-resultados.sm{width:100px !important}.button-rounded.button-rounded-gradient-resultados.md{width:135px !important}@media (max-width: 435px){.button-rounded.button-rounded-gradient-resultados.md{width:150px !important}}.button-rounded.button-rounded-gradient-resultados.lg{width:200px !important}.button-rounded.button-rounded-gradient-resultados.confirmation{width:170px !important}.button-rounded.button-rounded-gradient-resultados.product-add{width:100% !important;height:100% !important}@media (max-width: 435px){.button-rounded.button-rounded-gradient-resultados.product-add{width:130px !important}}.button-rounded.button-rounded-gradient-resultados:hover,.button-rounded.button-rounded-gradient-resultados:focus{color:#fff;background:linear-gradient(264.09deg, #ff279b -37.63%, #6c01d7 94.58%)}.button-rounded.button-rounded-gradient-resultados:disabled{background-color:#7290c5}.button-rounded.button-rounded-gradient-lotteries{background:-webkit-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:-o-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:#fff;font-family:'Montserrat-medium';font-size:14px;margin:0;border:none}.button-rounded.button-rounded-gradient-lotteries:hover,.button-rounded.button-rounded-gradient-lotteries:focus{color:#fff;background:linear-gradient(264.09deg, #ff279b -37.63%, #6c01d7 94.58%)}.button-rounded.button-rounded-gradient-lotteries:disabled{background-color:#7290c5}.button-rounded.button-rounded-gradient-lotteries.sm{width:100px !important}.button-rounded.button-rounded-gradient-lotteries.md{width:150px !important}.button-rounded.button-rounded-gradient-resultados-cupon{background:linear-gradient(185.91deg, #6c01d7 -37.63%, #6c01d7 94.58%);color:#fff;font-family:'Montserrat-medium';font-size:14px;margin:0 0px;border:none;padding:1px 70px;padding-top:5px;border-radius:25px;cursor:pointer}.button-rounded.button-rounded-gradient-resultados-cupon:hover,.button-rounded.button-rounded-gradient-resultados-cupon:focus{background:linear-gradient(264.09deg, #ff279b -37.63%, #6c01d7 94.58%)}.button-rounded.button-rounded-gradient-resultados-cupon:disabled{background-color:#7290c5}.button-rounded.button-rounded-gradient-jugar-resultado{background:-webkit-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:-o-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:#fff;font-family:'Montserrat-medium';font-size:14px;margin:0 20px;padding:5px 70px;border:none}.button-rounded.button-rounded-gradient-jugar-resultado:hover,.button-rounded.button-rounded-gradient-jugar-resultado:focus{color:#fff;background:linear-gradient(264.09deg, #ff279b -37.63%, #6c01d7 94.58%)}.button-rounded.button-rounded-gradient-jugar-resultado:disabled{background-color:#7290c5}.button-rounded.button-rounded-gradient-conoce{background:linear-gradient(264.09deg, #6C01D7 -37.63%, #FF279B 94.58%);color:white;width:275px;height:36px}.button-rounded.button-rounded-gradient-conoce:hover,.button-rounded.button-rounded-gradient-conoce:focus{color:#27509b;border-color:#27509b;background-color:#fff}.button-rounded.button-rounded-gradient-conoce:disabled{background-color:#7290c5}.button-rounded.button-rounded-white{font-family:'Montserrat-medium';font-size:14px;border:1px solid #6c01d7;box-shadow:1px 1.5px 1px 1px rgba(0,0,0,0.17);padding:5px 20px 5px 20px;border:none}.button-rounded.button-rounded-white:hover,.button-rounded.button-rounded-white:focus{color:#6c01d7;border-color:#6c01d7}.button-rounded.button-rounded-gradient-jugar{background:-webkit-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:-o-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:#fff;font-family:'Montserrat-medium';font-size:14px;margin:0 20px;padding:15px 50px 15px 50px;border:none}.button-rounded.button-rounded-gradient-jugar:hover,.button-rounded.button-rounded-gradient-jugar:focus{color:#fff;background:linear-gradient(264.09deg, #ff279b -37.63%, #6c01d7 94.58%)}.button-rounded.button-rounded-gradient-jugar:disabled{background-color:#7290c5}.button-rounded span{display:inline-block;line-height:30px}.button-rounded i{font-size:2em;display:inline-block;line-height:1}.counter-time{color:#fff}.counter-time strong{color:#ff279b}.list-lotterie-home .image-lotterie{min-width:120px;min-height:120px;max-width:225px;max-height:225px}@media (max-width: 991px){.list-lotterie-home .image-lotterie{min-width:100px;min-height:100px}}.center-right-button{position:relative;text-align:center;line-height:2em;padding:0px 45px}.center-right-button-jugar{position:relative;text-align:center;line-height:2em;padding:0px}.icon-float-right{display:block;position:absolute;right:0px;top:0px}.result-single .result-single-property{text-align:right;color:#FF279B;font-size:15px;font-family:Libre Franklin;font-family:'Montserrat-light'}.result-single .result-single-property img{height:22px;width:22px}.result-single .result-single-property-favorito{font-size:10px;font-family:'Montserrat-light'}.result-single .font-libre{font-family:Libre Franklin !important}.result-single .result-single-date{font-size:15px;color:#FFFFFF}.result-single .image-lotterie{min-width:100px;min-height:100px;max-width:225px;max-height:225px;padding:.7rem}.result-single-property-gris{text-align:center;color:#C5C3C9;font-size:15px;font-family:Libre Franklin;font-family:'Montserrat-light'}.boton-jugar-resultados{position:relative;left:-110px;text-decoration:none}.p-50{padding-top:50px !important}.pd-5{padding:1em}.numero-favorito{grid-template-columns:repeat(3, 1fr);grid-gap:5px;padding:12px;border:1px solid #472969;border-left:0;border-right:0}.conoce-resultados{display:flex;justify-content:center;padding:8px 32px}.font-numero{font-family:'Montserrat'}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.align-center{align-items:center}.d-block{display:block}.ubicacion-iconos{top:5px;position:relative}.border-bottom{border-bottom:1px solid;border-image-slice:1;border-image-source:linear-gradient(to left, #6C01D7, #FF279B) !important}.linea-gradient-favoritos{border-bottom:1px solid;border-image-slice:1;border-image-source:linear-gradient(to left, #6C01D7, #FF279B) !important}.rounded-number{background:#f4249f66 !important;font-size:14px;width:24px;height:24px;padding-top:2px;display:inline-block;text-align:center;border-radius:50%;color:#fff;margin-right:0.3em}.rounded-number-new{background-color:#40007F !important;font-size:1.2rem;width:1.5em;height:1.5em;display:inline-block;text-align:center;border-radius:50%;color:#fff;margin-right:0.1em}.arrow-button{padding-left:10px;font-size:1.3em}input[type="checkbox"]{appearance:none;left:0;top:0;width:1.4em;height:1.4em;color:#ff279b;border:2px solid #ff279b;background:linear-gradient(157.51deg, #1D1828 .14%, #40007F 87.77%);border-radius:3px;vertical-align:middle;cursor:pointer}input[type="checkbox"]:checked::before{content:'✔';top:.18em;left:.2em;font-size:1.3em;line-height:0.8;color:#28ff28;transition:all .2s}.text{color:#f8f8f8}.modal-transparent .modal-content{margin-top:3rem;background-color:transparent;border:none;position:relative}.modal-transparent-close{display:inline-block;position:absolute;outline:none;float:none;right:2.5rem;top:0.8rem;font-size:2.5rem;z-index:99;border:none;background:none}.closee{background:linear-gradient(157.51deg, #1d1828 .14%, #40007f 87.77%);border-radius:1.2rem}.container-modal-general{background:linear-gradient(157.51deg, #1d1828 .14%, #40007f 87.77%);border-radius:1.2rem}.general-tabs{position:relative}.general-tabs .nav-tabs{border:none;padding:0px 1.5rem;position:absolute;bottom:100%}.general-tabs .nav-tabs .nav-item{margin-right:0.5rem;margin-bottom:0px}.general-tabs .nav-tabs .nav-item .nav-link{padding:.7rem 3.5rem;text-decoration:none;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;border:none;background:linear-gradient(157.51deg, #1D1828 .14%, #40007F 87.77%);color:white;cursor:pointer}@media screen and (max-width: 768px){.general-tabs .nav-tabs .nav-item .nav-link{padding:.7rem 1.5rem}}.general-tabs .nav-tabs .nav-item .nav-link:hover,.general-tabs .nav-tabs .nav-item .nav-link.active{background-color:white;color:#fff}.NavLinkNoPadding .nav-tabs .nav-item .nav-link{padding:.7rem 0.5rem}.button-text{text-decoration:none;display:inline-block;cursor:pointer;color:#fff;width:100%;font-size:14px}.button-text:hover{color:#FF00FF}.text-remember{display:inline-block;cursor:pointer;color:#fff;width:100%}.text-remember:hover{color:#FF00FF}.button-text-reverse{display:inline-block;width:100%;white-space:nowrap;padding:5px 30px;border:0.2rem solid #FF279B;font-style:normal;border-radius:30px;cursor:pointer;color:#fff;text-decoration:none;font-size:14px}.button-text-reverse:hover{color:#FF00FF}.button-text-reverse-jugar{width:40%;white-space:nowrap;padding:10px 25px;border:0.2rem solid #FF279B;font-style:normal;font-size:12px;border-radius:30px;cursor:pointer;color:#fff;text-decoration:none;margin-left:47px}.button-text-reverse-jugar:hover{color:#FF00FF}.button-text-reverse-jugar-resultado{position:relative;border:0.1rem solid #ff279b;font-style:normal;font-size:12px;border-radius:30px;cursor:pointer;padding:8px 30px;color:#fff;text-decoration:none}.button-text-reverse-jugar-resultado:hover{color:#FF00FF}.button-text-reverse-buscar-resultado{position:relative;background:transparent;border:0.2rem solid #ff279b;font-style:normal;font-size:12px;border-radius:30px;cursor:pointer;padding:8px 30px;color:#fff;text-decoration:none}.button-text-reverse-buscar-resultado:hover{color:#FF00FF}.button-text-reverse-jugar-loteri{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;white-space:nowrap;padding:10px 25px;border:0.2rem solid #FF279B;font-style:normal;border-radius:30px;cursor:pointer;color:#fff;text-decoration:none}.button-text-reverse-jugar-loteri:hover{color:#FF00FF}@media (max-width: 990px){.button-text-reverse-jugar-loteri{width:130%}}@media (max-width: 767px){.button-text-reverse-jugar-loteri{width:140%}}@media (max-width: 520px){.button-text-reverse-jugar-loteri{width:200%}}.button-text-reverse-pago-premio{display:flex;justify-content:center;align-items:center;text-align:center;width:130px;white-space:nowrap;padding:7px 25px;border:0.2rem solid #FF279B;border-radius:30px;cursor:pointer;color:#FF279B;text-decoration:none;font-weight:bold;font-size:17px}.single-time{color:#FFFFFF !important}.button-text-reverse-ver-loterias{margin:auto;width:30%;padding-bottom:20px}.user-hello{color:#ff279b;font-size:13px;margin:0}.user-login{color:#fff;font-size:13px;margin:0}.flaticon-arrows{color:#FF00FF}.form-group .text-muted{color:#f14545 !important}h6,h4,p{color:white}.p-0{padding:0}option{color:white;background:#40007f}.modalIconCamp{align-items:center;color:#000;filter:saturate(0%);margin:10px}.modalIconCampCerrar{align-items:center;color:#000;filter:saturate(0%);margin-left:4px;width:15px}.modalIconCamp2{width:10%;color:#000;filter:saturate(0%);margin:10px}.modalUser{background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:white;border-color:transparent;box-shadow:0 0 10px rgba(0,0,0,0.2);padding-right:0 !important}.modalUser body.modal-open{padding-right:0 !important}body.modal-open{padding-right:0 !important}.borderRoseFavorite{background:-webkit-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:-o-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:#fff;font-family:'Montserrat-medium';font-size:14px;margin:5px;border:none}.borderPadding{padding:1rem;border:none !important}.nameModal{margin-top:-20px;margin-bottom:-15px}@media (max-width: 767px){.nameModal{margin-top:-12px}}.single-ciere{position:relative;top:-13px}@media (max-width: 991px){.single-ciere{top:-20px}}@media (min-width: 992px){.single-ciere{top:-22px}}.single-conteo2{position:relative;top:-24px;margin-top:5px}@media (min-width: 1px) and (max-width: 767px){.single-conteo2{font-size:0.9rem;top:-30px;margin-bottom:-40px !important}}@media (min-width: 768px) and (max-width: 991px){.single-conteo2{font-size:0.7rem;top:-30px;margin-bottom:-40px !important}}@media (min-width: 992px){.single-conteo2{font-size:0.9rem;top:-30px;margin-bottom:-48px !important}}.single-loteri2{background:#0000008a;box-shadow:0px 4px 4px rgba(0,0,0,0.25),0px 4px 16px rgba(0,0,0,0.25),inset 0px 4px 8px rgba(255,39,155,0.8);border-radius:28px;justify-content:center !important;align-items:center !important;text-align:center !important}.single-loteri3{display:flex;justify-content:center !important;align-items:center !important;text-align:center !important}.single-loteri4{background:#0000008a;box-shadow:0px 4px 4px rgba(0,0,0,0.25),0px 4px 16px rgba(0,0,0,0.25),inset 0px 4px 8px rgba(255,39,155,0.8);border-radius:28px;justify-content:center !important;align-items:center !important;text-align:center !important;margin:4px}.modalFavorite{max-width:660px !important;margin:0 auto;padding-right:0 !important}@media (min-width: 300px) and (max-width: 669px){.modalFavorite{max-width:385px !important}}@media (min-width: 669px) and (max-width: 771px){.modalFavorite{max-width:400px}}.modalFavorite body.modal-open{padding-right:0 !important}.modalAlertMsg{display:flex;margin:15px;width:80%;justify-content:center;align-items:center;text-align:center}.modalButon{display:flex;justify-content:center;align-items:center;text-align:center;margin-top:-20px;margin-bottom:-30px}.modalBodyPurple{max-width:600px;background-color:#1D1828;background:'transparent';border:none !important}.modalBodyPurple .modal-content{background:none !important;border:none !important}@media (min-width: 1px) and (max-width: 512px){.modalBodyPurple{max-width:450px}}@media (min-width: 512px) and (max-width: 600px){.modalBodyPurple{max-width:450px}}.modalBodyPurple2{background-color:rgba(0,0,0,0)}.modalBodyFlex{display:flex !important}@media (min-width: 0px) and (max-width: 319px){.modalBodyFlex{margin-left:-20px;max-width:230px}}@media (min-width: 320px) and (max-width: 345px){.modalBodyFlex{margin-left:-10px;max-width:240px}}@media (min-width: 346px) and (max-width: 401px){.modalBodyFlex{margin-left:-10px;max-width:260px}}@media (min-width: 402px) and (max-width: 435px){.modalBodyFlex{margin-left:-10px;max-width:300px}}@media (min-width: 436px) and (max-width: 467px){.modalBodyFlex{margin-left:-10px;max-width:360px}}@media (min-width: 468px) and (max-width: 511px){.modalBodyFlex{margin-left:-20px;max-width:400px}}@media (min-width: 512px) and (max-width: 600px){.modalBodyFlex{margin-left:-30px}}@media (min-width: 601px){.modalBodyFlex{margin-left:-30px}}.alingSerie{display:flex !important}@media (min-width: 0px) and (max-width: 319px){.alingSerie{margin-left:-30px !important;max-width:180px !important}}@media (min-width: 320px) and (max-width: 345px){.alingSerie{margin-left:-40px !important;max-width:240px !important}}@media (min-width: 346px) and (max-width: 401px){.alingSerie{margin-left:-12px !important;max-width:320px !important}}@media (min-width: 402px) and (max-width: 435px){.alingSerie{margin-left:-17px !important;max-width:340px !important}}@media (min-width: 436px) and (max-width: 467px){.alingSerie{margin-left:-20px !important;max-width:360px}}@media (min-width: 468px) and (max-width: 511px){.alingSerie{margin-left:-20px !important;max-width:400px}}@media (min-width: 512px) and (max-width: 700px){.alingSerie{margin-left:-16px !important;max-width:400px}}.ButonNumber2{position:absolute;margin-top:10px;margin-bottom:10px;margin-left:105px;align-items:right;align-self:right;align-content:right}@media (min-width: 0px) and (max-width: 262px){.ButonNumber2{margin-left:88px;margin-top:0px}}@media (min-width: 263px) and (max-width: 279px){.ButonNumber2{margin-left:82px;margin-top:0px}}@media (min-width: 280px) and (max-width: 287px){.ButonNumber2{margin-left:80px;margin-top:0px}}@media (min-width: 288px) and (max-width: 289px){.ButonNumber2{margin-left:110px;margin-top:0px}}@media (min-width: 290px) and (max-width: 319px){.ButonNumber2{margin-left:115px;margin-top:0px}}@media (min-width: 320px) and (max-width: 324px){.ButonNumber2{margin-left:110px;margin-top:0px}}@media (min-width: 325px) and (max-width: 345px){.ButonNumber2{margin-left:135px;margin-top:0px}}@media (min-width: 346px) and (max-width: 359px){.ButonNumber2{margin-left:130px;margin-top:0px}}@media (min-width: 360px) and (max-width: 370px){.ButonNumber2{margin-left:161px;margin-top:0px}}@media (min-width: 371px) and (max-width: 376px){.ButonNumber2{margin-left:171px;margin-top:0px}}@media (min-width: 377px) and (max-width: 410px){.ButonNumber2{margin-left:175px;margin-top:0px}}@media (min-width: 410px) and (max-width: 435px){.ButonNumber2{margin-left:185px;margin-top:0px}}@media (min-width: 436px) and (max-width: 467px){.ButonNumber2{margin-left:180px;margin-top:0px}}@media (min-width: 468px) and (max-width: 512px){.ButonNumber2{margin-left:160px;margin-top:5px}}@media (min-width: 512px) and (max-width: 600px){.ButonNumber2{margin-left:160px;margin-top:5px}}@media (min-width: 601px) and (max-width: 900px){.ButonNumber2{margin-left:110px;margin-top:0}}@media (min-width: 901px) and (max-width: 992px){.ButonNumber2{margin-top:0}}.ButonNumber3{position:relative;width:94% !important;max-width:300px;margin-top:-20px;margin-bottom:10px;box-sizing:border-box;display:inline-block}@media (min-width: 1px) and (max-width: 410px){.ButonNumber3{width:90% !important;max-width:300px}}@media (min-width: 468px) and (max-width: 600px){.ButonNumber3{width:96% !important;max-width:400px}}@media (min-width: 601px) and (max-width: 766px){.ButonNumber3{width:97% !important;max-width:420px}}@media (min-width: 767px) and (max-width: 990px){.ButonNumber3{width:97% !important;max-width:600px}}.modalUserBoton{background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:white;box-shadow:2px 2px 10px #ff279b;border-color:transparent;display:flex;width:100%;justify-content:center;align-items:center;text-align:center}.modalUserLotery{background:#9143de;color:white}.modalUserSerie{display:flex;align-items:center;margin-top:10px;margin-left:20px;margin-bottom:-50px;min-width:90px}.modalUserInput{margin-right:2px;margin-left:15px;margin-top:-10px}@media (max-width: 767px){.modalUserInput{margin-top:-5px}}.image-lotterieModal{border-radius:50%;border-color:white;background-color:white;padding:0.5rem}.image-lotterieModal2{width:20px;max-width:80px;margin-top:20px;margin-left:20px;border-radius:20%;border-color:white;background-color:white;padding:0.5rem}@media (max-width: 299px){.image-lotterieModal{width:30% !important;max-width:30% !important;margin-bottom:20px}}@media (min-width: 300px) and (max-width: 399px){.image-lotterieModal{width:30% !important;max-width:30% !important;margin-bottom:20px}}@media (min-width: 400px) and (max-width: 603px){.image-lotterieModal{width:20% !important;max-width:20% !important;margin-bottom:20px}}@media (min-width: 604px) and (max-width: 767px){.image-lotterieModal{width:20% !important;max-width:20% !important;margin-bottom:20px}}@media (min-width: 768px) and (max-width: 991px){.image-lotterieModal{width:90% !important;max-width:90% !important}}@media (min-width: 992px) and (max-width: 1024px){.image-lotterieModal{width:60% !important;max-width:60% !important}}@media (min-width: 1025px){.image-lotterieModal{width:61% !important;max-width:61% !important}}.modalUserInput:checked{accent-color:#9a31e6}.modalUserSerieDiv{display:flex;align-items:center}@media (min-width: 767px){.alinSerieName{margin-top:-10px !important}}.modalUserInput2{margin-right:2px;margin-left:15px;margin-top:-17px}@media (max-width: 767px){.modalUserInput2{margin-top:-5px}}.modalUserInput2:checked{accent-color:#9a31e6}.modalUserInputPosition{display:flex;position:absolute;align-items:right;align-self:right;align-content:right;margin-left:150px;margin-top:-115px;width:30px}.modalUserInput3{transform:scale(2)}@media (min-width: 0px) and (max-width: 370px){.modalUserInput3{margin-left:-50px;font-size:12px;transform:scale(1)}}.modalUserInput3:checked{accent-color:#9a31e6}.modalUserInputLabel{margin-top:-8px}@media (max-width: 767px){.modalUserInputLabel{margin-top:-0px}}.modalUserLotery2{background:#9143de !important;border-color:#9143de !important;border-top:#9143de !important;border:1px;color:#9143de;display:flex;width:100%;justify-content:center;align-items:center;text-align:center}.user-card{display:flex;background:#333;color:white;padding:15px;background:#333;border-radius:10px;font-size:13px;margin-top:30px;margin-left:100px;margin-right:0}@media (min-width: 0px) and (max-width: 319px){.user-card{margin-left:15px}}@media (min-width: 320px) and (max-width: 450px){.user-card{margin-left:15px}}.modalUserSubTitle{font-size:12px;color:white;text-align:center;font-weight:bold;z-index:1 !important}.modalUserTitle{font-size:14px;color:white;text-align:center;text-decoration:solid;font-weight:bold;z-index:1}.modalUserSubTitle2{font-size:14px;display:flex;color:white;text-align:center;align-items:center;justify-content:center;font-weight:bold;z-index:1 !important;margin-top:-20px}.greenCheck{display:flex;position:inherit;width:'50px';align-items:right;justify-content:right;text-align:right;margin-top:-50px;margin-bottom:30px}@media (max-width: 768px){.greenCheck{margin-top:-40px}}.Modal-single-close-inicio{font-size:16px;cursor:pointer;position:absolute;top:0px;right:4px;font-family:Montserrat-bold;color:white}.Modal-single-close-cerrar{cursor:pointer;margin-top:-20px}.user-info{display:flex;align-items:center;margin-top:-10px}.user-logo{background:black;border:2px solid black;border-radius:50%;margin-right:10px;z-index:1;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}@media (min-width: 0px) and (max-width: 249px){.user-logo{width:7rem;height:3.5rem;margin-right:5px}}@media (min-width: 250px) and (max-width: 349px){.user-logo{width:7rem;height:3.5rem;margin-right:5px}}@media (min-width: 350px) and (max-width: 400px){.user-logo{width:7rem;height:4rem;margin-right:5px}}@media (min-width: 401px) and (max-width: 450px){.user-logo{width:6rem;height:4rem;margin-right:20px}}@media (min-width: 451px) and (max-width: 500px){.user-logo{width:6rem;margin-right:20px}}@media (min-width: 500px) and (max-width: 550px){.user-logo{width:5rem}}.modalG{position:absolute;z-index:0;opacity:0.5;width:80px}.user-logo img{width:50px;height:50px}.user-greetings{text-align:center}.user-greetings-left{text-align:left}.cuponMsg{flex-shrink:0;color:var(--texts-100, #F8F8F8);font-family:Montserrat;font-weight:600;font-size:calc(1em + 1vw);line-height:1em;margin-left:-100px;width:100%;max-width:600px;margin:20px auto;display:flex;align-items:center;justify-content:center}.cuponAlert{margin:0px auto;display:flex;align-items:center;justify-content:center;text-align:center;width:80%;font-family:Montserrat;font-weight:100;font-size:x-large;text-decoration:none;font-weight:bold;display:inline-block;cursor:pointer;color:#FF279B}.cuponPagar{height:40px}.cuponMsgError{position:'absolute';font-size:1.2rem;margin-left:'30%';text-align:center;text-indent:18px;color:#0a0a0a}.cuponInput{border-radius:28px;background:#40007F !important;height:54px;padding:16px;font-size:1.4rem;border-color:var(--primary-dark-purple, #40007F) !important;color:var(--texts-white, #fff) !important;font-family:'Libre Franklin';line-height:140%;min-width:150px;display:flex;justify-content:center;align-items:center;text-align:left;margin-right:auto}.input-wrapper{position:relative}.input-icons img{position:absolute;display:block;width:25px;margin-top:34px;user-select:none;cursor:pointer}.ellipse{width:13px;margin:5px;height:13px;flex-shrink:0}.ellipse2{color:white !important;filter:brightness(0) invert(1);width:13px;margin:5px;height:13px;flex-shrink:0;margin-top:-20}.line5{width:144px;height:10px;flex-shrink:0}.line7{color:white !important;filter:brightness(0) invert(1);width:144px;height:10px;flex-shrink:0;margin-top:-20}.cuponColInput{justify-content:center !important}.cuponColbutton{justify-content:center;align-items:center}.input-positionImg{display:flex;left:85%;top:-20%}.input-icons{width:100%;margin-bottom:10px}.absCenter{display:flex;align-items:center;justify-content:center;min-height:100vh}.cuponContenedor{justify-content:center}.cuponContainer{justify-content:center;align-items:center}.cuponButton{background:linear-gradient(264.09deg, #FF279B -37.63%, rgba(88,0,175,0.898039) .58%);border-radius:28px;border:3px solid #FF279B;width:130px;height:50px;padding:20px;justify-content:center;align-items:center;display:flex;color:var(--texts-white, #fff);text-align:center;vertical-align:50%;font-size:18px;font-family:Montserrat;font-weight:800;line-height:120%;margin-bottom:35%}.cuponSpace{padding-left:3%}.form-file-container{background:#40007f;border-radius:1.3rem}.form-file-container .form-file{color:white;width:100%;outline:none;border-radius:1.3rem;border:none;position:relative;z-index:99;background-color:transparent;height:auto !important;padding:.5rem 2.8rem .5rem .4rem}.form-file-container .form-file::-webkit-input-placeholder{color:#fff}.form-file-container .form-file::-moz-placeholder{color:#fff}.form-file-container .form-file:-ms-input-placeholder{color:#fff}.form-file-container .form-file:-moz-placeholder{color:#fff}.form-file-container .form-file:focus{border-color:#5f5f5f;box-shadow:none}.form-file-container .form-file:disabled{background-color:rgba(156,155,155,0.3);cursor:not-allowed}.form-file-container .form-file:-webkit-autofill,.form-file-container .form-file:-webkit-autofill:hover,.form-file-container .form-file:-webkit-autofill:focus{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}.form-file-container .form-button{color:white;width:100%;outline:none;border-radius:1.3rem;border:none;position:relative;z-index:99;height:auto !important;padding:.5rem 2.8rem .5rem .4rem}.form-file-container .form-button::-webkit-input-placeholder{color:#fff}.form-file-container .form-button::-moz-placeholder{color:#fff}.form-file-container .form-button:-ms-input-placeholder{color:#fff}.form-file-container .form-button:-moz-placeholder{color:#fff}.form-file-container .form-button:focus{border-color:#5f5f5f;box-shadow:none}.form-file-container .form-button:disabled{background-color:rgba(156,155,155,0.3);cursor:not-allowed}.form-file-container .form-button:-webkit-autofill,.form-file-container .form-button:-webkit-autofill:hover,.form-file-container .form-button:-webkit-autofill:focus{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}.form-file-container select{appearance:none;-moz-appearance:none;-webkit-appearance:none}.form-file-container.file-top-label .form-file{color:white;padding-top:1.25rem;padding-bottom:.4rem}.form-file-container.file-top-label label{position:absolute;left:1rem;line-height:1;top:5px;font-size:.8rem;margin:0px;color:#ffffff}.form-file-container.file-top-label i{top:.8rem}.form-file-container .icon-render{position:absolute;display:inline-block;position:absolute;color:#fff;font-size:1.6rem;top:.65rem;right:.7rem;line-height:1;margin:auto;transition:.3s ease-in-out}.form-file-container .icon-render-calendario{position:absolute;display:inline-block;position:absolute;top:.65rem;color:#fff;font-size:1.6rem;margin-top:10px;right:.7rem;line-height:1;transition:.3s ease-in-out}.form-file-container .icon-render-arrow{position:absolute;display:inline-block;position:absolute;top:.65rem;color:#fff;font-size:1.6rem;margin-top:10px;right:.7rem;line-height:1;transition:.3s ease-in-out}.form-file-container .form-file-icon{position:absolute;display:inline-block;position:absolute;color:#fff;font-size:1.6rem;top:.55rem;right:.7rem;line-height:1;margin:auto;transition:.3s ease-in-out}.form-file-container .react-datepicker-popper{z-index:1030}.form-file-container+small{padding-left:1rem}.form-file-container .react-datepicker-wrapper,.form-file-container .react-datepicker__input-container{width:100%}.form-file-container+.text-muted{color:#000 !important;background-color:white;border-radius:30px}.class-a{color:white;text-decoration:underline}.class-a:hover{color:#FF00FF}.button{background:linear-gradient(264.09deg, #6C01D7 -37.63%, #FF279B 94.58%)}.btn-boostrap,.btn-primary{background:linear-gradient(264.09deg, #6C01D7 -37.63%, #FF279B 94.58%);padding:.8rem 1.7rem;border-radius:2.5rem;font-size:1.1rem;border:none;border-color:transparent}.btn-boostrap:hover,.btn-boostrap:focus,.btn-primary:hover,.btn-primary:focus{color:#fff;background:linear-gradient(264.09deg, #ff279b -37.63%, #6c01d7 94.58%)}.btn.focus,.btn:focus{box-shadow:none !important}.btn-primary{padding:.5rem 1.7rem;border-radius:2.5rem;font-size:1.1rem}.btn-main{color:white;padding:.6rem 1.2rem;border-radius:2.5rem;font-size:1rem;border-color:transparent}.btn-main:hover{color:white}.bg-main{background-color:#27509b}.bg-main:hover{background-color:#092A65}.reCaptchaContainer{text-align:center}.reCaptchaContainer>div>div{display:inline-block}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield}.form-control.is-valid,.was-validated .form-control:valid{background-image:url(/src/assets/images/check-green-out.svg);background-size:12px}.form-file-container .form-file{color:white;width:100%;outline:none;border-radius:1.3rem;border:none;position:relative;z-index:99;background-color:transparent;height:auto !important;padding:.5rem 2.8rem .5rem 1.0rem}.form-lotterie label.label-inline{font-weight:700;font-size:1.45rem}.form-lotterie.form-lotterie-reverse .btn-primary{background-color:white;color:#27509b}.form-lotterie.form-lotterie-reverse .label-inline{color:white}.table-custom-data-premio{height:100%;text-align:center}.table-custom-data-premio .MuiDataGrid-root{min-width:650px;background:#250C3F !important;box-shadow:0px 4px 4px rgba(0,0,0,0.25),0px 4px 16px rgba(0,0,0,0.25),inset 0px 4px 8px rgba(255,39,155,0.7);border-radius:28px;border:none !important;color:white}.table-custom-data-premio .MuiDataGrid-columnHeaders{color:white !important;font-size:1.1rem !important;padding:1rem 0.5rem !important;border:none !important}.table-custom-data-premio .MuiDataGrid-cell{color:white !important;font-size:1rem !important;padding-top:1rem !important;padding-bottom:1rem !important;border:none !important;vertical-align:baseline;overflow:visible !important;height:100% !important}.table-custom-data-premio .MuiDataGrid-sortIcon{color:white !important}.table-custom-data-premio .MuiDataGrid-columnHeaderTitleContainer{display:flex !important;align-items:center !important;justify-content:center !important}.table-custom-data-premio .MuiDataGrid-columnHeader .MuiDataGrid-sortIcon{margin-left:8px !important;font-size:1.1em !important}.table-custom-data-premio .MuiDataGrid-container--top [role=row],.table-custom-data-premio .MuiDataGrid-container--bottom [role=row]{background:transparent !important;justify-content:space-around !important}.table-custom-data-premio .css-rekhlp-MuiDataGrid-root .MuiDataGrid-row{--rowBorderColor: none !important}.table-custom-data-premio .css-1b9e9gy{top:auto !important}.table-custom-data-premio .css-60ds9y-MuiDataGrid-root .MuiDataGrid-container--top [role=row],.table-custom-data-premio .css-60ds9y-MuiDataGrid-root .MuiDataGrid-container--bottom [role=row]{background:#250C3F !important}.table-custom-data-premio .MuiDataGrid-virtualScrollerContent .MuiDataGrid-row{justify-content:space-around !important;align-items:center !important}.table-custom-data-premio .MuiDataGrid-footerContainer{display:none !important}.table-custom-data-premio .MuiDataGrid-cell.MuiDataGrid-cellEmpty{display:none !important}.table-custom-data-premio .MuiDataGrid-filler{display:none !important}.table-custom-data-premio .MuiDataGrid-row--borderBottom.css-yrdy0g-MuiDataGrid-columnHeaderRow{justify-content:space-between !important;max-height:60px !important}.table-custom-data-premio .MuiDataGrid-row.Mui-selected.MuiDataGrid-row--firstVisible.MuiDataGrid-row--lastVisible{min-height:90px !important}.table-custom-data-premio .css-s1v7zr-MuiDataGrid-virtualScrollerRenderZone{gap:15px !important}.table-custom-data-premio .MuiDataGrid-cell--textLeft{text-align:center !important}.table-custom-data-premio .custom-header{font-family:'Montserrat-bold';font-size:1.1rem;color:white;background-color:#250C3F !important;padding:1rem 0.5rem;border:none !important;text-align:center}.table-custom-data-premio .MuiDataGrid-scrollbarFiller{border:none !important}.table-custom-data{height:100%;text-align:center}.table-custom-data .MuiDataGrid-root{min-width:650px;background:#250C3F !important;box-shadow:0px 4px 4px rgba(0,0,0,0.25),0px 4px 16px rgba(0,0,0,0.25),inset 0px 4px 8px rgba(255,39,155,0.7);border-radius:28px;border:none !important;color:white}.table-custom-data .MuiDataGrid-columnHeaders{color:white !important;font-size:1.1rem !important;padding:1rem 0.5rem !important;border:none !important}.table-custom-data .MuiDataGrid-columnHeader:hover{border-bottom:none !important}.table-custom-data .MuiDataGrid-cell{color:white !important;padding-top:1rem !important;padding-bottom:1rem !important;border:none !important;vertical-align:baseline;overflow:visible !important;height:100% !important}.table-custom-data .MuiDataGrid-sortIcon{color:white !important}.table-custom-data .MuiDataGrid-columnHeaderTitleContainer{display:flex !important;align-items:center !important;justify-content:center !important}.table-custom-data .MuiDataGrid-columnHeader .MuiDataGrid-sortIcon{margin-left:8px !important;font-size:1.1em !important}.table-custom-data .MuiDataGrid-container--top [role=row],.table-custom-data .MuiDataGrid-container--bottom [role=row]{background:transparent !important;justify-content:srigpace-around !important}.table-custom-data .MuiDataGrid-container--top{position:relative !important}.table-custom-data .css-rekhlp-MuiDataGrid-root .MuiDataGrid-row{--rowBorderColor: none !important}.table-custom-data .css-1b9e9gy{top:auto !important}.table-custom-data .css-60ds9y-MuiDataGrid-root .MuiDataGrid-container--top [role=row],.table-custom-data .css-60ds9y-MuiDataGrid-root .MuiDataGrid-container--bottom [role=row]{background:#250C3F !important}.table-custom-data .MuiDataGrid-virtualScrollerContent .MuiDataGrid-row{justify-content:center !important;max-height:85px !important;align-items:center !important}.table-custom-data .MuiDataGrid-iconSeparator{color:transparent !important}.table-custom-data .MuiDataGrid-columnHeader{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;border-radius:10px !important;border-bottom:none !important}.table-custom-data .MuiDataGrid-footerContainer{display:none !important}.table-custom-data .MuiDataGrid-cell.MuiDataGrid-cellEmpty{display:none !important}.table-custom-data .MuiDataGrid-filler{display:none !important}.table-custom-data .MuiDataGrid-row--borderBottom.css-yrdy0g-MuiDataGrid-columnHeaderRow{justify-content:center !important;max-height:60px !important}.table-custom-data .MuiDataGrid-row.Mui-selected.MuiDataGrid-row--firstVisible.MuiDataGrid-row--lastVisible{min-height:90px !important}.table-custom-data .MuiDataGrid-row.MuiDataGrid-row--lastVisible{margin-top:10px}.table-custom-data .css-60ds9y-MuiDataGrid-root .MuiDataGrid-cell--textLeft{height:100%}.table-custom-data .MuiDataGrid-cell--textLeft{text-align:left;margin-left:40px;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.table-custom-data .custom-header{font-family:'Montserrat-bold';font-size:1.1rem;color:white;background-color:#250C3F !important;padding:1rem 0.5rem;border:none !important;text-align:center}.table-custom-data .MuiDataGrid-scrollbarFiller{border:none !important}.table-custom-data-cart{height:auto;min-height:unset;text-align:center}.table-custom-data-cart .MuiDataGrid-root{min-width:650px;background:#250C3F !important;box-shadow:0px 4px 4px rgba(0,0,0,0.25),0px 4px 16px rgba(0,0,0,0.25),inset 0px 4px 8px rgba(255,39,155,0.7);border-radius:28px;border:none !important;color:white}.table-custom-data-cart .MuiDataGrid-columnHeaders{color:white !important;font-size:1.1rem !important;padding:1rem 0.5rem !important;border:none !important}.table-custom-data-cart .MuiDataGrid-columnHeader:hover{border-bottom:none !important}.table-custom-data-cart .MuiDataGrid-cell{color:white !important;font-size:1rem !important;padding-top:1rem !important;padding-bottom:1rem !important;border:none !important;vertical-align:baseline;overflow:visible !important;height:100% !important}.table-custom-data-cart .MuiDataGrid-sortIcon{color:white !important}.table-custom-data-cart .MuiDataGrid-columnHeaderTitleContainer{display:flex !important;align-items:center !important;justify-content:center !important}.table-custom-data-cart .MuiDataGrid-columnHeader .MuiDataGrid-sortIcon{margin-left:8px !important;font-size:1.1em !important}.table-custom-data-cart .MuiDataGrid-container--top [role=row],.table-custom-data-cart .MuiDataGrid-container--bottom [role=row]{background:transparent !important;justify-content:center !important}.table-custom-data-cart .css-rekhlp-MuiDataGrid-root .MuiDataGrid-row{--rowBorderColor: none !important}.table-custom-data-cart .css-1b9e9gy{top:auto !important}.table-custom-data-cart .css-60ds9y-MuiDataGrid-root .MuiDataGrid-container--top [role=row],.table-custom-data-cart .css-60ds9y-MuiDataGrid-root .MuiDataGrid-container--bottom [role=row]{background:#250C3F !important}.table-custom-data-cart .MuiDataGrid-virtualScrollerContent .MuiDataGrid-row{justify-content:center !important;max-height:85px !important;align-items:center !important}.table-custom-data-cart .MuiDataGrid-iconSeparator{color:transparent !important}.table-custom-data-cart .MuiDataGrid-columnHeader{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px;margin-right:20px;border-radius:10px !important;border-bottom:none !important}.table-custom-data-cart .MuiDataGrid-footerContainer{display:none !important}.table-custom-data-cart .MuiDataGrid-cell.MuiDataGrid-cellEmpty{display:none !important}.table-custom-data-cart .MuiDataGrid-filler{display:none !important}.table-custom-data-cart .MuiDataGrid-row.Mui-selected.MuiDataGrid-row--firstVisible.MuiDataGrid-row--lastVisible{min-height:90px !important}.table-custom-data-cart .css-60ds9y-MuiDataGrid-root .MuiDataGrid-cell--textLeft{height:100%}.table-custom-data-cart .MuiDataGrid-cell--textLeft{text-align:left;margin-left:50px;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.table-custom-data-cart .custom-header{font-family:'Montserrat-bold';font-size:1.1rem;color:white;background-color:#250C3F !important;padding:1rem 0.5rem;border:none !important;text-align:center}.table-custom-data-cart .MuiDataGrid-scrollbarFiller{border:none !important}.table-list-dried .custom-table-data-header:nth-child(1){width:40%}.table-list-dried .custom-table-data-header:nth-child(2){width:30%}.table-list-dried .custom-table-data-header:nth-child(3){width:30%}.border-container{border-radius:20px}.list-packages .text-muted{color:white !important;font-size:90%}.single-package{border-radius:1.5rem;height:100%}.single-package .single-package-radio{position:absolute;top:1rem;right:0.8rem;display:table}.single-package img{max-width:120px}.single-package h5 span{color:#27509b;font-size:1.6em;text-shadow:1px 1px 3px rgba(0,0,0,0.4)}.single-package h5 strong{font-size:1.1em}.accordion{cursor:pointer;padding:18px;width:100%;border:none;text-align:left;outline:none;font-size:15px;transition:0.4s;background-color:#40007F;border:2px solid #FF279B;color:white;border-radius:15px}.accordion.active{cursor:pointer;padding:18px;width:100%;border:none;text-align:left;outline:none;font-size:15px;transition:0.4s;background-color:#6E01D7;border:2px solid #FF279B;color:white}.panel{padding:0 18px;display:none;overflow:hidden;border:2px solid #FF279B;color:white;background-color:transparent;border-radius:15px}.collapse-title{display:flex;justify-content:space-between;width:100%;font-size:16px}.general-tabs.tabs-page .nav-tabs{position:relative;z-index:1}.general-tabs.tabs-page .nav-tabs .nav-item .nav-link{color:white}.general-tabs.tabs-page .tab-content{position:relative;z-index:2}.tab-container-account.general-tabs.tabs-page .tab-content{z-index:auto}.circle-point{display:inline-block;top:15px;left:15px;font-size:1rem;width:1.5rem;height:1.5rem;line-height:1.5;text-align:center;color:#ffffff;background:radial-gradient(50% 50% at 50% 50%, #FF279B 0%, #bd1a71 100%);border-radius:50%;box-shadow:0px 0px 4px 2px rgba(0,0,0,0.3)}.cast{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#40007F !important;border-radius:20px !important;background-color:#fff;background-clip:border-box;border-radius:0.25rem}.single-session{position:relative}.acordeon-custom-item .card-header{padding-left:35px;position:relative;border-radius:20px;background-color:#40007F}.acordeon-custom-item .card-header:hover,.acordeon-custom-item .card-header.active{cursor:pointer;background-color:#40007F;color:white}.acordeon-custom-item .card-header.active::before{transform:rotate(45deg)}.acordeon-custom-item .card-header::before{content:"+";position:absolute;top:0;bottom:0;left:15px;margin:auto;height:20px;font-size:22px;line-height:22px;transition:ease-in-out 0.3s}.acordeon-custom-item .card-body{font-family:'Montserrat-light'}.richtext-content{color:white}.richtext-content ul{text-align:left;padding-left:30px}.resume-game{z-index:4;height:auto}.resume-game #boxSticky{position:sticky;top:110px}.card-resume{padding:20px}.number-section{display:flex;flex-wrap:wrap;flex-direction:column;padding-bottom:20px}.number-section h3{align-items:flex-start;padding-left:20px;padding-right:50px;margin-bottom:10px !important}.number-section p{align-items:flex-start;padding-left:50px;padding-right:50px;margin-bottom:45px !important}.number-section .series{padding-left:175px;padding-right:150px}@media (max-width: 800px){.number-section .series{padding-left:30px;padding-right:30px}}.number-section .game-number{display:inline-block;top:0;font-size:1rem;width:1.5rem;height:1.5rem;line-height:1.5;text-align:center;color:#ffffff;background:radial-gradient(50% 50% at 50% 50%, #FF279B 0%, #bd1a71 100%);border-radius:50%;box-shadow:0px 0px 4px 2px rgba(0,0,0,0.3);margin-right:6px}.gameContainer{background-position-x:center;background-position-y:95%;background-repeat:no-repeat;background-size:cover}.gameContainer .section-game{position:relative;padding-top:2.8rem !important}.gameContainer .section-game .game-number{display:inline-block;position:absolute;top:15px;left:15px;font-size:1rem;width:1.5rem;height:1.5rem;line-height:1.5;text-align:center;color:#ffffff;background:radial-gradient(50% 50% at 50% 50%, #FF279B 0%, #bd1a71 100%);border-radius:50%;box-shadow:0px 0px 4px 2px rgba(0,0,0,0.3)}.gameContainer .image-lotterie{max-width:130px;padding:.4em}.gameContainer .image-lotterie+.button-rounded{max-width:250px;margin:0 auto}.gameContainer .radio-list-serie .custom-radio-button{border-radius:8px;color:white;padding-right:20px;padding-left:20px;text-align:right;padding-top:5px;padding-bottom:5px;width:100px}.gameContainer .radio-list-serie .custom-radio-button input[type="text"]{color:#8E1DFF;font-weight:bold;background-color:white;border-radius:8px;transition:all 0.3s ease;height:50px;width:100px;text-align:center;border:2px solid #8E1DFF}.gameContainer .radio-list-serie .custom-radio-button input[type="text"]::placeholder{color:#8E1DFF;font-weight:normal;font-weight:bold;opacity:1}.gameContainer .radio-list-serie .custom-radio-button input[type="radio"]:disabled ~ .check{cursor:not-allowed;background:rgba(255,255,255,0.5)}.gameContainer .radio-list-serie .custom-radio-button input[type="radio"]:checked+div label{color:white;font-weight:bold;background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);border-radius:10px;transition:all 0.3s ease}.gameContainer .radio-list-serie .custom-radio-button label{background:linear-gradient(264.09deg, #6c01d7 -37.63%, #985AFF 94.58%);padding:5px;color:white;font-weight:bold;cursor:pointer;transition:color 0.3s ease, transform 0.2s ease;border-radius:8px;height:50px;width:100px;text-align:center}.gameContainer .radio-list-serie .custom-radio-button label:hover{background:#40007F;transform:scale(1.1)}.gameContainer .radio-list-serie .custom-radio-button .check{background:rgba(108,1,215,0);left:8px;cursor:pointer;border:3px solid #6E01D7;position:relative}.gameContainer .radio-list-serie .custom-radio-button .check::before{content:"";position:absolute;top:4px;left:4px;width:10px;height:10px;border-radius:50%;background-color:transparent;border:2px solid #6E01D7}.gameContainer .billete-dorado{background-repeat:no-repeat;background-position:center;background-size:cover;padding-top:2rem;padding-bottom:2rem}.gameContainer .billete-dorado h4{font-size:2.5rem;font-weight:700;padding-bottom:.5rem;padding-top:.5rem;border-top:6px solid #495057bd;border-bottom:6px solid #495057bd;font-weight:700}.gameContainer .billete-dorado h5{font-size:2.5rem;font-weight:bold;margin-bottom:.8rem;font-weight:700}.gameContainer .billete-dorado h6{font-weight:bold;font-size:1.5rem}.gameContainer .billete-dorado p{font-size:1.2rem;margin-bottom:0px}.gameContainer .list-fractions{width:100%;margin:0px;padding-top:10px;padding-left:50px;padding-right:50px}.gameContainer .check-fraction{background:linear-gradient(264.09deg, #6c01d7 -37.63%, #985AFF 94.58%);height:100%;border-radius:16px;margin:0 10px}.gameContainer .check-fraction .text-muted{position:absolute;top:100%;width:400% !important;left:0;color:#F8D7DA !important}.gameContainer .check-fraction .custom-fraction{position:absolute;left:-9999px}.gameContainer .check-fraction .custom-fraction:checked+label{background-color:transparent}.gameContainer .check-fraction .custom-fraction:checked+label .checked{display:inline-block}.gameContainer .check-fraction .custom-fraction:checked+label .notChecked{display:none}.gameContainer .check-fraction .disabled{position:absolute;z-index:2;width:100%;height:100%;left:0px;top:0px;background-color:rgba(255,255,255,0.7);cursor:not-allowed;border-radius:20px}.gameContainer .check-fraction label{height:100%;position:relative;display:block;text-align:center;margin-bottom:0;color:#fff;cursor:pointer;padding:1em;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}.gameContainer .check-fraction label .checked{display:none}.gameContainer .check-fraction label:hover{background-position:0 0}.gameContainer .check-fraction h5{font-size:1.7rem;margin-bottom:1.6rem}.gameContainer .check-fraction h4{font-weight:bold}.gameContainer .check-fraction .rounded-fraction{font-size:2.5rem;font-weight:bold;display:block;width:1.8em;line-height:1.8;height:1.8em;margin:0 auto;text-align:center;border-radius:50%;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}.gameContainer .check-fraction:hover{background:#40007F;transform:scale(1.1)}.selected{background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%) !important;box-shadow:inset 0px 4px 6px rgba(0,0,0,0.25) !important}input#game-numero1::placeholder,input#game-numero2::placeholder,input#game-numero3::placeholder,input#game-numero4::placeholder{color:#fff}.seccion-loteri{background:#1D1828;box-shadow:0px 4px 4px rgba(0,0,0,0.25),0px 4px 16px rgba(0,0,0,0.25),inset 0px 4px 8px #6E01D7;border-radius:28px}.interna-loterias{color:white;font-family:'Montserrat-bold';font-size:28px}.interna-loterias-play{color:white;font-family:'Montserrat-bold';font-size:18px}.interna-loterias2{color:white;font-family:'Montserrat-bold';font-size:22px}.interna-resultados{color:white;font-family:'Montserrat-bold';font-size:28px}.interna-news{color:white;font-family:'Montserrat', sans-serif;text-align:left;padding:0 2em}.interna-news .first-title{font-size:48px;font-weight:bold;margin:0.5em 0}@media (max-width: 767px){.interna-news .first-title{font-size:38px}}.interna-news .dateNews{background:#6E01D7 !important;border-radius:30px;padding:3px 10px;font-size:12px}.react-datepicker__year-read-view--selected-year,.react-datepicker__month-read-view--selected-month{color:black !important}.newsContent p,.newsContent span{font-family:Montserrat, sans-serif !important}#game-numero1{color:white !important;width:66px;height:56px}#game-numero2{color:white !important;width:66px;height:56px}#game-numero3{color:white !important;width:66px;height:56px}#game-numero4{color:white !important;width:66px;height:56px}.input-group .single-input input{font-family:'Montserrat-bold';font-size:3rem;outline:none;text-align:center;margin:0 auto;display:block;max-width:120px;color:white;border:1px solid #6c01d7;background:linear-gradient(264.09deg, #6c01d7 -37.63%, #985AFF 94.58%);box-shadow:inset 0px 4px 6px rgba(0,0,0,0.25);border-radius:8px;-moz-appearance:textfield}.input-group .single-input input::-webkit-inner-spin-button,.input-group .single-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-group .single-input input:disabled{cursor:not-allowed;background:white}.input-group .single-input .text-muted{position:absolute;top:105%;width:400%;left:0;color:#F8D7DA !important}.input-group .single-input2 input{font-family:'Montserrat-bold';font-size:3rem;outline:none;text-align:center;margin-left:-15px;display:block;max-width:120px;color:white;border:none;background-color:white;background:linear-gradient(232.5deg, #6C01D7 2.41%, #985AFF 95.02%);box-shadow:inset 0px 4px 6px rgba(0,0,0,0.25);border-radius:12px;-moz-appearance:textfield}.input-group .single-input2 input::-webkit-inner-spin-button,.input-group .single-input2 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (min-width: 1px) and (max-width: 287px){.input-group .single-input2 input{max-width:30px;margin-left:-20px}}@media (min-width: 288px) and (max-width: 319px){.input-group .single-input2 input{max-width:40px;margin-left:-20px}}@media (min-width: 319px) and (max-width: 324px){.input-group .single-input2 input{max-width:40px;margin-left:-20px}}@media (min-width: 325px) and (max-width: 359px){.input-group .single-input2 input{max-width:48px;margin-left:-20px}}@media (min-width: 360px) and (max-width: 435px){.input-group .single-input2 input{max-width:60px}}.input-group .single-input2 input:disabled{cursor:not-allowed;background:white}.input-group .single-input2 .text-muted{position:absolute;top:105%;width:400%;left:0;color:#f14545 !important}.label-field{display:inline-block}.label-field input{display:table;width:120px;background:transparent;color:inherit;border:none;text-align:right}.table-custom-data::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0.5);border-radius:15px}.table-custom-data::-webkit-scrollbar{width:5px;height:5px}.table-custom-data-premio::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0.5);border-radius:15px}.table-custom-data-premio::-webkit-scrollbar{width:5px;height:5px}.text-container{width:100%;max-width:300px;margin:0 auto}.table-cart table{border-bottom-left-radius:25px;border-bottom-right-radius:25px}.table-cart.table-cart-juegos .custom-table-data-header:nth-child(1){width:20%}.table-cart.table-cart-juegos .custom-table-data-header:nth-child(2){width:20%}.table-cart.table-cart-juegos .custom-table-data-header:nth-child(3){width:15%}.table-cart.table-cart-juegos .custom-table-data-header:nth-child(4){width:15%}.table-cart.table-cart-juegos .custom-table-data-header:nth-child(5){width:20%}.table-cart.table-cart-juegos .custom-table-data-header:nth-child(6){width:10%}.table-cart.table-cart-reloads .custom-table-data-header:nth-child(1){width:18%}.table-cart.table-cart-reloads .custom-table-data-header:nth-child(2){width:18%}.table-cart.table-cart-reloads .custom-table-data-header:nth-child(3){width:18%}.table-cart.table-cart-reloads .custom-table-data-header:nth-child(4){width:18%}.table-cart.table-cart-reloads .custom-table-data-header:nth-child(5){width:10%}.table-cart .image-lotterie{padding:.3rem;max-width:100px;box-shadow:0px 0px 4px 1px rgba(27,26,26,0.5)}.table-cart .numberCart span{font-family:'Montserrat-bold';width:1.8rem;font-size:24px;width:2.7rem;line-height:1.3;color:white;font-weight:bold;height:2.7rem}.table-cart .serieCart{font-family:'Montserrat-bold';width:1.8rem;font-size:24px;width:2.7rem;line-height:1.3;color:white;font-weight:bold;height:2.7rem}.table-cart .fractionCart{font-family:'Montserrat-bold';font-size:24px;width:2.7rem;line-height:1.3;color:white;font-weight:bold;height:2.7rem}.table-cart .totalCart{font-family:'Montserrat-bold';font-size:24px;width:2.7rem;line-height:1.3;color:white;font-weight:bold;height:2.7rem}.table-cart .icon-button{background-color:transparent;border:none;outline:none;font-size:1.7rem;cursor:pointer;color:white}.table-cart .icon-button:hover{color:#ff279b}.table-cart .custom-row-reloads{font-family:'Montserrat-bold';font-size:24px;white-space:nowrap;width:2.7rem;line-height:1.3;color:white;font-weight:bold;height:2.7rem}.modalPurple .modal-content{background:-webkit-linear-gradient(292.49deg, #1d1828 .14%, #40007f 87.77%);background:-o-linear-gradient(292.49deg, #1d1828 .14%, #40007f 87.77%);background:linear-gradient(157.51deg, #1d1828 .14%, #40007f 87.77%);border-radius:1.2rem}.modal-product-added .resume-cart{list-style:none}.modal-product-added .resume-cart li{display:flex;justify-content:space-between;align-items:center;padding-bottom:.3rem;border-bottom:1px dotted #6b6b6b;margin-bottom:.6rem}.modal-product-added .resume-cart li span{font-weight:lighter}.modal-product-added .resume-cart li span.resume-cart-type{font-weight:bolder;color:#000 !important}.ppalImage{filter:drop-shadow(12px 12px 15px rgba(255,39,155,0.5))}.table-description{border-radius:20px;overflow:hidden;box-shadow:0px 4px 4px rgba(0,0,0,0.25),0px 4px 16px rgba(0,0,0,0.25),inset 0px 4px 8px rgba(255,39,155,0.8);color:white}.table-description h4{margin-bottom:0px;color:white;text-align:center;padding:1.1rem}.list-confirm-cart{list-style:none}.list-confirm-cart li{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.3rem}.list-confirm-cart li span{font-family:'Montserrat-light'}.list-confirm-cart li span.list-confirm-cart-title{font-family:'Montserrat-bold';font-weight:bolder}.list-resume{list-style:none}.list-resume li{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:16px}.list-resume li span{font-family:'Montserrat-light'}.list-resume li span.list-resume-title{font-family:'Montserrat-bold';font-weight:bolder}.row-padding-5{margin-left:-3rem;margin-right:-3rem}.lotti-table{margin:0 0 10px 0;width:100%;border-radius:16px;display:table;overflow:hidden;border-spacing:5px 0}.lotti-row{display:table-row;border-top:1px solid #ddd;background:transparent}.lotti-row.header{font-weight:bold;background:#985AFF}.lotti-row .header-cell{padding:20px;display:table-cell;text-align:center;color:#fff;border-top:1px solid white;border-bottom:1px solid white}.lotti-table .lotti-row:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.lotti-row .body-cell{padding:20px;display:table-cell;text-align:center;color:#fff;border-bottom:1px solid white}.lotti-row .header-cell:first-child{border-left:1px solid white;border-top-left-radius:16px}.lotti-row .body-cell:first-child{border-left:1px solid white}.lotti-row .header-cell:last-child{border-top-right-radius:16px;border-right:1px solid white}.lotti-row .body-cell:last-child{border-right:1px solid white}.estado-pendiente{background-color:orange;color:white;border-radius:25px;padding:5px !important}.estado-aprobado{background-color:#0ffa6c;color:black !important;border-radius:25px;padding:5px !important}.estado-rechazado{background-color:red;color:white;border-radius:25px;padding:5px !important}.pagination-container{display:flex;justify-content:center;align-items:center;margin-top:10px;color:#fff}.pagination-btn{padding:5px 15px;background-color:#ff9800;border:none;border-radius:5px;cursor:pointer;color:#fff;font-weight:bold;margin:15px}.pagination-btn:disabled{background-color:#ccc}.pagination-select{padding:5px;background:-webkit-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:-o-linear-gradient(185.91deg, #6c01d7 -37.63%, #ff279b 94.58%);background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);border:none;color:white;border-radius:5px}.btn-download{background-color:transparent;color:#fff !important;border:none;cursor:pointer}.btn-download .icon{font-size:0.8em;width:15px;height:15px}.btn-download .icon img{fill:#fff !important}.btn-download:hover{color:#FF279B}.table-shopping-history{color:white}.table-shopping-history .table-header-transparent{font-size:1.1rem;padding:1rem 0.5rem;vertical-align:middle;border:none}.table-shopping-history .table-header-transparent:nth-child(1){width:10%}.table-shopping-history .table-header-transparent:nth-child(2){width:25%}.table-shopping-history .table-header-transparent:nth-child(3){width:20%}.table-shopping-history .table-header-transparent:nth-child(4){width:20%}.table-shopping-history .table-header-transparent:nth-child(5){width:25%}.table-shopping-history .normal-row{font-size:0.9rem}.table-shopping-history .button-rounded{padding:0.5rem 0.8rem;transition:background-color 0.3s ease}.table-shopping-history .button-rounded:hover{background-color:rgba(255,255,255,0.1)}.table-shopping-history .button-rounded span{line-height:1.5}.text-container-news p{text-align:justify;margin-bottom:1.5rem}.last-child-nmrg-b.scroll-bar-container{max-height:840px;overflow-y:scroll}.scroll-bar-container::-webkit-scrollbar{width:10px}.scroll-bar-container::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}.scroll-bar-container::-webkit-scrollbar-thumb{background:#27509b;border-radius:10px}.scroll-bar-container:hover::-webkit-scrollbar-thumb:hover{background:#092A65}.text-polices{color:white !important;text-align:justify !important}.text-polices ul{padding-left:20px}.custom-checkbox:not(:checked),.custom-checkbox:checked{position:absolute;left:-9999px}.custom-checkbox:not(:checked)+label,.custom-checkbox:checked+label{position:relative;padding-left:1.95em;cursor:pointer;color:white}.custom-checkbox:not(:checked)+label:before,.custom-checkbox:checked+label:before{content:'';position:absolute;left:0;top:0;width:1.4em;height:1.4em;border:2px solid #ff279b;background:linear-gradient(157.51deg, #1D1828 .14%, #40007F 87.77%);border-radius:4px;box-shadow:inset 0 1px 3px rgba(0,0,0,0.1)}.custom-checkbox:not(:checked)+label:after,.custom-checkbox:checked+label:after{content:'✔';position:absolute;top:.18em;left:.2em;font-size:1.3em;line-height:0.8;color:#28ff28;transition:all .2s;font-family:Helvetica, Arial, sans-serif}.custom-checkbox:not(:checked)+label:after{opacity:0;transform:scale(0)}.custom-checkbox:checked+label:after{opacity:1;transform:scale(1)}.custom-checkbox:disabled:not(:checked)+label:before,.custom-checkbox:disabled:checked+label:before{box-shadow:none;border-color:#bbb;background-color:#ddd}.custom-checkbox:disabled:checked+label:after{color:#999}.custom-checkbox:disabled+label{color:#aaa}.custom-radio-button{position:relative;height:25px;width:25px}.custom-radio-button.custom-radio-button-inline{vertical-align:middle;height:auto;width:auto}.custom-radio-button.custom-radio-button-inline label{display:table;width:auto;height:auto;color:white;padding:5px 5px 5px 35px}.custom-radio-button.custom-radio-button-inline .check{top:0;bottom:0;margin:auto}.custom-radio-button input[type=radio]{position:absolute;visibility:hidden}.custom-radio-button input[type=radio]:checked ~ .check::before{text-align:center;background:#FF279B}.custom-radio-button label{width:100%;height:100%;margin:0px;position:relative;z-index:6;display:block}.custom-radio-button .check{display:block;position:absolute;box-shadow:0 0 2px black;border:3px solid #FF279B;border-radius:100%;height:25px;width:25px;top:0px;left:0px;z-index:5;transition:border .25s linear}.custom-radio-button .check::before{display:block;position:absolute;content:'';border-radius:100%;height:17px;width:17px;top:1px;left:1px;margin:auto;transition:background 0.25s linear}.circular-progress-container{line-height:1;background-color:#e7e5e7}.icon-hover{transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out}.icon-hover:hover{-webkit-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}.icon-absolute{background-repeat:no-repeat;background-size:14px;margin-top:4px;height:44px;width:44px;display:block;background-position:center;vertical-align:middle}.icon-clear{background-image:url(/src/assets/images/icon-clear.svg);height:30px;position:relative;left:30px}.reload-button{top:0%;right:14%;z-index:99}.eliminar-style{position:relative;min-height:305px;margin:100px 0 !important;padding:50px 17% !important;display:flex;text-align:center;justify-content:center;align-content:center;align-items:center;flex-direction:column;z-index:1}.eliminar-style::after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-repeat:no-repeat;background-position:center;background-size:80vh 80vh;opacity:0.1;z-index:-1}.eliminar-style h1{margin-bottom:40px;color:#042E40;font-size:30px;font-weight:bold;line-height:37px}.eliminar-style p{color:#494949;font-size:18px;font-weight:300;letter-spacing:0.83px;line-height:24px;text-align:center;margin-bottom:30px}.banner_credito_ris_container{max-width:100%;padding:20px;margin:0;margin-top:50px}.banner_novedades{width:100%;margin-right:auto;margin-left:auto}.payment-methods{width:100%;margin-right:auto;margin-left:auto;background:#40007f;color:white}.banner_credito_ris{display:flex;justify-content:space-around;align-items:center;padding:23px 0;margin-bottom:10px;background-color:#FFFFFF;box-shadow:0 2px 3px 0 rgba(0,0,0,0.2)}.banner_credito_ris-btn{position:relative;width:100%;display:flex;justify-content:center;align-items:center;border-radius:5px;color:white;padding:14px 60px;font-size:21px;font-weight:500;line-height:25px;background-color:#B72D34;box-shadow:0 2px 3px 0 rgba(0,0,0,0.15);margin:0 44px}.banner_credito_ris-btn-credito{position:relative;width:200px;display:flex;justify-content:center;align-items:center;border-radius:5px;color:white;padding:14px 60px;font-size:21px;font-weight:500;line-height:25px;background-color:#B72D34;box-shadow:0 2px 3px 0 rgba(0,0,0,0.15);margin:0 80px}.banner_credito_ris-btn-credito{position:relative;width:200px;display:flex;justify-content:center;align-items:center;border-radius:5px;color:white;padding:14px 60px;font-size:21px;font-weight:500;line-height:25px;background-color:#B72D34;box-shadow:0 2px 3px 0 rgba(0,0,0,0.15);margin:0 80px}.banner_creditos_ris-center-content{display:flex;justify-content:space-between;align-items:center}.banner_creditos_ris-center-content p{line-height:25px;font-weight:500;font-size:21px;color:#494949;padding-top:5px;width:116px}.credito_ris-touch{display:none}@media (max-width: 900px){.banner_creditos_ris-center-content{transform:scale(0.8)}.banner_credito_ris{padding:23px}.credito_ris-click{display:none}.credito_ris-touch{display:inline}}@media (max-width: 772px){.banner_creditos_ris-center-content{transform:scale(0.7)}.banner_credito_ris-btn{margin:0;padding:14px 40px}.banner_credito_ris{padding:10px}}@media (max-width: 618px){.banner_credito_ris-btn{padding:14px 30px}}@media (max-width: 598px){.banner_credito_ris{padding:10px 20px}.banner_credito_ris-btn{padding:10px 20px;font-size:16px}}@media (max-width: 570px){.banner_creditos_ris-center-content{margin:-10px}.banner_creditos_ris-center-content-2{flex-direction:column}.banner_credito_ris-btn{margin:0 10px}.banner_creditos_ris-img-puntos{width:35px}}@media (max-width: 434px){.banner_credito_ris-btn{margin-top:5px}.banner_creditos_ris-center-content{flex-direction:column}}@-moz-document url-prefix(){.custom-radio-button.custom-radio-button-inline .check{top:5px}.custom-radio-button .check::before{top:6px;left:6px}@media (max-width: 576px){.custom-radio-button .check::before{top:5px;left:5px}.gameContainer .radio-list-serie .custom-radio-button label{width:23px;height:23px}.custom-radio-button.custom-radio-button-inline .check{top:3px}}}html{font-size:0.78rem}@media (min-width: 576px){html{font-size:0.8rem}}@media (min-width: 768px){html{font-size:0.9rem}}@media (min-width: 992px){html{font-size:0.95rem}}@media (min-width: 1200px){html{font-size:1rem}}@media (min-width: 1000px){.homeContainer{padding-top:100px}}@media (max-width: 1000px){.homeContainer{padding-top:100px}}@media (max-width: 767px){.homeContainer{padding-top:70px}}@media (max-width: 470px){.homeContainer{padding-top:80px}}@media (max-width: 370px){#game-numero1,#game-numero2,#game-numero3,#game-numero4{color:#fff !important;width:50px;height:50px}}@media (max-width: 479px){.button-rounded.button-rounded-gradient-jugar{margin:0 !important}.flaticon-hand-finger-pressing-a-circular-ring-button:before{content:none}.center-right-button{padding:0}.py-10{padding-top:5px;padding-bottom:5px}.px-30{padding-left:10px;padding-right:10px}.img-responsives{display:none}header .navbar-brand{display:block;text-align:center;margin:6px 0;width:100%}header .navbar-light .navbar-toggler{border-color:none}header .navbar-right-section{margin-left:auto !important}header .media-body{text-align:left !important}header .navbar-data-client{margin-left:1rem}header .navbar-data-client .text-user-account{right:auto;left:0}.navbar-brand{margin-right:1rem}.reload-button{top:4px;right:20%;z-index:99}.icon-absolute{background-size:22px;height:23px;width:24px}.image-lotterie-resultados{width:40% !important}.background-logo{top:-46px !important;width:35% !important;left:35% !important}.icon-clear{background-size:12px}.result-single-params{padding-top:2em}.button-rounded-gradient-resultados{margin-top:1em !important}.result-single-property-gris{padding-right:0}.numero-favorito{display:flex;flex-direction:column}.numero-favorito div{margin:5px 0}.numero-favorito div:last-child{margin:10px 0}.image-lotterie-resultados{width:50%}}@media (max-width: 575px){.navbar-brand-image{max-width:100px}.gameContainer .image-lotterie{max-width:120px;margin-right:1rem}}@media (max-width: 767px){.container-Loti .container-fluid{width:100%}.bf{margin:20px 0 !important}.modal-content .button-rounded span{line-height:22px}.navbar-seccion{font-size:1rem}right .single-lotterie .single-lotterie-lg h5 span,.single-lotterie .single-lotterie-md h5 span{font-size:32px}.pt-2,.py-2{padding-top:2rem !important}.twoColumnsLotterie{width:100% !important}.gameContainer .image-lotterie{position:relative;top:10px;margin-right:4rem;margin-left:4em}.gameContainer .gameContainer-logo{display:flex;flex-direction:column;align-items:center;justify-content:center}.navbar-brand-image{width:100%;max-width:140px}.banner-home .button-red{margin-top:1.5rem}.navbar .navbar-collapse{position:absolute;right:0;top:95%;z-index:999;padding:5px 10px;border-radius:10px}.navbar .navbar-collapse-mobile{position:absolute;left:0;top:-15px;width:256px;height:100vh;z-index:999;padding:25px;border-radius:10px;background:#1D1828 !important}.single-lotterie .single-lotterie-lg h5{text-align:center;font-size:1.2rem}.single-lotterie .single-lotterie-lg p{text-align:center;font-size:1.2rem}.table-custom-data{overflow-x:scroll}.table-custom-data-premio{overflow-x:scroll}.tabs-page .custom-radio-button label{padding:5px 5px 5px 28px !important}.tabs-page .custom-radio-button .check{height:20px;width:20px}.tabs-page .custom-radio-button .check:before{height:10px;width:10px;top:3px;left:3.5px}.input-group .single-input .text-muted{top:-24%;left:21%;position:relative}.custom-radio-button.custom-radio-button-inline{float:left;min-width:115px}#img-consulta{display:none}}@media (max-width: 991px){#jugar{position:absolute;left:-5px;right:-2px;bottom:-30px;padding:5px}.py-10{padding-top:5px;padding-bottom:5px}.px-30{padding-left:10px;padding-right:10px}.image-lotterie-resultados{width:100%}.button-rounded.button-rounded-gradient-jugar{padding:10px 20px}.background-logo{top:-46px;width:80%;left:20%}.button-rounded-gradient-resultados{margin-top:1em !important}.numero-favorito{display:flex;flex-direction:column}.numero-favorito div{margin:5px 0}.numero-favorito div:last-child{margin:10px 0}.navbar-data-client:hover .text-user-account{display:block !important}.navbar-data-client .text-user-account{display:none !important;position:absolute;background:linear-gradient(162.64deg, #1D1828 -3.77%, #40007F 98.61%);min-width:150px;top:100%;right:0;z-index:1;padding:.5rem;box-shadow:1px 1px 2px rgba(0,0,0,0.4);border-radius:10px}.navbar-data-client .text-user-account span{display:block;color:white !important;margin-right:0px !important;padding:.3rem 0px;border-radius:5px}.navbar-data-client .text-user-account span:hover{background:linear-gradient(264.09deg, #6C01D7 -37.63%, #FF279B 94.58%);color:white !important}.navbar-data-client .text-user-account strong{width:100%;display:block;height:0px;padding-bottom:2px;line-height:100;margin:3px 0px;border-bottom:2px solid white}.input-group input{font-size:2rem;padding-left:.3rem !important;padding-right:.3rem !important;width:100%}.single-lotterie .single-lotterie-md img{width:100%}.single-lotterie .single-lotterie-md h5{font-size:1.2rem;text-align:center}.single-lotterie .single-lotterie-md h5 strong{font-size:1em}.single-lotterie .single-lotterie-md p{font-size:1.2rem;text-align:center}.single-lotterie .single-lotterie-lg h5{font-size:1.5rem}.single-lotterie .single-lotterie-lg p{font-size:1.8rem}}@media (max-width: 1199px){.list-lotterie-home .button-red{padding-left:.8em;padding-right:.8em;font-size:0.8em}.button-rounded.button-rounded-consultar{padding:10px 20px}.button-rounded span{font-size:1.1em}.button-rounded-gradient-resultados{margin-top:1em !important}}@media (min-width: 576px) and (max-width: 768px){.result-single-page{padding:0px}.result-single-page .single-result-buttons .col-md-6{padding:0px}.result-single-page .single-result-buttons .col-md-6:first-child{margin-bottom:0.8rem}.reload-button{top:-1px;right:16%;z-index:99}}@media (min-width: 576px) and (max-width: 1199px){.single-lotterie h5{font-size:1.15rem}}@media (min-width: 768px) and (max-width: 991px){.result-single .result-single-params .result-single-property,.result-single .result-single-params .result-single-property+div{text-align:center !important}}.invisible{visibility:hidden !important}.hidden-xs-up{display:none !important}@media (max-width: 575px){.hidden-xs-down{display:none !important}}@media (min-width: 576px){.hidden-sm-up{display:none !important}}@media (max-width: 767px){.hidden-sm-down{display:none !important}.container-main{padding:0}.row-container{margin:0}.App{overflow:hidden}}@media (min-width: 768px){.hidden-md-up{display:none !important}.container-main{padding:0}.row-container{margin:0}.App{overflow:hidden}}@media (max-width: 991px){.hidden-md-down{display:none !important}}@media (min-width: 992px){.hidden-lg-up{display:none !important}}@media (max-width: 1199px){.hidden-lg-down{display:none !important}}@media (min-width: 1200px){.hidden-xl-up{display:none !important}}.hidden-xl-down{display:none !important}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}@media (max-width: 475px){.media.align-items-center.mb-4{flex-direction:column-reverse}}@media only screen and (max-width: 600px){.table-responsive{overflow:auto;min-width:400px !important}.slick-prev,.slick-next{display:none !important}.single-modal-content-pru,.single-modal-content-credito-pru{background-color:#fff;padding:20px 20px 0;border-radius:5px;width:300px;height:400px;border-radius:16px}.custom-carousel-next-arrow-pago{position:absolute;right:-5px;top:190px;width:35px;height:35px;background:url(/src/assets/images/slick-prev.png) no-repeat center;background-color:#fff;border:none}.custom-carousel-prev-arrow-pagos-prev{position:absolute;left:-8px;top:190px;width:35px;height:35px;background:url(/src/assets/images/slick-next-purple.png) no-repeat center;background-color:#FFFFFF;border:none}.single-img-pago{height:70px;width:130px}.h2-premio{color:#000 !important;font-size:30px}.span-premio{color:#736d77 !important;font-size:12px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.home-main-slider .slick-dots{text-align:center !important}.navbar-footer{margin:0;padding:0}.news-item-wrapper-pay-pago{margin-bottom:30px;color:white}.news-item-wrapper{height:auto}.single-noticias h4,.single-noticias p{padding:0 10px}.container-pagos div{margin:10px}.logo-footer-lotti{width:50%;margin:0 auto}.single-seccion-footer{text-align:center}}@media only screen and (max-width: 600px) and (max-width: 600px){.single-seccion-footer{height:auto;border:none}}@media only screen and (max-width: 600px){.single-seccion-footer-initial{text-align:center}}@media only screen and (max-width: 600px) and (max-width: 600px){.single-seccion-footer-initial{height:auto;border:none}}@media only screen and (max-width: 600px){.single-hr-footer{display:none}.single-logo-gooter{text-align:center;padding-bottom:20px}.single-img-person{display:none}.single-Detalle{top:250px;left:100px}.navbar-collapse{background:linear-gradient(162.64deg, #1D1828 -3.77%, #40007F 98.61%)}.button-text-reverse-ver-loterias{display:flex;justify-content:center;padding-bottom:20px}.single-name{position:relative;top:-10px}.logo-gana,.logo-oki{display:none}.single-input{margin-bottom:10px}.container-main{padding:0}.row-container{margin:0}.App{overflow:hidden}.single-lotterie .single-lotterie-lg h5 span{font-size:37px}.icon-clear{left:40px;top:-5px}.gameContainer .check-fraction{margin:0 50px}.table-custom-data{max-height:400px;overflow:auto !important}.table-custom-data .MuiDataGrid-columnHeader{width:50%}.table-custom-data .MuiDataGrid-cell--textLeft{margin-left:40px}.table-custom-data-cart{overflow:auto}.table-custom-data-cart .MuiDataGrid-cell--textLeft{margin-left:40px}.table-custom-data-premio{max-height:400px;overflow:auto}.table{width:70%}.table-cart .fractionCart,.table-cart .numberCart span,.table-cart .serieCart{font-size:18px}.table-custom-data .custom-table-data-row{vertical-align:initial}.table-custom-data-premio .custom-table-data-row{vertical-align:initial}.table-cart .custom-row-reloads{font-size:16px}.font-montserrat-light-news{max-width:100%;margin:0 auto;overflow:hidden;text-overflow:ellipsis;height:auto !important}.image-lotterie{width:100%;position:relative}.table-custom-data .react-bootstrap-table{min-width:400px}.table-custom-data-premio .react-bootstrap-table{min-width:400px}.table-cart .custom-row-reloads{white-space:nowrap}.texto-responcive{margin-top:0}}@media only screen and (max-width: 337px){.navbar-seccion{font-size:0.8rem}}@media (max-width: 500px){.cart-quantity{left:30px !important;top:-5px !important}.notification-quantity{left:20px !important;top:-7px !important}}@media (min-width: 500px) and (max-width: 767px){.cart-quantity{left:35px !important;top:0px !important}.notification-quantity{left:30px !important;top:0px !important}}@media screen and (max-width: 580px){.lotti-table{border:1px solid white}.lotti-row .header-cell{display:block;padding:15px 15px;border:none}.lotti-row .body-cell{display:block;padding:15px 15px;border:none}.lotti-row.header{display:none}.lotti-row .header-cell:before{margin-bottom:5px;content:attr(data-title);min-width:98px;font-size:14px;line-height:10px;font-weight:bold;text-transform:uppercase;color:#fff;display:block}.lotti-row .body-cell:before{margin-bottom:5px;content:attr(data-title);min-width:98px;font-size:14px;line-height:10px;font-weight:bold;text-transform:uppercase;color:#FF279B;display:block}.btn-download .flaticon-file{font-size:1.5em}.lotti-row .body-cell:first-child{border-left:none}.lotti-row .body-cell:last-child{border-right:none}}@media (min-width: 0) and (max-width: 580px){.estado-pendiente{width:150px}.estado-aprobado{width:150px}.estado-rechazado{width:150px}.lotti-row .body-cell{display:flex;flex-direction:column;align-items:center}}.react-bootstrap-table table{table-layout:auto !important}.center-flex.col-3.col-md-2{display:flex;justify-content:center;align-content:center;align-items:center;margin:8 !important}.center-flex.col-3.col-md-2 .footer-containers{margin:0 !important}@media (min-width: 793px){.align-margin-left{margin-left:140px}}@media (max-width: 390px){.large_lotterie{display:flex;width:100%}.large_lotterie .large_lotterie_text{padding-top:25px !important}}.alert-warning{background:linear-gradient(264.09deg, #6c01d7 -37.63%, #ff279b 94.58%);color:white;box-shadow:2px 2px 10px #ff279b;border-color:transparent}.checkbox{color:#ff279b;border:2px solid #ff279b;background:linear-gradient(157.51deg, #1D1828 .14%, #40007F 87.77%)}.text-justified{text-align:justify !important}.text-center{text-align:center !important}.text-left{text-align:left;color:white}.color-white{color:white}.color-white-numero{color:white;font-size:10px;font-weight:400}.big-title{font-size:2.75rem}.normal-title{font-size:2rem}.text-prod{margin:0 auto}.tabs-general{margin:0 auto;width:85%;padding-bottom:50px}.tab-container{display:flex;justify-content:center;flex-wrap:wrap;border-bottom:none}.tab-list{margin:0 0 40px}.tab-item{background:#eaeaea;border:#eaeaea;border-radius:5px;padding:13px;display:flex;align-items:center;height:80px;text-align:center;justify-content:center;margin:10px;width:26%;box-shadow:0 6px 15px -10px rgba(0,0,0,0.75)}.react-tabs__tab--selected{color:#FF279B !important;border-bottom:2px solid #FF279B;color:#fff;font-weight:bold;background:none !important;border-radius:0 !important}.tab-content{text-align:center}@media (max-width: 793px){.tabs-general{width:90%}.tab-item{width:40%}.card-al-body{text-align:justify}.card-al-img{width:60% !important}}.card-aliados{border-radius:20px;box-shadow:0 4px 4px rgba(0,0,0,0.25),0 4px 16px rgba(0,0,0,0.25),inset 0 4px 8px rgba(255,39,155,0.8);border:1px solid rgba(0,0,0,0.03);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}.card-al-title{display:flex;align-items:center;justify-content:center}.card-al-body{width:100%;color:#494949;font-size:16px;font-weight:500;line-height:19px;text-align:justify}.card-al-img{width:80%;height:auto;vertical-align:middle}.text-aliado{font-size:0.9rem}div#payvalida,div#place-to-pay{height:50px;width:200px;border-radius:18px;cursor:pointer;margin:20px auto 35px auto}div#payvalida.selected-btn,div#payvalida.selected-btn:hover,div#place-to-pay.selected-btn,div#place-to-pay.selected-btn:hover{border:2px solid #ffffff;box-shadow:inset 1px 1px 8px rgba(255,39,155,0.5),1px 1px 8px rgba(225,39,150,0.5)}div#payvalida:hover,div#place-to-pay:hover{box-shadow:0 4px 4px rgba(0,0,0,0.25),0 4px 16px rgba(0,0,0,0.25),inset 0 4px 8px rgba(255,39,155,0.8)}div#place-to-pay{background:#250c3f url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAzNSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI5LjI3MTUgMTQuMjU1N0wyNC43Mzg3IDkuMDg2MzdMMjkuMTUzIDMuNzUwODlDMjkuODc2MiAyLjg3NzMyIDI5LjczNzMgMS40NzgzOSAyOC44NDMzIDAuNjI2ODEyQzI3Ljk0OTIgLTAuMjI0NzY0IDI2LjYzODQgLTAuMjA2NDM4IDI1LjkxNTIgMC42NjgzNTJMMjAuMjYwNyA3LjUwMTczVjIuMDM1NTJDMjAuMjYwNyAwLjkxNjM3MiAxOS4xNjQgMC4wMDg1OTQzMSAxNy44MTIxIDAuMDA4NTk0MzFDMTYuNDYwMyAwLjAwODU5NDMxIDE1LjM2MzUgMC45MTYzNzIgMTUuMzYzNSAyLjAzNTUyVjIuMTQxODFDMTYuOTM5NyAzLjg0Mzc0IDE3Ljg1NzcgNi4yMTY0MyAxNy44NTc3IDkuMDAyMDdWOS40MjYwM0MxNy44NTc3IDEyLjAwODkgMTYuOTc1IDE0LjM5NjIgMTUuMzcxNSAxNi4xNjc4QzE1LjQ1MTIgMTcuMjI4MyAxNi41MTE1IDE4LjA2NzYgMTcuODEyMSAxOC4wNjc2QzE5LjE2NCAxOC4wNjc2IDIwLjI2MDcgMTcuMTU5OSAyMC4yNjA3IDE2LjA0MDdWMTQuNDk3NkwyMS44NTQgMTIuNTcyMUwyNi4xMzA1IDE3LjQ1MDZDMjYuODc5OCAxOC4yOTg1IDI4LjE5MDcgMTguMjcwNCAyOS4wNTg1IDE3LjM4ODNDMjkuOTI2MyAxNi41MDYyIDMwLjAyMiAxNS4xMDM2IDI5LjI3MTUgMTQuMjU1N1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04LjUyNTY1IDAuMTUyMzQ0QzMuNTEzNDQgMC4xNTIzNDQgMCAzLjc1NDEzIDAgOC45NzQ3N1Y5LjM5ODczQzAgMTQuNjUyNCAzLjUxMzQ0IDE4LjIyMTIgOC41MjU2NSAxOC4yMjEyQzEzLjY0MzggMTguMjIxMiAxNy4wNTEzIDE0LjI2MzggMTcuMDUxMyA5LjM5ODczVjguOTc0NzdDMTcuMDUxMyAzLjg4NDg2IDEzLjcwNDEgMC4xNTIzNDQgOC41MjU2NSAwLjE1MjM0NFpNMTIuODc1IDkuMzk5OTVDMTIuODc1IDExLjk3NzkgMTAuOTI3NSAxNC4wNjcxIDguNTI0NTEgMTQuMDY3MUM2LjEyMTQ3IDE0LjA2NzEgNC4xNzM5OSAxMS45Nzc5IDQuMTczOTkgOS4zOTk5NVY4Ljk3NTk5QzQuMTczOTkgNi4zOTgwNSA2LjEyMTQ3IDQuMzA4ODIgOC41MjQ1MSA0LjMwODgyQzEwLjkyNzUgNC4zMDg4MiAxMi44NzUgNi4zOTgwNSAxMi44NzUgOC45NzU5OVY5LjM5OTk1WiIgZmlsbD0iIzNFQjY5MyIvPgo8cGF0aCBkPSJNMzIuNTUxNCAwLjAwNzgxMjVDMzEuMTk5NSAwLjAwNzgxMjUgMzAuMTAyOCAwLjkxNTU5MSAzMC4xMDI4IDIuMDM0NzRWMTYuMDQxMkMzMC4xMDI4IDE3LjE2MDMgMzEuMTk5NSAxOC4wNjgxIDMyLjU1MTQgMTguMDY4MUMzMy45MDMyIDE4LjA2ODEgMzQuOTk5OSAxNy4xNjAzIDM0Ljk5OTkgMTYuMDQxMlYyLjAzNDc0QzM0Ljk5OTkgMC45MTU1OTEgMzMuOTAzMiAwLjAwNzgxMjUgMzIuNTUxNCAwLjAwNzgxMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat 20px;background-size:50px;border:1px solid transparent;border-radius:18px;border:none;box-shadow:0 5px 5px #ffffff26;border:1px solid #ffffff29}div#place-to-pay .saldo{float:right;color:white;height:50px;width:135px;text-align:center;word-break:break-all;overflow:hidden;text-shadow:-1px 0 0 white}div#payvalida{background:#250c3f url(/src/assets/images/payvalida.png) no-repeat center center;border:1px solid transparent;border-radius:18px;box-shadow:0 5px 5px #ffffff26;border:1px solid #ffffff29}.single-breadcrumb{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2rem 2rem;list-style:none}.modal-mobile{height:100vh;margin-left:0;margin-top:0;top:0;position:fixed;left:0}.modal-mobile .modal-content{background:#1D1828 !important;height:100%;display:flex;flex-direction:column;padding:20px}.modal-mobile .modal-header{justify-content:center;border-bottom:none}.modal-mobile .modal-body{flex-grow:1;overflow-y:auto}.modal-mobile .modal-footer{display:none}


/*# sourceMappingURL=main.fae2ba68.css.map*/