body{
    background: url('/imagens/bg.jpg') fixed;
    background-size: cover;
    top:0px !important;
}

a{
    color: #cc0000 !important;
}

@font-face {
    font-family: bebasneue;
    src: url('/fontes/BEBASNEUE.OTF');
}

.menu-rivelli{
    background-color: rgba(0,0,0,0.25) !important;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 200;
    padding: 0px;
    font-family: bebasneue;
    letter-spacing: 2px;
}

.menu-rivelli .container{
    width: 100%;
    max-width: 100%;
    border: 0px solid;
}

.menu-rivelli #logo{
    background: url("/imagens/logo_branca.png") no-repeat;
    background-size: 100% 100%;
    width: 74px;
    height: 50px;
}

.menu-rivelli-madeira #logo{
    background: url("/imagens/logo_vermelha.png") no-repeat;
    background-size: 100% 100%;
    width: 74px;
    height: 50px;
}

.menu-rivelli li:hover #logo{
    background: url("/imagens/logo_branca.png") no-repeat;
    background-size: 100% 100%;
    width: 74px;
    height: 50px;
}

.menu-rivelli #area_restrita{
    background: url("/imagens/area_do_colaborador.png") no-repeat;
    background-size: auto 80%;
    background-position: center center;
    min-width: 100px;
    width: 100%;
    height: 35px;
}

.menu-rivelli-madeira #area_restrita{
    background-image: url("/imagens/area_do_colaborador_vermelha.png");
}

.menu-rivelli li:hover #area_restrita{
    background-image: url("/imagens/area_do_colaborador.png");
}

.navbar-nav{
    text-align: center;
}

.menu-rivelli li{
    float: none !important;
    display: inline-block !important;
    padding: 0px 10px;
}

.menu-rivelli li a{
    color: #fff !important;
}

.menu-rivelli li.active{
    background-color: #cc0000 !important;
}

.menu-rivelli li:hover{
    background-color: #cc0000 !important;
    cursor: pointer;
}

.menu-rivelli li:hover a{
    color: #fff !important;
}

.menu-rivelli .navbar-toggler{
    position: absolute;
    right: 6px;
    top: 5px;
}

.menu-rivelli-madeira .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.menu-rivelli-madeira {
    border-bottom: 2px solid #cc0000;
    background: url('/imagens/bg.jpg') fixed;
    background-size: cover;
}

.menu-rivelli-madeira li a{
    color: #cc0000 !important;
}

.menu-rivelli-madeira li.active a{
    color: #fff !important;
}

#home-full-carousel .carousel-control-next-icon, #home-full-carousel .carousel-control-prev-icon, .neg-titulo .carousel-control-next-icon, .neg-titulo .carousel-control-prev-icon {
    width: 30px;
    height: 75px;
    background-size: 100% 100%;
}

#home-full-carousel .carousel-control-next-icon, .neg-titulo .carousel-control-next-icon{
    background-image: url("/imagens/dir.png");
}

#home-full-carousel .carousel-control-prev-icon, .neg-titulo .carousel-control-prev-icon{
    background-image: url("/imagens/esq.png");
}

.saiba_mais{
    font-family: bebasneue;
    text-transform: uppercase;
    color: #cc0000 !important;
    border: 1px solid #cc0000;
    background: rgba(255, 255, 255, 0.4);
    width: 150px;
    padding: 15px;
}

.saiba_mais:hover{
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

#home-full-carousel .carousel-caption{
    bottom: 50px;
}

#home-full-carousel .carousel-indicators{
    bottom: 40px;
}

#home-full-carousel .carousel-indicators .active {
    background-color: rgba(255, 0, 0, 0.6) !important;
}

#home-full-carousel .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 0px;
    margin-left: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent !important;
    border: 3px solid #fff;
    padding: 5px 30px;

}

.neg-titulo{
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
    margin: 0px;
}

.neg-titulo h1{
    font-family: bebasneue;
    font-size: 60px;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-transform: uppercase;
}

.bg_white{
    margin-top: 20px;
    margin-bottom: 20px;

    background: rgba(255,255,255, 0.7);
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px 40px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

#conteudo p {
    text-indent: 20px;
}

.container h2, h3, h4, h4, h6{
    font-family: bebasneue;
    color: #cc0000;
    text-transform: uppercase;
}

