/* =========================================
   BASE & LAYOUT
   ========================================= */

header {
    background-color: var(--color-03);
}

/* =========================================
   NAVIGATION
   ========================================= */

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
}

.main-menu li {
    position: relative;
    padding: 0 15px;
}

.main-menu>li:first-child:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -3px;
    color: var(--color-04);
}

.main-menu a {
    color: var(--color-04);
    font-size: 18px;
}

/* =========================================
   HERO / ENTRY
   ========================================= */

#hero {
    position: relative;
}

#hero>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 200px;
    background: linear-gradient(transparent 20%, var(--color-02) 30%, var(--color-03));
    z-index: -1;
}

.entry-text {
    padding: 25px 0;
    margin-bottom: 100px;
}

.entry-text p {
    font-family: var(--font-family-2);
    font-weight: 400;
    color: var(--color-04);
    font-size: 17px;
    text-transform: uppercase;
}

.entry-text h1 {
    font-family: var(--font-family-1);
    font-weight: 650;
    text-transform: uppercase;
    font-size: 81px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.entry-text h1 span {
    color: var(--color-04);
    display: block;
    position: relative;
    padding-bottom: 30px;
}

body.lan-es .entry-text h1{
  font-size: 70px
}

.entry-text h1 span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background-color: var(--color-04);
}

.entry-text h4 {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 25px;
}

.entry-text h4 strong {
    font-weight: 700;
}

/* =========================================
   APP STORE
   ========================================= */

.app-store p {
    font-size: 22px;
    color: var(--color-04);
}

.app-store img {
    height: 70px;
}

/* =========================================
   PROBLEMA SECTION
   ========================================= */

.problema .container.container-cs {
    padding-top: 150px;
    padding-bottom: 50px;
}

.problemas>p {
    font-size: 28px;
    font-weight: 100;
    color: var(--color-06);
    opacity: .8;
    text-transform: uppercase;
}

.problemas h2 {
    font-family: var(--font-family-1);
    font-weight: 650;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.problemas h2 span,
.problemas .problemas h2 span {
    display: block;
    color: var(--color-05);
}

/* =========================================
   RESPOSTA
   ========================================= */

.resposta h4 {
    font-weight: 300;
    font-size: 27px;
}

.resposta h4 strong {
    color: var(--color-04);
    font-size: 30px;
    font-weight: 500;
}

/* =========================================
   CARDS
   ========================================= */

.card {
    padding: 15px 15px 0 15px;
    background: #21122f;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.card::after {
    content: '';
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;
    inset: 0;
    background:
        repeating-linear-gradient(to right,
            rgba(35, 13, 44, .5) 0,
            rgba(0, 0, 0) 2px,
            transparent 2px,
            transparent 32.2px),
        repeating-linear-gradient(to bottom,
            rgba(35, 13, 44, .5) 0,
            rgba(0, 0, 0) 2px,
            transparent 2px,
            transparent 32.233px);
    z-index: 0;
}

.card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(52, 24, 70, .9), rgba(52, 24, 70, 0) 70%);
    z-index: 1;
}

.card>div {
    z-index: 3;
    position: relative;
}

.card .top span {
    font-family: var(--font-family-1);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.1;
}

.row.cards {
    gap: 30px;
    flex-wrap: nowrap;
}

/* =========================================
   CONTENT BLOCK
   ========================================= */

.col-12.content {
    background: linear-gradient(150deg, #221230, #1a1126 60%);
    padding: 50px 30px 30px 30px;
}

.col-12.content h3 {
    font-family: var(--font-family-1);
    font-weight: 650;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.02;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

.col-12.content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18%;
    height: 3px;
    background: var(--color-05);
}

.col-12.content p {
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-06);
}

/* =========================================
   A SOLUÇÃO SECTION
   ========================================= */

#asolucao {
    background: linear-gradient(var(--color-03), var(--color-02) 22%);
    padding: 350px 0 200px 0;
    overflow: hidden;
    position: relative;
}

#asolucao>img {
    position: absolute;
    right: 0;
    bottom: 120px;
}

#asolucao p {
    font-size: 28px;
    font-weight: 100;
    color: var(--color-06);
    opacity: .8;
    text-transform: uppercase;
}

#asolucao h2 {
    font-family: var(--font-family-1);
    font-weight: 650;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 30px;
}

#asolucao h2 span {
    display: block;
    color: var(--color-04);
}

