@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Open+Sans:wght@300;400;700;800&display=swap');

body{
  margin: 0;
  
  font-family: 'Open Sans', sans-serif;
}

button{
    font-family: 'Open Sans', sans-serif;
}

h2{
    font-size: 40px;
    font-weight: 800;
}

header{
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    height: 459px;
    background-image: url(../images/header.png);
    background-size: cover;
}

main{
    margin: auto;
}

.titulo-header{
    font-family: 'Luckiest Guy', cursive;
    font-size: 56px;
    color: white;
    font-weight: 400;
    margin-top: 60px;

}

.texto-header{
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: lighter;
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

button{
    margin: 10px 10px;
    border-style: none;
}

.botao1 {
    width: 205px;
    height: 44px;
    color: #23272A;
    font-size: 16px;
    border-radius: 28px;
}

.botao2{
    width: 281px;
    height: 44px;
    color: white;
    font-size: 16px;
    font-weight: lighter;
    border-radius: 28px;
    background: #23272A;
}

.sessao-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #23272A;
}

.sessao-2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #23272A;
    background-color: #F6F6F6;
}

.sessao-3{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #23272A;
}

.sessao-4{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    color: #23272A;
    background-color: #F6F6F6;
}

.titulo-sessao4{
    font-family: 'Luckiest Guy', cursive;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #23272A;
}

footer{
    width: 100%;
    height: 134px;
    background-color: #23272A;
    text-align: center;
    justify-content: center;
}
.img-footer{
    margin-top: 20px;
}



