@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

*{
    margin: 0;
   
    box-sizing: border-box;
}
body{
    font-family: "Space Grotesk";
}

header{
    background-color: rgb(0, 0, 0);
    margin: auto;
}

main{
    margin: auto;
    max-width: 1600px;
}

.tela1{
    background-color: rgb(0, 0, 0);
    max-width: 1600px;
    margin: auto;
    width: 100%;
    height: 80%;
    text-align: center;
    display: flex;
    flex-direction: column;
}



#logo{
    color: #ffffff;
    padding: 20px 20px;
}

#sublogo{
    color: #ffffff;
    font-size: 4em;
}

#frase1{
    color: #ffffff;
    padding-bottom: 25px;
}

#saibamais{
    text-decoration: none;
    color: yellow;
    border: 3px solid yellow;
    padding: 8px 25px;
    font-family:Arial, Helvetica, sans-serif;
    
}

#imagem1{
    max-width: 650px;
    width: 100%;
}

.tela2{
    background: linear-gradient(0.45turn,#e66465, #5a65e2);
    max-width: 1600px;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#imagem2{
    width: 85%;
    height: 90%;
}

.tela3{
    max-width: 1600px;
    height: 640px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ladoa{
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
}

.ladoaa{
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#tituloladoa{
    font-size: 3em;
}

.textoladoa{
    font-size: 1.2em;
    
}

.ladob{
width: 100%;
display: flex;
justify-content: center;
align-items: end;
}

.ladobb{
    width: 60%;
    background: linear-gradient(0.4turn,#b6e664,#cd298e,#c99a1a,#09945a);
    display: flex;
    align-items: center;
    justify-content: center;
}

#imagem3{
    width: 80%;
}

.tela4{
    max-width: 1600px;
    height: 100vh;
    display: flex;
}
#tela4a{
width: 45%;
}

#imagem4{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#tela4b{
    background-color:#0B6380;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.cardtela4b{
width: 75%;
color: #ffffff;
}

.titulo4b{
    font-size: 2.5em;
    padding-bottom: 10px;
}

.subtitulo4b{
    font-size: 1em;
    padding-bottom: 10px;
}

.tela5{
    background-color: #000000;
    max-width: 1600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 30px;
}

#divtitulotela5{
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
}

#titulotela5{
    color: #ffffff;
    text-align: center;
    font-size: 4.5em;
}

#divfotosetextos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
}

.fotosetexto{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    gap: 10px;
}

.fotostela5{
    max-height: 250px;
}

.tela6{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    background-color:#ff11b0;
    text-align: center;
    padding:  60px 20px;
}

#titulotela6{
    font-size: 4em;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    padding-bottom: 40px;
}

.cards{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    

}

.card{
    border: 2px solid black;
    background-color: #ffffff;
    border-radius: 12px;
    height: 75%;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding-bottom: 20px;
   
    
}

.divpreco{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.preco{
    color: #c99a1a;
    font-size: 2.4em;
    border-bottom: 2px solid black;
    text-align: center;
    width: 85%;
    
}

.titulocard{
    font-size: 1.8em;
    padding: 10px;
}

.listapreco li{
    font-size: 1em;    
}

.divbotaopreco{
    padding: 30px;
    display: flex;
    justify-content: center;
}

.botaopreco{
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    padding: 18px;
}

footer{
    background-color: #000000;
    max-width: 1600px;
    height: 100%;
    display: flex; 
}

.footera{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

#foto5{
    max-width: 80%;
}

.footerb{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

}

.divtextofooter{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    gap: 30px;
}

#textofooter{
    font-size: 1.5em;
    width: 80%;
    text-align: center;
}

#comecehoje{
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 3px solid yellow;
    padding: 8px 25px;
    font-family:Arial, Helvetica, sans-serif;
}

@media (max-width: 700px) {
    
    #sublogo{
        font-size: 2.8em;
    }

#imagem2{
    width: 100%;
}

.tela2{
    padding-top: 20px;
}
.tela3{
    flex-direction: column;
    height: 100%;
    padding-bottom: 20px;
}
#tituloladoa{
    font-size: 2em;
    padding: 10px
}

.textoladoa{
    padding: 10px;
}

.ladoaa{
    width: 90%;
    text-align: justify;
}
.ladobb{
    top: 0;
}

#imagem3{
    width: 250px;
}

.ladobb{
    width: 80%;
    height: 320px;
}

.tela4{
    display: flex;
    flex-direction: column;
    height:100%;
    
}

#tela4a{
    width: 100%;
    height: 220px;
    
}


.divbotaopreco{
    font-size: 1em;
}

.cardtela4b{
    width: 85%;
    text-align: justify;
}


.titulo4b{
    font-size: 2em;
    text-align: center;
    padding: 10px;
}

.textotela4b{
    padding-bottom: 12px;
}



#titulotela5{
    font-size: 2.4em;
    padding-top: 12px;
}

#titulotela6{
    font-size: 2em;
}

.divtextofooter{
    font-size: 0.7em;
    gap: 20px;
    padding-bottom: 20px;
}
    }
