* {
    padding: 0;
    margin: 0;
    font-family: "Roboto-Regular";
}

@font-face {
    font-family: "Roboto-Light";
    src: url(fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: "Roboto-Regular";
    src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Roboto-bold";
    src: url(fonts/Roboto-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    font-family: "regular";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    --verde: var(#005944);
}

a {
    outline: none;
    text-decoration: none;
}


.oculto, .oculto2 {display: none;}


header {
    position: fixed;
    width: 100%;
    height: 60px;
    float: left;
    border-bottom: 1px solid #d8d8d8;
    background-color: white;
    z-index: 9;
}

img.logo {
    position: relative;
    float: left;
    height: 70%;
    margin: 8px;
}

form.busca {
    position: relative;
    float: left;
    width: 30%;
    height: 70%;
    margin: 8px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 5px;
    
    display:none;
}

form.busca input.search {
    position: relative;
    height: 100%;
    width: 90%;
    font-size: 16px;
    font-family: "Roboto-Light";
    padding: 0;
    border: 0;
    margin: 0;
    float: left;
}

form.busca input.bmtSearch {
    position: relative;
    float: left;
    width: 10%;
    height: 100%;
    border: 0;
    background-color: transparent;
    
    background-image: url(../img/lupa.png);
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
}

nav {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
/*
    border: 1px solid #e8e8e8;
    border-radius: 5px;
*/
    padding: 5px;
}

nav button {
    position: relative;
    float: left;
    width: 100%;
    border: 0;
    background-color: transparent;
    font-family:"Roboto-Light";
    font-size: 18px;
    text-transform: uppercase;
    color: #686868;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 20px;
    text-align: right;
}

img.botao {
    position: relative;
    height: 50px;
    width: 50px;
    margin-top: 5px;
    border: 0;    
    cursor: pointer;
    float: right;
    right: 10px;
}


div.super_lista2 {
    position: fixed;
    width: 100%;
    float:left;
    height: 90%;
    padding: 50px;
    top: 60px;
    left: 0;
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 10px #444;
    z-index: 99999999999;
    transition:0.5s;
    overflow: auto;
}

div.super_lista2 div.menu {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #686868;
    transition:0.5s;
}

div.super_lista2 label {
    position: relative;
    width: 75%;
    height: auto;
    float: left;
    margin-left: 5px;
    font-family:"Roboto-Regular";
    text-transform: uppercase;
    cursor: pointer;

}

div.super_lista2 div.menu:hover {
    background-color: #005944;
    color: white;
    font-family: "Roboto-bold";
    background-image: url(../img/go.png);
    background-position: 95%;
    background-size: auto;
    background-repeat: no-repeat;
    
    
    
}
div.imgMenu {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fafafa;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.menu2 {
    position: relative;
    float: left;
    width: 20%;
    height: auto;
}

div.menu3 {
    position: relative;
    float: left;
    width: 80%;
    height: auto;
    padding-left: 10px;
}


footer.line {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #005944;
    color: white;
}

footer.line img.logo {
    width: 70%;
    position: relative;
}

footer.line div.line {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

footer.line div.line h2 {
    font-family: "Roboto-bold";
    color: white;
}

footer.line div.line a {
    font-family: "Roboto-Light";
    color: white;
}

section.titulo2 {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #005944;
    color: white;
}

section.titulo2 h1 {
    font-size: 40px;
    font-family: "Roboto-bold";
    text-transform: uppercase;
}

section.titulo2 .imgMenu {
    margin-right: 10px;
    display: none;
}

section.categorias {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: #fafafa;
}

section.categorias div.item {
    position: relative;
    float: left;
    width: 50%;
    padding: 5px;
} 

section.categorias div.item div.item2 {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: auto;
    float: left;
    padding: 5px;
    background-color: white;
}

section.categorias div.item div.item2 div.imgItem {
    position: relative;
    width: 100%;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
       transition:0.5s;
}

section.categorias div.item div.item2 div.imgItem:hover {
    background-size: 100%;
}

section.categorias div.item div.item2 h3 {
    font-family: "Roboto-Light";
    color: #444;
    font-size: 14px;
    height: 45px;
}

div.mapa {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    padding-left: 30px;
    font-family: "Roboto-Light";
    color: #444;
    text-transform: uppercase;
}

div.mapa a{

    font-family: "Roboto-Light";
    color: #444;
    text-transform: uppercase;
}



/*Para fazer o caroussel aparecer*/

.container{
    position: relative;
    
    width: 100%;
    height: 450px;

}

.wall{
    display: none;
    width: 100%;
    height: 100%;
    color: white;
}

.wall button.avancar {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    background-color: white;
    border: 0;
    font-size: 24px;
     font-family: "Roboto-Light";
    color: #444;
    padding: 5px;
}

.wall button.voltar {
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    background-color: white;
    border: 0;
    font-size: 24px;
    font-family: "Roboto-Light";
    color: #444;
    padding: 5px;
}

/* Corzinha de fundo para diferenciar */
.wall-1{ 
    background-image: url(bg/rapel.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wall-2{
    background-image: url(bg/altura.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wall-3{
    background-image: url(bg/back.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wall:target{
    display: block;
}

h1.chamada {
    font-size: 30px;
    font-family: "Roboto-bold";
    text-transform: uppercase;
    position: relative;
    padding-left: 5%;
    top: 30%;
    width: 100%;
    line-height: 40px;
    text-shadow: 1px 1px 2px black;
}

section.categorias div.central {
    position: relative;
    width: 100%;
}

section.categorias div.central div.line {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

section.categorias div.central div.line h2 {
    margin-bottom: 10px;
    font-family: "Roboto-bold";
    font-size: 20px;
}

section.categorias div.central div.line a.mais {
    position: absolute;
    top: 0px;
    right: 0;
    font-family: "Roboto-Light";
    font-size: 20px;
    color: #005944;
}

.btm {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #005944;
    font-family:"Roboto-Light";
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.btmCircle {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 5px;
    background-color: #005944;
    font-family:"Roboto-Light";
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.btmAdd {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 5px;
    background-color: #005944;
    font-family:"Roboto-Light";
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

form.dialogo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
      font-size: 28px;
    z-index: 9999999;
}

form.dialogo div.dialogo {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 70px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    font-size: 28px;
}


h2.dialogo {
    font-family:"Roboto-Light";
    font-size: 20px;
    color: #686868;
}

b {
    font-family:"Roboto-Bold";
    color: #005944;
}

label.dialogo {
    font-family:"Roboto-Light";
    font-size: 16px;
    color: #686868;
}

.qtd {
    position: relative;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    margin: 10px;
    width: 50px;
    text-align: right;
    font-size: 20px;
    font-family:"Roboto-Bold";
}

.ocultar {display: none;}

img.fechar {
    position: relative;
    float: right;
    opacity: 0.8;
    width: 16px;
    cursor: pointer;
}

section.carrinho {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
}

section.carrinho h1 {
    font-family:"Roboto-Bold";
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
}

section.carrinho div.caixa {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    font-family:"Roboto-Regular";
}

section.carrinho div.caixa_line {
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #d8d8d8;
}

section.carrinho div.caixa_line label {
    font-family:"Roboto-Regular";
}

section.carrinho div.subcaixa {
    position: relative;
    float: left;
    height: auto;
    padding: 5px;
}

section.carrinho div.subcaixa.image {
    width: 10%;
}

section.carrinho div.subcaixa.nome {
    width: 70%;
}

section.carrinho div.subcaixa.quanto {
    width: 10%;
    text-align: center;
}

section.carrinho div.subcaixa.excluir {
    width: 10%;
}

section.carrinho .trash {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    float: right;
}

section.carrinho div.imgItem {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

input.campo {
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    padding: 10px;
    background-color: white;
    border: 0;
    font-size: 18px;
    border-bottom: 1px solid #d8d8d8;
     font-family:"Roboto-Regular";
    
}

div.ok {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    background-color: seagreen;
    color: white;
    font-family:"Roboto-Bold";
    text-transform: uppercase;
}

div.erro {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    background-color: red;
    color: white;
    font-family:"Roboto-Bold";
    text-transform: uppercase;
}

section.obrigado {
    position: relative;
    height: 500px;
    width: 100%;
    font-family:"Roboto-Bold";
    text-align: center;
    margin-top: 50px;
}

section.obrigado h1 {
    font-family:"Roboto-Bold";
    font-size: 40px;
}

section.obrigado p {
    font-family:"Roboto-Regular";
    font-size: 20px;
}

section.produto {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #fafafa;
}

section.produto div.esquerda {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    padding-top: 0;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #005944;
    border-radius: 5px;
}

section.produto div.esquerda h3 {
    font-family:"Roboto-Bold";
    margin-top: 10px;
    font-size: 30px;
}

section.produto div.esquerda label {
    font-family:"Roboto-Light";
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

section.produto div.esquerda p {
    font-family:"Roboto-Light";
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}

div.cor {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

section.produto div.direita {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 99999999;
}

section.produto div.direita form.pedir {
    background-color: white;
    padding: 5px;
    border: 1px solid #e8e8e8;
    position: relative;
    float: left;
    width: 100%;
}

section.produto div.esquerda img.produtoFoto {
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -150px;

    position: relative;
}

section.mais {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
}

section.mais h2 {
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
}


section.mais div.item {
    position: relative;
    float: left;
    width: 50%;
    padding: 5px;
} 


section.mais div.item div.item2 {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 300px;
    padding: 5px;
    background-color: white;
}

section.mais div.item div.item2 div.imgItem {
    position: relative;
    width: 100%;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
       transition:0.5s;
}

section.mais div.item div.item2 div.imgItem:hover {
    background-size: 100%;
}

section.mais div.item div.item2 h3 {
    font-family: "Roboto-Light";
    color: #444;
    font-size: 14px;
    height: 45px;
}

section.outras {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
}

section.outras h2 {
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
}

section.outras div.menu {
    position: relative;
    width: 100%;
    height: 60px;
    
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #686868;
    transition:0.5s;
    border: 1px solid #e8e8e8; 
}

section.outras div.menu label {
    font-family: "Roboto-Light";
    margin-left: 10px;
    margin-top: 10px;
}

img.menu {
    position: relative;
    float: right;
    margin: 18px; 
}

section.contatos {
    position: relative;
    width: 100%;
    float: left;
    
}

section.contatos h3 {
    font-family: "Roboto-Bold";
}

section.contatos label {
    font-family: "Roboto-Light";
}

section.contatos div.flow {
    position: relative;
    width: 50%;
    float: left;
    padding: 50px;
}

section.contatos div.flow.verde form {
    position: relative;
    float: left;
    width: 100%;
     
}

section.contatos div.flow.verde form input,section.contatos div.flow.verde form textarea {
    font-family: "Roboto-Light";
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
}

section.menu {
    position: fixed;
    width: 80%;
    top: 0;
    right: 0;
    height: 100%;
    background-color: white;
    z-index: 999999999;
}












