html,
body {
    height: 100%;
    margin: 0;
}

body {
    overflow-y: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 60px;
}

.homegame-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    align-items: center;
}

/* .homegame-torneios,
.homegame-tv {
    background-color: var(--back-session);
} */

.homegame-download,
.homegame-financeiro,
.homegame-tv,
.homegame-torneios {
    min-height: calc(100vh - 60px) !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    align-items: center;

    img {
        max-height: 60vh;
        max-width: 100%;
        object-fit: contain;
    }
}

.homegame-download {
    width: 100%;
    background-image: url('/assets/images/homegame/homegame-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .container {
        width: 100% !important;
        line-height: 1;
    }

    .row {
        display: flex;
        justify-content: flex-end;
    }

    .col-sm-4 {
        flex: 0 0 auto;
    }
}

.titulo {
    font-size: 4rem !important;
    font-weight: 900;
    line-height: 1;
}

.homegame-torneios {
    .container {
        width: 100%;
    }

    .row {
        align-items: center;
    }

    p.detalhes {
        font-size: 18px !important;
        font-weight: 600;
        line-height: 1.1;
    }

    i {
        font-size: 2rem !important;
        line-height: 1;
        font-weight: 900;
    }
}

.icon-flip i {
    display: inline-block;
    transition: transform 0.2s ease;
}

.icon-flip:hover i {
    transform: scaleX(-1);
}


.stat-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 24px;
    background: #fff;
    height: 100%;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-pw-1);
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.homegame-financeiro .stat-card {
    padding: 20px 20px 10px !important;
}

.form-control{
  border: none!important;
}

label {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--heading-color);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.8;
}