body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}

div#parte_cima {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    background-image: linear-gradient(to right, #e2161648, #dd2c2c23), url("../img/trucks.jpg");
    min-height: 400px;
    max-height: 600px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

div#parte_cima p {
    color: #fff;
    margin-left: 160px;
    margin-bottom: 0px;
}

div#parte_cima h1 {
    margin-top: 10px;
    font-size: 45px;
    margin-left: 50px;
    color: #fff;
}

div#parte_cima span {
    background-color: #2c2c2c;
    color: #cb2026;
    padding: 0px 10px;
    border-radius: 8px;
}

div#parte_meio {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    width: 70%;
    margin: auto;
    margin-top: 0px;
    border-left: 3px solid #0000005d;
}

img#img_empilhadeira {
    width: 70%;
    max-width: 740px;
    min-width: 280px;
    height: auto;
    margin: 50px auto;
    border-radius: 8px;
    border: 1px solid #cb2026;
}

div#quem_somos_txt {
    background-image: linear-gradient(to right, #c93136, #cb2026);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    align-self: center;
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

div#quem_somos_txt h3 {
    align-self: start;
    margin-bottom: 0px;
    font-size: 30px;

}

div#quem_somos_txt p {
    align-self: end;
    font-size: 16px;
    color: #fff;
}

div#missao {
    align-self: center;
    width: 60%;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}

#menu-trigger {
    top: 0px !important;
}

div#missao p {
    margin-top: 0px;
    background-color: #2c2c2c;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
}

div#visao {
    align-self: center;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-left: 50px;
    margin-bottom: 20px;
}

div#visao p {
    margin-top: 0px;
    background-color: #cb2026;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
}

div#valores {
    align-self: center;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-left: 50px;
    padding-bottom: 100px;
}

div#valores p {
    margin-top: 0px;
    background-color: #b3b3b3;
    padding: 20px;
    color: #000;
    border-radius: 8px;
}

h4 {
    font-size: 18px;
}

h4 span {
    color: #cb2026;
}

@media(max-width: 900px) {


    div#quem_somos_txt {
        width: 70%;
    }

    div#missao {
        width: 60%;
    }

    div#visao {
        width: 60%;
    }

    div#valores {
        width: 60%;
    }
}

/* @media(max-width: 800px) and (min-width:400px) {
    #menu-trigger {
        top: 35px !important;
        right: 5px !important;
    }
} */

@media(max-width: 500px) {

    div#quem_somos_txt {
        width: 85%;
    }

    div#missao {
        width: 80%;
    }

    div#visao {
        align-self: flex-start;
        width: 80%;
        margin: auto;
    }

    div#valores {
        align-self: flex-start;
        width: 80%;
        margin-bottom: 20px;
        margin: auto;
    }
}