@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');

html, body{
    height: 100%;
}


.slider .slides {
    
    height: 100% !important;
}

.slider .indicators {
    z-index: 999 !important;
    bottom: 50px
  } 
.slider  {
    
    height: 100% !important;
  }

.over{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    background-color: #FFF;
    background-image: url("../img/bg_fabrica.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
    display: none
}

.overloja{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    background-color: #FFF;
    background-image: url("../img/bg_lojinha.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
    display: none
}

.tloja{
    position: absolute;
    z-index: 1;
    margin: 5px 0 0 10px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
    font-size:16px
}

.btempresa, .btloja{
    cursor: pointer;  
}

.btempresa:hover img{
    opacity:  0.8
}

.btloja:hover img{
    opacity:  0.8
}

.btmercado:hover img{
    opacity:  0.8
}


.close, .closeloja{
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    padding: 15px;
    cursor: pointer;
   
}

h1{
    font-family: 'Roboto Slab', serif;

}

h5{
    text-align: justify;
    line-height: 1.5;
    font-size: 20px
}

body{
    font-weight: 300;
    font-size: 18px;
    background-image: url('../img/bg_fixo.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.home{
    background-image: url('../img/bg_jean.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.receita{
    background-image: url('../img/bg_receita.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 10px 0 !important;
}

.empresa{
    background-image: url('../img/bg_empresa.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}



.sie{
    background-image: url('../img/bg_sie.jpg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.contatos{
    background-image: url('../img/bg_contatos.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.produto{
    width: 98%;
    margin: 10px auto;
    height: 180px;
    overflow: hidden;
    background-color: #d4e2e2;
}

.produto img{
    width: 100%;
    height: auto
}

.page{
    height: 83%;
    width: 100%;
    top:17%;
    position: relative
}

.pageauto{
    height: auto;
    width: 100%;
    top:17%;
    position: relative
}

.titulo{
    height: 50px
}

.flex{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.conteudo{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
}

.height_max{
    height: auto;
}

.bt-categoria{
    padding: 15px;
    box-sizing: border-box;
    border: solid 2px #CCC;
    margin: 5px 0
}

.bt-categoria2{
    padding: 5px;
    box-sizing: border-box;
    border: solid 2px #CCC;
    margin: 5px 0
}

.bt-categoria:hover{
    background-color: #CCC;
    color: #000
}

.menu{
    padding: 5px 5px 5px 0;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99
}

.redesociais{
    padding: 56px 0 0 0 !important;
}

.menu .container .row{
    margin: 0px !important
}

.bts li{
    display: inline-block;
    padding: 40px 0 0 0;
    margin: 0 10px;
}

.bts  a{
    color: #7a7a7a
}

.bts .active a{
    color: #313396;
    font-weight: bold
}

.chef{
    position: absolute;
    right: 20%;
    top: 20%;
}

.materialboxed{
    margin: 10px 0 !important
}

label{
    color: #fff !important;
    top: 8px !important
}

form input, textarea{
    background-color: #fff  !important;
    color: #000 !important;
    padding-left: 10px !important
}

.cel{
    display: none;
}

.pc{
    display: block;
}

.btcomprar{
    width: 50%
}

.menucel{
    display: none !important;
    z-index: 100;
}

@media screen and (max-width: 1100px) {



    .bts li{
        margin: 0 2px;
    }
    .redesociais{
        display: none
    }

    .logomarca img{
        height: 100px;
        text-align: center !important;
    }


    .btcomprar{
        width: 70%
    }
    

    .maps{
        height: 100%;
    }

}

@media screen and (max-width: 780px) {

    .menucel{
        display: block !important;
        position: absolute !important;
        top: 10px !important;
        left: 10px !important;
        padding: 10px;
        background-color: rgb(32, 0, 150)
}

    .cel{
        display: block;
    }
    
    .pc{
        display: none;
    }
    

    .produto{
        height: 140px;
        background-color: transparent
    }
    

    .nav, .redesociais, .chef{
        display: none
    }

    .logomarca{
        text-align: center !important;
        align-content: center;
    }
    
    .logomarca img{
        height: 100px;
        text-align: center !important;
    }

    .btcomprar{
        width: 90%
    }

}