h2{
    text-transform: uppercase;
}

h2:after{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #93c83f;
}

#conteudo{
    margin-top: 110px;
}

.categorias a{
    text-transform: uppercase;
}

footer {
    margin-bottom: 40px;
}

#cardapio, footer .container{
    background: #FFF;
}


.cardapio li{
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    min-height: 125px;
    padding: 20px 0;
}

.cardapio a:focus, .cardapio a:hover, .cardapio a:active{
    border: none;
    background: none;
    text-decoration: none;
}

.exibedetalhe a{
    display: block;
    color: #00030a;
    text-decoration: none;
}

.exibedetalhe .descricao{
    display: inline-block;
    max-width: 410px;
    margin: 0 0 0 10px;
}

.exibedetalhe p{
    font-size: 1.5em
}

.cardapio li img{
    height: 120px;
    width: 120px;
    vertical-align: top;
}

.cardapio li a + div{
    width: 100%;
    padding: 10px 130px 3px 140px;
    margin: -120px 0 0 0;
}

.cardapio .precos{
    width: 120px;
    position: absolute;
    right: 0;
    top: 40px;
}

.cardapio h3{
    font-weight: bold;
    margin: 0 0 5px 0;
}

.cardapio .precos p{
    font-size: 1.6em
}

.cardapio .precos p:first-child{
    font-size: 1.3em;
    text-decoration: line-through;
    color: #999;
    margin: 0;
}

#cardapio h2{
    text-decoration: none;
    color: #00030a;
    font-size: 2.5em;
    line-height: 2em;
    font-weight: bold;
}

.cardapio h2{
    text-decoration: none;
    color: #00030a;
    font-size: 1.5em;
    line-height: 2em;
}

.categorias a{
    font-size: 1.5em;
    padding: 5px 0 5px 0;
    line-height: 2em;
    text-decoration: none;
    color: #00030a;
    border-bottom: 1px solid #dfdfdf;
    display: block;
}

.categorias a:hover{
    font-size: 1.5em;
    padding: 5px 0 5px 0;
    line-height: 2em;
    text-decoration: none;
    color: #00030a;
    border-bottom: 1px solid #dfdfdf;
    display: block;
}

.produto-interna em{
    font-style: italic;
}

.produto-interna ul{
    list-style: disc;
    padding: 0 0 0 15px;
}

.produto-interna ol{
    list-style-type: decimal!important;
    list-style: decimal!important;
    padding: 0 0 0 15px;
}

iframe{
    width: 100%;
}

.logo {
    position: fixed;
    display: block;
    margin: -50px auto -200px auto;
    z-index: 9999;
    width: 200px;
    /* height: 97px; */
    top: 3px;
    left: 50px;
    background: none;
    border-radius: 50% 50%;
}

.produto-interna p{
    font-size: 1.5em
}

#contatoform input, #contatoform textarea, #contatoform button{
    margin: 10px 0;
}

#contatoform button{
    margin: 0 0 90px 0;
}

.navbar-toggle .icon-bar{
    background: #000;
}

.iconecategoria{
    font-size: 22px;
    padding: 0;
    margin-right: 0;
}


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

    .cardapio li img{
        display: block;
        margin: 0 auto;
    }

    .cardapio li a + div{
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .cardapio .precos{
        display: block;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;

    }

    .logo{
        left: initial;
        right: 15px;
        position: relative;

    }

    .exibedetalhe a{
        text-align: center;
    }
    
}