body {
    background-image:url(../../lib/img/fundo_slider_5.jpg); 
}

/* TOPO */
.topoBox {
    background-color: #cc9900;
    background-image:url(../../lib/img/fundo_topo.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.logotipo {
    margin: 22px 0 17px 40px;
}

.midiaSociais {
    margin: 60px 0 0 0;
}

a {
    color: #cc9900;
}
a:hover {
    color: #000;
    text-decoration: none;
}


/* MENU */

.menuPrincipal {
    margin: 46px 0 0 0;
}
.menuPrincipal li{

    margin: 0 3px;
    padding: 3px 10px;
}

.menuPrincipal li a{
    color: #333;
    font-size: 16px;
}
.menuPrincipal li a:hover{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.menuPrincipalMobile {
    margin: 6px 0 30px 0;
}

/* SLIDER*/
.sliderBox {
    background-color: #fff;

    border-top: 4px solid #000;
    border-bottom: 1px solid #cc9900;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 0%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 0%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}


/* CATEGORIAS */
.nav-pills a{
    color: #cc9900
}

/* PAGINACAO */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 60px 0;
    border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #cc9900;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #cc9900;
    border-color: #cc9900;
}



/* RODAPE */
.rodape {
    background-color: #111;
    background-image:url(../../lib/img/fundo_slider_2.jpg);
    margin-top: 30px;
    border-top: 2px solid #cc9900;
}

.rodape .rodapeConteudo {
    padding: 20px;
}

.rodape .rodapeConteudo h3{
    color: #cc9900;
    font-weight: bold;
    font-size: 20px;
}
.rodape .rodapeConteudo p{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.rodape .rodapeConteudo .comoChegar{
    font-weight: bold;
    font-size: 14px;
}
.rodape .rodapeConteudo a{
    color: #fff;
}

.rodape .rodapeConteudo .creditos{
    color: #cc9900; 
    font-size: 12px;
}


@media screen and (min-width: 1200px) { 
    .menuPrincipal li a{
        color: #333;
        font-size: 20px;
    }
    .menuPrincipal li a:hover{
        color: #fff;
        font-size: 20px;
        text-decoration: none;
    }

    .boxProduto .thumbnail img {
        width: 261px;
        height: 145px;
        overflow: hidden;
    }

}

@media screen and (max-width: 1199px) {
    .boxProduto .thumbnail img {
        width: 193px;
        height: 130px;
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    .boxProduto .thumbnail img {
        width: 220px;
        height: 150px;
        overflow: hidden;
    }

}

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


}