/* GERAL */

* {
    margin: 0; 
    padding: 0; 
    font-size: 100%; 
    box-sizing: border-box;
    font-family: "ubuntu", roboto;
    outline: none;
    border-width: 1px;
}
nav, ul{
    list-style: none;
}
a{
    text-decoration: none;
    font-weight: bold;
    cursor: pointer; 
    opacity: 0.9;
}
a:hover{
    opacity: 1;
    color: #5171A5;
}
h2{
    color: #5171A5;
    margin-bottom: -20px;
    font-weight: bold;
}

/* HEADER */
header{
    background-image: url("img/back.png"); 
    background-position-y: 555px;
    background-size: cover;
    width: 100%; 
    position: absolute;
    top: 0; 
    left: 0; 
    padding: 15px 0 0 0;
   }
header a img{
    width: 260px;
    margin-left: 10%;    
}
header nav{
    background-color: #ffffff;
    justify-content: center;
    display: flex;
    padding: 10px;
}
header nav li{
    margin: 0 70px;
}
header nav li a{
    color: #090C02;
}

/* Barra de pesquisa  */

#divBusca{
    background-color:#ffffff;
    border:none;
    border-radius:15px;
    width:55%;
    float: right;
    height:32px;
    margin-top: 15px;
    margin-right: 10%;
}

#txtBusca{
    float:left;
    background-color:transparent;
    padding-left:5px; 
    border: none;
    font-size:18px;
    height:32px;
    width:92%;
    border-radius: 15px;
    
}    
#btnBusca{
    border:none;
    float:right;
    height:25px;
    border-radius:0 7px 7px 0;
    width:30px;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
    opacity: 0.9;
}
#btnBusca:hover{
    opacity: 1;    
}    
#divBusca img{
    float:right;          
}
@media(max-width:1060px){
    header{
        display: flex;
        flex-direction: column;
    }   
    .logotipo{
        margin-left: 0;
        align-self: center;
        margin-right: 10%;
    }
    #divBusca{
        align-self: center;
        margin-left: 10%;
        margin-bottom: 10px;
    }
    /* #txtBusca{
        width:85%
    } */
}

@media(max-width:870px){
    header nav{
        flex-direction: column;
    }
    header nav li{
        align-self: center;
        padding: 5px;
    }
    #txtBusca{
        width:80%;
    }
}

