@charset "UTF-8";

@media screen and (min-width: 600px){
    .parceiros {
        white-space: normal;
        width: 100%;
    }
    .parceiros ul li {
        width: 50%;
        display: inline-block;
    }
    h1 {
        font-size: 10rem;
        line-height: 7.5rem;
    }
    .btn {
        font-size: 1.5rem;
    }
    .spaceparce {
        width: 50%;
    }
    .box {
        width: 50%;
    }
    .secparce {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 700px){
    nav {
        height: auto;
        overflow-y: unset;
        flex-basis: unset;
    }
    #toggle {
        display: none;
    }
    nav ul li {
        display: inline-block;
        border-bottom: none;
    }
    nav a {
        padding: 8px 12px;
    }
    .headline {
        max-width: 700px;
    }
    .w43 {
        width: 25%;
    }
}

@media screen and (min-width: 850px){
    .secparce {
        display: flex;
        justify-content: space-between;
    }
    .spaceparce {
        width: 60%;
    }
    .box {
        width: 40%;
    }
}

@media screen and (min-width: 950px){
    body {
        font-size: 1.3rem;
    }
    section, .central {
        margin: 0 auto;
        max-width: 950px;
    }
    .central {
        height: 100%;
    }
    .secparce {
        margin-top: 100px;
    }
    .box, .parceiros {
        margin-top: 50px;
    }
}