* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    color: #3B3B3B;;
}
section, header, footer {
    display: flex;
   justify-content: center;
}
a {
    text-decoration: none;
    color: #3B3B3B; 
}
strong {
    font-weight: 500;
}
.m-0 {
    margin: 0 !important
}
.container {
    width: 1100px;
}
.m-menu, .show-m-menu {
    display: none
}
header {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 70px;
    position: relative;
    z-index: 999999;
}
.logo {
    float: left;;
}
.menu {
    float: left;
    margin: 40px 0 0 30px;
}
.menu ul, .contact ul {
    list-style: none;
}
.show {
    display: block !important;
}
.menu ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}
.menu ul li a {
    margin: 0 30px;
}
.menu ul li a.active {
    color: #20669D;
    text-decoration: underline;
    font-weight: 400;
}
.contact {
    float: right;
    padding: 20px 0 20px 20px;
    border-left: 1px solid #ddd;
}
.contact ul li {
    font-size: 16px
}
.contact ul li a {
    font-weight: 300;
}
.contact ul li.tel {
    margin-top: 10px;
}
.contact ul li.tel a {
    color: #212176;
    text-decoration: underline;
}
.contact ul li img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.m-menu {
    position: absolute;
    top: 105px;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0 30px 20px 0 #B0B0B0;
    box-shadow: 0 30px 20px 0 #B0B0B0;
}
.m-menu ul {
    list-style: none;
    margin-left: 30px;
}
.m-menu ul li {
    margin-top: 20px;
}
.img-banner {
    width: 100%;
}
.img-banner img {
    width: 100%;
}
.presentation-text {
    margin-top: 50px;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
}
.presentation-text p {
    margin-bottom: 30px;
}
.qualities {
    display: flex;
    margin: 100px 0;
}
.qualities .item {
    width: 33%;
    padding-right: 20px;
    font-weight: 300;
    font-size: 16px;
}
.qualities .item img {
    display: block;
    float: left;
    margin-right: 20px;
}
.img-destak {
    float: left;
    width: 40%;
}
.img-destak img {
    width: 100%;
}
.text-sustainability{
    float: right;
    width: 55%;
    margin-top: 50px;
}
.text-sustainability h2 {
    font-size: 40px;
    color: #212176;
    margin-bottom: 30px;
}
.text-sustainability p {
    font-weight: 300;
    margin-bottom: 20px;
}
footer {
    background-color: #F2F2F2;
    padding: 30px 0;
    margin-top: 50px;
}
footer p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
}
footer p a {
    color: #212176;
    text-decoration: underline;
}
#processos .item {
    width: 100%;
    float: left;
    margin-bottom: 200px;
    position: relative;
}
#processos .item img {
    display: block;
    float: left;
    
}
#processos .item .text {
    float: right;
    width: 70%;
    margin-top: 40px;
}
#processos .item .text h3 {
    font-size: 30px;
    color: #212176;
    margin-bottom: 40px;
}
#processos .item .text p {
    font-weight: 300;
    font-size: 20px;
}
#processos .item .next {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 350px;
    display: block;
}
#produtos .sacos, #produtos .sacolas {
    width: 50%;
    float: left;
}
#produtos img {
    width: 100%;
}
#produtos p {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 50px;
}
#produtos .models {
    font-size: 16px;
}
#produtos .models span {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin: 0 5px;
}
#produtos .branca {
    background-color: #fff;
}
#produtos .verde {
    background-color: #9db59dff;
}
#produtos .preta {
    background-color: #000;
}
#produtos .azul {
    background-color: #9dc0de;
}
#produtos .amarela {
    background-color: #eadb78;
}
#contato {
    margin-bottom: 100px;
}
#contato h1 {
    font-size: 30px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}
#contato h1 strong {
    color: #212176;
}
#contato .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.form {
    width: 40%;
    padding-right: 4rem ;
    border-right: 1px solid #ccc;
}
.map {
    width: 43%;
}
.form label {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.form label span {
    display: block;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 10px;
}
.form label input {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 50px;
}
.form label textarea {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 150px;
}
.form button {
    width: 100%;
    display: block;
    border: none;
    background-color: #212176;
    color: #fff;
    line-height: 50px;

}
.map .text {
    margin-top: 20px;
    font-weight: 300;
}
.map .text p {
    margin-top: 10px;
}
.map .text p a {
    color: #212176;
    text-decoration: underline;
}


@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 768px) {
    header {
        margin-bottom: 40px;
    }
    .menu, .contact {
        display: none;
    }
    .show-m-menu {
        display: block;
        float: right;
        margin-right: 50px;
        position: relative;
        top: 20px;
    }
    .show-m-menu img {
        width: 150%;
    }
    .logo img {
        width: 70%;
    }
    .qualities {
        flex-wrap: wrap;
        margin: 40px 0;
    }
    .qualities .item {
        width: 100%;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .img-destak, .text-sustainability {
        width: 100%;
    }
    .text-sustainability {
        margin-top: 0;
    }
    #processos .item img {
        width: 100%;
    }
    #processos .item .text {
        width: 100%;
    }
    #processos .item .next {
        position: relative;
        left: 0;
        margin: 0 auto;
        top: 100px;
    }
    #produtos .sacos, #produtos .sacolas {
        width: 100%;
    }
    #produtos .sacos {
        margin-top: 50px;
    }
    .form, .map {
        width: 100%;
        padding: 0;
        border: 0;
    }
    .form {
        margin-bottom: 40px;
    }
    #contato h1 {
        margin-bottom: 40px;
    }
    
}
