html, body{
	margin:0;
	padding:0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:16px;
}

h1{
  font-size:2.6rem;
  font-family: 'Lato', sans-serif;
  color:#222;
  margin:0;
  font-weight: 400;
}

h2{
  font-size:2.8rem;
  font-family: 'Lato', sans-serif;
  color:#222;
  margin-top:0;
  font-weight: 400;
}

h3{
  font-size:2rem;
  font-family: 'Lato', sans-serif;
  color:#222;
  margin-top:0;
  font-weight: 400;
}

h4{
  font-size:1.4rem;
  font-family: 'Lato', sans-serif;
  color:#222;
  margin-top:0;
  font-weight: 700;
}

h5{
  font-size:1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  color:#222;
  margin-top:0;
  font-weight: 300;
}

h6{
  font-size:0.9rem;
  font-family: 'Roboto Condensed', sans-serif;
  color:#222;
  margin-top:0;
  font-weight: 300;
}

hr{
  clear: both;
  display: block;
  width: 100%;
  margin:45px 0;
}

a:focus, a:hover{
  text-decoration:none;
}

p{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  font-weight: 300;
  color:#222;
  margin-top:0;
}

.full{
  width:100%;
}

/* Fim do reset */

header{
  width:100%;
  background:#252525;
  position:relative;
}

header:before{
  content: "";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:4px;
  background:#f58220;
}

.logo{
  float:left;
  margin:30px 0;
  width: 18%;
  position: absolute;
}

.button{
  font-family: "Roboto Condensed", sans-serif;
  background:#f58220;
  border:1px solid #f58220;
  color:#fff;
  border-radius: 0;
  font-size:14px;
  padding:12px 16px;
  font-weight: 600;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height:48px;

  transition:0.15s;
  -webkit-transition:0.15s;
}

.button:hover, .button:focus, .button.ativo{
  background:#fff;
  border:1px solid #ddd;
  color:#f58220;
  outline: none;
  box-shadow: none;
}

.button i{
  color:#fff;
}

.button:hover i, .button:focus i, .button.ativo i{
  color:#f58220;
  outline: none;
  box-shadow: none;
}

.button.frame, .button.frame:focus{
  background:transparent;
  border:1px solid #ddd;
  color:#f58220;
}

.button.frame:hover{
  background:#f58220;
  color:#fff;
  border:1px solid #f58220;
}

.clean{
  background:none;
  border:none;
  box-shadow:none;
  -webkit-box-shadow:none;
  outline:none;
  color:#ccc;
  transition:.15s;
  -webkit-transition:.15s;
}

.clean:hover{
  color:#f58220;
}

.form-control{
  border:1px solid #ddd;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size:0.8rem;
  background:transparent;
  height: 48px;
  padding: 15px 20px;
}

.form-control:focus{
  outline:none;
  box-shadow: none;
  border:1px solid #f58220;
}

.form-group{
  margin-bottom:0;
}

.form-group .form-control{
  margin-bottom:15px;
}

textarea.form-control{
  resize:none;
  min-height: 80px;
}

.parallax h1{
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:30px;
  color:#ccc;
  margin:0;
  font-weight: 300;
}

.menu{
  display:block;
  text-align: center;
  list-style: none;
  margin:0;
  padding:0;
  margin-bottom: 20px;
  margin-left: 200px;
}

.menu > li{
  margin:0 -2px;
  display:inline-block;
}

.menu > li > a{
  font-size:0.9rem;
  padding: 12px 20px 15px;
  color:#fff;
  background-color: #f58220;
  font-weight: 400;
  position: relative;
  display:block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.menu > li.active > a{
  color:#f58220;
}

.menu > li > a:hover{
  color:#f58220;
  background:#000;
}

.menu > li > a:hover:before{
  content: "";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:4px;
  background:#f58220;
}

.dir{
  float:right;
  margin: 16px 0;
}

.busca-input{
  width:435px;
  margin:17px auto;
}

.busca-input .input-form{
  width:100%;
}

.sub-logo{
  float:left;
  max-width:200px;
  text-align: center;
}

.cart{
  float:right;
  width:200px;
  text-align: right;
}

.cart .dropdown{
  float:right;
}

.cart .dropdown > a{
  color:#fff;
  font-size:14px;
  font-weight: 300;
  padding: 12px 0;
  display:block;
  margin-right: 11px;
}

.cart a i{
  color:#f58220;
  font-size:20px;
  margin-right:5px;
}

.cart .dropdown-menu{
  padding:10px;
  width:290px;
}

.cart ul{
  margin:0;
}

.cart ul li{
  display:table;
  width: 100%;
}

.cart ul li .img, .cart ul li .txt, .cart ul li .cart-btn{
  display:table-cell;
  vertical-align: middle;
}

.cart ul li .img{
  width:70px;
  padding-right:10px;
}

.cart ul li .txt h6, .cart ul li .txt h6 a{
  margin:0;
  padding:0;
  margin-bottom:3px;
  color:#222;
  font-weight: 400;
  text-transform: none;
}

.cart ul li h6 a:hover{
  color:#f58220;
}

.cart ul li p{
  margin-bottom:3px;
  color:#aaa;
  font-size:11px;
}

.cart ul li .cart-btn button{
  float:right;
}

.cart ul li{
  margin-bottom:10px;
}

.cart ul li + li{
  padding-top:10px;
  border-top:1px solid #eee;
}

#cart-total td:first-child{
  font-weight: 600;
}

