@import url(../fonts/fonts.css);
/*@import url(header.css);*/

body {
	background: url(../img/body-bg.jpg) repeat center top;
	font-family: 'asongforjennifer';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'asongforjennifer';
	text-transform: uppercase;
	text-align: center;
	color: #325643;
	margin: 20px 0;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 2.1rem;
	line-height: 2rem;
}

h3 {
	font-size: 1.85rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

p {
	line-height: 1.6rem;
}

input,
textarea {
	font-family: 'MyriadPro-Regular' !important;
}

input[type="text"],
input[type="email"],
textarea,
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover {
	background: #f5e9d1 !important;
}
.zebra:nth-child(even) {
	background: url(../img/bg-even.jpg) repeat;
}

.zebra:nth-child(odd),
footer.zebra:nth-child(even) {
	background: url(../img/bg-odd.jpg) repeat;
}

.d-ib {
	display: inline-block;
	vertical-align: top;
}

div.row {
	width: 1000px;
}

.registro {
	font-family: 'MyriadPro-Regular' !important;
}

h2 .registro {
	font-size: 40px;
}

/* Header */

header {
	position: fixed;
	width: 100%;
	/*height: 130px;*/
	background: url(../img/body-bg.jpg) repeat center top;
	-webkit-box-shadow: 5px 0 20px hsla(0,0%,0%,.25);
	-moz-box-shadow: 5px 0 20px hsla(0,0%,0%,.25);
	box-shadow: 5px 0 20px hsla(0,0%,0%,.25);
	z-index: 999;
	padding: 0;
	height: 71px;
}

	#menu {
		position: relative;
	}

	.logo a {
		display: block;
		margin-top: 7px;
	}

	.fb-icon {
		position: absolute;
		top: 13px;
		right: -50px;
		z-index: 9;
	}

	#menu nav {
		/*position: fixed;
		top: 20px;
		z-index: 999;*/
	}

		#menu nav ul {
			display: inline-block;
			margin-top: 22px;
            overflow: visible;
		}

		#menu nav ul li {
			position: relative;
		}

		#menu nav ul li:after {
			content: '|';
			position: absolute;
			top: 0;
			left: 100%;
			margin-left: 10px;
			color: #769c2d;
		}

        #menu nav ul li:last-child:after {
            display: none;
        }

		#menu nav ul li a {
		 	background: none;
		 	color: #769c2d;
		 	font-size: 0.9rem;
		 	text-transform: uppercase;
			font-family: 'asongforjennifer';
		}

		#menu nav ul li.active a,
		#menu nav ul li:hover a {
			color: #325643
		}

	#menu nav ul li.shopcart {
		position: relative;
	}

        #menu nav ul li.shopcart img {
            display: block;
            width: 30px;
            height: auto;
            margin-top: -5px;
        }

		body .tooltip {
			background: url(../img/bg-tooltip.png) repeat;
			font-family: 'asongforjennifer';
			font-size: 1.25rem;
			color: #eaddc4;
			text-transform: uppercase;
		}

		body .tooltip > .nub {
			border-color: transparent transparent #768c22 transparent;
			opacity: .57; /* standard: ff gt 1.5, opera, safari */
			-ms-filter: “alpha(opacity=57)”; /* ie 8 */
			filter: alpha(opacity=57); /* ie lt 7 */
			-khtml-opacity: .57; /* safari 1.x */
			-moz-opacity: .57; /* ff lt 1.5, netscape */
		}

		body .has-tip,
		body .has-tip:hover, 
		body .has-tip:focus {
			border-bottom: none;
		}

/* Slider */

#slider .row .columns {
	padding: 0;
}

section.page#slider {
	padding-bottom: 0;
}

#slider:before {
	content: '';
	display: block;
	width: 100%;
	height: 18px;
	background: #547d1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #547d1d 0%, #609a17 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#547d1d), color-stop(100%,#609a17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #547d1d 0%,#609a17 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #547d1d 0%,#609a17 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #547d1d 0%,#609a17 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #547d1d 0%,#609a17 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547d1d', endColorstr='#609a17',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 3px 7.5px hsla(0,0%,0%,.25);
	-moz-box-shadow: 0 3px 7.5px hsla(0,0%,0%,.25);
	box-shadow: 0 3px 7.5px hsla(0,0%,0%,.25);
}