.nossos_negocios .neg-img{
    background-position: center;
    background-size: cover;
    width:100%;
    min-height: 250px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.noticias .neg-img{
    background-position: center;
    background-size: cover;
    width:100%;
    min-height: 180px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.noticia{
    padding: 15px;

    margin-top: 20px;
    margin-bottom: 20px;
    height: 450px;

    background: rgba(255,255,255, 0.7);
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    text-align: center;
}


.receitas .neg-img{
    background-position: center;
    background-size: cover;
    width:100%;
    min-height: 180px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.receita{
    padding: 15px;

    margin-top: 20px;
    margin-bottom: 20px;
    height: 480px;

    background: rgba(255,255,255, 0.7);
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);

    text-align: center;
}

.receita small{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.noticia small{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.produtos{
    height:350px;

    padding: 15px;

    margin-top: 20px;
    margin-bottom: 20px;

    background: rgba(255,255,255, 0.7);
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}


.tab-receita{
    border-collapse: collapse;
    border-spacing: 0px 0px;
}

.tab-receita th, .tab-receita td{
    padding: 5px;
    /*font-family: bebasneue;*/
    border: 1px solid #cc0000;
    text-align: center;
}

.tab-receita th{
    font-size: 14px;
    color: #cc0000;
}

.tab-receita td{
    font-size: 14px;
    background: #cc0000;
    color: #fff;
}

.tab-produto{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px 0px;
}

.tab-produto th, .tab-produto td{
    padding: 5px;
    /*font-family: bebasneue;*/
    border: 1px solid #cc0000;
    text-align: center;
}

.tab-produto th{
    font-size: 14px;
    color: #cc0000;
}

.tab-produto td{
    font-size: 14px;
    background: #cc0000;
    color: #fff;
}

.footer{
    padding: 10px 0px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed3237+0,c72f33+100 */
    background: #ed3237; /* Old browsers */
    background: -moz-linear-gradient(top, #ed3237 0%, #c72f33 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ed3237 0%,#c72f33 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ed3237 0%,#c72f33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3237', endColorstr='#c72f33',GradientType=0 ); /* IE6-9 */
}

.produto{
    cursor: pointer;
    z-index:2;
    padding: 0px;
}

.produto_bg{
    border: 3px solid #cc0000;
    position: absolute;
    z-index:1;
}

.produto-prev, .produto-next{
    color: #cc0000;
    font-size: 50px;
    opacity: 0.5;
}

.produto-prev:hover, .produto-next:hover{
    color: #cc0000;
    font-size: 50px;
    opacity: 1;
}

h1.breadcrumb {
    font-family: bebasneue;
    color: #cc0000;
    padding: 0px;
    background: transparent;
    font-size: 20px;
}

h1.breadcrumb a{
    font-family: bebasneue;
    color: #cc0000;
    margin-right: 7px;
}

h1.breadcrumb a:hover{
    font-family: bebasneue;
    color: #cc0000;
    text-decoration: underline;
}

@media (min-width: 768px)
{
    .menu-rivelli .container{
        padding: 0px 10px;
        max-width: 1140px;
    }

    .menu-rivelli ul{
        display:table-row;
    }

    .menu-rivelli li{
        float: none !important;
        display: table-cell !important;
        vertical-align: middle;
        height: 66px;
        padding: 0px 10px;
    }

    .menu-colaborador{
        max-width: 120px;
    }
}

@media (max-width: 400px)
{
    .tab-receita{
        margin-left: -40px;
        width: calc(100% + 80px );
        border-collapse: collapse;
        border-spacing: 0px 0px;
    }

    .tab-receita th, .tab-receita td{
        padding: 5px;
        /*font-family: bebasneue;*/
        border: 1px solid #cc0000;
        text-align: center;
    }

    .tab-receita th{
        font-size: 11px;
        color: #cc0000;
    }

    .tab-receita td{
        font-size: 11px;
        background: #cc0000;
        color: #fff;
    }

    .tab-produto{
        margin-left: -40px;
        width: calc(100% + 80px );
        border-collapse: collapse;
        border-spacing: 0px 0px;
    }

    .tab-produto th, .tab-produto td{
        padding: 5px;
        /*font-family: bebasneue;*/
        border: 1px solid #cc0000;
        text-align: center;
    }

    .tab-produto th{
        font-size: 11px;
        color: #cc0000;
    }

    .tab-produto td{
        font-size: 11px;
        background: #cc0000;
        color: #fff;
    }
}

.insta-feed img{
    margin: 10px 0px;
}

.slick-prev::before, .slick-next::before {
    color: #cc0000 !important;
}
