/*
	Theme Name: Coplana Premium Peanuts
	Author: Sigma Plus
	Author URI: http://sigmaplus.net.br/
	Description: Tema para WordPress desenvolvido em 2015 pela Sigma Plus especialmente para a Coplana.
	Version: 1.0
*/





@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf')  format('truetype'),
         url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothic-Bold.woff') format('woff'),
         url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'),
         url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}






body {
	cursor: default;
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 14px;
	background: #e6ddd2 url('../images/background.gif') repeat;
}

.container {
	width: 960px;
	padding: 0 30px;
	margin: 0 auto;
}

.box-cinza {
	padding: 30px;
	background: #f8f8f8;
	border-radius: 12px;
	box-shadow: 0 0 30px rgba(0,0,0,.4), inset 0 0 100px rgba(0,0,0,.08);
}





.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}





.botao {
	display: inline-block;
	padding: 6px 8px;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
	background: #8dc63f;
	border: 0;
	color: #fff;
	outline: 0 none;
	cursor: pointer;
	transition: background 0.5s;
}

	.botao:hover {
		background: #578912;
	}






label {
	display: block;
	margin-bottom: 4px;
	color: #555;
	font-size: 15px;
}

input[type="text"],
input[type="email"],
input[type="phone"],
textarea {
	width: 100%;
	padding: 8px 6px;
	border-radius: 4px;
	box-shadow: inset 0 0 12px rgba(0,0,0,.1);
	border: 1px solid #ccc;
	outline: 0 none;
	box-sizing: border-box;
	font-family: 'CenturyGothic', Arial, sans-serif;
}

	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="phone"]:focus,
	textarea:focus {
		border: 1px solid #999;
	}

.formblock {
	margin-bottom: 15px;
	position: relative;
}

	.formblock .error {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 12px;
		color: #c30a0a;
	}






.row {
	overflow: hidden;
	margin-left: -30px;
}

	.coluna {
		float: left;
		margin-left: 30px;
	}

		.coluna-1x3 {
			width: 300px;
		}

			.box-cinza .coluna-1x3 {
				width: 270px;
			}

		.coluna-2x3 {
			width: 630px;
		}

			.box-cinza .coluna-2x3 {
				width: 600px;
			}

		.coluna-1x2 {
			width: 465px;
		}

			.box-cinza .coluna-1x2 {
				width: 405px;
			}

		.coluna-full {
			width: 960px;
		}

			.box-cinza .coluna-full {
				width: 900px;
			}






h1, h2, h3 {
	margin: 0 0 20px 0;
	font-family: 'CenturyGothic', Arial, sans-serif;
	color: #2c603d;

}

	h1 {
		font-size: 28px;
		border-bottom: 2px solid #67582d;
		padding: 0 0 10px 0;
	}

	h2 {
		font-size: 18px;
	}