#slider:after {
	content: '';
	display: block;
	width: 100%;
	height: 18px;
	background: #629d17; /* Old browsers */
	-webkit-box-shadow: 0 -3px 7.5px hsla(0,0%,0%,.25);
	-moz-box-shadow: 0 -3px 7.5px hsla(0,0%,0%,.25);
	box-shadow: 0 -3px 7.5px hsla(0,0%,0%,.25);
}

	.banner .txt {
		position: relative;
		height: 436px;
		width: 360px;
		padding-top: 10px;
		display: inline-block;
		vertical-align: top;
		margin-left: 20px;
	}

		.banner .btn {
			background: #0a5640;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			padding: 10px 50px;
			text-transform: uppercase;
			font-size: 30px;
			color: #d6dbca;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			cursor: pointer;
			margin-left: 60px;
			position: absolute;
			bottom: 140px;
		}

		.banner .btn:hover {
			background: #5ea322;
		}

/* Scroll */

.mCSB_scrollTools div.mCSB_draggerRail {
	background: #a6b86a !important;
	width: 5px;
}

.mCSB_scrollTools div.mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools div.mCSB_dragger:hover .mCSB_dragger_bar {
	background: #7f9b25 !important;
	width: 5px;
}

/* Content */

section.page {
	margin: 0;
	padding-top: 71px;
	/*padding: 82px 0 82px;*/
}

/* Home */

	#home img {
		display: block;
		margin: -20px auto 0;
		width: 350px;
		height: auto;
	}

/* Institucional */

	#institucional .tabs.setas {
		background: url(../img/setas-tab.png) no-repeat center top;
	}

		#institucional .tabs dd > a, 
		#institucional .tabs .tab-title > a {
			padding: 0;
			background: none;
		}

			#institucional .icon {
				display: block;
				width: 177px;
				height: 238px;
				background: url(../img/icons-institucional.png) no-repeat 0 0;
				margin: auto;
			}

			#institucional .active .icon {
				background-position-y: -298px;
			}

			#institucional #arvore.icon {
				background-position: 0px 0;
			}

			#institucional .active #arvore.icon {
				background-position: 0px -298px;
			}

			#institucional #fabrica.icon {
				background-position: -220px 0;
			}

			#institucional .active #fabrica.icon {
				background-position: -220px -298px;
			}

			#institucional #recicla.icon {
				background-position: -444px 0;
			}

			#institucional .active #recicla.icon {
				background-position: -444px -298px;
			}

			#institucional #selo.icon,
			#institucional .active #selo.icon {
				background-position: -662px 0px;
				width: 222px;
			}

	body .tabs-content > .content {
		background: url(../img/bg-tab-content.png) repeat;
		font-family: 'MyriadPro-SemiboldIt';
		font-size: 1.25rem;
		color: #325643;
		padding: 15px 20px;
        height: 200px;
	}

	body .tabs-content > .content p {
		font-family: 'MyriadPro-Regular';
		font-size: 1.20rem;
		color: #325643;
		margin-bottom: 1rem;
		text-align: left;
		font-style: italic;
	}

        body .tabs-content > .content p a {
            text-decoration: underline;
        }

	body .tabs-content > .content p.last {
		margin-bottom: 0;
	}

		body .tabs-content > .content p strong {
			font-family: 'MyriadPro-BoldIt';
		}

/* Novidades */		

#novidades .col	{
	display: inline-block;
	vertical-align: top;
}

#novidades .left {
	width: 390px;
}

	#novidades .left img {
		border: #c6cfa6 solid 4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#novidades .left img:first-child {
		margin-bottom: 40px;
	}

#novidades .right {
	width: 540px;
	margin-left: 40px;
	position: relative;
}

	#novidades .right .logos {
		display: block;
		margin-bottom: 40px;
	}

		#novidades .right .logos img {
			display: inline-block;
			vertical-align: top;
		}

		#novidades .right .logos img:first-child {
			margin-right: 95px;
		}

	#novidades .right .content {
		height: 320px;
	}

		#novidades .right .content p {
			color: #085540;
			font-family: 'MyriadPro-Regular';
			font-style: italic;
			font-size: 20px;
		}

#novidades .saiba-mais {
	position: absolute;
	background: #c6cfa6;
	padding: 10px 20px;
	font-family: 'MyriadPro-BoldIt';
	font-size: 21px;
	color: #085540;
	bottom: -60px;
	right: 0px;
}		

#novidades .saiba-mais:before {
	content: '';
	position: absolute;
	height: 10px;
	right: 100%;
	left: -441px;
	top: 50%;
	margin-top: -5px;
	background: #c6cfa6;
}

/* Carrossel */

#carousel .col {
	display: inline-block;
	vertical-align: top;
}

#carousel .left {
	width: 400px;
	margin-left: 44px;
}
	
	#carousel .left .content {
		width: 100%;
		height: 270px;
		margin-bottom: 20px;
	}

		#carousel .left .content p {
			font-family: 'MyriadPro-Regular';
			font-style: italic;
			font-size: 20px;
			color: #085540;
			text-align: left;
		}

#carousel .right {
	width: 480px;
	text-align: center;
	margin-right: 44px;
}