#cart-total td:last-child{
  text-align: right;
}

.banner{
  position: relative;
}

.banner-index{
  display:table;
  padding:0;
  margin:0;
  position: absolute;
  z-index:2;
  bottom:0;
  left:25px;
}

.banner-index li{
  display:block;
  background:#eee;
  border-left:4px solid #ddd;
  position: relative;
}

.banner-index li + li{
  border-top:1px solid #ddd;
}



.banner-index li.active{
  background:#fff;
  border-left:4px solid #f58220;
}

.banner-index li.active:after{
  content:"";
  position: absolute;
  top:0;
  right:-20px;
  height:100%;
  border-left:20px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 23px solid transparent;
}

.banner li a{
  display:block;
  padding: 15px 15px;
}

.banner-index li.active a h5{
  color:#f58220;
}

.banner-index a{
}


.banner-index h5{
  margin:0;
  font-size: 16px;
}

.banner-index h5 span{
  display:block;
}

.contatos{
  display:table;
  padding:10px 5px;
}

.contato, .redes{
  display:table;
  margin:0;
  padding:0;
  list-style:none;
}

.contato li a{
  display:flex;
  align-items: center;
}



.contato li a i, .redes li a i{
  color:#f58220;
  font-size:20px;
  transition:.15s;
  -webkit-transition:.15s;
}

.contato li:hover a i, .redes li:hover a i{
  color:#fff;
}

.contato li:hover a h6{
  color:#fff;
}

.contato li a span, .redes li a span{
  position: relative;
  height:32px;
  width:32px;
  border:1px solid #f58220;
  border-radius:50%;
  display:inline-flex;
  justify-content: center;
  align-items: center;

  transition:.15s;
  -webkit-transition:.15s;
}

.contato li:hover a span, .redes li:hover a span{
  border:1px solid #fff;
}

.contato li a span + h6{
  margin:0;
  margin-left:10px;
}

.contato li a h6{
  color:#fff;
  display:inline-flex;
  font-size: 16px;
}

.contato li a:hover h6{
  color:#fff;
}

.contato, .redes, .bar{
  display: inline-flex;
  vertical-align: middle;
}

.bar{
  height:30px;
  width:1px;
  background:#ddd;
  margin:0 10px;
  /*transform: rotate(30deg);*/
  /*-webkit-transform: rotate(30deg);*/
}

.dropdown:hover .dropdown-menu{
  display:table;
}

.dropdown-menu{
  padding:0;
  border-radius: 0;
  border:none;
  margin:0;
}

.dropdown-menu li a{
  padding:10px;
  font-size:0.85rem;
  text-transform: uppercase;
}

.dropdown-menu li a:hover{
  background:transparent;
  color:#f58220;
}

.dropdown.mega{
  position: static;
}

.mega{
  width: 100%;
  padding:20px;
  background:#000;
  margin-bottom: 30px;
  margin-top: 5px;
}

.mega ul li{
  width:25%;
  float:left;
}

.mega ul li a{
  padding:6px 0;
  display:block;
  text-transform: none;
  color:#f58220;
  font-weight: 300;
}

.mega ul li a:hover{
  color:#fff;
}

.mega ul li a:before{
  content:"\2022";
  display:inline-block;
  color:#f58220;
  margin-right:5px;
}

.mega h6{
  position: relative;
  padding-bottom:20px;
  margin-bottom:30px;
  color:#fff;
  font-weight: 400;
}

.mega h6:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  background:#f58220;
  width:50px;
  height:3px;
}


.bannerp{
  height:500px;
  width:100%;
}

.menub{
  float:left;
  margin-bottom:15px;
}

.menumob{
  display:none;
  padding:0;
  margin:0;
  list-style: none;
}

.menumob li{
  border-bottom:1px solid #eee;
}

.menumob li a{
  color:#222;
  display:block;
  text-transform: uppercase;
  padding:10px 0;
  text-align: center;
}

.menumob li:last-child a{
  border-bottom:none;
}

.menumob li a.active{
  color:#f58220;
}

section{
  padding:90px 0;
}

.parallax{
  padding:0;
}