p {
	font-family: Calibri, Arial, sans-serif;
	font-size: 15px;
	color: #777;
	line-height: 140%;
	margin-bottom: 20px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

hr {
	height: 1px;
	width: 100%;
	margin: 0 0 20px 0;
	background: #ddd;
	border: 0;
}






#cabecalho {
	margin-top: 40px;
	position: relative;
	z-index: 9;
}






	#menu {
		width: 100%;
		height: 42px;
		background: #8dc63f;
	}

		#menu ul {
			text-align: center;
			margin: 0 43px;
		}

			#menu ul li {
				position: relative;
			}

				#menu ul li:hover {
					background: #80b735;
				}

				#menu ul li a {
					width: 150px;
					float: left;
					margin: 0;
					line-height: 42px;
					font-weight: bold;
					text-decoration: none;
					border-left: 1px solid rgba(255,255,255,.2);
					border-right: 1px solid rgba(255,255,255,.2);
					box-sizing: border-box;
					color: #fff;
				}

					#menu ul li a:hover {
						background: #80b735;
					}

					#menu ul li.has-submenu:hover a {
						background: #fff;
						color: #80b735;
					}

				#menu ul li .submenu {
					width: 360px;
					display: none;
					background: #fff;
					position: absolute;
					padding: 10px 0;
					top: 42px;
					left: -104px;
				}
					#menu ul li:hover .submenu {
						display: block;
					}

					#menu ul li .submenu .coluna-menu {
						width: 120px;
						float: left;
						box-sizing: border-box;
					}

					#menu ul li .submenu h2 a {
						font-size: 11px !important;
						font-weight: bold;
						color: #80b735 !important;
						margin: 0 0 10px 0;
					}

					#menu ul li .submenu a {
						display: block;
						width: 100%;
						height: auto;
						padding: 4px 10px;
						margin: 0;
						line-height: 1;
						font-size: 11px;
						font-weight: normal;
						border: 0;
						color: #555 !important;
						box-sizing: border-box;
					}

						#menu ul li .submenu a:hover {
							background: rgba(0,0,0,.05);
						}

			#menu #logotipo a {
				width: 226px;
				height: 90px;
				margin: -24px 24px;
				text-indent: -9999px;
				background: url('../images/logotipo.png') no-repeat;
				border-left: 0;
				border-right: 0;
			}

			#menu #idiomas a {
				display: block;
				margin: 8px 10px;
				height: 24px;
				width: 24px;
				float: right;
				border: 0;
				background: url('../images/topo.png');
			}

				#menu #idiomas .portugues {
					background-position: 0 0;
					
				}

				#menu #idiomas .ingles {
					background-position: -31px 0;
				}

				#menu #idiomas .espanhol {
					background-position: -59px 0;
				}





#slideshow {
	width: 100%;
	height: 380px;
	position: relative;
	top: -96px;
	/*margin-bottom: -96px;*/
	z-index: 8;
}

	.royalSlider {
		height: 380px;
	}

	.rsMinW .rsArrow {
		height: 32px;
		width: 32px;
		position: absolute;
		display: block;
		cursor: pointer;
		z-index: 21;
	}

		.rsMinW .rsArrowLeft {
			left: 40px;
			top: 50%;
			margin-top: -12px;
		}

		.rsMinW .rsArrowRight {
			right: 40px;
			top: 50%;
			margin-top: -12px;
		}

	.rsMinW .rsArrowIcn {
		width: 24px;
		height: 24px;
		margin-top: 3px;
		margin-left: 3px;
		position: absolute;
		cursor: pointer;
		background: url('../images/rs-minimal-white.png') transparent;
		border-radius: 2px;
	}

		.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
			background-position: -68px -36px;
		}

		.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
			background-position: -68px -68px;
		}

		.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
			background-position: -100px -36px;
		}

		.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
			background-position: -100px -68px;
		}

	.rsMinW .rsArrowDisabled .rsArrowIcn {
		opacity: .3 !important;
		filter: alpha(opacity=30);
		*display: none;
	}

	.rsMinW .rsBullets {
		position: absolute;
		bottom: 15px;
		right: 73px;
		z-index: 35;
		padding-top: 4px;
		height: auto;
		text-align: center;
		line-height: 6px;
		overflow: hidden;
	}

		.rsMinW .rsBullet {
			width: 6px;
			height: 6px;
			display: inline-block;
			*display:inline;
			*zoom:1;
			padding: 6px 5px 6px 4px;
		}

			.rsMinW .rsBullet span {
				display: block;
				width: 6px;
				height: 6px;
				border-radius: 50%;
				background: #CCC;
				background: rgba(255,255,255,0.5);
				box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
			}

			.rsMinW .rsBullet.rsNavSelected span {
				background: #FFF;
			}

	.infoBlock {
		width: 704px;
		height: 380px;
		margin-left: -352px;
		margin-top: -190px;
		top: 50%;
		left: 50%;
		text-align: center;
	}






#conteudo {}

	#conteudo .container {
		padding: 20px 30px;
		margin-top: -96px;
		background: #fff;
		position: relative;
	}