#asolucao h3 {
    font-family: var(--font-family-2);
    font-weight: 300;
    font-size: 19px;
}

#asolucao h3 span {
    color: var(--color-04);
}

/* =========================================
   MOVIMENTO SECTION
   ========================================= */

#movimento {
    position: relative;
    background: linear-gradient(#0c0812 20%, #0c0819);
    padding-top: 100px;
}

#movimento h2 {
    font-family: var(--font-family-1);
    font-weight: 650;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 1.1;
    text-align: center;
}

#movimento h2 span {
    color: var(--color-04);
}

#movimento p {
    font-family: var(--font-family-2);
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    display: block;
    max-width: 61%;
    margin: 0 auto;
}

/* =========================================
   MOVIMENTO COMPONENT (grid background)
   ========================================= */

.movimento {
    position: relative;
    padding: 150px 0;
}

.movimento::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("https://gympfy.com/assets/images/webp/gympfy-futuristic-grid-background-02.webp");
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.movimento .col-12 {
    position: relative;
}

.movimento .col-12 div.el {
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: flex-start;
    align-content: center;
    text-align: right;
    gap: 20px;
}

.movimento .col-12 div.el.right {
    flex-direction: row-reverse;
    text-align: left;
}

.movimento .col-12 div.el h5 {
    font-family: var(--font-family-2);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-04);
}

.movimento .col-12 div.el p {
    font-size: 13px;
}

/* Left elements */
.movimento .col-12 div.left {
    position: absolute;
    left: 5%;
}

.movimento .col-12 div.left::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 50px;
    top: calc(25% - 2px);
    left: 113%;
    opacity: .6;
    border-right: 2px solid #5a3d67;
    border-top: 2px solid #5a3d67;
    transform: skewX(50deg);
}

.movimento .col-12 div.left.invert::before {
    transform: skewX(-50deg);
    border-top: none;
    border-bottom: 2px solid #5a3d67;
    top: calc(-25% - 2px);
}

.movimento .col-12 div.el.left.noline::before {
    border-right: none;
    width: 150px;
}

.movimento .col-12 div.left.el:nth-of-type(2) {
    top: 30%;
    left: -5%;
}

.movimento .col-12 div.left.el:nth-of-type(3) {
    top: 60%;
    left: -5%;
}

/* Right elements */
.movimento .col-12 div.right {
    position: absolute;
    right: 5%;
}

.movimento .col-12 div.right::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 50px;
    top: calc(25% - 2px);
    right: 113%;
    opacity: .6;
    border-left: 2px solid #5a3d67;
    border-top: 2px solid #5a3d67;
    transform: skewX(-50deg);
}

.movimento .col-12 div.right.invert::before {
    transform: skewX(50deg);
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #5a3d67;
    top: calc(-10% - 2px);
}

.movimento .col-12 div.el.right.noline::before {
    border-left: none;
    width: 150px;
}

.movimento .col-12 div.right.el:nth-of-type(4) {
    top: 30%;
    right: -13%;
}

.movimento .col-12 div.right.el:nth-of-type(5) {
    top: 60%;
    right: -10%;
}

.movimento .col-12 div.right.el:nth-of-type(6) {
    top: 0%;
    right: -5%;
}

/* =========================================
   EVOLUÇÃO SECTION
   ========================================= */

.evolucao {
    position: relative;
    background: var(--color-02);
    padding-top: 100px;
}

.evolucao h2 {
    font-family: var(--font-family-1);
    font-weight: 650;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 1.1;
    text-align: center;
}

.evolucao h2 span {
    color: var(--color-04);
}

.evolucao .hare-text p {
    font-family: var(--font-family-2);
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    display: block;
    max-width: 52%;
    margin: 0 auto;
}

.evolucao p span {
    color: var(--color-04);
    opacity: .8;
    text-transform: uppercase;
}

.evolucao .construida h2 {
    font-weight: 500;
    font-size: 70px;
}

/* =========================================
   HARE COMPONENT
   ========================================= */

.hare {
    margin-top: 150px;
}

.hare>img {
    position: absolute;
    width: 98%;
    margin-left: 1%;
}

.lynx.hare {
    margin-top: 0;
}

.col.images {
    text-align: center;
}

.col.images img:first-child {
    position: absolute;
    width: 70%;
    top: 5%;
}

.col.images img:last-child {
    position: relative;
}

.col.images.verde img:first-child {
    width: 100%;
    left: -100px;
}

