@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:700,400|Barlow:600italic,600");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/67c0bf2d81e7e2af57ac67c3.67c0bf2d81e7e2af57ac67c6.VkmFMl6.hcp.png");



.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

.image-617 {
  height: 23.35px;
  object-fit: cover;
  position: relative;
  width: 35.31px;
}

.group-1816 {
  height: 23.05px;
  position: relative;
  width: 109px;
}

.verified_user {
  height: 21.64px;
  position: relative;
  width: 21.64px;
}

.saque-rpido-e-seguro-via-pix {
  letter-spacing: 0;
  line-height: 13.9px;
  margin-top: -0.90px;
  position: relative;
  width: fit-content;
}

.ripix-fill {
  height: 21.64px;
  position: relative;
  width: 21.64px;
}

.sobre-o-jogo {
  color: var(--gray700);
  font-family: var(--font-family-roboto-medium);
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.fortune-t {
  letter-spacing: 0;
  line-height: 32.0px;
  position: relative;
  width: 331px;
}

.h2-como-jogar-fortune-tiger {
  color: var(--gray700);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  position: relative;
  width: 331px;
}

.span-1 {
  text-decoration: underline;
}

.conteudo-item {
  letter-spacing: 0;
  line-height: 28px;
  position: relative;
  width: 331px;
}

.video {
  background-color: var(--alto);
  height: 196.88px;
  position: relative;
  width: 350px;
}

.previso-para-vdeos {
  left: 73px;
  letter-spacing: 0;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 78px;
}

.conteudo-item-1 {
  color: var(--gray500);
  font-weight: 700;
  line-height: 28px;
  position: relative;
  width: 331px;
}

    @keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.botao {
  animation: bounce 0.5s infinite alternate !important;
}

        @keyframes blink {
            0% { opacity: 1; }
            50% { opacity: 0; }
            100% { opacity: 1; }
        }


        .blink-text {
            color: red;
            animation: blink 1s infinite;
        }

        .message {
            font-family: Barlow, sans-serif;
            font-size: 19px;
        }

        
        .carousel-container {
            position: relative;
            width: 100%;
            max-width: 600px;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        }

        .carousel {
            display: flex;
            width: 100%;
            transition: transform 0.5s ease-in-out;
        }

        .carousel img {
            width: 100%;
            flex-shrink: 0;
        }

        .prev, .next {
            position: absolute;
            top: 21%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px 10px;
            cursor: pointer;
            font-size: 18px;
            border-radius: 5px;
        }

        .prev { left: 3px; }
        .next { right: 3px; }

        .prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

