@charset "UTF-8";

@font-face {
    font-family: 'ephemera';
    src: url(Components/Fonts/ephemera-nickson-pro-one-rg.otf) format(opentype);
    font-weight: normal; }
@font-face {
    font-family: "signatie";
    src: url(Components/Fonts/Signatie.otf) format(opentype);
    font-weight: normal;
    }
@font-face {
    font-family: "heroking";
    src: url(Components/Fonts/Heroking-Regular.ttf) format(truetype);
    font-weight: normal
}
@font-face{
    font-family: "ptserif";
    src: url(Components/Fonts/PTSerif-Regular.ttf) format(truetype);
    font-weight: normal;
}

@font-face {
    font-family: "uniform";
    src: url(Components/Fonts/uniform-extra-condensed-medium.otf) format(opentype);
    font-weight: normal;
}
/*CONFIGURAÇÃO GERAL*/
:root {
    --cor0: #ede6d7;
    --cor1: #412519;
    --cor2: #951A12;

    --font-padrao: Times, serif;
    --font-titulos: 'ephemera', serif;
    --font-assinatura: 'signatie';
    --font-logoclube: 'heroking';
    --font-paragrafo: 'ptserif';
    --font-descricoes: 'uniform';
}

*{
        margin: 0px;
        padding: 0px;
}

body{ 
    background-color: var(--cor0);
}

main{

        margin: auto;
        padding: 0px;
        text-align: center;

        

}

#section1, #section2, #section3, #section4, #section5 { padding: 0px 25px;}

h1 { 
    font-family: var(--font-titulos);
    font-size: 50px;
    color: var(--cor1);
    font-weight: normal;
    line-height: 0.9em;
    }

h2 {
    font-family: var(--font-titulos);
    font-size: 25;
    color: var(--cor1);
    font-weight: normal;

}

h3 {
    font-family: var(--font-assinatura);
    font-size: 35px;
    color: var(--cor1);
    font-weight: normal;
    

}

h4 {
    font-family: var(--font-logoclube);
    font-size: 50px;
    color: var(--cor1);
    font-weight: normal;
    line-height: 1.3em;
}

h5 {
    font-family: var(--font-titulos);
    font-size: 30px;
    color: var(--cor0);
    font-weight: normal;
}

h6 {
    font-family: var(--font-descricoes);
    font-size: 20px;
    color: var(--cor1);
    font-weight: normal;
    line-height: 1.2em;
}

p {
    font-family: var(--font-padrao);
    font-size: 20px;
    color: var(--cor1);
    font-weight: normal;
}


button {
    height: 50px;
    width: 238px;
    background-color: #951A12;
    border-radius: 50px;
    margin-top: 20px;
    border-style: solid ; border-color: var(--cor0); border-width: 2px; 
    outline-style: solid; outline-color: var(--cor2); outline-width: 7px;
    
    
}

button > a {
    text-decoration: none;
}


/*SECTION 1 */
   
#section1 {
    background-image: url(Components/Images/bg-select.png);
    height: auto;
    display: flex;
    flex-wrap: nowrap;

    
     
    justify-content: center;
    align-items: center;
}

.container-section1{
    height: 540px;
    width: 977px;
   
    
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(7, 1fr);
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    
}

.bloco1 {
    
    display: flex;
    flex-flow: column nowrap;
    grid-row-start: 1;
    grid-row-end: 4;

    grid-column-start: 1;
    grid-column-end: 5;
    justify-content: center ;
    align-items: center;
    padding-top: 45px;
    
}

.bloco1 h1 {
    color: var(--cor1);
   
}

.bloco2 {
    display: flex;
    flex-flow: column nowrap;
 
    grid-row-start: 1;
    grid-row-end: 4;

    grid-column-start: 4;
    grid-column-end: 8;
    
    justify-content: center ;
    align-items: center;
    
    
   
    
}

.bloco3 {
    display: flex;
    flex-flow: column nowrap;
    grid-row-start: 4;
    grid-row-end: 6;

    grid-column-start: 1;
    grid-column-end: 8;
    justify-content: center ;
    align-items: center;
    padding: 0px 20px 20px 20px;
}

.bloco1 img {
    height: 115px;
    width: 115px;
    margin: 5px;

}

.bloco2 img {
    height: 313px;
    width: 177px;
    padding-left: 35px;
    
}

.container-section1 h3 {

    margin-top: -30px;

}

.bloco3 h2{ font-size: 24px;}




/*SESSÃO 2 DESKTOP DESATIVADA */





#section2 {
   
   /*SESSÃO 2 DESKTOP DESATIVADA */
    display: none;
}

h1,p  {color: var(--cor0)}