/* Col Hare */
.col-hare {
    border-left: 2px solid var(--color-07);
    padding: 8px 15px;
    position: relative;
    margin-top: 10px;
}

.col-hare::before,
.col-hare::after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: var(--color-07);
}

.col-hare::after {
    top: 0;
}

.col-hare::before {
    bottom: 0;
}

.col-hare h4 {
    font-family: var(--font-family-1);
    font-size: 45px;
    text-transform: uppercase;
    color: var(--color-07);
    margin: 0;
}

.col-hare p {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 300;
    text-transform: uppercase;
}

/* Lynx variant overrides */
.lynx .col-hare {
    border-left-color: var(--color-04);
}

.lynx .col-hare::before,
.lynx .col-hare::after {
    background: var(--color-04);
}

.lynx .col-hare h4,
.lynx .col-leval p:first-child {
    color: var(--color-04);
}

.lynx .col-leval p:first-child span {
    background: var(--color-04);
}

/* Col Leval */
.col.rel {
    position: relative;
    margin-bottom: 348px;
    margin-left: -35px;
}

.col-leval {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    position: absolute;
}

.col-leval p {
    margin: 0;
}

.col-leval p:first-child {
    font-family: var(--font-family-1);
    font-size: 70px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--color-07);
}

.col-leval p:first-child span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--color-07);
    border-radius: 100px;
}

.col-leval p:last-child {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 300;
    text-transform: uppercase;
}

/* =========================================
   ECO SECTION
   ========================================= */

.eco .resposta h4 {
    font-family: var(--font-family-1);
    font-weight: 650;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 1.1;
}

.eco .resposta h4 span {
    color: var(--color-04);
}

.eco .resposta p {
    font-family: var(--font-family-2);
    font-weight: 300;
    font-size: 27px;
    display: block;
    margin: 0 auto;
    opacity: .8;
}

.eco .col.resposta {
    margin-bottom: 100px;
}

.eco .col.problemas span {
    color: var(--color-04);
}

/* =========================================
   ECOSSISTEMA SECTION
   ========================================= */

.ecossistema {
    background: var(--color-08);
}

.ecossistema .bloco {
    padding: 20px;
    background: var(--color-09);
    border-radius: 8px;
}

.ecossistema .bloco .image {
    text-align: center;
    padding: 30px 0;
}

.ecossistema .bloco img {
    height: 120px;
    width: auto;
}

.ecossistema .bloco h3 {
    font-family: var(--font-family-1);
    font-weight: 500;
    font-size: 45px;
    color: var(--color-04);
    text-transform: uppercase;
    opacity: .8;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 14px;
}

.ecossistema .bloco h3::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #825099;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.ecossistema .bloco p {
    font-size: 17px;
}

.cards-icons div[class^="col-"] .number {
    font-family: var(--font-family-1);
    font-weight: 400;
    font-size: 35px;
    color: #5a3d67;
}

/* =========================================
   SWEAT SECTION
   ========================================= */

.sweat {
    background: var(--color-02);
    padding: 100px 0;
}

.sweat p {
    font-size: 28px;
    font-weight: 100;
    color: var(--color-06);
    opacity: .8;
    text-transform: uppercase;
}

