@charset "UTF-8";
@font-face {
  font-family: "Ze' Subti'tulo";
  src: url("fonts/ZeSubtitulo-Regular.eot");
  src: url("fonts/ZeSubtitulo-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ZeSubtitulo-Regular.woff2") format("woff2"), url("fonts/ZeSubtitulo-Regular.woff") format("woff"), url("fonts/ZeSubtitulo-Regular.ttf") format("truetype"), url("fonts/ZeSubtitulo-Regular.svg#ZeSubtitulo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ze' Subti'tulo";
  src: url("fonts/ZeSubtitulo-SemiBold.eot");
  src: url("fonts/ZeSubtitulo-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/ZeSubtitulo-SemiBold.woff2") format("woff2"), url("fonts/ZeSubtitulo-SemiBold.woff") format("woff"), url("fonts/ZeSubtitulo-SemiBold.ttf") format("truetype"), url("fonts/ZeSubtitulo-SemiBold.svg#ZeSubtitulo-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ze' Subti'tulo";
  src: url("fonts/ZeSubtitulo-Black.eot");
  src: url("fonts/ZeSubtitulo-Black.eot?#iefix") format("embedded-opentype"), url("fonts/ZeSubtitulo-Black.woff2") format("woff2"), url("fonts/ZeSubtitulo-Black.woff") format("woff"), url("fonts/ZeSubtitulo-Black.ttf") format("truetype"), url("fonts/ZeSubtitulo-Black.svg#ZeSubtitulo-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ze' Subti'tulo";
  src: url("fonts/ZeSubtitulo-BlackItalic.eot");
  src: url("fonts/ZeSubtitulo-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/ZeSubtitulo-BlackItalic.woff2") format("woff2"), url("fonts/ZeSubtitulo-BlackItalic.woff") format("woff"), url("fonts/ZeSubtitulo-BlackItalic.ttf") format("truetype"), url("fonts/ZeSubtitulo-BlackItalic.svg#ZeSubtitulo-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  appearance: none;
  outline: none;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

html.no__scroll,
body.no__scroll {
  overflow: hidden;
}

html,
body {
  width: 100%;
  position: relative;
  background: #ffcc00;
  font-family: "Ze' Subti'tulo";
  font-weight: 600;
  color: #000000;
}

.hidden {
  display: none;
}

.guide {
  box-shadow: inset 0px 0px 0px 1px #333;
}

.wrapper__root__app {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrapper__content {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

section {
  position: relative;
}
section.section {
  width: 100%;
  margin: 0 auto;
}
section img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}
section img.desktop {
  display: block;
}
section img.mobile {
  display: none !important;
}

.loading-content {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8) url(../images/ajax-loader.svg) center center no-repeat;
  background-size: 100px;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000;
  display: none;
}

#orientation-lock-overlay {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #orientation-lock-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 20px;
    backdrop-filter: blur(20px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  /* 2. Media Query que ativa a sobreposição no modo landscape */
  /* Opcional: Estilo para o texto de aviso */
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #orientation-lock-overlay {
    display: flex;
    /* Torna a sobreposição visível */
  }
}
@media only screen and (max-width: 1024px) {
  #orientation-lock-overlay .ico {
    width: 140px;
    margin-bottom: 10px;
  }
  #orientation-lock-overlay .ico img {
    width: 100%;
    filter: invert(1);
  }
  #orientation-lock-overlay p {
    font-size: 3vw;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .wrapper__root__app {
    width: 100%;
    height: 100dvh;
    max-width: initial;
  }
  section {
    padding: 24px;
  }
  section img.desktop {
    display: none !important;
  }
  section img.mobile {
    display: block !important;
  }
}
#loading-site {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 99992000;
  background: #ffcc00;
  transform-origin: top center;
}
#loading-site .progress-bar {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/loading_container.png) left bottom no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  overflow: initial;
  z-index: 100;
}
#loading-site .progress-bar::before {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  z-index: 50;
  font-size: 1vw;
  letter-spacing: 0.02em;
}
#loading-site .progress-bar .progress {
  width: 300px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/loading_progress.png) left bottom no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  transition: 0.2s all;
  z-index: 10;
}
#loading-site .bg__black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 10;
  transform-origin: top center;
}