/* Produtos */

#produtos h2 {
	margin-bottom: 40px;
}

	#produtos ul {
		margin-bottom: 0;
	}


	#menu-produtos ul {
		margin-left: 0;
	}

	#menu-produtos .icon,
	#menu-produtos ul {
		display: inline-block;
		vertical-align: middle;
	}

	#menu-produtos .icon {
		width: 67px;
		height: 58px;
		background: url(../img/menu-produtos-icons.png) no-repeat 0 0;
		margin: 0 10px 0 0;
	}

	#menu-produtos #balde-produto .icon {
		background-position: 0 0px; 
	}

	#menu-produtos #balde-produto:hover .icon,
	#menu-produtos #balde-produto.active .icon {
		background-position: -67px 0; 
	}

	#menu-produtos #copo-box-produto .icon {
		background-position: 0 -131px; 
	}

	#menu-produtos #copo-box-produto:hover .icon,
	#menu-produtos #copo-box-produto.active .icon {
		background-position: -67px -131px; 
	}

	#menu-produtos #pote-produto .icon {
		background-position: 5px -262px; 
	}

	#menu-produtos #pote-produto:hover .icon,
	#menu-produtos #pote-produto.active .icon {
		background-position: -62px -262px; 
	}

	#menu-produtos #copo-produto .icon {
		background-position: 10px -393px; 
	}

	#menu-produtos #copo-produto:hover .icon,
	#menu-produtos #copo-produto.active .icon {
		background-position: -57px -393px; 
	}

	#menu-produtos #acessorios-produto .icon {
		background-position: 0px -524px; 
		width: 59px;
		height: 64px;
	}

	#menu-produtos #acessorios-produto:hover .icon,
	#menu-produtos #acessorios-produto.active .icon {
		background-position: -67px -524px; 
	}

		#menu-produtos .texto {
			font-size: 1.3rem;
			text-align: center;
		}

		#menu-produtos li {
			margin: 0px 0 10px;
		}

		#menu-produtos li:last-child {
			margin-bottom: 0;
		}

		#menu-produtos li a {
			display: block;
			background: #dce0cb;
			background: rgba(108,141,3,.15);
			padding: 30px 20px;
			position: relative;
		}

		#menu-produtos li.active a {
			background: rgba(108,141,3,.3);
		}

		#menu-produtos li.active a:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 16px 0 16px 20px;
			border-color: transparent transparent transparent rgba(108,141,3,.3);
			position: absolute;
			top: 50%;
			margin-top: -16px;
			left: 100%;
		}

		#menu-produtos .texto li {
			margin: 0px;
			line-height: 2rem;
		}

 		#menu-produtos .texto .nome {
			text-transform: uppercase;			
		}

		#menu-produtos .texto .medidas {
			font-family: 'MyriadPro-Regular';			
		}

#produtos .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 630px;
	position: relative;
}

.produtos-wrap {
	position: relative;
}		

	.produtos-content {
		position: relative;
		height: 502px;
		position: absolute;
		display: none;
		width: 573px;
		top: 0px;
		left: 10px;
	}

		.produtos-content p {
			color: #085540;
			font-family: 'MyriadPro-Regular';
			font-size: 20px;
			font-style: italic;
		}

	.produtos-content.active {
		display: block;
	}

	.produtos-content .medidas {
		display: block;
		margin: 10px 0 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

		.produtos-content .medidas li {
			display: block;
			list-style-type: none;
			padding: 0px 20px;
			font-family: 'MyriadPro-Semibold';
			font-size: 25px;
			color: #2f5349;
			background: #dce0cb;
			background: rgba(108,141,3,.15);
			text-align: center;
			margin-bottom: 3px;
			line-height: 27px;
			height: 27px;
		}

		.produtos-content .medidas li:last-child {
			margin-bottom: 0;
		}

		.produtos-content .produto {
			position: absolute;
			z-index: 1;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}
		
		.produtos-content .produto.inactive {
			opacity: .5; /* standard: ff gt 1.5, opera, safari */
			-ms-filter: “alpha(opacity=50)”; /* ie 8 */
			filter: alpha(opacity=50); /* ie lt 7 */
			-khtml-opacity: .5; /* safari 1.x */
			-moz-opacity: .5; /* ff lt 1.5, netscape */
		}

		.produtos-content .produto.active {
			z-index: 3;
			opacity: 1; /* standard: ff gt 1.5, opera, safari */
			-ms-filter: “alpha(opacity=100)”; /* ie 8 */
			filter: alpha(opacity=100); /* ie lt 7 */
			-khtml-opacity: 1; /* safari 1.x */
			-moz-opacity: 1; /* ff lt 1.5, netscape */
		}

		.produtos-content #balde.produto {
			bottom: 15px;
			left: 60px;
			width: 400px;
		}

		.produtos-content #copo-box.produto {
			bottom: 10px;
			right: 0px;
			width: 280px;
		}

		.produtos-content #pote.produto {
			bottom: 0px;
			left: 155px;
			z-index: 2;
			width: 200px;
		}

		.produtos-content #copo.produto {
			bottom: 10px;
			left: 20px;
			width: 200px;
		}