.sweat h2 {
    font-family: var(--font-family-1);
    font-weight: 650;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.sweat h2 span {
    display: block;
    color: var(--color-04);
}

.sweat h4 {
    font-family: var(--font-family-2);
    font-weight: 300;
    font-size: 27px;
    display: block;
    margin: 0 auto;
}

.sweat .title h2 {
    font-size: 70px;
    text-align: center;
}

.sweat .title h2 span {
    display: inline;
}

.sweat .subs h3 {
    font-size: 27px;
    font-weight: 100;
    color: var(--color-04);
    opacity: .8;
    text-transform: uppercase;
    text-align: center;
}

.sweat .subs p {
    font-size: 22.5px;
    text-transform: unset;
    color: var(--color-01);
    opacity: unset;
    text-align: center;
    line-height: 1.3;
}

/* =========================================
   TOKENS SECTION
   ========================================= */

.tokens {
    background: var(--color-02);
    font-size: 22px;
}

.tokens .ts {
    margin-bottom: 40px;
}

.tokens h2 {
    font-family: var(--font-family-1);
    font-weight: 500;
    font-size: 50px;
    color: var(--color-04);
    text-transform: uppercase;
    opacity: .8;
    position: relative;
    margin-bottom: 0;
}

/* =========================================
   COMUNIDADE SECTION
   ========================================= */

.comunidade {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 400px;
    background: radial-gradient(circle at center, #130c1c 0%, #000000 75%);
}

.comunidade h4 {
    font-size: 27px;
    font-weight: 100;
    color: var(--color-01);
    text-transform: uppercase;
}

.comunidade h2 {
    font-family: var(--font-family-1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 85px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.comunidade h2 span {
    color: var(--color-04);
}

.comunidade p {
    font-size: 26px;
}

/* =========================================
   POSTS SECTION
   ========================================= */

.posts {
    margin-top: -200px;
    background: var(--color-02);
}

.posts h2.title {
    font-family: var(--font-family-1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.1;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -150px;
}

.posts h2.title span {
    color: var(--color-04);
}

.posts div[class^="col-"] h3 {
    font-family: var(--font-family-1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1.1;
    padding: 20px 0;
    margin: 0;
}

.posts div[class^="col-"] h3 span {
    color: var(--color-04);
    opacity: .8;
}

.posts div.col-4>div {
    width: 80%;
}

.posts div[class^="col-"] h4 {
    font-weight: 400;
    font-size: 21px;
    text-transform: uppercase;
}

.posts div[class^="col-"] p {
    opacity: .7;
    font-size: 19px;
}

.col-posts {
    margin-top: -60px;
}

/* =========================================
   FUTURO SECTION
   ========================================= */

.futuro {
    background: var(--color-02);
    padding: 100px 0;
}

.futuro h2 {
    font-family: var(--font-family-1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 85px;
    line-height: 1.1;
    text-align: center;
}

.futuro h2 span {
    color: var(--color-04);
}

.futuro p {
    font-size: 26px;
    text-align: center;
    opacity: .8;
}

.futuro .app-store {
    text-align: center;
    margin-top: 100px;
}

.futuro .app-store p {
    color: var(--color-01);
    font-size: 22px;
}

/* =========================================
   FOOTER
   ========================================= */

footer {
    padding: 90px 0 0 0;
}

footer .social {
    display: flex;
    justify-content: right;
    gap: 20px;
}

footer .social a {
    display: inline-flex;
}

footer .social svg {
    fill: var(--color-04);
    width: 30px;
}

.row.footer {
    margin-top: 300px;
    margin-bottom: 150px;
    color: var(--color-10);
    font-weight: 500;
}

/* =========================================
   UTILITIES
   ========================================= */

img.absolute {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

.relative {
    position: relative;
}

.height {
    height: 987px;
}

/* =========================================
   ANIMATIONS
   ========================================= */

.skeleton,
.pulse {
    animation: pulse 1.2s ease-in-out infinite;
}

.pulse {
    animation-duration: 1.5s;
}

@keyframes pulse {

    0%,
    100% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }
}

/* Fade Up */
.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* Fade Left / Right */
.fade-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-left.show {
    opacity: 1;
    transform: translateX(0);
}

.fade-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-right.show {
    opacity: 1;
    transform: translateX(0);
}

/* Levantar */
.fade-levantar {
    transform: perspective(1000px) rotateX(90deg);
}

.fade-levantar.show {
    transform-origin: bottom center;
    animation: levantar 0.8s ease-out forwards;
}

@keyframes levantar {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(90deg);
    }

    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(0deg);
    }
}

/* Transition delays (shared by fade-up, fade-left, fade-right) */
.show.delay-1 {
    transition-delay: 0.1s;
}

.show.delay-2 {
    transition-delay: 0.2s;
}

.show.delay-3 {
    transition-delay: 0.3s;
}

.show.delay-4 {
    transition-delay: 0.4s;
}

.show.delay-5 {
    transition-delay: 0.5s;
}

.show.delay-6 {
    transition-delay: 0.6s;
}

.show.delay-7 {
    transition-delay: 0.7s;
}

.show.delay-8 {
    transition-delay: 0.8s;
}

/* Rotate */
.rotate {
    display: inline-block;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Glow dots */
.col-leval p span {
    display: inline-block;
    background: #7401fb;
    border-radius: 50%;
    transition: background 0.2s ease, transform 0.2s ease;
    animation: glow 3.4s linear infinite;
}

.col-leval p span:nth-child(2) {
    animation-delay: 0s;
}

.col-leval p span:nth-child(3) {
    animation-delay: 0.3s;
}

.col-leval p span:nth-child(4) {
    animation-delay: 0.6s;
}

.col-leval p span:nth-child(5) {
    animation-delay: 0.9s;
}

.col-leval p span:nth-child(6) {
    animation-delay: 1.2s;
}

.col-leval p span:nth-child(7) {
    animation-delay: 1.5s;
}

.col-leval p span:nth-child(8) {
    animation-delay: 1.8s;
}

.col-leval p span:nth-child(9) {
    animation-delay: 2.1s;
}

@keyframes glow {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.25);
    }

    20% {
        transform: scale(1);
    }

    100% {
        background: rgba(0, 0, 0, .25);
        transform: scale(1);
    }
}

/* =========================================
   RESPONSIVE — mobile (≤ 520px)
   ========================================= */

@media (max-width: 520px) {

    .container-cs.hare-text {
        margin-top: -150px;
    }

    .evolucao .container-cs.hare-text {
        margin: 0
    }

    /* Cards */
    .row.cards {
        flex-wrap: wrap;
    }

    /* Entry */
    .entry-text {
        margin-bottom: 0;
    }

    .entry-text p {
        font-size: 14px;
    }

    .entry-text h1 {
        font-size: 70px;
    }

    .entry-text h4 {
        font-size: 20px;
    }

    .store-logos {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    /* Problemas */
    .problemas>p {
        font-size: 14px;
    }

    .problemas h2 {
        font-size: 70px;
    }

    /* Resposta */
    .resposta h4 {
        font-size: 20px;
    }

    .resposta h4 strong {
        font-size: 20px;
    }

    .col.resposta {
        margin-top: 0 !important;
    }

    /* A Solução */
    #asolucao {
        padding: 50px 0 200px 0;
    }

    #asolucao p {
        font-size: 14px;
    }

    #asolucao h2 {
        font-size: 67px;
    }

    #asolucao h3 {
        margin-bottom: 100px;
    }

    /* Movimento */
    #movimento h2 {
        font-size: 67px;
    }

    #movimento p {
        max-width: unset;
        font-size: 19px;
    }

    /* Evolução */
    .evolucao h2 {
        font-size: 35px !important;
        ;
    }

    .evolucao .hare-text p {
        max-width: unset;
    }

    /* Eco */
    .eco .resposta p {
        font-size: 20px;
    }

    /* Sweat */
    .sweat {
        padding: 0;
    }

    .sweat h2 {
        font-size: 64px !important;
    }

    .sweat h4 {
        font-size: 20px;
    }

    .sweat .subs h3 {
        font-size: 20px !important;
    }

    .sweat .subs p {
        font-size: 17px;
    }

    /* Comunidade */
    .comunidade h4 {
        font-size: 20px;
    }

    .comunidade h2 {
        font-size: 60px;
    }

    .comunidade p {
        font-size: 17px;
    }

    /* Posts */
    .posts h2.title {
        font-size: 70px;
    }

    .col-posts {
        margin: 10px 0 0 0;
    }

    /* Futuro */
    .futuro h2 {
        font-size: 70px;
    }

    .futuro p {
        font-size: 20px;
    }

    .futuro .app-store p {
        font-size: 15px;
    }

    /* Nav */
    .main-menu a {
        font-size: 12px;
    }

    /* Movimento component */
    .movimento {
        padding: 100px 0;
    }

    .movimento .col-12 div.el {
        position: relative !important;
        margin: 0 auto;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
    }

    .movimento .col-12 div.el::before {
        display: none !important;
    }

    /* Hare / Images */
    .image-center {
        margin: 50px 0;
    }

    .height {
        width: 100%;
        height: auto !important;
    }

    .coelha {
        width: auto;
        height: 258px;
        margin-top: -50px;
    }

    .txt-center-mobile {
        text-align: center;
    }

    .hare {
        margin-top: 50px;
    }

    .img-hare {
        height: 283px;
        margin-top: -77px;
    }

    .img-hare-1 {
        height: 332px;
    }

    .col.images.verde img:first-child {
        left: -50px;
    }

    .col.rel {
        margin-left: 0;
    }

    .col.rel-coelha {
        margin-top: 100px
    }

    .col.rel-lince {
        margin-top: 120px
    }

    .col-leval {
        margin-left: 15px;
    }

    .col-leval p:first-child {
        font-size: 50px;
    }

    .col-leval p:first-child span {
        width: 10px !important;
        height: 10px !important;
    }

    .hare2 img {
        margin-top: -10px !important;
    }

    .mm {
        margin-top: -130px !important
    }

    .problema .container.container-cs {
        padding-top: 50px;
        padding-bottom: -10px;
    }

    .col.rel-lince {
        margin-bottom: 200px
    }

    .futuro .app-store {
        margin-top: 0
    }

    .main-menu {
        align-items: center
    }

    .row-main-menu .col:first-child {
        padding-right: 0
    }

    li.lang {
        padding: 0;
        width: 50px
    }

    .token p {
        max-width: 100% !important;
    }

    .current-lang img {
        height: unset !important;
    }

    .dropdown {
        left: -100% !important;
        ;
    }
}

