﻿html, body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	color: #646464;
	height: 100%
}
.colorgraph {
	height: 5px;
	border-top: 0;
	background: #c4e17f;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4)
}
.row {
	margin-left: 0;
	margin-right: 0
}
.center {
	text-align: center
}
.relative {
	position: relative
}
.row-bg {
	float: left;
	width: 100%;
	display: block
}
.bg-trans {
	top: 0;
	left: 0;
	height: 602px;
	position: absolute;
	background: #000;
	background: url(images/bg-linhas.png) 0 0 repeat
}
.row-banner-destaque {
	height: 602px;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed
}
.row-banner-destaque h2 {
	width: 80%;
	color: #fff;
	font-size: 48px;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Poiret One', cursive;
	font-weight: 700
}
.row-banner-destaque span {
	width: 42%;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
	line-height: 25px;
	vertical-align: top;
	display: inline-block;
	font-family: 'Poiret One', cursive
}
.marg {
	margin: 42px 0
}
.box-top {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden
}
.box-subtop {
	display: table-cell;
	vertical-align: middle
}
.box-categoris {
	top: 88px;
	left: 33px;
	z-index: 2;
	float: left;
	display: block;
	position: absolute
}
.box-paginator-info {
	top: 88px;
	right: 33px;
	z-index: 2;
	float: right;
	color: #FFF;
	font-size: 15px;
	font-family: 'Poiret One', cursive;
	padding-bottom: 3px;
	text-transform: uppercase;
	display: block;
	position: absolute
}
.name {
	float: left;
	color: #fff;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	padding-bottom: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	font-family: 'Poiret One', cursive
}
.name:hover {
	text-decoration: none
}
.name-detalhes {
	float: left;
	color: #000;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	padding-bottom: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	font-family: 'Poiret One', cursive
}
.name-detalhes:hover {
	text-decoration: none;
	color: #999
}
#search {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0
}
#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1
}
#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #000;
	background: rgba(0,0,0,0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0;
	margin: 0 auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #333;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px
}
.mega-dropdown {
	position: static!important
}
.mega-dropdown-menu {
	padding: 20px 0;
	width: 100%
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0
}
.mega-dropdown-menu > li > ul > li {
	list-style: none
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #222;
	padding: 3px 5px
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none
}
.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #ff3546;
	padding: 5px 60px 5px 5px;
	line-height: 30px
}
.mega-dropdown .carousel-control {
	width: 30px;
	height: 30px;
	top: -35px
}
.mega-dropdown .left.carousel-control {
	right: 30px;
	left: inherit
}
.mega-dropdown .carousel-control .glyphicon-chevron-left, .mega-dropdown .carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd
}
.mapa-tracar-rota {
	width: 100%;
	height: 500px
}
.trajeto-tracar-rota {
	margin-top: 20px;
	background: #FFF;
	width: 100%
}
.trajeto-tracar-rota table {
	width: 100%;
	text-align: center;
	font-size: 15px
}
a {
	text-decoration: none;
	color: #999
}
a:focus {
	text-decoration: none;
	color: #999
}
a:hover {
	text-decoration: underline;
	color: #666
}
form {
	padding: 0;
	margin: 0
}
img {
	border: 0
}
.btn {
	font-family: 'Poiret One', cursive;
	font-weight: 700
}
h1 {
	margin: 0 0 20px;
	font-size: 38px;
	color: #000;
	font-weight: 700;
	font-family: 'Poiret One', cursive
}
h2 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Poiret One', cursive;
	font-weight: 500;
	color: #535353
}
.row {
	margin-top: 30px
}
.faixa-branca {
	background: #FFF
}
.navbar-fixed-top {
	background: #0F0E12;
	background: url(images/header.png);
	border: 0;
	border-bottom: 1px solid #FFF
}
.navbar-menu {
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	color: #CCC
}
.navbar-right {
	font-family: 'Poiret One', cursive;
	font-weight: 700
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
	color: #999;
	font-weight: 700;
	padding: 17px 15px;
	font-size: 14px;
	border-top: 3px solid transparent
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0F0E12;
	border-top: 3px solid #FFF
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #0F0E12;
	border-top: 3px solid #FFF
}
ul.dropdown-menu li > a:hover {
	background: #0F0E12;
	color: #fff
}
.navbar-custom {
	border-color: #0F0E12
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	margin-top: 12px
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0F0E12;
	border-color: #0F0E12
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF
}
.carousel-inner h3 {
	font-family: 'Poiret One', cursive;
	text-transform: uppercase
}
.carousel-caption {
	background: url(images/bg.png);
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	bottom: initial
}
.carousel-caption h3 {
	font-size: 35px;
	font-weight: 700
}
#owl-marcas .item {
	text-align: center
}
#owl-marcas .item img {
	width: auto;
	height: auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: invisible
}
#owl-marcas .item img:hover {
	filter: none;
	-webkit-filter: none;
	-webkit-transition: none;
	-webkit-backface-visibility: none
}
#owl-destaque .item {
	text-align: center
}
.produto {
	font-family: 'Poiret One', cursive;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF
}
#detalhes-produto h1, h2 {
	font-family: 'Poiret One', cursive;
	text-transform: uppercase
}
section#contato .section-heading {
	color: #fff
}
section#contato .form-group {
	margin-bottom: 25px
}
section#contato .form-group input, section#contact .form-group textarea {
	padding: 20px
}
section#contato .form-group input.form-control {
	height: auto
}
section#contato .form-group textarea.form-control {
	height: 236px
}
section#contato .form-control:focus {
	border-color: #fed136;
	box-shadow: none
}
section#contato ::-webkit-input-placeholder {
font-family:'Poiret One', cursive;
text-transform:uppercase;
font-weight:700;
color:#bbb
}
section#contato :-moz-placeholder {
font-family:'Poiret One', cursive;
text-transform:uppercase;
font-weight:700;
color:#bbb
}
section#contato ::-moz-placeholder {
font-family:'Poiret One', cursive;
text-transform:uppercase;
font-weight:700;
color:#bbb
}
section#contato :-ms-input-placeholder {
font-family:'Poiret One', cursive;
text-transform:uppercase;
font-weight:700;
color:#bbb
}
section#contato .text-danger {
	color: #e74c3c
}
section#contato .btn-xl {
	color: #fff;
	background-color: #333;
	border-color: #333;
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px
}
.footer {
	font-family: 'Poiret One', cursive;
	font-weight: 700;
	background: #111;
	padding-bottom: 15px;
	color: #999
}
.footer h3 {
	font-weight: 700;
	color: #fff
}
.margin-top {
	margin-top: 82px
}
@media (min-width: 1025px) {
.carousel, .item, .active {
	/*height: 100% */
}
.carousel-inner {
	height: 100%
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}
}
@media (max-width: 1023px) {
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
	padding: 17px 12px;
	font-size: 11px
}
.margin-top {
	margin-top: 82px
}
}
@media (max-width: 767px) {
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
	padding: 8px 10px;
	font-size: 15px;
	text-align: center
}
.mobile-faixa {
	text-align: center
}
.mobile-lojas p, h1, h4 {
	text-align: center
}
.mobile-detalhes p {
	text-align: center;
	margin-top: 15px
}
.mobile-rodape p {
	text-align: center;
	font-size: 12px;
	margin-top: 15px
}
.mobile-h2 {
	text-align: center
}
.mobile-h3 {
	text-align: center
}
.mobile-h4 {
	text-align: center
}
section#contato .form-group input, section#contact .form-group textarea {
	padding: 5px
}
section#contato .form-group textarea.form-control {
	height: 110px
}
section#contato .btn-xl {
	color: #fff;
	background-color: #333;
	border-color: #333;
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	font-size: 13px;
	padding: 10px 30px
}
}
/* Centraliza o carrossel e limita o tamanho em telas muito largas */
#carousel-example-generic {
  max-width: 1920px; /* ou o tamanho máximo desejado */
  margin: 0 auto;    /* centraliza horizontalmente */
}

/* Garante que as imagens fiquem centralizadas */
#carousel-example-generic .item img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* evita distorções mantendo o foco central */
}

.fixed-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 8px 15px;
  display: flex;
  align-items: center;
  z-index: 9999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.fixed-whatsapp:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.fixed-whatsapp img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.fixed-whatsapp span {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

/* 🔹 Ajustes para telas menores (mobile) */
@media (max-width: 768px) {
  .fixed-whatsapp {
    bottom: 15px;
    left: 15px;
    padding: 10px;
    border-radius: 50%;
    background: #25D366; /* cor do WhatsApp */
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  }

  .fixed-whatsapp span {
    display: none; /* some o texto no celular */
  }

  .fixed-whatsapp img {
    width: 50px;
    height: 50px;
    margin: 0;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.3));
  }
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #000; /* fundo preto */
  color: #fff;            /* texto branco */
}