.logoImg{
    width: 130px;
    height: 100px;
    margin-left: 50px;
}
.navMenuItens{
    margin-left: 40%;
}
.navMenuItens li{
    margin-left: 10px;
}
.navMenuItens li a{
    font-weight: bolder;
    color: blueviolet;
}
.navFormBuscar{
    margin-right: 50px;
}
section{
    width: 100%;
    height: 70vh;
    position: relative;
    display: flex;
}
section img{
    width: 100%;
    height: 70vh;
}
.containerCabecalho{
    z-index: 2;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10%;
}
.tituloCabecalho{
    width: 40%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content:center;
}
.tituloCabecalho h1{
    font-size: 30pt;
    color: #fff;
}
.tituloCabecalho h2{
    font-size: 15pt;
    color: #DEC815;
}
.buttonSaibaMais{
    background-color: #000000;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 15px;
}
.buttonSaibaMais a{
    color: #fff;
    text-decoration: none;
}
.buttonSaibaMais:hover{
    transition: 0.5s;
    background-color: #00184B;
}
.formCabecalho{
    background-color: #F8F9FA;
    width: 30%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}
form h3{
    font-size: 26px;
}
form h4{
    font-size: 16px;
}
.buttonSubmit{
    background-color: #00184B;
    width: 100%;
}
.fundoGradiente{
    z-index: 1;
    position: absolute;
    padding: 80px 56px 80px 56px;
    width: 100%;
    height: 70vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.categorias{
    width: 100%;
    height: 90vh;
    margin-bottom: 25px;
}
.categoriasCatTitulos{
    width: 100%;
    padding: 30px;
    background-color: #00184B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #fff;
}
.catTitulo{
    font-weight: bolder;
    font-size: 40px;
}
.buttonSolOrça{
    background-color: #00184B;
    padding: 0.8%;
    transition: 0.8s;
}
.categoriasDivs{
    width: 100%;
    height: 60vh;
    background-color: #00184B;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5%;
}
.catServicoOne, .catServicoTwo, .catServicoTree{
    width: 300px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.catServicoOne img{
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.catServicoOne:hover{
    margin-bottom: 2%;
    margin-top: -2%;
    transition: 0.9s;
}
.catServicoTwo:hover{
    margin-bottom: 2%;
    margin-top: -2%;
    transition: 0.9s;
}
.catServicoTree:hover{
    margin-bottom: 2%;
    margin-top: -2%;
    transition: 0.9s;
}
.catServicoTwo img{
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.catServicoTree img{
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.cliente{
    padding-top: 4%;
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.clientesTitulos{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
.catClientes{
    width: 100%;
    padding: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.flex-container{
    flex-wrap: wrap;
}
.imgClient{
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 100%;
    box-shadow: 5px 5px 5px 5px #cecece;
}
.imgClient img{
    width: 150px;
    height: 150px;
    background-color: #fff; 
    border-radius: 100%;
}
.callMe{
    background-color: #00184B;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 40px;
    color: #fff;
}
.logoCallMe{
    width: 250px;
    height: 250px;
    background-color: #fff;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px 5px #cecece;
}
.logoImgCallMe{
    width: 180px;
    height: 200px;
}
.formCallMe{
    width: 350px;
}
.formCallMe input{
    background-color: #00184B;
    color: #fff;
}
footer{
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*CONFIGURAÇÕES DA PÁGINA SOBRE*/
.sobreDivs{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5%;
}
.sobreNos{
    width: 70%;
    background-color: #fff;
    text-align: justify;
}
.sobreNos h5{
    font-size: 40px;
    border-bottom: 2px solid #cecece;
    margin-bottom: 30px;
}
.politicaDivs{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 5%;
}
.politicaOne{
    width: 23%;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-left: 2px solid #cecece;
    padding: 10px;
    gap: 15px;
}
.politicaOne img{
    width: 50px;
    height: 50px;
}
.politicaOne h5{
    font-size: 40px;
    text-align: center;
}
.politicaOne p{
    text-align: justify;
}
.politicaTwo{
    width: 23%;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-left: 2px solid #cecece;
    padding: 10px;
    gap: 15px;
}
.politicaTwo img{
    width: 50px;
    height: 50px;
}
.politicaTwo h5{
    font-size: 40px;
    text-align: center;
}
.politicaTwo p{
    text-align: justify;
}
.politicaTree{
    width: 23%;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-left: 2px solid #cecece;
    padding: 10px;
    gap: 15px;
}
.politicaTree img{
    width: 50px;
    height: 50px;
}
.politicaTree h5{
    font-size: 40px;
    text-align: center;
}
.politicaTree p{
    text-align: justify;
}

/*CONFIGURAÇÕES DA PÁGINA SERVIÇOS*/
.servicosTypes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}
.servicosTypes h1{
    padding: 30px;
}
.servicosTypes button{
    width: 135px;
    height: 60px;
}
.services01{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services01 img{
    width: 650px;
    height: 380px;
}
.descServices1{
    width: 500px;
    text-align: justify;
    font-size: 12pt;
}
.descServices1 h2{
    color: #00184B;
}
.services02{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services02Img{
    width: 720px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.services02Img img{
    width: 350px;
    height: 230px;
}
.services03{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services03Img{
    width: 720px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.services03Img img{
    width: 350px;
    height: 230px;
}
.services04{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services04 img{
    width: 600px;
    height: 350px;
}
.services05{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services05Img{
    width: 720px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.services05Img img{
    width: 350px;
    height: 230px;
}
.services06{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services06 img{
    width: 600px;
    height: 350px;
}
.services07{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services07Img{
    width: 720px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.services07Img img{
    width: 350px;
    height: 230px;
}
.services08{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services08Img{
    width: 720px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.services08Img img{
    width: 350px;
    height: 230px;
}
.services09{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services09Img{
    width: 720px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.services09Img img{
    width: 350px;
    height: 230px;
}
.services10{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
    height: 500px;
}
.services10Img{
    width: 720px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.services10Img img{
    width: 350px;
    height: 230px;
}

/*CONFIGURAÇÕES DA PÁGINA PRODUTOS*/
.products{
    padding-top: 4%;
    width: 100%;
    height: 1150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productsTitulos{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
.catProdutos{
    width: 100%;
    padding: 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-evenly;
}

.imgProducts{
    margin-left: 15px;
    margin-top: 15px;
    box-shadow: 1px 1px 3px 3px #cecece;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
}
.imgProducts img{
    width: 220px;
    height: 220px;
    background-color: #fff; 
}
.imgProducts p{
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 15pt;
    font-weight: bolder;
}
.imgProducts h5{
    font-size: 10pt;
}

/*CONFIGURAÇÕES DA PÁGINA CONTATOS*/
.contatosEmpresa{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}
.confAddContatosForm{
    background-color: #00184B;
    color: #fff;
}
.contatosGeral{
    display: flex;
    flex-wrap: wrap;
    width: 520px;
    gap: 20px;
}
.confAddStyle{
    width: 250px;
    height: 200px;
    display: flex;
    padding: 10px;
    flex-direction: column;
    background-color: #00184B;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #cecece;
    color: #fff;
}
.confAddStyle:hover{
    box-shadow: 1px 1px 5px 5px #cecece;
    transition: 0.8s;
}
.confAddStyle a{
    width: 90px;
    height: 85px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
}
.confAddStyle i{
    font-size: 50px;
    color: #fff;
}
.confAddStyle p{
    font-size: 9pt;
}