@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:hover {

    transform: translateY(-3px) ;
}

button > a {
    text-decoration: none;
}


/*SECTION 1 */

#section1 {
    background-image: url(Components/Images/bg-select.png);
    height: 500px;
    
    box-sizing: border-box;
    display: flex; 
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;

}
   
.container-section1 {
    max-width: 1180px;
    display: flex;
    flex-direction: row nowrap;
    align-items: center;
    justify-content: space-between;
}


.bloco1{flex-basis: 300px; padding: 20px; flex-shrink: 1;}
.bloco2 {flex-basis: 300px; padding: 20px; flex-shrink: 1;}
.bloco3 {flex-basis: 300px; padding: 20px; flex-shrink: 1;}

.bloco3 h2 {
    max-width: 240px;
}

.bloco1 h3 {

font-size: 30px;

}

.bloco1 h1 {
    width: 270px;
}


/*SECTION 2 */
#section2-mobile{

display: none;

}

#section2 {
   padding: 30px;
    display: flex;
    flex-flow: column nowrap;
    height: 630px;
    justify-content: space-evenly;
    align-items: center;
   background-color: var(--cor1);
}

.container-section2 {
    height: 490px;
    max-width: 1180px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}

.titulo-e-texto-section2 p {
        margin-top: 10px;
}

.etapas-section2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 35px;

}


.imagens-section2 img {
    height: 115px;
    width: 115px;
}


.titulo-e-texto-etapa2 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    


}

.container-section2 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;
}

.container-section2 button h5 {

color: var(--cor1);

}    
.container-section2 h1  {color: var(--cor0);}
.container-section2 h2  {color: var(--cor0);}
.container-section2 h3  {color: var(--cor0);}
.container-section2 p  {color: var(--cor0);}

.etapa1-section2 { flex: 1;}
.etapa2-section2 { flex: 1;}
.etapa3-section2 { flex: 1;}
.etapa4-section2 { flex: 1;}



    



/*SECTION 3 */


#section3 {
    background-image: url(Components/Images/bg-select-2.png);
    display:flex ;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;

}

.container-section3{
    
    height: 740px;
    max-width: 1180px;
    
    display: grid;
    grid-template-rows: repeat(4, 180px);
    grid-template-columns: repeat(6, 1fr);

    align-items: center;
}

.item1-section3 {
    display: flex;
    grid-row-start: 1;
    grid-row-end: 4;

    grid-column-start: 1;
    grid-column-end: 4;
    justify-content: right ;
    padding-right: 50px;
    

}

.item2-section3 {
    display: flex;
    flex-direction: column;
    grid-row-start: 1;
    grid-row-end: 4;

    grid-column-start: 4;
    grid-column-end: 7;

    text-align: left;
    padding-left: 90px;

}

.item3-section3 {
    grid-row-start: 4;
    grid-row-end: 5;

    grid-column-start: 1;
    grid-column-end: 7;

    padding-bottom: 100px;

    
}

.item2-section3 a p {
    font-family: var(--font-descricoes);
    padding: 30px 0px;
    color: var(--cor2);
    
}

.item2-section3 a {
    text-decoration: none;
}

/*SECTION 4 */

#section4-mobile {
    display: none;
}

#section4 {
   padding: 30px;
    display: flex;
    flex-flow: column nowrap;
    height: 630px;
    justify-content: space-evenly;
    align-items: center;
   background-color: var(--cor2);
}

.container-section4 {
    height: 490px;
    max-width: 1180px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}

.titulo-e-texto-section4 p {
        margin-top: 10px;
}

.etapas-section4 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 35px;

}


.imagens-section4 img {
    height: 115px;
    width: 115px;
}


.titulo-e-texto-etapa4 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    


}

.container-section4 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;
}

.container-section4 button h5 {

color: var(--cor1);

}    
.container-section4 h1  {color: var(--cor0);}
.container-section4 h2  {color: var(--cor0);}
.container-section4 h3  {color: var(--cor0);}
.container-section4 p  {color: var(--cor0);}

.etapa1-section4 { flex: 1;}
.etapa2-section4 { flex: 1;}
.etapa3-section4 { flex: 1;}
.etapa4-section4 { flex: 1;}

/*SECTION 5 */

#section5 {
    height: 650px;
    display: flex;
    flex-flow: column nowrap;
    margin: 50px 0px;
    text-align: left;
    align-items: center;
    justify-content: center;
    
}

.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;
}


