@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Gabarito', sans-serif;
}

h1 {
    color: rgb(250, 235, 215);
    font-size: 2rem;
    text-align: center;
    max-width: 80vw;
}

h2 {
    color: antiquewhite;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

p {
    color: antiquewhite;
    font-size: 1rem;
    font: weight 400px;
}

.headline {
    /*background-color: aquamarine;*/
    background: linear-gradient(
      rgba(0,0,0,.6),rgba(0,0,0,.6)
    ),
    url(/fundo.jpg);
    /*background-image: url(/fundo.jpg);*/
    background-size: 100vw;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;


}

.press {
    background-color: #040f18;
    width: 100vw;
    /*min-height: 400px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 0px;*/
    padding-top: 40px;
    padding-bottom: 20px;
}

.cards {
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cabecalho {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(
        rgba(0,0,0,.75),rgba(0,0,0,.50),rgba(0,0,0,.25),rgba(0,0,0,.0)
    );
    min-height: 100px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.botao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    background: linear-gradient(
        rgba(4,15,24,.0),rgba(4,15,24,1)
      );
}

.card {
    background: linear-gradient(
        rgba(0,0,0,.55),rgba(0,0,0,.85));
    /*max-width: 220px;*/
    width: 300px;
    max-width: 90vw;
    min-height: 275px;
    margin: 15px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 0 50px rgba(250,235,215,.2);
    }

.c1 {
    background: linear-gradient(135deg,
        rgba(233, 180, 110, 0.95),rgba(250,235,215,.75)), 
        url(/aluno.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.c2 {
    background: linear-gradient(135deg,
        rgba(233, 180, 110, 0.95),rgba(250,235,215,.75)), 
        url(/roda.jpg);
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
}

.c3 {
    background: linear-gradient(135deg,
        rgba(233, 180, 110, 0.95),rgba(250,235,215,.75)),  
        url(/professor.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.pcard {
    color:#040f18;
}

.produto {
    align-items: center;
    align-content: space-between;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p2 {
    width: 720px;
    max-width: 90vw;
    text-align: center;
    margin-top: 15px;
}

.botao-produtos {
    background-color: mediumseagreen;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 3px;
    border-radius: 12px;
    color: #040f18;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.p-produto {
    padding-top: 7px;
}

.titulo-produto {
    margin-top: 3px;
}
.iframe {
    max-width: 88vw;
    max-height: 50vw;
    border-radius: 15px;
    margin: 15px;
    box-shadow: 0 0 50px rgba(0,0,0);
}

.depoimentos {
    background: linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.75),rgba(0,0,0,.55)),
        #040f18;
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 60px;
}

.degrade1 {
    width: 100vw;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.55)),
        #040f18;
    height: 50px;
}

.degrade2 {
    width: 100vw;
    background: linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,0)),
        #040f18;
    height: 50px;
}

.icones {
    padding: 5px;
}

.icon-container {
    padding-top: 10px;
    padding-right: 10px;
}

.botao-head {
    background-color: mediumseagreen;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 12px;
    color: #040f18;
    text-decoration: none;
    font-weight: 700;
    /*max-width: 320px;
    width: 90vw;*/
    text-align: center;
    box-shadow: 0 0 50px rgba(0,0,0);
    
}

.p-head {
    color:antiquewhite;
    margin-bottom: 40px;
    font-size: 1.5rem;
    max-width: 80vw;
    width: 590px;
    text-align: center;
}

.negrito {
    font-weight: 900;
    text-shadow: 0 0 10px rgba(0,0,0);
}

.logo {
    height: 30px;
    padding-left: 15px;
    padding-top: 10px;

}