/* HTML5 Boilerplate
 * ==|== normalize ==========================================================
 */

footer, header{ display: block; }


html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background-color:#d1dbde;}
body { overflow-x: hidden; overflow-y: hidden; margin: 0 auto; font-size: 13px; line-height: 1.5; background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
	background-position:top;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }



/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

p{
    font-family:"Open Sans", Verdana, Helvetica, sans-serif;
    font-weight:normal;
    text-transform:none;
    font-size:14px;
    padding:0 15px;
    margin-bottom:10px;
    color:#fff;
}

h1{
    font-family:"PT Serif", Georgia, serif;
    font-weight:bold;
    text-transform:capitalize;
    font-size:20px;
    padding:0 5px;
    margin-bottom:0px;
    color:#fff;
	text-align:center;
}

h2{
    font-family:"PT Serif", Georgia, serif;
    font-weight:bold;
    text-transform:capitalize;
    font-size:16px;
    padding:0 5px;
    margin-bottom:0px;
    color:#fff;
	text-align:center;
}

.middleblocks{
	position:relative;
	width:1000px;
	margin:0 auto;
	display: block;
	margin-bottom: 160px;
	z-index:15;
	overflow: hidden;
}

.middleblocks#header{
	width:1000px;
	height:78px;
}

#deco{
	display:block;
	padding-top:15px;
	padding-bottom:5px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

#symbol{
	background-image:url(../img/symbol.png);
	position:absolute;
	display:block;
	left:100%;
	margin-left:-90px;
	top:160px;
	width:45px;
	height:12px;

}

#column{
	background-image:url(../img/column_bgd.png);
	position:relative;
	width:310px;
	min-height:266px;
	float:left;
	margin-left:20px;
	padding: 5px;
}

#tree {
	position: relative;
	margin: 0 auto;
	margin-top: 150px;
	padding: 70px;
	z-index: 7;
}

#container{
	width: 100%;
	min-width:900px;
	background: transparent;
}

/* Header */

header{
	/*float: left;*/
    position: relative;
    /*left: 50%;*/
}

#head{
	position: relative;
	width:100%;
}

#coffeeLote {
	position: absolute;
	background-position: 50% 50%;
	background-image:url(../img/lote.png);
	width: 505px;
	height: 166px;
	top: 480px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index: 40;
}

#head #menu {
	position:fixed;
	width:100%;
	top:120px;
	z-index:9000;
	right:0;

}

#head #menu #language{
	position:absolute;
	left:100%;
	margin-left:-80px;
	top:0px;
	cursor:pointer;
}

#head #menu #language a{
	display:block;
	height:25px;
	width:25px;
	background:no-repeat;
}

#head #menu #top{
	display:block;
	position:absolute;
	left:100%;
	margin-left:-85px;
	top:205px;
	height:40px;
	width:40px;
	cursor:pointer;
	background: url('../img/top.png');
}

#head #menu #controlUp{
	position:absolute;
	left:100%;
	margin-left:-90px;
	height:65px;
	cursor:pointer;
	display:block;
	height:50px;
	width:50px;
	background:no-repeat;
	background: url('../img/up.png');
}

#head #menu #controlDown{
	position:absolute;
	left:100%;
	margin-left:-90px;
	height:65px;
	cursor:pointer;
	display:block;
	height:50px;
	width:50px;
	background:no-repeat;
	background: url('../img/down.png');
}


#head #menu #language a.pt { background: url('../img/pt.png'); }
#head #menu #language a.en{ background: url('../img/en.png'); }
#head #menu #language a.fr{ background: url('../img/fr.png'); }
#head #menu #language a.cn{ background: url('../img/cn.png'); }
#head #menu #controlUp:hover{background-position: 50px 0;}
#head #menu #controlDown:hover{background-position: 50px 0;}
#head #menu #top:hover{background-position: 40px 0;}

/*#head #menu #control div.up{background: url('../img/up.png');}
#head #menu #control div.down{background: url('../img/down.png');}*/

#head #menu #language a:hover{ background-position: 25px 0;}

