@charset "utf-8";
/* CSS Document */
.desktop {
	display:block;	
}
.mobile {
	display:none;	
}
body {
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
}
.topo {
	background:#fff;
	padding:20px 0px;	
	position: fixed;
    width: 100%;
	z-index:9999;
}
.logo {
	float:left;	
}
.tit-logo {
	float:right;
	font-weight:bold;
	font-size:13px;
	margin-right: 47px;
    margin-top: 11px;	
}
.cada-link-menu {
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	margin-right:22px;
	color:#000;
	text-decoration:none;
	margin-top:18px;
	padding-bottom:10px;
	transition: all 0.3s ease-out;	
	text-transform: uppercase;
	border-bottom:2px solid #fff;
}
	.cada-link-menu:last-child {
		margin-right:0px;	
	}
	.cada-link-menu:hover {
		border-bottom:2px solid #000;
		text-decoration:none;
		color:#000;	
	}
.link-cada-lingua {
	margin-right: 5px;
    margin-top: 16px;
    display: inline-block;	
}
	.link-cada-lingua:last-child {
		margin-right:0px;	
	}
.main {
	position:relative;
	top:109px;	
}
.banner {
	/* The image used */
  height: 728px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
}
.tit-banner {
	margin-top:115px;
	font-weight:bold;
	font-size:30px;	
	color:#000;
	margin-bottom:15px;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 3px;
}
.link-borda-preta {
	border:3px solid #000;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	padding:10px 30px;
	font-size:14px;
	background-color: #000;
	transition: all 0.5s ease-out;	
}
	.link-borda-preta:hover {
		background:#fff;
		color:#000;
		text-decoration:none;	
	}
.banner-metade {
	display:block;
	margin-top: 40px;

	position:relative;
}
	.banner-metade .row img {
		width:100%;	
		transition: all 0.5s ease-out;	
	}
	.banner-metade img:hover {
		opacity:0.8;	
	}
.banner-esquerda {
	
}
.img-produtos {
	position:absolute;
	left:50%;
	top:40%;
	margin-left:-111px;
}
.content-news-banner {
	display:block;
	margin-top:70px;	
}
.content-news {
	border:3px solid #000;
	position:relative;
	padding:27px;
	min-height:134px;	
}
	.content-news h3 {
		font-size:18px;
		text-transform:uppercase;	
		margin-bottom:15px;	
	}
.input-news-home {
	border:none;
	border-bottom:1px solid #000;
	outline:none;
	box-shadow:none;
	font-size:16px;	
	width:70%;
	transition: all 0.3s ease-out;
}
	.input-news-home:focus {
		background:#ffe000;	
	}
.submit-news-home {
	background: #fed000 !important;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 15%;
	font-weight:bold;
    border: none;
    font-size: 50px;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
	.submit-news-home:hover {
		background:#000 !important;
		color:#ffe000;	
	}
.banner-revendedor {
	 height: 134px;
	 text-align:left;
}
.link-borda-branca {
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	display:inline-block;
	padding:10px 30px;
	font-size:14px;
	transition: all 0.5s ease-out;	
	text-align:left;
	background-color: rgba(0, 0, 0, 0.7);
}
	.link-borda-branca:hover {
		background:#FFF;
		color:#000;
		text-decoration:none;	
	}
	.link-borda-branca strong {
		display:block;
		text-transform:uppercase;
		font-size:18px;	
	}
.banner-revendedor .link-borda-branca {
	margin-right:30px;
	margin-top:50px;		
}
.produtos {
	margin-top:	60px;
}
.produtos ul.products {
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;	
}
	.produtos ul.products li {
		list-style:none;
		margin:0px;
		padding:0px;
		text-align:center;
		width:33%;	
		float:left;
		margin-left:41px;
		margin-bottom:41px;
		border-top:5px solid #fff;
		transition: all 0.2s ease-out;
	}
		.produtos ul.products li:hover  {
			border-top:5px solid #ffe000;
		}
.woocommerce-loop-product__link:hover {
	text-decoration:none !important;
}
.produtos .add_to_cart_button {
	display:none !important;	
}
.woocommerce-loop-product__title {
	display:block;
	font-weight:bold !important;
	color:#000;
	font-size:16px;	
	transition: all 0.5s ease-out;
}
	.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
		text-decoration:none;
		color:#ffe000 !important;	
	}
.rodape {
	background:#000;
	padding:48px 0px 30px 0px;
	margin-top:230px;	
}
.cada-link-rodape {
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:14px;
	margin-bottom:15px;	
	transition: all 0.2s ease-out;
}
	.cada-link-rodape:hover {
		border-left:5px solid #ffe000;
		padding-left:10px;
		text-decoration:none;
		color:#ffe000;		
	}