.parallax-box{
  background-color:rgba(0,0,0,0.5);
  padding:90px 0;
  box-shadow: inset 0px 0px 20px #444;
}

.parallax .title h6{
  color:#fff;
}

footer{
  background:#252525;
  padding:30px 0;
}

footer .contato li a h6{
  color:#fff;
  transition:.15s;
  -webkit-transition:.15s;
  font-size: 18px;
}

footer .contato li a:hover h6{
  color:#f58220;
}

footer .redes li:hover a i, footer .contato li:hover a i{
  color:#fff;
}

footer .redes li:hover a span, footer .contato li:hover a span{
  border:1px solid #fff;
}

footer h4{
  color:#f58220;
  text-transform: uppercase;
  margin-bottom:30px;
  margin-top:45px;
}

footer .esquerda{
  float:left;
  width:70%;
}

footer .esquerda a {
  display:inline-block;
  vertical-align: middle;
  width:20%;
}

footer .esquerda span{
  display:inline-block;
  vertical-align: middle;
}

footer .esquerda span{ 
  color:#aaa;
  margin-left:40px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size:20px;
}

footer .direita{
  float:right;
}

section.tabs{
  padding:0;
  background-image:url(../img/texture.png);
  background-repeat: repeat;
}

.nav-tabs > li > a{
  padding:30px 0;
  font-size:20px;
}

.nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:focus, .nav-tabs.nav-justified > li > a:hover{
  border:none;
  background:transparent;
  color:#aaa;
}

.nav-tabs.nav-justified > li > a:hover{
  color:#f58220;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover{
  border:none;
  color:#222;
  position: relative;
}

.nav-tabs.nav-justified > .active > a i, .nav-tabs.nav-justified > .active > a:focus i, .nav-tabs.nav-justified > .active > a:hover i{
  color:#f58220;
}

.nav-tabs.nav-justified > .active > a:after, .nav-tabs.nav-justified > .active > a:focus:after, .nav-tabs.nav-justified > .active > a:hover:after{
  content:"";
  position: absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  border-bottom:10px solid #fff;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
}

.nav-tabs > li > a > span{
  height:55px;
  width:55px;
  background:#fff;
  border-radius:50%;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  margin-right:10px;
}

.produto{
  display:flex;
  align-items: center;
  width:100%;
  padding:30px;
  border:1px solid #ddd;
  margin-bottom:30px;
  height: 310px;
}

.produto img{
  margin-right:15px;
  padding-right:20px;
  max-width: 200px;
  width:100%;
}

.produto h4{
  padding-bottom:20px;
  margin-bottom: 0;
  position: relative;
  font-weight: 400;
}

.produto h4:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:50px;
  height:4px;
  background:#f58220;
}
.produto .produto-titulo{
  height:92px;
  display: table;
  margin-bottom: 30px;
}

.texture{
  background-image:url(../img/texture.png);
  background-repeat: repeat;
}

.title{
  text-align: left;
  position: relative;
  padding-bottom:20px;
  margin-bottom:30px;
}

.title h5{
  color:#aaa;
  margin:0;
  margin-bottom:0;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:18px;
}

.title h4{
  color:#f58220;
  margin:0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size:24px;
}

.title h2{
  margin-bottom:2px;
}

.title:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:50px;
  height:4px;
  background:#f58220;
}

.title.subtitle h4{
  color:#222;
  text-transform: none;
}

.news-box{
  background:#e5e5e5;
  padding:30px;
}

.news-box .form-control{
  background:#fff;
}

.news-box h5{
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:20px;
  font-weight: 400;
  color:#666;
}

.novidade{
  display:flex;
  align-items: center;
  margin-bottom:15px;
}

.novidade img{
  margin-right:10px;
}

.novidade h6{
  font-size:13px;
  margin-bottom:0;
}

.novidade h5{
  font-size:17px;
  font-weight: 600;
}

.novidade a{
  color:#f58220;
  padding:0;
}

.novidade a:hover{
  color:#222;
}

.diferencial{
  display:table;
  width: 100%;
  margin-bottom:30px;
}

.diferencial span{
  margin:auto;
  margin-bottom:15px;
  height:70px;
  width:70px;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  border:1px solid #ccc;
}

.diferencial span i{
  color:#f58220;
  font-size:24px;
}

.diferencial h6{
  text-align:center;
}

.gallery a{
  display:block;
  width:100%;
  padding:0;
  margin:0;
  margin-bottom:15px;
  padding-bottom:100%;
  position: relative;
  background-size:cover;
}

.gallery a .hover{
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  background:rgba(0,0,0,.85);
  opacity:0;

  transition:.15s;
  -webkit-transition:.15s;
}

.gallery a .hover i{
  color:#fff;
}

.gallery a:hover .hover{
  opacity:1;
}

