body {
    margin: 0px;
    border: 0px;
    padding: 0px;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

/* 
estilos globais 
*/
.nextPage {
    position: fixed;        
    bottom: 10px;           
    right: 10px;           
    display: flex;          
    align-items: center;    
    justify-content: center;
    z-index: 3;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.previousPage {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.arrow {
    width: 90px;
    height: 90px;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}


/* 
Home-Page 
*/
nav {
    background-color: #9b7d1a;  
    color: #e9e7e3;             
    text-align: center;           
    padding: 20px 0;           
    font-family: 'PokeHollow';
    font-size: xx-large;
    text-decoration: none;
    font-display: bolder;
    position: left;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

nav a {     
    color: #e9e7e3;       
    text-decoration: none;  
    padding: 14px 16px;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

nav a:hover {   
    background-color: #e9e7e3;
    color:#9b7d1a;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}
.banner {
    height: 100vh;  
    padding: 0;     
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.banner img {
    position: absolute;
    top: 1;             
    left: 0;            
    width: 100%;        
    height: 100%;       
    object-fit:contain;
    background-color: #e9e7e3;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

/*
Regras
*/
.regras {
    height: 100vh;
    background: #e9e7e3;
    display:flex;
    color: #e9e7e3;
    object-fit: cover;
    overflow: hidden;
    text-transform: uppercase ;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.regras .contentBox {
    margin:auto;
    width: 100%;
    background: #e9e7e3;
    object-position: center;
    background-position: center;
    text-justify: auto;
    text-align: center;
    font-family: 'PokeSolid';
    font-size:medium;
    color: #000000;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.regras .imgBox {
    width: 150%; 
    background: url("evil_diglett.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

/*
Tabuleiro
*/
.tabuleiro {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'PokeSolid';
    background-color: #e9e7e3;
    border: #000000;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.gramado {
    width: 536px;
    height: 536px;
    border: #9b7d1a;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;   
    padding: 0px;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.gramado img {
    padding: 25px 30px 25px 30px;
    box-sizing: content-box;   
    width: 100px;
    height: 100px;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.pontos {
    width: 536px;
    height: 536px;
    display: flex;
    justify-content: center;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.pontos th {
    font-size: 50px;
    font-family: 'PokeHollow', sans-serif;
    text-transform:uppercase;
    text-align: center;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.pontos td:first-child {
    text-align: right;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'PokeHollow', sans-serif;
    text-align: left;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

#timer-display{
    object-position:center;
    position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'PokeSolid';
}

#start {
    width: 100%;
    font-size: 36px;
    border: 1px solid #000000;
    text-transform: uppercase;
    transition: transform 0.2s ease-in-out, background-color 0.2s;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

#start:hover {
transform: scale(1.05); 
}


/*
Recordes
*/
.records {
    height: 100vh;              
    display: flex;             
    align-items: center;        
    justify-content: center;   
    font-family: 'MedievalSharp', cursive;
    background-color: #e9e7e3;
    text-align: center;
    color: #000000;
    font-size:large;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.records table {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    font-family: 'MedievalSharp', cursive;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.records th {
    padding-left: 0px;
    padding-right: 30px;
    color: #000000;           
    background-color: #e9e7e3; 
    text-align: center;
    font-size: 36px;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.records td {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.records tr:nth-child(even) {   
    background-color: #e9e7e3;
    color: #9b7d1a;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.records tr:nth-child(odd) {   
    background-color: #9b7d1a;
    color: #e9e7e3;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

.records td:first-child, td:nth-child(3) {  
    padding-right: 20px;
    text-align: center;
    cursor: url(https://cdn.custom-cursor.com/db/249/32/arrow2282.png)   , pointer !important
}

/*
 * Para tornar as páginas responsivas
 */
@media(max-width: 991px) {
    .arrow {
    width: 70px;
    height: 70px;
}
    
    /* Regras */
    .regras {
        flex-direction: column;
    }
    .regras .imgBox {
        height: 100%;
    }

    /* Tabuleiro */
    .tabuleiro {
        flex-direction: column-reverse;
        height: 100%;
        overflow: hidden;
    }
    .pontos th {
        font-size: 30px;
    }
    .pontos td:first-child {
        font-size: 20px;
    }
    .gramado {
        width: 400px;
        height: 400px;
    }
    .pontos {
        width: 400px;
        height: 400px;
    }    
    .gramado img {
        padding: 10px 30px 10px 30px;
    }

    /* Recordes */
     .records tr th {
        padding-left: 10px;
        padding-right: 10px;
    }
    .records th {
        font-size: 18px;
    }
    .records td {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}
/* tablets em pé */
@media (max-width: 768px) {
    body {
        overflow: auto !important; /* libera scroll */
    }

    .arrow {
    width: 30px;
    height: 30px;
}

    /* Regras */
    .regras {
        flex-direction: column;
        overflow: hidden;
    }
    .regras .imgBox {
        height: 60%;
    }

    /* Tabuleiro */
    .tabuleiro {
        flex-direction: column-reverse;
        height: 100%;
        overflow: hidden;
    }
    .pontos th {
        font-size: 30px;
    }
    .pontos td:first-child {
        font-size: 20px;
    }
    .gramado {
        width: 400px;
        height: 400px;
    }
    .pontos {
        width: 400px;
        height: 400px;
    }    
    .gramado img {
        padding: 10px 10px 10px 10px;
    }

    /* Recordes */
     .records tr th {
        padding-left: 10px;
        padding-right: 10px;
    }
    .records th {
        font-size: 18px;
    }
    .records td {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}
/* celulares */
@media (max-width: 576px) {
    body {
        padding: 8px;
        overflow: auto !important; /* SEM overflow:hidden no celular */
        font-family: 'MinhaFonte', Arial, sans-serif; /* força a fonte */
    }

    .arrow {
    width: 20px;
    height: 20px;
}

     /* Regras */
    .regras {
        flex-direction:column;
        text-align:center;
        font-size:medium;
    }
    .regras .imgBox {
        height: 50%;
        object-position: center;
    }

    /* Tabuleiro */
    .tabuleiro {
        flex-direction: column-reverse;
        height: 100%;
        overflow: hidden;
    }
    .pontos th {
        font-size: 30px;
    }
    .pontos td:first-child {
        font-size: 20px;
    }
    .gramado {
        width: 400px;
        height: 400px;
    }
    .pontos {
        width: 400px;
        height: 400px;
    }    
    .gramado img {
        padding: 10px 10px 10px 10px;
    }

    /* Recordes */
    .records {
        height: 100vh;              
        align-items: center;        
        justify-content: center;   
        text-align: center;
        font-size:medium;
    }

     .records tr th {
        padding-left: 8px;
        padding-right: 8px;
        align-items: center;        
        justify-content: center;   
        text-align: center;

    }
    .records th {
        font-size: 12px;
    }
    .records td {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 8px;
        align-items: center;        
        justify-content: center;   
        text-align: center;

    }
}

@font-face {
      font-family: "PokeHollow"; /* Escolha um nome para a sua fonte */
      src: url("../fontes/Pokemon\ Hollow.ttf") format("truetype"); /* Caminho do ficheiro */
    }

@font-face {
      font-family: "PokeSolid"; /* Escolha um nome para a sua fonte */
      src: url("../fontes/Pokemon\ Solid.ttf") format("truetype"); /* Caminho do ficheiro */
    }

