@charset "utf-8";
/* CSS Document */
/* Começa css customizado */

body {background-color: #131313 !important;}
.fixed .nav-1 .nav-menu li a {
  padding: 33px 20px;
}
.nav-menu li a.has-text-color-hover {color: #fff;}

.gradient-background {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff+0,000000+72 */
background: #24284d; /* Old browsers */
background: -moz-linear-gradient(-45deg, #24284d 0%, #24284d 72%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #24284d 0%,#24284d 72%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #24284d 0%,#24284d 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24284d', endColorstr='#24284d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.dark-background.topo-delivery {
    background: #c13028 !important;
    border-bottom: 0;
}
.header-2 .header-left p {
	color: #fff;
}
.header-2 .header-right .header-login a, .header-2 .header-left a {
    color:#e74c3c;
}
.mini-shopcart .item-mini-shopcart .item-content .name {
    max-width: 160px;
}
.mini-shopcart .foot-mini-shopcart .btn-viewcart, .mini-shopcart .foot-mini-shopcart .btn-checkout {
    padding: 8px 12px !important;
    font-size: 11px !important;
}
.banner-1 {
	padding-left: 0 !important;
}
.banner-2 {
	padding-right: 0 !important;
}
.banner-1 .banner-content .banner-title {
    color: #ffffff !important;
}
.banner-1 .banner-content .banner-subtitle {
	color: #ffffff;
}

.product-1 .product-image .image-holder {
    border: 10px solid #fff;
}

.heading-section-deal-of-the-day h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}
.primary-color-background {
    background: #91c84b;
}
.bg-fixed {
    background-position: -200px center;
    background-attachment: fixed;
	background-repeat: no-repeat;
}
p.why-choose-us-content {color: #fff;}
.product-detail-image-1 img { width: 360px;}


.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #00aff0;
}

h3.tit-missao {
    color: #43BFBE;
    text-align: center;
}
h3.tit-visao {
    color: #F1B918;
    text-align: center;
}

h3.tit-valores {
    color: #ED1E3A;
    text-align: center;
}

h3.tit-objetivo {
    color: #464749;
    text-align: center;
}
.box-valores > div > h3 > img {
    padding-right: 20px;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.05);
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


@media (min-width: 768px) {
.fixed .nav-2 .logo img {
		width: 135px;
		padding: 5px 0;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.col-md-4 .footer-services .row .col-md-6{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}