.contato-list{
  display:table;
  padding:0;
  margin-bottom:30px;
}

.contato-list li{
  display:block;
  width:100%;
  font-size:14px;
  margin-bottom:10px;
}

.contato-list i{
  font-size:16px;
  margin-right:5px;
  color:#f58220;
}

.noticia{
  display:table;
  width:100%;
  margin-bottom:30px;
}

.noticia .image{
  margin-bottom:10px;
}

.noticia h4{
  color:#333;
}

.noticia:hover h4{
  color:#f58220;
}

#carrinho{
  margin-bottom:30px;
}

#carrinho th{
  color:#f58220;
  font-weight: 400;
  font-size:13px;
  font-family: 'Lato', sans-serif;
}

#carrinho td{
  vertical-align: middle;
}

#carrinho td:first-child{
  width:80px;
}

#carrinho td:last-child{
  width:51px;
  text-align:right;
}

#carrinho h4, #carrinho h4 a{
  font-size:16px;
  color:#222;
  font-weight: 400;
  margin:0;
}

#carrinho h5{
  color:#222;
  font-size:15px;
  margin:0;
}

#carrinho td:nth-child(3){
  width:88px;
  text-align:right;
}

















@media (max-width: 992px){

  .logo{
    float:none;
    margin: 30px 70px;
    max-width: 100%;
    position: relative;
    width: 165px;
  }

  .logo img{
    margin:auto;
  }

  footer .esquerda a{
    margin-bottom:30px;
  }

  .dir{
    float:none;
    margin:auto;
    display:table;
  }

  .cart{
    width:auto;
  }

  footer .esquerda, footer .direita{
    float:none;
    width:100%;
    text-align: center;
  }

  footer .contatos{
    margin:15px auto 0;
  }


  .produto{
    flex-direction: column;
    height: auto!important;
  }
  .info{
    height: auto!important;
  }
  .busca-input{
    width: 100%!important;
  }
  .menumob li a{
    color: #f58220;
  }
}






.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    margin:0 5px;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: #eee;
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #f58220;
}

.swiper-container-horizontal>.swiper-pagination {
  position:absolute;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  color:#f58220; /*achar cor como FILL no link acima*/
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f58220'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  color:#f58220; /*achar cor como FILL no link acima*/
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f58220'%2F%3E%3C%2Fsvg%3E");
}

.carregando{
  width: 100%;
  height: 100%;
  left:0px;
  top:0px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.51);
  background-image: url(../img/load-carregando.gif);
  z-index: 9999;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.adicionado{
    position:fixed;
    z-index:9999;
    height:100%;
    width:100%;
    left:0;
    top:0;
    background:rgba(255,255,255,0.51);
    display:none;
}

.adicionado .box-popup{
    position:absolute;
    top:50%;
    left:50%;
    padding:30px;
    background:#fff;
    text-align:center;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);

    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}

.adicionado .box-popup .texto{
    display:block;
    margin-bottom:15px;
}


.spacer{
  display:table;
  width:100%;
  padding:20px;
}

.bannerinterno{
  height:80px;
  background-size:cover;
  background-position:center center;
}


.lista{
  display:table;
  list-style: none;
  width: 100%;
  padding:0;
  margin-bottom:15px;
}

.lista li{
  display:block;
  border:1px solid #ddd;
}

.lista li + li{
  margin-top:-1px;
}

.lista li a{
  font-size:14px;
  display:block;
  padding: 1em 1.4em;
  color:#444;
}

.lista li a:hover, .lista li.active a{
  color:#f58220;
}


.action-bar .esq {
  float: left;
  margin-bottom: 1rem; }
.action-bar .dir {
  float: right;
  margin-bottom: 1rem; }

.pagination{
  margin: 0;
}

.pagination li a{
  height: 41px;
  font-size: .9rem;
  padding: 11px 12px;
  color: #ccc;
}

.pagination li:first-child > a, .pagination li:last-child > a{
  border-radius: 0;
}

.pagination li.active a, .pagination li.active a:hover{
  background: #f58220;
  color: #fff;
  border:1px solid #ddd;
}

.pagination li:hover a{
  color: #f58220;
}
.pagination>.active>span{
  padding-top: 11px;
  background-color: #f58220;
  border-color: #f58220;
}
.pagination>.active>span:hover {
  padding-top: 11px;
  background-color: #f58220;
  border-color: #f58220;
}
.sub-logo h6{
  text-transform: uppercase;
  font-size: 16px;
  color: white;
}
.menuCateg{
    font-size: 0.9rem;
    padding: 12px 20px 11px;
    border-bottom: 4px solid #f58220;
    color: #fff;
    background-color: #f58220;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
}
.menuCateg:hover{
    color: #f58220;
    background-color: #000;
}
.info{
  height: 247px;
}
.info-noticia{
  height: 90px;
}