/*POP*/
#pop{
    height: 2px;
    width: 100%;
    background: #660020;
}

/*POP*/

#menuum{
    height: 90px;
    margin: 0 auto;
    width: 90%;
    max-width: 1080px;
    text-align: center;
    margin-top: 30px
}
#menuum img{
    width: 220px;
    padding: 20px 0;
}
#menuum div{
    color: #f1f1f1;
    height: 90px;
    display: inline-flex;
    width: 100%;
    text-align: right;
    flex-direction: row-reverse;
    font-size: 0.8em;
}

#menuum ul{
    padding: 35px 20px;
    border-bottom: 3px solid transparent;
    align-items: flex-start;
    cursor: pointer;
    transition: 0.3s;
}
#menuum ul:hover{
    border-bottom: 3px solid #660020;
}
#menudois, #abremenu, #fechamenu{
    display: none;
}


/*ROSTO*/
#rosto{
    text-align: left;
    color: #f1f1f1;
    margin-top: -40px;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}
#rosto h1{
    font-size: 3.0em;
    margin-top: 150px;
    color: #ffcc00;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 45px;
}
#rosto spam{
    font-weight: 600;
}
#rosto h2{
    font-size: 1.2em;
    margin-top: -30px;
    font-weight: 100;
}

#botao1a{
        display: flex;
        flex-direction: row;
        padding: 20px 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    #botao1a i{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        border: 1px solid #f1f1f1;
        border-radius: 100px;
        color: #f1f1f1;
        cursor: pointer;
        transition: 0.3s;
        opacity: 0.6;
    }
    #botao1a i:hover{
        border: 1px solid #f1f1f1;
        border-radius: 100px;
        color: #f1f1f1;
        opacity: 0.8;
        color: #660020;
        background: #f1f1f1;
    }


/*SOBRE*/
#sobre{
    position: relative;
    margin-top: 10%;
    height: 200px;
    background-image: url('../imagens/bg2.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#sobre div{
    height: 200px;
    align-items: center;
    text-align: center;
}
#sobre div img{
    margin-top: 80px;
    width: 96%;
    max-width: 800px;
}

/*SOBRE 2*/
#sobre2{
    height: auto;
    background: #f1f1f1;
}
#sobre2 div{
    width: 90%;
    max-width: 1080px;
    text-align: center;
    background: #ffffff;
    margin: 0 auto;
    margin-top: -50px;
    z-index: 99;
    position: relative;
    border-radius: 8px;
    background-image: linear-gradient(#ffffff, #f1f1f1);
}
#sobre2 div h1{
    color: #660020;
    font-size: 3em;
    margin-top: 30px;
}
#sobre2 div h2{
    color: #660020;
    font-size: 2em;
    font-weight: 600;
}
#sobre2 div h3{
    color: #660020;
    font-size: 1.2em;
    font-weight: 600;
}
#sobre2 div p{
    font-size: 1em;
    width: 80%;
    margin: 0 auto;
}

/*SOLUÇÕES*/
#solucoes{
    margin-top: 0px;
    background: #E3D3DC;
    text-align: center;
    width: 100%;
    background-image: url('../imagens/bg4.jpg');
    background-size: cover;
    background-position: center top;
}
#solucoes h1{
    color: #f1f1f1;
}
#solucoes1{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    top: 0;
    width: 90%;
    max-width: 1080px;
}
#solucoes1 div{
    flex-grow: 1;
    flex-basis: 250px;
    padding: 10px;
    margin-top: 30px;
    transition: 0.9s;
}
#solucoes1 div:hover{
    background: #660020;
    transition: 0.9s;
    border-radius: 10px;
}
#solucoes1 div i{
    font-size: 4em;
    color: #f1f1f1;
    padding: 10px;
    border-radius: 20px;
}
#solucoes1 div h4{
    color: #f1f1f1;
    font-weight: 600;
    font-size: 1.2em;
}
#solucoes1 div p{
    color: #f1f1f1;

}
#solucoes a{
    padding: 16px 30px;
    background: #f1f1f1;
    color: #660020;
    font-weight: 600;
    border-radius: 100px;
    transition: 0.8s;
}
#solucoes a:hover{
    background: #660020;
    color: #f1f1f1;
    font-weight: 600;
    border-radius: 100px;
    transition: 0.8s;
}

/*NADA*/
#nada{
    height: 300px;
    
}
#nada div{
    height: 300px;
    width: 100%;
    background-image: url('../imagens/bg3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*CLIENTES*/
#clientesmob{
    display: none;
}
#clientespc{
    height: auto;
}
#clientespc spam{
    margin-top: 50px;
    margin-bottom: 50px;
}
#clientespc spam a{
    padding: 16px 30px;
    background: #660020;
    color: #f1f1f1;
    font-weight: 600;
    border-radius: 100px;
    transition: 0.8s;
}
#clientespc spam a:hover{
    padding: 16px 30px;
    background: #f1f1f1;
    color: #660020;
    font-weight: 600;
    border-radius: 100px;
    transition: 0.8s;
}
#clientesmob spam{
    margin-top: 50px;
    margin-bottom: 50px;
}
#clientesmob spam a{
    padding: 16px 30px;
    background: #660020;
    color: #f1f1f1;
    font-weight: 600;
    border-radius: 100px;
    transition: 0.8s;
}
#clientesmob spam a:hover{
    padding: 16px 30px;
    background: #f1f1f1;
    color: #660020;
    font-weight: 600;
    border-radius: 100px;
    transition: 0.8s;
}
#cligeral{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -20px;
    display: flex;
    flex-basis: 100px;
    flex-wrap: wrap;
    text-align: center;
    align-items: flex-start;
    border-radius: 10px;
    background-image: linear-gradient(#660020, transparent);
}
#cligeral div{
    display: flex;
    flex-basis: 100px;
    margin: 10px;
    text-align: center;
    flex-grow: 1;
    align-items: flex-start;
}
#cligeral div img{
    width: 180px;
    opacity: 0.5;
    text-align: center;
    margin: 0 auto;
    transition: 0.8s;
}
#cligeral img:hover{
    opacity: 1.0;
    transition: 0.8s;
}

@media screen and (max-width: 700px) {
    #menuum{
        text-align: center;
        align-items: center;
        display: block;
        width: 90%;
    }

    #rosto h1{
        font-size: 2.2em;
        margin-top: 50px;
    }
    #rosto h2{
        font-size: 1.1em;
        margin-top: -20px;
    }
    
    #botao1a{
        display: flex;
        flex-direction: row;
        padding: 20px 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    #botao1a i{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        border: 1px solid #f1f1f1;
        border-radius: 100px;
        color: #f1f1f1;
        cursor: pointer;
        transition: 0.3s;
        opacity: 0.3;
    }
    #botao1a i:hover{
        padding: 10px;
        margin-top: 50px;
        border: 1px solid #f1f1f1;
        border-radius: 100px;
        color: #f1f1f1;
        opacity: 0.6;
        color: #660020;
        background: #f1f1f1;
    }
    #clientespc{
        display: none;
    }
    #clientesmob{
    display: block;
    height: auto;
}
}