.token {
    text-align: center;
    margin-bottom: 100px
}

.token h4 {
    font-size: 27px;
    font-weight: 100;
    color: var(--color-01);
    text-transform: uppercase;
}

.token h2 {
    font-family: var(--font-family-1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: var(--color-01) !important;
}

.token h2 span {
    color: var(--color-04)
}

.token p {
    font-size: 26px;
    max-width: 60%;
    margin: 0 auto 0 auto
}

.movimento .col-12 .el:nth-of-type(1) img {
    animation: pulse 1s ease-in-out infinite
}

.movimento .col-12 .el:nth-of-type(2) img {
    animation: pulse 1.5s ease-in-out infinite
}

.movimento .col-12 .el:nth-of-type(3) img {
    animation: pulse 1.3s ease-in-out infinite
}

.movimento .col-12 .el:nth-of-type(4) img {
    animation: pulse 1.4s ease-in-out infinite
}

.movimento .col-12 .el:nth-of-type(5) img {
    animation: pulse 1.1s ease-in-out infinite
}

.movimento .col-12 .el:nth-of-type(6) img {
    animation: pulse 1.6s ease-in-out infinite
}


@keyframes zoomIn {
    from {
        transform: scale(0.1);
        opacity: 0;
    }

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

.fade-zoon {
    transform: scale(0.1);
    opacity: 0;
}

.fade-zoon.show {
    animation: zoomIn 1s ease-out forwards;
}

.futuro .app-store p {
    color: var(--color-04);
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-100px);
}

.fade-in-left.show {
    animation: fadeInLeft 0.8s ease-out forwards;
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    opacity: 0;
    transform: translateX(100px);
}

.fade-in-right.show {
    animation: fadeInRight 0.8s ease-out forwards;
}

.main-menu .lang a.active {
    opacity: .5
}


.main-menu .lang a svg {
    width: 21px;
    height: 21px
}

a {
    transition: all .5s ease-in-out
}

.main-menu .lang a:hover {
    opacity: .6
}

footer .social a:hover {
    opacity: .3
}

.app-store img {
    height: 70px;
    transition: all .2s ease-in-out;
    opacity: .7
}

.app-store img:hover {
    opacity: 9999
}


@media(max-width:1398px) {
    h1 {
        font-size: clamp(65px, 1vw, 81px) !important;
    }
}


.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-dropdown {
    position: relative;
    list-style: none;
}

.current-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .2s;
    text-transform: uppercase
}


.current-lang img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: -10%;

    min-width: 100px;

    margin: 8px 0 0;
    padding: 15px 0;

    list-style: none;

    background: #1a1126;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);

    transition: .2s;

    z-index: 999;
    text-transform: uppercase
}

.lang-dropdown:hover .dropdown,
.lang-dropdown:focus-within .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown a {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #fff;
    text-decoration: none;
    justify-content: center;
    padding: 5px
}

.dropdown a:hover {
    background: rgba(0,0,0, .4);
}

.dropdown img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.menu li a.current-lang img {
    margin-right: 5px
}

a[tooltip] {
    position: relative;
}

/* Tooltip */
a[tooltip]::after {
    content: attr(tooltip);

    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);

    background: #fff;
    color: #1a1126;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;

    pointer-events: none;
    z-index: 9999;
  font-size: 12px
}

/* Seta */
a[tooltip]::before {
    content: "";

    position: absolute;
    left: 50%;
    bottom: calc(80% - 6px);
    transform: translateX(-50%);

    border: 6px solid transparent;
    border-top-color: #fff;

    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;

    pointer-events: none;
}

/* Exibir */
a[tooltip]:hover::after,
a[tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
}