.selo-brc {
	width: 225px;
	height: 67px;
	position: absolute;
	top: 55px;
	right: 70px;
	float: right;
	background: url('../images/selo-brc.png');
}





.produto-sidebar {
	width: 200px;
	float: left;
	margin: 0 0 0 30px;
}

	.produto-sidebar img {
		width: 100%;
		height: auto;
	}

.produto-conteudo {
	width: 350px;
	float: left;
	margin: 0 0 0 30px;
}

.produto-imagem {
	width: 290px;
	float: right;
}

	.produto-imagem img {
		width: 290px;
		height: auto;
		margin: 30px 0 0 0;
		float: right;
	}

.legenda {
	font-size: 12px;
	color: #555;
}

.produto-menu ul li {
	text-align: center;
	font-size: 16px;
	margin-bottom: 1px;
}

	.produto-menu ul li a {
		display: block;
		background: #8dc73f;
		padding: 8px 0;
		color: #fff;
		text-decoration: none;
	}

		.produto-menu ul li a:hover {
			text-decoration: none;
			background: #7cb62e;
		}

		.produto-menu ul li a.ativo {
			background: #64991d;
		}

.produto-descricao {
	margin-top: 20px;
}

	.produto-descricao p {
		line-height: 1.2;
		margin-bottom: 10px;
	}

.produto-table {
	width: 96%;
	margin: 10px 2%;
	padding: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	border-radius: 10px;
	box-sizing: border-box;
}

.produto-tabela {
	width: 100%;
	font-family: Arial, sans-serif;
	/*table-layout: fixed;*/
	box-sizing: border-box;
}

	.produto-tabela th {
		width: 100%;
		padding: 4px 0;
		background: #8dc73f;
		color: #fff;
		font-family: 'CenturyGothic', Arial, sans-serif;
		font-size: 15px;
	}

	.produto-tabela td {
		width: 25%;
		padding: 4px;
		font-size: 11px;
		border: 1px solid rgba(0,0,0,.1);
		border-left: 0;
		text-align: center;
		vertical-align: middle;
	}

		.produto-tabela td:last-child {
			border-right: 0;
		}

		.produto-tabela .text-left {
			text-align: left;
		}

		.produto-tabela .text-right {
			text-align: right;
		}

		.produto-tabela td.table-cinza,
		.produto-tabela tr.table-cinza {
			background: #e7e8e9;
		}

	.produto-tabela .subheader {
		background: #c0c0c0;
		text-align: center;
		font-weight: bold;
	}





.bloco {
	position: relative;
}

	.bloco-certificacao,
	.bloco-sustentabilidade,
	.bloco-folder {
		width: 100%;
		height: 220px;
		background: url('../images/blocos-home.png');
	}

		.bloco-certificacao {
			background-position: 0 0;
		}

		.bloco-sustentabilidade {
			background-position: 0 -220px;
		}

		.bloco-folder {
			background-position: 0 -440px;
		}

	.bloco h2 {
		font-family: 'CenturyGothic', Arial, sans-serif;
		text-align: center;
		font-size: 20px;
	}

	.bloco .botao {
		position: absolute;
		right: 0;
		bottom: 0;
	}





#navegacao-paginas { 
	margin-top: 30px; 
	text-align: right;
}




.icone {
	display: inline-block;
	width: 12px;
	height: 10px;
}

	.icone-voltar {
		background: url('../images/voltar.png');
	}

	.icone-home {
		background: url('../images/home.png');
	}






#rodape {
	font-size: 11px;
}

	#rodape .container {
		padding: 15px 30px;
		background: #fff;
		border-top: 1px solid #ddd;
	}

	#rodape a {
		margin-left: 15px;
	}

	#rodape img {
		opacity: .2;
		filter: gray;
		-webkit-filter: grayscale(100%);
		transition: all .2s;
	}

		#rodape img:hover {
			opacity: 1;
			filter: none;
			-webkit-filter: grayscale(0%);
		}