#graos_main{
	position: absolute;
	background-position: 50% 50%;
	background-image:url(../img/graos_middle.png);
	width: 800px;
	height: 1129px;
	top: 1900px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index: 10;
}

#graos_desfocados{
	position: absolute;
	background-position: 50% 50%;
	background-image:url(../img/graos_desfocados.png);
	width: 811px;
	height: 1220px;
	top: 1800px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index: 2;
}

.cup-smoke{
	position:absolute;display:block;top:10px;right:0;left:0;margin-left:auto;margin-right:auto;width:70px;height:200px;opacity:0;-webkit-animation:cup-smoke-fadeInOut 3s linear;-webkit-animation-iteration-count:infinite;-webkit-animation-play-state:paused;-moz-animation:cup-smoke-fadeInOut 3s linear;-moz-animation-iteration-count:infinite;-moz-animation-play-state:paused;-ms-animation:cup-smoke-fadeInOut 3s linear;-ms-animation-iteration-count:infinite;-ms-animation-play-state:paused;z-index:900;}
.cup-smoke#cup-smoke-1{background:url(../img/smoke_1.png);}
.cup-smoke#cup-smoke-2{background:url(../img/smoke_2.png);-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;}
.cup-smoke#cup-smoke-3{background:url(../img/smoke_3.png);-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-ms-animation-delay:1.5s;}


#graos_header{
	background-image:url(../img/graos_top.png);
	width: 800px;
	height: 1599px;
	top: 350px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index: 14;
}


/* Main*/
#main{
	width:100%;
	height:auto;
	position:relative;
	/*margin:0 auto;*/
	float: left;
	/*left: 50%;*/
	clear:left;
	/*z-index:2;*/
}



#mainBack{
	display: block;
	width:100%;
    position: relative;
	z-index:2;
}

#prepblock{
	position:relative;
	width:250px;
	min-height:160px;
	float:left;
	margin-top:430px;
}

/* Footer*/
#share{
	position:relative;
	width:auto;
	height:auto;
	margin: 0 auto;
	text-align:center;
	z-index:15;}
#share ul { margin: 0; padding: 0; list-style: none; }
#share ul li { display: inline; }
#share .facebook div { display: inline !important; }

#buttonsFooter{
	position:relative;
	width:155px;
	height:auto;
	margin: 0 auto;
	z-index:15;
	overflow:hidden;
}

footer{
	/*float: left;*/
	clear:left;
    position: relative;
    /*left: 50%;*/
}

#imagenFooter {
	display: block;
	width:100%;
}


/* Preload */
.nomostrar{display:none; opacity: 0.0;}
.mostrar{display:block; opacity: 1.0;}


.clear
{
	clear: both;
}





/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


@-webkit-keyframes cup-smoke-fadeInOut{0%{opacity:0;-webkit-transform:translatey(50px);} 50%{opacity:1;-webkit-transform:translatey(25px);} 100%{opacity:0;-webkit-transform:translatey(0);}}
@-moz-keyframes cup-smoke-fadeInOut{0%{opacity:0;-moz-transform:translatey(50px);} 50%{opacity:1;-moz-transform:translatey(25px);} 100%{opacity:0;-moz-transform:translatey(0);}}



.ppt{
	display: none !important;
}

.contacts {
	background-image:url(../img/column_bgd.png);
	position:relative;
	padding: 20px;
	clear: both;
	margin-top: 10px;
}

.contacts label {
	font-family: "PT Serif", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	padding: 0;
	margin-bottom: 0;
	color: #fff;
	text-align: left;
	display: block;
}

.contacts input, .contacts textarea {
	width: 100%;
	background: #eee;
	background: rgba(255,255,255,0.3);
	border: 1px solid transparent;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.contacts textarea {
	min-height: 100px;
}

.contacts input:focus, .contacts textarea:focus {
	border: 1px solid #ccc;
	outline: none;
}

.contacts .left {
	float: left;
	width:45%;
}

.contacts .right {
	float: right;
	width: 45%;
}

.contacts .button {
	background: #444;
	margin-bottom: 0;
	cursor: pointer;
	color: #eee;
	border: 1px solid #666;
}

#response { text-align: center; }