.logo-rodape {
	margin:30px 0px;	
}
.text-rodape {
	color:#999999;
	font-size:11px;	
}
.banner-interna {
	  height: 190px;
	  background-repeat: no-repeat;
	  background-size: cover;		
}
.tit-banner-interna {
	color:#000000;
	font-size:36px;
	margin-top:70px;
	font-weight:bold;	
}
.institucional {
	padding:60px 0px;	
}
.texto h2 {
	font-size:24px;	
	margin-top:15px;
}
.texto p {
	font-size:16px;	
}
.lista-icons-produtos {
	list-style:none;
	margin:40px 0px 0px 0px;	
}
	.lista-icons-produtos li {
		display:inline-block;
		list-style:none;
		margin-right:1%;
			text-align:center;
			width:15%;		
	}
		.lista-icons-produtos li h2 {
			font-size:13px;
		}
.content-form {
	border:3px solid #000;
	padding:40px;	
	margin-top:40px;
}
	.content-form .input-news-home {
		margin-bottom:40px;
		width:100%;	
	}
	.content-form .link-borda-preta {
		margin-top:40px;
		background:none;	
	}
		.content-form .link-borda-preta:hover {
			background:#000;
			color:#fff;
			cursor:pointer;	
		}
.text-contato {
	border:none;
	border-bottom:1px solid #000;
	outline:none;
	box-shadow:none;
	font-size:16px;	
	height:100px;
	width:100%;
	transition: all 0.3s ease-out;
}
	.text-contato:focus {
		background:#ffe000;	
	}
.padding-social {
	 padding-left:35px;
}
.woocommerce-product-gallery {
	width:40%;
	float:left;	
}
.product .summary {
	float:right;
	width:40%;	
}
.product .woocommerce-tabs {
	width:100%;
	
}

.reviews_tab {
	display: none !important;
}

.product .entry-title {
	display: block;
    font-size: 27px;
    font-weight: bold;	
}
.woocommerce-product-gallery__wrapper {
	text-align:center;	
}
.woocommerce-product-gallery__trigger {
	display:none;	
}
.type-product {
}
	.type-product .woocommerce-Price-amount {
		font-size:16px;
		font-weight:bold;
		padding-top:10px;
		display:inline-block;	
	}
.type-product .screen-reader-text {
	display:none;	
}
.type-product .quantity {
	float:left;
}
.related  {
	overflow:hidden;
	display:block;
	width:100%;	
}
.related .product_type_simple {
	display:none;	
}
.related > h2:first-child, .upsells > h2:first-child {
    font-size: 1.618em;
    margin-bottom: 1em;
    text-align: center;
	padding-top:50px;
}
.stock {
	display:none;	
}
.single_add_to_cart_button {
	background:#fed000 !important;
	display:inline-block;
	padding:8px 43px;
	color:#000 !important;
	border:none;
	font-size:16px !important;
	font-weight:bold !important;
	cursor:pointer;
	text-transform:uppercase !important;	
}
.posted_in {
	display:none;	
}
.quantity .qty {
    height: 40px !important;
	margin-right:30px;
}
/*carrinho*/
.product-name a {
	color:#000;
	text-decoration:none;	
}
.screen-reader-text {
	display:none;	
}
.shop_table {
	width:100%;	
}
.content-area {
	padding-top:25px;	
}
#customer_details .col-1 {
	width:100%;
	max-width:100%;	
}
#customer_details .col-2 {
	display:none;	
}
.woocommerce-billing-fields .form-row {
	display:block;	
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 73%;
    word-wrap: break-word;
}

/* CSS Document */
@media screen and (max-width: 480px) {
.desktop {
	display:none;	
}
.mobile {
	display:block;	
}
.img-produtos {
	display:none;	
}
.topo {
    padding: 0px 0px;
}
.logo  {
	width:64%;	
}
	.logo img {
		width:50%;	
	}
.tit-logo {
    float: left;
    margin-top: 4px;
	margin-right:0px;
}
.main {
    top: 54px;
}
.btn-menu-mobile {
	background: none;
    font-size: 34px;
    margin-top: 8px;
}
.content-news-banner {
    margin-top: 42px;
}
.content-news h3 {
    font-size: 16px;
}
.banner-revendedor {
    height: 132px;
    margin-top: 16px;
}
.produtos ul li {
    width: 100%;
    float: none;
    margin-left: 0px;
}
.padding-social {
	margin-top:20px;
	 padding-left:0px;
}
.dropdown-menu {
    width: 300px !important;
    height: 443px !important;
	background-color:rgba(253, 207, 0, 0.9) !important;
	border-radius:0px !important;
	border:none !important;
}
.cada-link-menu {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-right: 0px;
    margin-left: 20px;
    color: #000;
    text-decoration: none;
    margin-top: 11px;
    text-transform: uppercase;
    padding-bottom: 10px;
    transition: all 0.3s ease-out;
}
.tit-banner-interna {
	color:#fff;	
}
.lista-icons-produtos {
	padding-left:0px;
	margin-left:0px;	
}
.lista-icons-produtos li {
    margin-right: 1%;
    width: 48%;
}
.woocommerce-product-gallery {
    width: 100%;
    float: none;
}
.product .summary {
    float: none;
    width: 100%;
}
}