.titulo-e-texto-section2 p { padding-top: 15px;}


#section2-mobile {

    
    background-color:var(--cor1);
    color: white;
    padding: 50px 30px;
    box-sizing: border-box;
}

.card-body h1 {
    font-size: 25px;
}

.games {
    flex: 2;
    max-width: 100%; /* Ajuste conforme necessário */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, max-content));
    gap: 10px;
    padding: 10px;
    justify-content: center; /* Centraliza os itens dentro do grid */
}


.game {
    background-color: var(--cor1);
    will-change: transform, box-shadow;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 240px; /* Ajuste o tamanho do botão */
    height: 320px; /* Ajuste a altura do botão */
    margin: 0 auto; /* Alinha o botão ao centro */
}

.game-2 {
    background-color: #282846;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: auto;
    width: 185px;
    height: 360px; /* Ajuste a altura do botão */
    border: 2px solid #0000007a; /* Borda branca */
    margin: 0 auto; /* Alinha o botão ao centro */
}



.game-2:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.game img {
    padding-bottom: 15px;
    width: 120px;
    height: 120px;
    object-fit: cover; /* Para garantir que a imagem fique bem ajustada */
}

.game-2 img {
    width: 200px;
    height: 250px;
    object-fit: cover;
}





.game p {
    margin: 10px 0;
    color: var(--cor0);
}




.game-2 p {
    margin: 5px 0;
    color: white;
}

a {
    text-decoration: none;
}



/*populares */



.container-popular {
    max-width: 100%;
    height: 510px;
    margin: 0 auto;
    padding: 20px;
}

.mySwiper {

    background-color:var(--cor1);
   
}

.swiper {
    width: 100%;
    height: 89%;
}

.swiper-wrapper {

    padding: 0px;
}




/* Ajusta a altura dos cards */
.swiper-slide .card {
    width: 100%;
    max-width: 500px; /* Define um tamanho máximo para os cards */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

/* Ajusta a imagem dentro do card */
.swiper-slide .card img {
    min-width: 100%;
    height: 100%; /* Ajuste conforme necessário */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.swiper-slide .card-body 


/* Estiliza os botões de navegação */
.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 25%;
    display: flex;
    justify-content: center;
}

#next-button{
color: var(--cor0);
width: 50px;
height: 50px;


}

#prev-button{
    color: var(--cor0);
    width: 50px;
    height: 50px;
      
}

.swiper-button-next::after, .swiper-button-prev::after {
        transform: translateY(-350%); /* Ajuste fino do posicionamento vertical */
    
    font-size: 20px !important; 
}

.swiper-pagination {
    
    bottom: 10px; }

/* Ajusta a posição dos botões de navegação */
.swiper-button-next {
            
    right: 10px;
    color: var(--cor0); /* Cor das setas */
}
.swiper-button-prev {
    left: 10px;
    color: rgb(255, 255, 255); /* Cor das setas */
}

/* Deixa a paginação estilizada */
.mySwiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.938);
}

.mySwiper .swiper-pagination-bullet-active {
    background:var(--cor0); /* Cor da paginação ativa */
    opacity: 1;
}


.card-title {

color: var(--cor0);

}



/* Ajusta o card do jogo */
.swiper-slide .game {
    
    padding-top: 40px;
    margin-top: 2%;
    width: 200px; /* Tamanho fixo para os cards */
    max-width: 100%;    
    background: var(--cor1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
     /* Borda branca */

}


/* Ajusta o título do jogo */


/* Ajusta o preço para ficar mais próximo do título */



.game-tumb   {
    width: 100%;
}


.game-tumb img {
    object-fit:fill;
    width: 100%;
    border-radius: 5px;
}

/*SECTION 3 */


#section3 {
    
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    
}

.container-section3 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
}
.item2-section3 a p {
    font-family: var(--font-descricoes);
    padding: 10px 0px;
    color: var(--cor2);}

.item2-section3 h1 {
    color: var(--cor1);
    padding-top: 10px;
}

.item3-section3 p{
    color: var(--cor1);
    padding-bottom: 15px;
}  
.item2-section3 a {
    text-decoration: none;}




/*SECTION 4 */

#section4 {
   
   /*SESSÃO 2 DESKTOP DESATIVADA */
    display: none;
}

h1,p  {color: var(--cor0)}

.titulo-e-texto-section2 p { padding-top: 15px;}


#section4-mobile {

    
    background-color:var(--cor2);
    color: white;
    padding: 50px 30px;
    box-sizing: border-box;
}

.card-body h1 {
    font-size: 25px;
}

