/*
Theme Name: Poker Canguçu
Theme URI: https://pokercangucu.com.br
Author: Alex Maass Blank
Author URI: https://pokercangucu.com.br
Description: Tema criado para o poker clube canguçu
Version: 1.0
*/

/* Estilos ADM WP */
.customize-support .header {
    margin-top: 32px;
}

/* Geral */
html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Cinzel', serif;
}

.container-poker {
    height: calc(100vh - 77.1px);
    /* background: rgb(22, 22, 22);
    background: linear-gradient(136deg, rgba(22, 22, 22, 1) 0%, rgba(101, 101, 101, 1) 100%); */
}

.section-top {
    margin-top: 2rem;
}

.bg-texto {
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.icone {
    max-width: 80px;
}

.titulo-amarelo {
    color: #FBCA4B;
    font-weight: 900;
}

.w-tabela {
    width: 100%;
}

@media (min-width: 768px) {
    .w-tabela {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .w-tabela {
        width: 50%;
    }
}

/* Menu */
.logo {
    max-width: 175px;
}

/* Banner */

.banner {
    height: 100vh;
    background-image: url(assets/images/banner-capa-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
}

.banner-logo {
    display: block;
    margin: 0 auto;
    max-width: 260px;
}

.banner-texto {
    color: #fff;
}

@media (min-width: 320px) {
    .banner-logo {
        max-width: 300px;
    }
}

@media (min-width: 576px) {
    .banner-logo {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .banner-logo {
        max-width: 500px;
    }
}

@media (min-width: 1400px) {
    .banner-logo {
        max-width: 600px;
    }
}

/* Seja Sócio */

.seja-socio {
    background-image: url(assets/images/seja-socio-bg-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Ranking */
.main-poker {
    margin-top: 77.1px;
}

.dataTables_length label {
    font-weight: bold;
}

.dataTables_length {
    margin-bottom: 1rem;
}

.dataTables_filter {
    margin-bottom: 1rem;
}

.dataTables_filter label {
    font-weight: bold;
}

/* historia */

.w-historia {
    width: 100%;
}

.icone-historia {
    max-width: 30px;
}

@media (min-width: 768px) {
    .w-historia {
        width: 75%;
    }

    .icone-historia {
        max-width: 40px;
    }
}

@media (min-width: 1200px) {
    .w-historia {
        width: 50%;
    }

    .icone-historia {
        max-width: 50px;
    }
}

/* Info */

.bg-infos {
    background-color: #F34048;
    color: #fff;
    padding: 3rem 0;
}

.icone-convivio {
    height: 30px;
}

/* Regulamento */

.regulamento-sub-titulo {
    text-align: center;
    color: #FBCA4B;
    font-size: 2.5rem;
    font-weight: bold;
}

/* footer */

.footer {
    text-align: center;
    background-color: #F34048;
    color: #fff;
    padding: 1rem 0.5rem;
}

.footer p {
    margin: 0;
}


/* Divisor */

.divisor {
    height: 60px;
}

.editorial {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    /* margin: 0; */
    /* z-index: 5; */
    /* bottom: 0; */
    position: absolute;
    left: 0px;
    float: left;
}

.parallax1>use {
    animation: move-forever1 10s linear infinite;

    /* &:nth-child(1) {
        animation-delay: -2s;
    } */
}

.parallax2>use {
    animation: move-forever2 8s linear infinite;

    /* &:nth-child(1) {
        animation-delay: -2s;
    } */
}

.parallax3>use {
    animation: move-forever3 6s linear infinite;

    /* &:nth-child(1) {
        animation-delay: -2s;
    } */
}

.parallax4>use {
    animation: move-forever4 4s linear infinite;

    /* &:nth-child(1) {
        animation-delay: -2s;
    } */
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever4 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}


/* Media Queries */
/* // Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... } */