* {
    margin: 0;
    padding: 0;

}

img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    display: block;
}


.alexandria-uniquifier {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}




header {

    background-image: linear-gradient(to right, #0084FF, black);
    height: 100px;

}


#bomdia {


    width: 80%;
    margin-left: auto;
    margin-right: auto;


    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    color: white;

}

.cabeca {


    color: white;
    text-decoration: none;

}

#logotipo {

    height: auto;
    grid-column: span 1;
    width: 100px;



}




body {


    background-color: black;
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}


/*TIPOGRAFIA*/



#titulo-entrada {
    color: #0084FF;
    margin-bottom: 5px;
    font-size: 67px;
    font-weight: 700px;



}

#texto-entrada {
    color: white;
    opacity: 50%;
    margin-bottom: 20px;


}

#botao {
    background-image: linear-gradient(to right, #0084FF, #10F7FF);
    text-align: center;
    padding: 10px;
    color: white;
    border-radius: 20px;
    text-decoration: none;
}

.botao {
    background-image: linear-gradient(to right, #0084FF, #10F7FF);
    text-align: center;
    padding: 10px;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    width: 200px;
}



/*SECCOES*/

#entrada {
    width: 100%;
    height: 800px;

    background-image: url(imagens/rockschool\ entrada.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;




}

#introducao {
    width: 50%;
    height: auto;
    padding-bottom: 100px;
    text-align: right;
}

.flex-entrada {
    width: 80%;
    max-width: 1280px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


/*GRELHAS*/

.grelha-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.grelha-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.grid-cursos {

    grid-column: span 6;
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 10px;
    text-align: center;



}

.texto-cursos {

    padding: 10px;



}

#cursos {

    width: 80%;
    margin-left: auto;
    margin-right: auto;

    padding-top: 40px;



}

.cursos {


    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(to bottom right, #0084FF, #10F7FF);
    padding: 20px;
    border-radius: 20px;



}




#OLAA {

    text-align: center;
    color: white;
    margin-bottom: 40px;






}



#eventos-e-newsletter {


    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    align-items: start;



}

#evento {

    object-fit: contain;
    object-position: top;

}

.evenew {


    grid-column: span 6;

    border-radius: 20px;
    padding: 10px;
    text-align: center;


}


#evnt {

    grid-column: 1/13;

    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 271px;

}

#eventorrr {

    grid-column: span 6;







}













#ya {

    text-align: left;
    color: white;
    background-image: linear-gradient(to right, black, #0084FF);



}

#uau {


    background-image: linear-gradient(to right, black, #0084FF);
    color: white;

    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 50px;
    line-height: 40px;



}





#naosei {
    grid-column: span 6;

}








footer {


    height: 800px;
    background-image: linear-gradient(to bottom, black, #0084FF);



}