@charset "UTF-8";

header > main{
    height: 89vh;
}

body > main{
    flex-flow: row nowrap;
}

main > img{
    margin-right: 40px;
}

header > header{
    display: none;
}

header > section#desktop{
    background-color: #003b69;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    color: #F8F8FF;
}

header > section#desktop > img{
    width: 40px;
    padding: 5px;
}

header > section#desktop > nav{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding: 0px;
    width: 100%;
}

header > section#desktop > nav > a{
    margin-right: 20px;
    padding: 0px;
}

header > section#desktop > nav > a:hover{
    text-decoration: underline;
    color: #0084E9;
}

.imagem{
    width: 260px;
}

.paragrafo{
    width: 400px;
}

p#pfinal{
    margin-bottom: 30px;
}

ul > li{
    width: 400px;
}

div.card{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

div.card > article{
    margin-left: 35px;
}

div.card > p  img{
    width: 300px;
}

section#curiosidades{
    flex-flow: column nowrap;
}