/* FOOTER */
footer{
    background-color: #ffffff;
}
.linhaHorizontal{
    height: 6px;
    background-color: #5171A5;
}
footer h1{
    font-size: 20px;
    color: #5171A5;
}
footer ul li a{
    list-style: none;
    color: #090C02;
}
.grid{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 10%;
    padding: 30px 0;
}
footer ul ul li{
    flex-direction: column;
    padding: 10px;

}
.logoFooter{
    width: 150px;    
}
.linhaVertical{
    width: 6px;
    background-color: #5171A5 ;
    border-radius: 15px;
}
footer section{
    background-color: #5171A5 ;
    color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer section div{
    justify-content: flex-end;
}
.lista{
    list-style: inside;
    color: #5171A5;
    margin-left: -3.5%;    
}
.linkFooter{
    cursor: default;
    color: white ;
    opacity: 1;
}
.linkFooter:hover{
    color: white;
}
@media(max-width:800px){
    .linhaVertical, .footerCenter, .lista{
        display: none;
    }
    .grid{
        justify-content: center;
    }
    
}

/* EMPRESA */
.empresa{
    margin: -50px 10% 50px 10%;
    display: flex;
    flex-direction: row;
}
.titulo{
    margin: 160px 10% 50px 10%;
    font-size: 25px;
    color: #5171A5;
    font-weight: bold;
}
.texto{
    text-align: justify;
    margin-right: 30px;
}
.imgProlab{
    height:500px;
    width:500px;
}
@media(max-width:1100px){
    .empresa{
        flex-direction: column;
    }
    .titulo{
        margin-top: 225px;
    }
    .texto{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .imgProlab{
        height:500px;
        width:500px;
    }
    
}
@media(max-width:870px){
    .titulo{
        margin-top: 320px;
    }
    .imgProlab{
        height:300px;
        width:300px;
    }
}

/* FALE CONOSCO */


.gridFale{
    display: flex;
    flex-direction: row;
    flex: nowrap;
    justify-content: space-around;
    margin: 0 10%;
    padding: 5px 0;
}
.faleConosco{
    /* margin-bottom: 30px; */
    margin-right: 20px;
    margin-bottom: 30px;
}
.textoFale{
    text-align: justify;
    margin-right: 100px;
    margin-top: -60px;
}
.textoFale2{
    text-align: justify;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: -10px;
}
.textoFale3{
    margin-top: -50px;
}
.tituloFale{
    margin: 160px 10% 50px 10%;
    font-size: 25px;
    color: #5171A5;
    font-weight: bold;
    margin-left: 0;
}
.tituloFale2{
    margin: 160px 10% 50px 10%;
    font-size: 25px;
    color: #5171A5;
    font-weight: bold;
    margin-left: 0;
}
.caixa{    
    background-color:#ffffff;
    border-radius:15px;    
    width:100%;    
    height:35px;
    padding-left: 5px;    
}
.caixaMaior{
    /* display: flex; */
    background-color:#ffffff;
    border-radius:15px;    
    width:100%;    
    margin-right: 10%;
    height:325px;
    padding-left: 5px;  
    padding-top: 5px;
    text-align: justify;
}
/* .caixaBaixa{
    display: flex;
    justify-content: flex-end;
} */
.enviar{
    float: right;
    background-color: #5171A5;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 15px;
    width: 100px;
    height: 30px;
    margin-right: 3%;
    opacity: 0.9;
    cursor: pointer;
}
.enviar:hover{
    opacity: 1;
}
.limpar{
    float: right;
    background-color: #5171A5;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 15px;
    width: 100px;
    height: 30px;
    margin-right: 15px;
    opacity: 0.9;
    cursor: pointer;
}
.limpar:hover{
    opacity: 1;
}
.local{
    margin-top:200px;
}
.localizacao{
    margin-top: 20px;
}
@media(max-width:1200px){
    .gridFale{
        flex-direction: column;
    }     
    .caixaFale{
        margin-right: 10%;
    }  
    .caixa{    
        width: 100%;
        /* margin-right: 10%;     */
    }
    .caixaMaior{
        width: 100%;
        height: 250px;
    }
    .enviar{
        height: 60px;
    }
    .limpar{
        height: 60px;        
    }
    .tituloFale2{
        margin-top: 0;        
    }
   
}
@media(max-width:1060px){
    .tituloFale{
        margin-top: 225px;
    }    
    .caixaFale{
        margin-right: 10%;
    }
}
@media(max-width:870px){
    .tituloFale{
        margin-top: 320px;
    }
}


/* ORÇAMENTO */

.textoOrcamento{
    margin: -70px 10% 0;
    text-align: justify;
}
.orcamento{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 4.5%;
    margin-bottom: 50px;
    margin-left: 10%;
}
.orcamento2{
    margin-right: 4%;
}
.caixaOrcamento{    
    background-color:#ffffff;
    border-radius:15px;
    border-width: 1px;
    width:500px;    
    height:35px;
    padding-left: 5px;    
}

#pesquisa{
    background-color:#ffffff;
    border-radius:1rem;
    /* border: #090C02; */
    border: 1px solid black;
    width: 500px;
    height:35px; 
    float:left;
}   
#txtPesquisa{
    float:left;
    border: none;
    padding-left:5px; 
    font-size:18px;
    height:32px;
    width:92%;
    border-radius: 15px;
    border-width: 1px;
}
#btnPesquisa{
    border:none;
    float: right;
    height:25px;
    border-radius:0 7px 7px 0;
    width:30px;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
    opacity: 0.9;
}
#btnPesquisa:hover{
    opacity: 1;
}      
/* #pesquisa img{
    float:left;          
} */
.select{
    width: 500px;
    height: 32px;
    margin-top: 20px;
    border-radius: 15px;
    cursor: pointer;
}
.h2orc{
    margin-bottom: 10px;
}
.buttonAlign{
    display: flex;
    justify-content: center;
}
.buttonFaleConosco{
    background-color: #5171A5;
    color: #ffffff;
    border-radius: 15px;
    width: 150px;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 30px;    
    align-items: center;
    opacity: 0.9;
}
.buttonFaleConosco:hover{
    opacity: 1;
}
.linkFale{
    color: #ffffff;
    opacity: 0.9;
}
.linkFale:hover{
    color: #ffffff;
    opacity: 1;
}
@media(max-width:1200px){
    .orcamento{
    flex-direction: column;
    }
    .orcamento2{
        margin-top: 25px;
    }
    #enviarOrc{
        float: left;
        margin-left: 400px;
    }
}

