* {
    margin: 0px;
}

body {
    background-color: gray;
    margin: 0px;
}

.section-1 * {
    z-index: 10;
}

.section-1 {
    position: relative;
    overflow-x: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;

    background-image: url(../../assets/images/fundo.svg);
    background-size: cover;
    background-position: -390px 0px;

    background-color: #404eed;
    color: #fff;
    padding-bottom: 120px;
}

.section-1 nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 62%;
    margin-bottom: 130px;
}

.section-1 .menu {
    display: flex;
    flex-direction: row;
}

.section-1 .titulos {
    display: flex;
    flex-direction: column;
}

.section-1 .botoes {
    display: flex;
    flex-direction: row;
}

.section-1 nav .menu div {
    font: 16px discord1;
    margin: 23px;
}

.section-1 nav button {
    background-color: #fff;
    font: 14px discord2;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 30px;
}

.section-1 .titulos h1 {
    font: 54px discord3;
    padding: 0px 50px;
    line-height: 50px;
    margin-bottom: 40px;
}

.section-1 .titulos p {
    font: 20px dicord4;
    line-height: 32px;
    margin-bottom: 30px;
}

.section-1 .titulos {
    width: 800px;
    text-align: center;
}

.section-1 .botoes {
    margin-bottom: 10px;
}

.section-1 .botoes button svg {
    margin-right: 7px;
}

.section-1 .botoes button {
    display: flex;
    align-items: center;

    background-color: #fff;
    border: none;
    outline: none;
    margin: 0px 10px;
    border-radius: 50px;

    font: 20px discord2;
    padding: 15px 35px;
}

.section-1 .botoes .escuro {
    background-color: #23272a;
    color: #fff;
}

.section-1 .boneco-esquerda {
    position: absolute;
    bottom: 0px;
    left: -80px;
}

.section-1 .boneco-direita {
    position: absolute;
    bottom: 0px;
    right: -35px;
}

.section-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;

    background-color: #fff;
    padding: 5em 0em;

}

.s2-textos {
    width: 23.8em;
    margin-left: 7em;
}

.s2-textos h1 {
    font: 48px 'discord5';
    line-height: 58px;
}

.s2-textos p {
    font: 20px 'discord4';
    line-height: 30px;
    color: #23272a;
}