/* Banner Meio */
.banner-meio {
    margin-top: 80px;
}

    .banner-meio a {
        display: block;
    }

        .banner-meio a img {
            display: block;
            width: 100%;
            margin: auto;
        }

/* Contato */

#contato .wrapper {
	position: absolute;
	display: none;
	/*min-height: 486px;*/
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #6c8d03;
	background: rgba(33,116,92,.75);
	z-index: 5;
}

#contato h4 {
	padding-left: 0.9375em;
	font-size: 1.5625rem;
}

.bg-contato {
	display: block;
	background: #d5dcbb;
	background: rgba(108,141,3,.15);
	margin-left: 0.9375em;
	margin-right: 0.9375em;
	padding: 40px 0 20px;
}

	#contato #cesto-lixo,
	#contato #form-bg {
		position: absolute;
		right: 50%;
	}

	#contato #cesto-lixo {
		margin-right: -454px;
		top: 35px;
	}

	#contato .texto-cesto {
		position: absolute;
		top: 70px;
		right: 112px;
		width: 268px;
		color: #325643;
	}

	#contato #form-bg {
		margin-right: -110px;
		top: 65px;
	}

	#contato #form-sent-bg {
		position: absolute;
		margin-right: -130px;
		top: 110px;
		height: 100%;
		z-index: 5;
		right: 50%;
	}

	#contato .msg-enviado {
		z-index: 5;
	}

	#contato .msg-enviado h4 {
		position: absolute;
		top: 220px;
		z-index: 6;
		width: 335px;
		left: 130px;
	}

	form {
		color: #325643;
	}

	form .columns {
		position: relative;
	}

		small.error {
			position: absolute;
			z-index: 1;
			width: 95%;
			bottom: -27px;
		}

		.error input, 
		.error textarea, 
		.error select {
			margin: 0 0 1rem 0;
		}

		.tel,
		.email {
			font-size: 1.375rem;
			text-transform: lowercase;
			margin-left: 20px;
		}

		.tel .icon {
			background: url(../img/contato-icons.png) no-repeat 0 0;
			width: 17px;
			height: 31px;
			display: inline-block;
			vertical-align: middle;
		}		

		.email .icon {
			background: url(../img/contato-icons.png) no-repeat -17px 0;
			width: 29px;
			height: 18px;
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
		}		

		.ddd {
			font-size: 1.125rem;
		}

		form p {
			font-family: 'MyriadPro-SemiboldIt';
			font-size: 1.25rem;
			text-align: left;
		}

		form label {
			font-family: 'MyriadPro-Regular';
			font-size: 1.125rem;
			text-transform: capitalize;
			text-align: right;
			color: #325643;
			line-height: 2.5rem;
			font-style: italic;
		}

		form textarea {
			height: 140px;
		}

		form button {
			bottom: 0;
			left: 0;
			font-family: 'asongforjennifer';
			font-size: 1.1875rem;
			padding: 5px 7.5px;
		}

		#fulpel-logo {
			margin: 5px 0 0 220px;
		}


/* Footer */

footer {
	padding: 20px 0;
	text-align: center;
}

.topo {
	color: #ebebe7;
	font-family: 'asongforjennifer';
	z-index: 999;
	font-size: 16px;
	text-transform: uppercase;
	position: fixed;
	bottom: 20px;
	right: 50%;
	margin-right: -480px;
	padding: 10px 20px;
	background: #6c8e03;
	background: rgba(108,142,3,.8);
	opacity: .5; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=50)”; /* ie 8 */
	filter: alpha(opacity=50); /* ie lt 7 */
	-khtml-opacity: .5; /* safari 1.x */
	-moz-opacity: .5; /* ff lt 1.5, netscape */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.topo:hover {
	color: #ebebe7;
	opacity: 1; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=100)”; /* ie 8 */
	filter: alpha(opacity=100); /* ie lt 7 */
	-khtml-opacity: 1; /* safari 1.x */
	-moz-opacity: 1; /* ff lt 1.5, netscape */
}

iframe {
	display: none;
}

.fb.icon {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.resposta {
	position: absolute;
	top: 50%;
	left: 0;
	height: 140px;
	margin: -70px auto 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}

	.resposta h2,
	.resposta h4 {
		font-weight: normal;
	}

	.resposta small,
	.resposta a {
		color: #325643;
	}