@media only screen and (max-width: 770px) {
  #loading-site .progress-bar {
    top: 45%;
    width: 150px;
    height: 100px;
    background-size: cover;
  }
  #loading-site .progress-bar::before {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffcc00;
    z-index: 50;
    font-size: 3vw;
    letter-spacing: 0.02em;
  }
  #loading-site .progress-bar .progress {
    width: 0;
    height: 100px;
    background-size: cover;
  }
}
section#panel__desktop {
  background: url(../images/bg-desktop.svg) 0 calc(100% - 20px) no-repeat;
  background-size: contain;
  width: 100%;
}
section#panel__desktop .content__desktop {
  width: 100%;
  padding: 4vw 0 2vw 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1441px) {
  section#panel__desktop .content__desktop {
    padding: 3vw 0 2vw 0;
  }
}
section#panel__desktop .content__desktop .logo__ze {
  width: 8vw;
}
section#panel__desktop .content__desktop .moto__title {
  width: 32vw;
  margin: 0 0 0 12vw;
}
section#panel__desktop .content__desktop .moto__title img svg {
  width: 100%;
}
section#panel__desktop .content__desktop .description {
  padding-left: 8vw;
  width: 35%;
  text-align: center;
}
section#panel__desktop .content__desktop .description p {
  text-transform: uppercase;
  font-size: 1.5vw;
}
section#panel__desktop .tag__18 {
  position: absolute;
  bottom: 20px;
  right: 2rem;
  display: flex;
  align-items: center;
}
section#panel__desktop .tag__18 span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 0 16px 0 16px;
  height: 40px;
  border: 2px solid black;
  border-radius: 24px;
  font-size: 10px;
  margin-left: 8px;
}
section#panel__desktop .tag__18 span.first {
  margin-left: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 900;
}

section#panel__age__gate,
section#panel__splash__screen,
section#panel__slide__unlock,
section#panel__allow__cam,
section#panel__capture__scann,
section#panel__show__cupom,
.wrapper__alert {
  display: none;
}

