/*HEADER*/
.header-bg{
    background: #2c70ff;
    color: white;
    font-family: 'Nunito', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.header{
    display: flex;
    justify-content: space-between;
    max-width: 960px; 
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
}
.header p{
    font-weight: 600;
    font-size: 2em;
}
.menu ul li{
    float: left;
}
.menu ul li a{
    color: white;
    font-weight: 300;
    font-size: 1.2em;
    padding-right: 10px;
    display: block;
}

/* MAIN */
.main{
    display: flex;
    justify-content: space-between;
    max-width: 960px; 
    margin: 50px auto;
}
.main h3{
    font-family: 'Nunito', sans-serif;
    font-size: 3em;
    font-weight: bold;
}

/*CONTENT*/
.content{ 
    display: flex;
    margin:0 auto;  
    max-width: 960px;
    border-top: 2px solid #2c70ff;
    border-bottom: 2px solid #2c70ff;
    flex-wrap: wrap;
    padding: 50px 0;
}
.sobre-text{
    flex: 2 1 300px;
    margin-top: 50px;
    max-width: 100%;
}
.sobre-text h1{
    font-size: 3rem;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.sobre-text p{
    padding: 5px;
    color: gray;
    font-size: 1.25em;
    line-height: 1.4;
    font-family: 'Nunito', sans-serif;
}
.img{
    flex: 1 1 150px;
    margin: 0 10px;
}

/*PRODUTOS*/
.produtos-container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.produtos-bg {
    max-width: 960px; 
    margin: 50px auto; 
}
.produtos-bg h4{
    font-size: 3em;
    font-family: 'Nunito', sans-serif;
    font-weight: bolder;
    margin: 60px 0px 60px 0px;
}
.produtos-container h3{
    color: #a4a4a4;
    background: #f7f7f7;
    font-size: 3em;
    padding: 50px 20px;
}
.purple{
    border-top: 10px solid rgb(175, 62, 228);
}

.pink{
    border-top: 10px solid #f9265e;
}
.blue{
    border-top: 10px solid rgb(50, 203, 230);

}
.produto-img{
    max-width: 100%;
    margin-left: 10px;
}

/*VALORES*/
.valores{
    display: flex;
    padding: 60px;
    background: #f7f7f7;
    flex-wrap: wrap;
    align-items: flex-end;
}
.valor{
    max-width: 960px;
    border: 5px solid white;
    flex: 1px;
    padding: 10px;
    margin: 10px;
}
.valor h2{
    font-size: 3em;
    color: #a4a4a4;
    text-align: center;
}
.valor span{
    max-width: 300px;
    font-size: 3em;
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    display: block;
    font-weight: bold;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}
.valor span sup{
    font-size: 1.5rem;
}
.valor ul{
    max-width: 300px;
    font-size: 1.25rem;
    margin: 20px auto;
    line-height: 2;
    font-style: italic;
    color: #7c7c7c;
}
.valor ul li{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.valor ul li::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #2c70ff;
    border-radius: 50%;
}
.valor button{
    color: #222222;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 20px auto;
    font-size: 2.25em;
    font-weight: bold;
    padding: 15px 20px;
    border: 4px solid;
}
.valor button:hover{
    background: #222222;
    color:white;
    cursor:pointer;
}

/*QUALIDADE*/
.qualidade-bg{
    max-width: 960px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
}
.itens-quality{
    flex: 1 1 300px;
    margin: 20px 10px;
}
.itens-quality h4{
    font-size: 2.25rem;
    color: #a4a4a4;
    margin-bottom:10px;
}
.itens-quality p{
    font-size: 1.25em;
    line-height: 1.4;
    color: #7c7c7c
}
.qualidade-bg  .qualidade-purple h4::before{
    content: '';
    display: inline-block;
    background: rgb(175, 62, 228);
    width: 8px;
    height: 30px;
    margin-right: 10px;
}
.qualidade-bg  .qualidade-pink h4::before{
    content: '';
    display: inline-block;
    background: #f9265e;
    width: 8px;
    height: 30px;
    margin-right: 10px;
}
.qualidade-bg  .qualidade-blue h4::before{
    content: '';
    display: inline-block;
    background: rgb(50, 203, 230);
    width: 8px;
    height: 30px;
    margin-right: 10px;
}

/*NEWSLATER*/
.newslater-bg{
    background: #f7f7f7;
    padding: 10px;
}
.news-itens{
    max-width: 960px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}
.news-notify{
    flex: 1 1 260px;
    margin: 0 10px;
}
.news-notify h2{
    font-size: 3em;
    color: #a4a4a4;
}
.news-notify p{
    font-style: italic;
    font-size: 1.25;
    max-width: 230px;
    color: #7c7c7c;
    margin-bottom: 10px;
}
.news-form{
    flex: 2 1 200px;
    margin: 0 10px;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
}
.news-form input{
    flex: 3 1 200px;
    font-size: 1.25em;
    color: #7c7c7c;
    font-style: italic;
    font-family: 'Nunito', sans-serif;
    border: 4px solid #2c70ff;
    background: transparent ;
    margin: 0px;
    padding: 15px 10px;
    border-radius: 0px;
}
.news-form button{
    flex:1 1 200px;
    font-family: 'Nunito', sans-serif;
    color: white;
    font-size: 2.25em;
    font-weight: bold;
    text-transform: uppercase;
    background: #2c70ff;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    padding: 15px 10px;
}

/*FOOTER*/
.footer-bg{
    background: #2c70ff;
    height: 100px;
}
.footer-bg span{
    text-align: center;
    display: block;
    font-size: 2.25em;
    color: white;
    padding-top: 20px;
}