.games {
    flex: 2;
    max-width: 100%; /* Ajuste conforme necessário */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, max-content));
    gap: 10px;
    padding: 10px;
    justify-content: center; /* Centraliza os itens dentro do grid */
}


.game {
    background-color: var(--cor1);
    will-change: transform, box-shadow;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 240px; /* Ajuste o tamanho do botão */
    height: 320px; /* Ajuste a altura do botão */
    margin: 0 auto; /* Alinha o botão ao centro */
}

.game-2 {
    background-color: #282846;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: auto;
    width: 185px;
    height: 360px; /* Ajuste a altura do botão */
    border: 2px solid #0000007a; /* Borda branca */
    margin: 0 auto; /* Alinha o botão ao centro */
}



.game-2:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.game img {
    padding-bottom: 15px;
    width: 120px;
    height: 120px;
    object-fit: cover; /* Para garantir que a imagem fique bem ajustada */
}

.game-2 img {
    width: 200px;
    height: 250px;
    object-fit: cover;
}





.game p {
    margin: 10px 0;
    color: var(--cor0);
}




.game-2 p {
    margin: 5px 0;
    color: white;
}

a {
    text-decoration: none;
}



/*populares */



.container-popular {
    max-width: 100%;
    height: 510px;
    margin: 0 auto;
    padding: 20px;
}

#section4-mobile .mySwiper {

    background-color:var(--cor2);
   
}

.swiper {
    width: 100%;
    height: 89%;
}

.swiper-wrapper {

    padding: 0px;
}




/* Ajusta a altura dos cards */
.swiper-slide .card {
    width: 100%;
    max-width: 500px; /* Define um tamanho máximo para os cards */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

/* Ajusta a imagem dentro do card */
.swiper-slide .card img {
    min-width: 100%;
    height: 100%; /* Ajuste conforme necessário */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}




/* Estiliza os botões de navegação */
.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 25%;
    display: flex;
    justify-content: center;
}

#next-button{
color: var(--cor0);
width: 50px;
height: 50px;


}

#prev-button{
    color: var(--cor0);
    width: 50px;
    height: 50px;
      
}

.swiper-button-next::after, .swiper-button-prev::after {
        transform: translateY(-350%); /* Ajuste fino do posicionamento vertical */
    
    font-size: 20px !important; 
}

.swiper-pagination {
    
    bottom: 10px; }

/* Ajusta a posição dos botões de navegação */
.swiper-button-next {
            
    right: 10px;
    color: var(--cor0); /* Cor das setas */
}
.swiper-button-prev {
    left: 10px;
    color: rgb(255, 255, 255); /* Cor das setas */
}

/* Deixa a paginação estilizada */
.mySwiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.938);
}

.mySwiper .swiper-pagination-bullet-active {
    background:var(--cor0); /* Cor da paginação ativa */
    opacity: 1;
}


.card-title {

color: var(--cor0);

}



/* Ajusta o card do jogo */
#section4-mobile .swiper-slide .game {
    
    padding-top: 40px;
    margin-top: 2%;
    width: 200px; /* Tamanho fixo para os cards */
    max-width: 100%;    
    background: var(--cor2);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
     /* Borda branca */

}


/* Ajusta o título do jogo */


/* Ajusta o preço para ficar mais próximo do título */



.game-tumb   {
    width: 100%;
}


.game-tumb img {
    object-fit:fill;
    width: 100%;
    border-radius: 5px;
}


#section4-mobile button {
    height: 50px;
    width: 238px;
    background-color: var(--cor0);
    border-radius: 50px;
    margin-top: 20px;
    border-style: solid ; border-color: var(--cor1); border-width: 2px; 
    outline-style: solid; outline-color: var(--cor0); outline-width: 7px;
}

#section4-mobile button h5 {

color: var(--cor1);

}   

/*SECTION 5 */

#section5 {
    height: 650px;
    display: flex;
    flex-flow: column nowrap;
    margin: 50px 0px;
    text-align: left;
    align-items: center;
    justify-content: center;
    
}

#section5 h1, #section5 p {
    color: var(--cor1);
}

.container-section5 {
    
    max-width: 1180px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

#acordeon {
    margin: 30px auto;
    
}

li {
        list-style: none;
        
        margin-bottom: 10px;
        padding: 10px;
        border-bottom: solid; border-color: var(--cor1); border-width: 1px;
        
}

#acordeon li label {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;

}

#acordeon li label span {
   transform: rotate(90deg);
   font-size: 22px;
   font-weight: 900;
}

#acordeon label + input[type="radio"] {
    display: none;
}

#acordeon .content {
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;   
    transition: max-height 0.5s;
}

#acordeon label + input[type="radio"]:checked + .content {
    max-height: 400px;
}