@media only screen and (max-width: 770px) {
  section#panel__desktop {
    display: none;
  }
  section#panel__age__gate,
  section#panel__splash__screen,
  section#panel__slide__unlock,
  section#panel__allow__cam,
  section#panel__capture__scann,
  section#panel__show__cupom {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-size-adjust: none;
    touch-action: pan-y;
  }
  section#panel__age__gate.show,
  section#panel__splash__screen.show,
  section#panel__slide__unlock.show,
  section#panel__allow__cam.show,
  section#panel__capture__scann.show,
  section#panel__show__cupom.show {
    transition: ease 1s opacity;
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  section#panel__age__gate .wrapper__media,
  section#panel__splash__screen .wrapper__media,
  section#panel__slide__unlock .wrapper__media,
  section#panel__allow__cam .wrapper__media,
  section#panel__capture__scann .wrapper__media,
  section#panel__show__cupom .wrapper__media {
    background: #ffcc00;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
  }
  section#panel__age__gate .wrapper__media .media,
  section#panel__splash__screen .wrapper__media .media,
  section#panel__slide__unlock .wrapper__media .media,
  section#panel__allow__cam .wrapper__media .media,
  section#panel__capture__scann .wrapper__media .media,
  section#panel__show__cupom .wrapper__media .media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
  }
  section#panel__age__gate .wrapper__media .media.efx__grayscale,
  section#panel__splash__screen .wrapper__media .media.efx__grayscale,
  section#panel__slide__unlock .wrapper__media .media.efx__grayscale,
  section#panel__allow__cam .wrapper__media .media.efx__grayscale,
  section#panel__capture__scann .wrapper__media .media.efx__grayscale,
  section#panel__show__cupom .wrapper__media .media.efx__grayscale {
    filter: grayscale(100%);
  }
  section#panel__age__gate .wrapper__media .media video,
  section#panel__splash__screen .wrapper__media .media video,
  section#panel__slide__unlock .wrapper__media .media video,
  section#panel__allow__cam .wrapper__media .media video,
  section#panel__capture__scann .wrapper__media .media video,
  section#panel__show__cupom .wrapper__media .media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section#panel__age__gate .wrapper__media .media img,
  section#panel__splash__screen .wrapper__media .media img,
  section#panel__slide__unlock .wrapper__media .media img,
  section#panel__allow__cam .wrapper__media .media img,
  section#panel__capture__scann .wrapper__media .media img,
  section#panel__show__cupom .wrapper__media .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section#panel__age__gate .wrapper__media .media img.normal,
  section#panel__splash__screen .wrapper__media .media img.normal,
  section#panel__slide__unlock .wrapper__media .media img.normal,
  section#panel__allow__cam .wrapper__media .media img.normal,
  section#panel__capture__scann .wrapper__media .media img.normal,
  section#panel__show__cupom .wrapper__media .media img.normal {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  section#panel__age__gate {
    padding: 0 0 24px 0;
    justify-content: flex-end;
  }
  section#panel__age__gate.active .actions {
    transform: translateY(20px);
    opacity: 1;
  }
  section#panel__age__gate .wrapper__media {
    background: transparent;
    align-items: flex-start;
    z-index: 10;
    height: auto;
  }
  section#panel__age__gate .wrapper__media .media {
    height: auto;
    z-index: 10;
  }
  section#panel__age__gate .wrapper__media .media img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  section#panel__age__gate .wrapper__media .media svg {
    height: auto !important;
    object-fit: contain;
  }
  section#panel__age__gate .bg__moto {
    position: absolute;
    bottom: -12%;
    left: 0;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top center;
    will-change: transform;
    z-index: 1;
  }
  section#panel__age__gate .bg__moto.active {
    transform: scaleY(0.9);
  }
  section#panel__age__gate .items__bag {
    top: 35%;
    width: 40%;
    position: absolute;
    left: 5%;
    z-index: 20;
    transform: scale(0);
    will-change: transform;
  }
  section#panel__age__gate .items__bag.show {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(1);
  }
  section#panel__age__gate .actions {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transform: translateY(80px);
    opacity: 0;
  }
  section#panel__age__gate .actions p {
    text-align: center;
    font-size: 5vw;
    font-weight: 900;
    text-transform: uppercase;
  }
  section#panel__age__gate .actions ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#panel__age__gate .actions ul li {
    margin: 24px 8px;
    padding: 12px 32px;
    border-radius: 50px;
    border: 1px solid #000;
    box-shadow: inset 0px 0px 0px 1px #000;
    font-size: 4vw;
    display: inline-block;
  }
  section#panel__age__gate .actions ul li:last-child {
    padding: 0;
  }
  section#panel__age__gate .actions ul li:hover, section#panel__age__gate .actions ul li:focus, section#panel__age__gate .actions ul li:active, section#panel__age__gate .actions ul li.active {
    background: #ffffff !important;
  }
  section#panel__age__gate .actions ul li a {
    border: 1px solid #000;
    background: #ffcc00;
    color: #000000;
    padding: 12px 32px;
    border-radius: 50px;
    display: inline-block;
  }
  section#panel__age__gate .actions ul li a:hover {
    background: #ffffff;
  }
  section#panel__splash__screen {
    padding: 24px 0 0 0;
  }
  section#panel__splash__screen .txt__splash {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    padding-top: 8vw;
  }
  section#panel__splash__screen .txt__splash p {
    text-align: center;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    font-style: italic;
  }
  section#panel__splash__screen .title__splash {
    position: relative;
    z-index: 5;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10vw;
    font-style: italic;
  }
  section#panel__splash__screen .wrapper__dots {
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    padding-bottom: 24px;
  }
  section#panel__splash__screen .wrapper__dots .dot {
    animation: dot ease-out 1.2s infinite both;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 10px;
    border: 2px solid black;
    border-radius: 50%;
  }
  section#panel__splash__screen .wrapper__dots .dot:nth-child(2) {
    animation-delay: 0.1s;
  }
  section#panel__splash__screen .wrapper__dots .dot:nth-child(3) {
    animation-delay: 0.2s;
  }
  @keyframes dot {
    0%, 10% {
      background: rgba(0, 0, 0, 0.2);
      transform: scale(1);
    }
    50% {
      background: #ffcc00;
      opacity: 1;
    }
    90%, 100% {
      background: rgba(0, 0, 0, 0.2);
    }
  }
  section#panel__splash__screen .tag__splash {
    width: 60%;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  section#panel__slide__unlock {
    background: #ffcc00;
    padding: 24px 0;
  }
  section#panel__slide__unlock .title__unlock {
    text-align: center;
    padding-top: 5vw;
  }
  section#panel__slide__unlock .title__unlock p {
    text-align: center;
    font-size: 6vw;
    text-transform: uppercase;
    font-weight: 400;
  }
  section#panel__slide__unlock .title__unlock p strong {
    font-weight: 900;
  }
  section#panel__slide__unlock .anima__freezer {
    width: 100%;
    position: relative;
    padding: 0 0;
  }
  section#panel__slide__unlock .wrapper__range {
    position: relative;
    width: 78%;
    display: flex;
    margin: 0 auto 5vw auto;
  }
  section#panel__slide__unlock .wrapper__range span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-29%, -50%);
    font-size: 3.25vw;
    font-style: italic;
    font-weight: 900;
    width: auto;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    z-index: 0;
  }
  section#panel__slide__unlock .wrapper__range input {
    background: #ffffff;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    box-shadow: inset 0px 0px 0px 2px #333;
  }
  section#panel__slide__unlock .wrapper__range input::-webkit-slider-thumb {
    position: relative;
    z-index: 10;
    -webkit-appearance: none;
    appearance: none;
    width: 74px;
    height: 50px;
    border-radius: 50px;
    background: #ffcc00 url(../images/bg-slider-thumb.jpg) no-repeat center center;
    background-size: contain;
    border: 2px solid #333;
  }
  section#panel__capture__scann.scann .wrapper__capture .wrapper__btn__capture {
    visibility: hidden;
    opacity: 0;
  }
  section#panel__capture__scann.scann .wrapper__capture .capture__image {
    opacity: 0.2;
  }
  section#panel__capture__scann.scann .motion__fake__scan {
    opacity: 1;
    animation: randomTranslateY 1.8s infinite alternate;
  }
  section#panel__capture__scann.hide .motion__fake__scan {
    opacity: 0;
    pointer-events: none;
  }
  section#panel__capture__scann .wrapper__capture {
    position: relative;
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  section#panel__capture__scann .wrapper__capture .wrapper__btn__capture {
    position: relative;
    z-index: 10;
  }
  section#panel__capture__scann .wrapper__capture .wrapper__btn__capture p {
    text-transform: uppercase;
    font-size: 3vw;
    color: #ffcc00;
    font-weight: normal;
  }
  section#panel__capture__scann .wrapper__capture .wrapper__btn__capture .btn__capture {
    content: "";
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    z-index: 10;
    border: 2px solid #ffcc00;
    border-radius: 50%;
  }
  section#panel__capture__scann .wrapper__capture .wrapper__btn__capture .btn__capture::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53px;
    height: 53px;
    background: #ffcc00;
    z-index: 10;
    border-radius: 50%;
  }
  section#panel__capture__scann .wrapper__capture .capture__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease-in-out;
    display: none;
  }
  section#panel__capture__scann .wrapper__capture .capture__image .capvideo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#panel__capture__scann .wrapper__capture .capture__image .capvideo video {
    width: auto;
    height: 100vh;
    object-fit: cover;
  }
  section#panel__capture__scann .wrapper__capture .capture__image .capvideo #photo {
    width: auto;
    height: 100vh;
    transform: translateX(0);
    object-fit: contain;
  }
  section#panel__capture__scann .motion__fake__scan {
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    height: 5px;
    background: #ffcc00;
    filter: drop-shadow(0 0px 8px #ffe600);
    border-radius: 4px;
    opacity: 0;
    animation-delay: 0.4s;
    transition: opacity 0.2s ease-in-out;
  }
  @keyframes randomTranslateY {
    0% {
      transform: translateY(-28vh);
    }
    100% {
      transform: translateY(28vh);
    }
  }
  section#panel__capture__scann .prepare__cupom {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 4vw;
    text-align: center;
    display: none;
  }
  section#panel__capture__scann .prepare__cupom .content__anima {
    width: 100%;
    padding: 0;
    margin: auto;
    display: block;
  }
  section#panel__show__cupom .title__cupom__release {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 150;
    transition: all 0.6s ease-in-out;
    will-change: transform;
  }
  section#panel__show__cupom .icons__release {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0) scale(0.2);
    opacity: 0;
    z-index: 145;
    will-change: transform;
  }
  section#panel__show__cupom .icons__release.active {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    transition: all 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  section#panel__show__cupom.release .title__cupom__release {
    transform: translate(0, -40vh) scale(0.9);
  }
  section#panel__show__cupom.release .icons__release {
    transform: translate(5%, -65%) scale(1.1);
    transition: all 1s ease-in-out !important;
  }
  section#panel__show__cupom .wrapper__cupom {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 100;
    padding: 14vw 8vw 5vw 8vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease-in-out, backdrop-filter 0.8s ease-in-out 0.2s;
  }
  section#panel__show__cupom .wrapper__cupom.active {
    visibility: visible;
    backdrop-filter: blur(12px);
    opacity: 1;
  }
  section#panel__show__cupom .wrapper__cupom.active .cupom .anima__cupom {
    transform: scale(1);
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  }
  section#panel__show__cupom .wrapper__cupom.active .cupom .tag__cupom {
    transform: scale(1);
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  }
  section#panel__show__cupom .wrapper__cupom.active .cupom p.small {
    transform: scale(1);
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s;
  }
  section#panel__show__cupom .wrapper__cupom.active .wrapper__copy {
    transform: scale(1);
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1s;
  }
  section#panel__show__cupom .wrapper__cupom.active p.legal__text {
    opacity: 1;
    transition: opacity 0.4s ease-in-out 1.2s;
  }
  section#panel__show__cupom .wrapper__cupom#freezer.active {
    backdrop-filter: blur(5px);
  }
  section#panel__show__cupom .wrapper__cupom#freezer .cupom .anima__cupom h2 {
    font-size: 20vw;
    line-height: 20vw;
  }
  section#panel__show__cupom .wrapper__cupom#freezer .cupom .anima__cupom h2::before {
    content: "$";
    font-size: 8vw;
    left: -30px;
    transform: rotate(-20deg);
  }
  section#panel__show__cupom .wrapper__cupom#freezer .cupom .anima__cupom h2 span {
    display: block;
    color: #ffcc00;
    transform: translate(2vw, -9vw);
    font-size: 11vw;
  }
  section#panel__show__cupom .wrapper__cupom#freezer .cupom .tag__cupom {
    margin: -6vw 0 5vw 0;
  }
  section#panel__show__cupom .wrapper__cupom .cupom {
    position: relative;
    color: #ffcc00;
    z-index: 50;
    text-transform: uppercase;
  }
  section#panel__show__cupom .wrapper__cupom .cupom > p {
    opacity: 0;
    visibility: hidden;
    font-size: 16vw;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    filter: drop-shadow(1px 1px 0px rgb(0, 0, 0));
    text-shadow: -2px 3px 0px rgb(0, 0, 0), -2px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), 3px 3px 0px rgb(0, 0, 0), 4px 4px 0px rgb(0, 0, 0), 5px 5px 0px rgb(0, 0, 0), 6px 6px 0px rgb(0, 0, 0), 7px 7px 0px rgb(0, 0, 0), 8px 9px 0px rgb(0, 0, 0), 10px 10px 0px rgb(0, 0, 0);
  }
  section#panel__show__cupom .wrapper__cupom .cupom > p span {
    display: block;
    color: #ffffff;
  }
  section#panel__show__cupom .wrapper__cupom .cupom > p.small {
    color: #ffffff;
    font-size: 3.2vw;
    line-height: 120%;
    text-shadow: none;
    opacity: 1;
    font-style: normal;
    font-weight: 300;
    visibility: visible;
    transform: scale(0);
    opacity: 0;
  }
  section#panel__show__cupom .wrapper__cupom .cupom > p.small strong {
    font-weight: 900;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom {
    display: block;
    width: fit-content;
    margin: 24px auto 0 auto;
    height: fit-content;
    transform: scale(0.1);
    opacity: 0;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom p {
    font-size: 6vw;
    font-weight: 900;
    color: #ffcc00;
    font-style: italic;
    text-shadow: -2px 3px 0px rgb(0, 0, 0), -2px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), 3px 3px 0px rgb(0, 0, 0), 4px 4px 0px rgb(0, 0, 0), 5px 5px 0px rgb(0, 0, 0), 6px 6px 0px rgb(0, 0, 0);
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom p span {
    color: #ffffff;
    font-size: 4vw;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom h2 {
    transform: translateX(3vw);
    width: fit-content;
    position: relative;
    color: #ffffff;
    font-size: 30vw;
    line-height: 20vw;
    font-weight: 900;
    font-style: italic;
    filter: drop-shadow(1px 1px 0px rgb(0, 0, 0));
    text-shadow: -2px 3px 0px rgb(0, 0, 0), -2px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), 3px 3px 0px rgb(0, 0, 0), 4px 4px 0px rgb(0, 0, 0), 5px 5px 0px rgb(0, 0, 0), 6px 6px 0px rgb(0, 0, 0), 7px 7px 0px rgb(0, 0, 0), 8px 9px 0px rgb(0, 0, 0), 10px 10px 0px rgb(0, 0, 0);
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom h2::before {
    content: "R$";
    position: absolute;
    top: 5px;
    left: -20px;
    font-size: 5vw;
    text-shadow: -2px 3px 0px rgb(0, 0, 0), -2px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), 3px 3px 0px rgb(0, 0, 0);
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom h2 sup {
    display: inline-block;
    font-size: 15vw;
    letter-spacing: -1px;
    transform: translate(-6vw, -2px);
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom h2 span {
    display: block;
    color: #ffcc00;
    transform: translate(17vw, -12vw);
    font-size: 11vw;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .tag__cupom {
    position: relative;
    width: 100%;
    margin: -10vw 0 5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.1);
    opacity: 0;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .tag__cupom p {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-weight: 400;
    font-size: 4.5vw;
    z-index: 10;
    text-align: center;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .tag__cupom p span {
    font-weight: 900;
  }
  section#panel__show__cupom .wrapper__cupom .wrapper__copy {
    position: relative;
    width: 80%;
    margin: 12vw 0 8vw 0;
    transform: scale(0.1);
    opacity: 0;
  }
  section#panel__show__cupom .wrapper__cupom .wrapper__copy::before {
    content: "";
    position: absolute;
    top: -26px;
    left: -6px;
    width: 36px;
    height: 46px;
    border-radius: 8px;
    background: #ffcc00;
    box-shadow: inset 0px 0px 0px 2px #333;
  }
  section#panel__show__cupom .wrapper__cupom .wrapper__copy::after {
    content: "";
    position: absolute;
    top: -18px;
    left: -13px;
    width: 36px;
    height: 46px;
    border-radius: 8px;
    background: #ffcc00;
    box-shadow: inset 0px 0px 0px 2px #333;
  }
  section#panel__show__cupom .wrapper__cupom .wrapper__copy button {
    display: block;
    background: #ffffff;
    color: #000000;
    width: 100%;
    height: 50px;
    border-radius: 16px;
    box-shadow: inset 0px 0px 0px 2px #333;
    font-family: "Ze' Subti'tulo";
    font-weight: 900;
    font-size: 3vw;
  }
  section#panel__show__cupom .wrapper__cupom p.legal__text {
    color: #ffffff;
    font-size: 1.3vw;
    line-height: 2vw;
    text-transform: uppercase;
    filter: drop-shadow(1px 1px 0px rgb(0, 0, 0));
    opacity: 0;
  }
  section#panel__show__cupom .wrapper__media {
    background: black;
  }
  section#panel__show__cupom .wrapper__media .media {
    opacity: 0.5;
    transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1);
  }
  section#panel__show__cupom .wrapper__media .media.small {
    transform: scale(0.6);
  }
  .wrapper__alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffcc00;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    visibility: hidden;
    opacity: 0;
  }
  .wrapper__alert img {
    width: 100%;
  }
  .wrapper__alert.active {
    transition: opacity 0.6s ease-in-out;
    visibility: visible;
    opacity: 1;
  }
  .wrapper__alert .content__alert {
    width: 100%;
    position: relative;
    padding: 0 24px;
    text-transform: uppercase;
  }
  .wrapper__alert .content__alert .alert {
    width: 100%;
    border-radius: 16px;
  }
  .wrapper__alert .content__alert .alert .ico {
    width: 26vw;
    margin: 0 auto 5vw auto;
  }
  .wrapper__alert .content__alert .alert .ico.large {
    width: 45vw;
  }
  .wrapper__alert .content__alert .alert p {
    font-size: 4.5vw;
    font-weight: 400;
    text-align: center;
  }
  .wrapper__alert .content__alert .alert p strong {
    font-weight: 900;
  }
  .wrapper__alert .content__alert .alert p span.ico {
    background: white;
    border-radius: 50%;
    display: block;
    width: 22px;
    height: 22px;
    margin: 10px auto;
  }
  .wrapper__alert .content__alert .alert .btn__close__alert {
    background: #ffffff;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    width: fit-content;
    margin: 20px auto 0 auto;
  }
  .wrapper__alert .content__alert .alert .btn__close__alert span {
    display: inline-block;
    font-size: 4vw;
    padding: 12px 20px 10px 20px;
  }
}
@media only screen and (max-width: 375px) {
  section#panel__age__gate {
    padding: 0 0 0 0;
  }
  section#panel__age__gate.active .actions {
    transform: translateY(0px);
    opacity: 1;
  }
  section#panel__age__gate .wrapper__media .media {
    transform: scale(0.9) translateY(-40px);
  }
  section#panel__age__gate .items__bag {
    top: 28%;
    left: 10%;
  }
  section#panel__age__gate .bg__moto {
    position: absolute;
    top: 88vw;
    left: 0;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    z-index: 1;
  }
  section#panel__age__gate .bg__moto.active {
    opacity: 1;
    transform: scaleY(0.6);
    transition: all 0.15s ease;
  }
  section#panel__splash__screen .txt__splash {
    padding-top: 6vw;
  }
  section#panel__splash__screen .title__splash {
    padding-top: 6vw;
  }
  section#panel__splash__screen .tag__splash {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 46%;
    transform: translateX(-50%);
    z-index: 10;
  }
  section#panel__show__cupom .title__cupom__release {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 150;
    transition: all 0.6s ease-in-out;
    will-change: transform;
  }
  section#panel__show__cupom .icons__release {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0) scale(0.2);
    opacity: 0;
    z-index: 145;
    will-change: transform;
  }
  section#panel__show__cupom .icons__release.active {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  section#panel__show__cupom.release .title__cupom__release {
    position: relative;
    top: 0;
    transform: translate(0, 0) scale(0.9);
  }
  section#panel__show__cupom.release .icons__release {
    transform: translate(5%, -72%) scale(1.1);
  }
  section#panel__show__cupom .wrapper__cupom {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 100;
    padding: 14vw 8vw 5vw 8vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
  }
  section#panel__show__cupom .wrapper__cupom.active {
    visibility: visible;
    opacity: 1;
  }
  section#panel__show__cupom .wrapper__cupom#freezer {
    backdrop-filter: blur(5px);
  }
  section#panel__show__cupom .wrapper__cupom#freezer .cupom .anima__cupom h2 {
    font-size: 20vw;
    line-height: 20vw;
  }
  section#panel__show__cupom .wrapper__cupom#freezer .cupom .anima__cupom h2::before {
    content: "$";
    font-size: 8vw;
    left: -30px;
    transform: rotate(-20deg);
  }
  section#panel__show__cupom .wrapper__cupom#freezer .cupom .anima__cupom h2 span {
    display: block;
    color: #ffcc00;
    transform: translate(2vw, -9vw);
    font-size: 11vw;
  }
  section#panel__show__cupom .wrapper__cupom#freezer .cupom .tag__cupom {
    margin: -6vw 0 5vw 0;
  }
  section#panel__show__cupom .wrapper__cupom .cupom {
    position: relative;
    color: #ffcc00;
    z-index: 50;
    text-transform: uppercase;
  }
  section#panel__show__cupom .wrapper__cupom .cupom > p {
    opacity: 0;
    visibility: hidden;
    font-size: 11vw;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    filter: drop-shadow(1px 1px 0px rgb(0, 0, 0));
    text-shadow: -2px 3px 0px rgb(0, 0, 0), -2px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), 3px 3px 0px rgb(0, 0, 0), 4px 4px 0px rgb(0, 0, 0), 5px 5px 0px rgb(0, 0, 0), 6px 6px 0px rgb(0, 0, 0), 7px 7px 0px rgb(0, 0, 0), 8px 9px 0px rgb(0, 0, 0), 10px 10px 0px rgb(0, 0, 0);
  }
  section#panel__show__cupom .wrapper__cupom .cupom > p span {
    display: block;
    color: #ffffff;
  }
  section#panel__show__cupom .wrapper__cupom .cupom > p.small {
    color: #ffffff;
    font-size: 3.2vw;
    line-height: 120%;
    text-shadow: none;
    opacity: 1;
    font-style: normal;
    font-weight: 300;
    visibility: visible;
  }
  section#panel__show__cupom .wrapper__cupom .cupom > p.small strong {
    font-weight: 900;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom {
    display: block;
    width: fit-content;
    margin: 16px auto 0 auto;
    height: fit-content;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom p {
    font-size: 5vw;
    font-weight: 900;
    color: #ffcc00;
    font-style: italic;
    text-shadow: -2px 3px 0px rgb(0, 0, 0), -2px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), 3px 3px 0px rgb(0, 0, 0), 4px 4px 0px rgb(0, 0, 0), 5px 5px 0px rgb(0, 0, 0), 6px 6px 0px rgb(0, 0, 0);
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom p span {
    color: #ffffff;
    font-size: 4vw;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom h2 {
    transform: translateX(3vw);
    width: fit-content;
    position: relative;
    color: #ffffff;
    font-size: 25vw;
    line-height: 16vw;
    font-weight: 900;
    font-style: italic;
    filter: drop-shadow(1px 1px 0px rgb(0, 0, 0));
    text-shadow: -2px 3px 0px rgb(0, 0, 0), -2px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), 3px 3px 0px rgb(0, 0, 0), 4px 4px 0px rgb(0, 0, 0), 5px 5px 0px rgb(0, 0, 0), 6px 6px 0px rgb(0, 0, 0), 7px 7px 0px rgb(0, 0, 0), 8px 9px 0px rgb(0, 0, 0), 10px 10px 0px rgb(0, 0, 0);
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom h2::before {
    content: "R$";
    position: absolute;
    top: 5px;
    left: -20px;
    font-size: 5vw;
    text-shadow: -2px 3px 0px rgb(0, 0, 0), -2px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), 3px 3px 0px rgb(0, 0, 0);
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom h2 sup {
    display: inline-block;
    font-size: 12vw;
    letter-spacing: -1px;
    transform: translate(-6vw, -2px);
  }
  section#panel__show__cupom .wrapper__cupom .cupom .anima__cupom h2 span {
    display: block;
    color: #ffcc00;
    transform: translate(14vw, -10vw);
    font-size: 10vw;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .tag__cupom {
    position: relative;
    width: 100%;
    margin: -10vw 0 5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .tag__cupom p {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-weight: 400;
    font-size: 4.5vw;
    z-index: 10;
    text-align: center;
  }
  section#panel__show__cupom .wrapper__cupom .cupom .tag__cupom p span {
    font-weight: 900;
  }
  section#panel__show__cupom .wrapper__cupom .wrapper__copy {
    position: relative;
    width: 80%;
    margin: 12vw 0 8vw 0;
  }
  section#panel__show__cupom .wrapper__cupom .wrapper__copy::before {
    content: "";
    position: absolute;
    top: -26px;
    left: -6px;
    width: 36px;
    height: 46px;
    border-radius: 8px;
    background: #ffcc00;
    box-shadow: inset 0px 0px 0px 2px #333;
  }
  section#panel__show__cupom .wrapper__cupom .wrapper__copy::after {
    content: "";
    position: absolute;
    top: -18px;
    left: -13px;
    width: 36px;
    height: 46px;
    border-radius: 8px;
    background: #ffcc00;
    box-shadow: inset 0px 0px 0px 2px #333;
  }
  section#panel__show__cupom .wrapper__cupom .wrapper__copy button {
    display: block;
    background: #ffffff;
    color: #000000;
    width: 100%;
    height: 50px;
    border-radius: 16px;
    box-shadow: inset 0px 0px 0px 2px #333;
    font-family: "Ze' Subti'tulo";
    font-weight: 900;
    font-size: 3vw;
  }
  section#panel__show__cupom .wrapper__cupom p.legal__text {
    color: #ffffff;
    font-size: 1.3vw;
    line-height: 2vw;
    text-transform: uppercase;
    filter: drop-shadow(1px 1px 0px rgb(0, 0, 0));
  }
  section#panel__show__cupom .wrapper__media {
    background: #000000;
  }
  section#panel__show__cupom .wrapper__media .media {
    transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1);
  }
  section#panel__show__cupom .wrapper__media .media.small {
    transform: scale(0.6);
  }
}
/*# sourceMappingURL=style.min.css.map */