/* PRODUTOS */
#tituloProd{
    margin-bottom: 10px;
}
.colunasProd{
    display: flex;
    flex-direction: space-between;
    margin: 0 10%;
}

.colunaProd1{
    display: flex;
    flex-direction: column;
    margin-right: 32px;
    margin-top: 15px;
    margin-bottom:200px;
    width: 300px;
    height: 120px;
    background-color: #09814A;
    border: black solid 1.5px;
    border-radius: 15px;
    padding: 5px;

}
#form-pesquisa{
    margin-left: 10%;    
    background-color:#ffffff;
    border-radius:1rem;
    /* border: #090C02; */
    border: 1px solid black;
    width: 450px;
    height:35px; 
    float:left;
}

.filtros{
    display: flex;
    flex-direction: column;
}
.h2Prod{
    color: #000000;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.1rem;
}
.linkProd{
        text-decoration: none;
        font-weight: bold;
        cursor: pointer; 
        opacity: 0.8;
        color: black;
}
.linkProd:hover{
    opacity: 1;
    color: black;
}
.linkProd img{
    width:12px;
    height: 12px;
}
.colunaProd2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin-left: -8%; */
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 50px;
    flex: 1;
}
.secProd{
    background-image: url("img/bgProd.png");
    background-size: cover;
    border-radius: 15px;
    text-align: center;
    width: 250px;
    height: 300px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    justify-content: space-around;

}
/* .ajusteSaibaMais{
    height:300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
} */
.bgSaibaMais{
    background-color: #09814A;    
    width: 100%;
    /* align-items: flex-end; */
    /* margin-top: 22px; */
    /* margin-bottom: 0; */
    border-radius: 0 0 15px 15px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.saibaMais{
    text-transform: uppercase;
    color: #ffffff;   
    width: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: flex-end; */
    align-self: flex-end;
}
.saibaMais:hover{
    color: #ffffff;
}
.classephp{
    margin: 5px 0 10px 0;
    font-weight: bold;
}
.imgPagProd{
    width: 200px;
    height: 200px;
 } 
@media(max-width:1300px){
    .colunasProd{
        flex-direction: column;
    }
    .colunaProd2{
        margin-top: 20px;
    }
    .colunaProd1{
        width:100%;
        margin-right: 10%;
        margin-bottom: 150px;
    }
}

/* PROD CAT */

.colunaProd1Cat{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    margin-top: 15px;
    width: 800px;
    height: 120px;
    background-color: #09814A;
    border: black solid 1.5px;
    border-radius: 15px;
    padding: 5px;
}
@media(max-width:1300px){
    .colunaProd1Cat{
        width:100%;
        margin-right: 10%;
        margin-bottom: 150px;
    }
}
/* HOME */

.apresentacao{    
    width: 100%;
    margin-top: 120px;
    height: 500px;
    /* animation: animacao 20s infinite;
    background-image: url("img/homeBg.jpg"); */
    background-size: cover;
}
@keyframes mudarbg {
    40% {background-image: url("img/homeBg1.jpg");}
    60% {background-image: url("img/homeBg2.jpg");}
    80% {background-image: url("img/homeBg3.jpg");}
    100% {background-image: url("img/homeBg.jpg");}
}
/* .apresentacao{    
    margin: 0 auto;
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}*/
.foto{
    position: absolute;
    width: 100%;
    height: 500px;
    opacity: 0;
    animation: animacao 20s;
    animation-iteration-count: infinite; 
}
@keyframes animacao{
    25%{opacity: 1; transform: scale(1,1); }
    50%{opacity: 0;}
}
/* .foto:nth-child(1){ } */
.foto:nth-child(2){animation-delay: 5s;}
.foto:nth-child(3){animation-delay: 10s;}
.foto:nth-child(4){ animation-delay: 15s;}
.tituloHome{
    margin: 20px 10%;
    font-size: 25px;
    color: #5171A5;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.destaque{
    width:40%;
    height: 300px;
    align-items: center;
    background-image: url("img/bgProd.png");
    background-size: cover;    
    border-radius: 50%;
    margin: 0 10% 20px 10%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left:30%;
}
.destaqueTexto a{
    color: black;
}
.destaqueTexto h1{
    display: flex;
    font-size: 20px;
    justify-content: center;
}
.destaqueTexto h3{
    display: flex;
    font-size: 15px;
    text-align: center;
}
.destaqueTexto ul{
    display: flex;
    flex-direction: column; 
    list-style: inside;    
}
.destaqueTexto ul img{
    width:10px;
    height: 10px;
}
.destaqueImg{
    width: 230px;
    height: 230px;
    margin-left: 35%;
}
.destaqueProd{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 5%;
    margin-left: 5%;
    justify-content: center;
    margin-bottom: 50px;
}
.destaqueSecProd{
    background-image: url("img/bgProd.png");
    background-size: cover;
    border-radius: 15px;
    text-align: center;
    margin-left: 50px;
    width: 250px;
    height: 270px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}



@media(max-width:1100px){
    .destaque, .apresentacao{
        display: none;
    }
    .tituloHome{
        margin-top: 320px;
    }
}

/* DESCRIÇÃO DE PRODUTO */

.descricao{
    margin: 0 10% 30px;
    display: flex;
    flex-direction: row;
}
.descricao nav img{
    width: 300px;
    height: 300px;
    margin-right: 100px;
    border: black 2px solid;
    border-radius: 15px;
}
.descricao nav h1{
    font-size: 1.3rem;
}
.descricao nav div{
    font-size: 1rem;
}
@media(max-width:800px){
    .descricao{
        flex-direction: column;
        justify-content: center;
    }
    .descricaoImg{
        /* width: 60%;
        height: 60%; */
        /* flex-direction: row; */
        justify-content: center;
    }
}
/* ENVIAR PRODUTO */
.tituloEnviarProduto{
    margin: 200px 10% 10px;
    font-size: 25px;
    color: #5171A5;
    font-weight: bold;
    display: flex;
    /* justify-content: center; */
}
.enviarProduto{
    display: flex;
    flex-direction: column;
    margin: 0 0 50px;
}
.enviarProduto input, select{
    width: 400px;
    margin: 10px 10%;
    height: 35px;
    padding: 5px;
    border-radius: 15px;
}
.enviarProduto textarea{
    width: 400px;
    margin: 10px 10%;
    height: 150px;
    padding: 5px;
    border-radius: 15px;
}
@media(max-width:1060px){
    .tituloEnviarProduto{
    margin-top:250px;
    }
}
@media(max-width:870px){
    .tituloEnviarProduto{
        margin-top:400px;
    }
}

/* EDITAR PRODUTO */

.editarProduto{
    display: flex;
    flex-direction: column;
    margin: 0 0 50px;
}
.editarProduto label{
    margin-left: 10%;
}
.editarProduto input, select{
    width: 400px;
    margin: 10px 10%;
    height: 35px;
    padding: 5px;
    border-radius: 15px;
}
.editarProduto textarea{
    width: 400px;
    margin: 10px 10%;
    height: 150px;
    padding: 5px;
    border-radius: 15px;
}
/* LISTA */



.listaProd{
    margin: 200px 10% 0;
}
.alignLista{
    margin: 0 10%;
}
@media(max-width:1060px){
    .listaProd{
        margin-top: 250px;
    }
}
@media(max-width:870px){
    .listaProd{
        margin-top: 400px;
    }
}

/* LOGIN */

.alignCenter{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.tituloLogin{
    margin: 150px 10% 20px;
    font-size: 25px;
    color: #5171A5;
    font-weight: bold;
    display: flex;
}
.submit{
    cursor: pointer;
    opacity: 0.9;
    background-color: #5171A5;
    color: #ffffff;
    text-transform: uppercase;
}
