@charset "utf-8";
/* CSS Document */

@import url("../fontes/stylesheet.css");

/*Reset*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
input:focus { 
    outline: none; 
}
select:focus { 
    outline: none; 
}
textarea:focus { 
    outline: none; 
}
*::selection {
    background: #0B611B; 
    color: #FFF; 
}
*::-moz-selection {
    background: #0B611B; 
    color: #FFF; 
}
body {
	display: block;
	float: left;
	width: 100%;
}
body.interna {
	display: block;
	float: left;
	width: 100%;
	background: url(../imgs/bg-body.jpg) top center no-repeat #F5E9E1;
}
body.interna .logo-topo h1 {
	margin-top: 40px;
}
.center {
	display: table;
	width: 1150px;
	margin: 0 auto
}
.clear {
	clear: both !important;
}
/**/
.header {
	display: block;
	float: left;
	min-width: 100%;
	width: 100%;
	max-width: 1920px;
	height: 235px;
}
body.index .header {
	background: url(../imgs/bg-header.jpg) top center repeat-x;
}
.bg-topo {
	display: block;
	float: left;
	width: 100%;
	background: url(../imgs/bg-topo.png) top center repeat-x;
}
ul.menu-topo {
	display: block;
	float: left;
	position: relative;
	z-index: 40;
	margin: 26px 0 0 0;
}
ul.menu-topo li {
	display: block;
	float: left;
	width: auto;
	height: 64px;
	margin: 0 14px 0 14px;
}
ul.menu-topo li a {
	display: block;
	float: left;
	font-family: 'intro_regularregular';
	font-size: 12px;
	color: #452410;
	font-weight: bold;
	text-transform: uppercase;
	/*margin: 28px 0 0 0;*/
	text-shadow: 0px 1px 3px #FFF;
    /*filter: dropshadow(color=#FFF, offx=0, offy=1);*/
}
ul.menu-topo li a:hover {
	border-bottom: 2px solid #0B611B;
}
.ativo {
	border-bottom: 2px solid #0B611B;
}
.rastreabilidade {
	display: block;
	float: left;
	width: 285px;
	position: relative;
	z-index: 50;
	margin: 0 15px 0 58px;
}
.rastreabilidade p {
	display: block;
	float: left;
	text-align: right;
	font-family: 'intro_regularregular';
	font-size: 13px;
	color: #452410;
	text-transform: uppercase;
	width: 100%;
	height: 64px;
	line-height: 64px;
	background: url(../imgs/cafe-rastreabilidade.png) center left no-repeat;
	background-position: 80px 6px;
}
.rastreabilidade a {
	display: block;
	float: left;
	position: relative;
	color: #A0AC24;
	background: url(../imgs/bg-btn-topo.png) top center no-repeat;
	font-family: 'intro_regularregular';
	font-size: 11px;
	width: 141px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 4px 0px rgba(38,26,13,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 4px 0px rgba(38,26,13,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 4px 0px rgba(38,26,13,1), 0px 9px 25px rgba(0,0,0,.7);
	text-align: center;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	margin: -3px 0 0 0;
}
.rastreabilidade a:active {
    -webkit-box-shadow: 0px 1px 0px rgba(38,26,13,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 1px 0px rgba(38,26,13,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 1px 0px rgba(38,26,13,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 3px;
}
.rastreabilidade p a.sem {
	display: block;
	float: right;
	height: auto;
	width: auto;
	font-family: 'intro_regularregular';
	font-size: 13px;
	color: #452410;
	line-height: 64px;
	text-transform: uppercase;
	text-shadow: 0px 1px 3px #FFF;
    /*filter: dropshadow(color=#FFF, offx=0, offy=1); */
	background: none;
	box-shadow: none;
}
.rastreabilidade p a.sem:hover {
	text-decoration: underline;
}
.cinco {
	display: block;
	float: left;
	width: 3px;
	height: 40px;
}
#formRastreio {
	display: block;
	float: right;
	width: 290px;
	height: 86px;
	background: url(../imgs/bg-form-rastreamento.png) top center no-repeat;
}
#formRastreio label {
	display: block;
	float: left;
	font-family: 'latoregular';
	font-size: 12px;
	color: #261A0D;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 0 15px;
}
#formRastreio input {
	display: block;
	float: left;
	width: 176px;
	height: 30px;
	font-family: 'latoregular';
	font-size: 12px;
	color: #FFF;
	padding: 0 10px;
	background: #261A0D;
	margin: 5px 0 0 15px;
}
#formRastreio button {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	font-family: 'intro_regularregular';
	font-size: 11px;
	color: #ADB62E;
	background: url(../imgs/bg-btn.jpg) top center no-repeat;
	cursor: pointer;
	margin: 5px 0 0 0;
}
#formRastreio button:hover {
	text-decoration: underline;
}
.logo-topo {
	display: block;
	float: left;
	width: 100%;
	height: 170px;
	margin: -40px 0 0 0;
}
.logo-topo h1 {
	display: block;
	float: left;
	width: 169px;
	height: 130px;
	background: url(../imgs/logo-topo.png) top center no-repeat;
	text-indent: -99999px;
	margin: 15px 0 0 15px;
}
.telefones {
	display: block;
	float: right;
	height: 57px;
	margin: 65px 30px 0 0;
	padding: 0 0 0 60px;
	background: url(../imgs/bg-telefones.png) center left no-repeat;
}
.telefones p {
	font-family: 'latoregular';
	font-size: 18px;
	color: #291A0F;
	font-weight: bold;
	margin: 6px 0 0 0;
}
#index-slider {
	display: block;
	float: left;
	width: 100%;
}
.content {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	background: url(../imgs/bg_homes.png) top center;
	margin: -115px 0 0 0;
	padding: 30px 0 0 0;
}
.content p {
	display: block;
	float: left;
	font-family: 'latolight';
	font-size: 14px;
	color: #1F1F1F;
}
.content p a {
	font-family: 'latoregular';
	font-size: 13px;
	color: #00651F;
}
.content p a:hover {
	text-decoration: underline;
}
.content h3 {
	display: block;
	float: left;
	font-family: 'alluraregular';
	font-size: 36px;
	color: #3A7508;
}
.banner {
	display: block;
	float: left;
	width: 100%;
	height: 320px;
	background: url(../imgs/cafe.png) center left no-repeat;
	background-position: 80px 30px;
}
.banner h2 {
	display: block;
	float: left;
	font-size: 60px;
	color: #202020;
	font-family: 'latolight_italic';
	font-size-adjust: 50px !important;
	width: 210px;
	line-height: 50px;
	text-align: center;
	margin: 50px 0 0 310px;
	text-shadow: 1px 1px 0px #FFF;
	/*filter: dropshadow(color=#FFF, offx=1, offy=1);*/
}
.banner h2 span {
	font-family: 'alluraregular';
	font-size: 110px;
	color: #3A7508;
	font-weight: normal;
	margin: 0 0 0 80px;
}
.align-right {
	display: block;
	float: right;
	width: 400px;
	margin: 60px 100px 0 0;
}
.banner p {
	display: block;
	float: left;
	width: 400px;
	font-family: 'latolight_italic';
	font-size: 18px;
}
.banner a {
	display: block;
	float: left;
	width: 127px;
	height: 29px;
	background: #005F17;
	color: #FFF;
	text-align: center;
	line-height: 29px;
	border-radius: 14px;
	font-family: 'latolight_italic';
	font-size: 16px;
	margin: 30px 0 0 0;
}
.banner a:hover {
	background: #9C0006;
}
.arabesco {
	display: block;
	float: left;
	width: 100%;
	height: 20px;
	background: url(../imgs/arabesco.png) no-repeat;
	background-position: 200px 0;
	margin: 20px 0 30px 0;
}
.left {
	display: block;
	float: left;
	width: 514px;
	margin: 110px 0 0 0;
}
.chamado {
	display: block;
	float: left;
	width: 345px;
	height: 160px;
	padding: 0 0 0 170px;
}
.chamado h3 {
	margin: 20px 0 0 0;
}
.chamado p {
	line-height: 17px;
}
.institucional {
	background: url(../imgs/institucional.png) center left no-repeat;
}
.culturas {
	background: url(../imgs/culturas.png) center left no-repeat;
}
.right {
	display: block;
	float: right;
	width: 552px;
}
.right h3 {
	display: table;
	float: left;
	margin: 0 0 -26px 125px;
}
.right p {
	display: block;
	float: left;
	margin: 28px 0 0 0;
}
.vintecinco {
	font-size: 30px !important;
}
.certificacao {
	display: block;
	float: left;
	width: 415px;
	height: 110px;
	padding: 0 0 0 125px;
	margin: 0 0 20px 0;
}
.utz {
	background: url(../imgs/utz.png) center left no-repeat;
}
.minas {
	background: url(../imgs/certifica-minas.png) center left no-repeat;
}
.certificacao p, .cooper p {
	font-size: 14px !important;
}
.cooper {
	display: block;
	float: left;
	width: 415px;
	height: 100px;
	padding: 0 0 0 125px;
	background: url(../imgs/cooperativismo.png) no-repeat;
	background-position: 0 6px;
	margin: 10px 0 0 0;
}
.cooper h3.vintecinco {
	width: 100%;
	margin: 0 0 -24px 0;
	background: url(../imgs/coopadap.png) center right no-repeat;
}
.margem {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
}
.galeria {
	display: block;
	float: left;
	width: 100%;
	height: 490px;
	background: url(../imgs/bg-galeria.jpg) top center repeat-x;
}
.galeria h3 {
	display: block;
	float: left;
	font-family: 'alluraregular';
	font-size: 46px;
	color: #005F17;
}
.galeria p {
	display: block;
	float: left;
	font-family: 'latolight';
	font-size: 16px;
	color: #1F1F1F;
}
.galeria p a {
	font-family: 'latoregular';
	font-size: 13px !important;
	color: #00651F;
}
.galeria p a:hover {
	text-decoration: underline;
}
.img-galeria {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(../imgs/galeria.png) top center no-repeat;
	margin: 248px 0 0 108px;
}
.galeria .align-right {
	display: block;
	float: left;
	margin: 150px 0 0 50px;
}
.rodape {
	display: block;
	float: left;
	width: 100%;
	height: 240px;
	background: url(../imgs/bg-rodape.jpg) top center repeat-x;
}
.alinha {
	display: block;
	float: left;
	height: 80px;
	width: 170px;
}
.menu-rodape {
	display: block;
	float: left;
	width: 100%;
	height: 84px;
	position: relative;
	margin: -45px 0 0 0;
	background: url(../imgs/bg-menu-rodape.png) top center no-repeat;
}
.menu-rodape li {
	display: block;
	float: left;
	height: 84px;
	margin: 26px 0 0 0;
}
.menu-rodape li a {
	display: block;
	float: left;
	font-family: 'intro_regularregular';
	font-size: 13px;
	color: #452410;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 14px 0 14px;
	text-shadow: 0px 1px 3px #FFF;
    /*filter: dropshadow(color=#FFF, offx=0, offy=1);*/
}
.menu-rodape li a:hover {
	border-bottom: 2px solid #0B611B;
}
.footer {
	display: block;
	float: left;
	width: 100%;
	height: 139px;
}
.footer h1 {
	display: block;
	float: left;
	width: 117px;
	height: 90px;
	background: url(../imgs/logo-rodape.png) top center no-repeat;
	text-indent: -99999px;
	margin: 0 0 0 150px;
}
address {
	display: block;
	float: left;
	font-style: normal;
	margin: 35px 0 0 30px;
}
address p {
	display: block;
	float: left;
	font-family: 'latoregular';
	font-size: 14px;
	color: #1F1F1F;
}
.dir {
	display: block;
	float: right;
	width: 220px;
	margin: 16px 170px 0 0;
}
.tels {
	display: block;
	float: left;
	width: 154px;
	height: 57px;
	padding: 0 0 0 69px;
	background: url(../imgs/bg-telefones.png) center left no-repeat;
}
.tels p {
	display: block;
	float: left;
	font-family: 'latolight';
	font-size: 20px;
	color: #422D15;
	margin: 6px 0 0 0;
}
.mail {
	display: block;
	float: left;
	width: 169px;
	font-family: 'latolight';
	color: #1F1F1F;
	font-size: 14px;
	padding: 0 0 0 40px;
	margin: 20px 0 0 15px;
	background: url(../imgs/mail.png) center left no-repeat;
}
.under {
	display: block;
	float: left;
	width: 100%;
	height: 75px;
	background: url(../imgs/bg-direitos.png) bottom center repeat-x;
}
.under p {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'latoregular';
	font-size: 12px;
	color: #FFF;
	margin: 30px 0 0 0;
}
.aqua {
	float: right;
	width: 64px;
	height: 19px;
	text-indent: -99999px;
	background: url(../imgs/aqua.png) center right no-repeat;
}
/*Internas*/
.conteudo {
	display: block;
	float: left;
	width: 100%;
}
.breadcrumb {
	display: block;
	float: left;
	width: 850px;
	font-family: 'intro_regularregular';
	font-size: 12px;
	text-transform: uppercase;
	color: #644729;
	font-weight: bold;
	margin: 20px 0 20px 300px;
}
.breadcrumb a {
	color: #644729;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.esquerda {
	display: block;
	float: left;
	width: 265px;
}
ul.menu-lateral {
	display: block;
	float: left;
	width: 100%;
	height: 200px;
	margin: 100px 0 0 0;
}
ul.menu-lateral li {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
}
ul.menu-lateral li a {
	display: block;
	float: right;
	width: 215px;
	text-align: right;
	font-family: 'alluraregular';
	font-size: 30px;
	line-height: 30px;
	color: #005F17;
	margin: 16px 30px 0 0;
	height: 60px;
}
ul.menu-lateral li a:hover {
	text-decoration: underline;
}
ul.menu-lateral li.separar {
	display: block;
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #22180E;
}
.kf {
	display: block;
	float: left;
	width: 100%;
	height: 220px;
	margin: 120px 0 0 0;
	padding: 245px 0 0 0;
	background:url(../imgs/cafe.png) top center no-repeat;
}
.kf h3 {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'latolight_italic';
	font-size: 60px;
	line-height: 50px;
	color: #202020;
	margin: 20px 0 0 0;
}
.kf h3 span {
	display: block;
	float: left;
	margin: 0 0 0 80px !important;
}
.kf h4 {
	display: block;
	float: right;
	font-family: 'alluraregular';
	font-size: 120px;
	color: #005F17;
	margin: -50px 0 0 0;
}
.kf a {
	display: block;
	float: left;
	width: 130px;
	height: 30px;
	border-radius: 18px;
	background: #005F17;
	font-family: 'latolight_italic';
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	margin: 10px 0 0 120px;
}
.kf a:hover {
	background: #9C0006;
}
.direita {
	display: block;
	float: right;
	width: 850px;
	height: auto;
	min-height: 1058px;
	padding: 0 0 30px 0;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.41);
	margin: 0 0 100px 0;
}
.dir_menor {
	min-height: 900px !important;
}
.direita h2 {
	display: block;
	float: left;
	width: 94%;
	font-family: 'alluraregular';
	font-size: 50px;
	color: #005F17;
	margin: 20px 0 0 24px;
}
.direita h2 span {
	font-size: 40px !important;
	font-family: 'latoregular';
	font-weight: normal;
}
.direita p {
	display: block;
	float: left;
	width: 790px;
	font-family: 'latoregular';
	font-size: 14px;
	color: #666;
	margin: 13px 0 13px 24px;
}
.top-institucional {
	display: block;
	float: left;
	width: 100%;
	height: 210px;
	background: url(../imgs/top-institucional.png) top center no-repeat;
	margin: 0 0 20px 0;
}
.top-institucional2 {
	display: block;
	float: left;
	width: 100%;
	height: 210px;
	margin: 0 0 20px 0;
}
.top-institucional2 img {
	margin: 0 0 0 30px;
}
#formContato {
	display: block;
	float: left;
	width: 436px;
	height: 630px;
	border: 1px solid #F8F5F0;
	margin: 0 0 0 20px;
	padding: 20px 0 0 24px;
}
#formContato label {
	display: table;
	float: left;
	width: 415px;
	font-family: 'intro_regularregular';
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #644628;
	margin: 8px 0;
}
#formContato label input {
	display: block;
	float: left;
	width: 395px;
	height: 43px;
	border: 1px solid #F4E0D4;
	padding: 0 10px;
	font-family: 'intro_regularregular';
	text-transform: uppercase;
	font-size: 12px;
	color: #644628;
	margin: 2px 0 0 0;
}
#formContato label.mns {
	width: 180px;
}
#formContato label.mns input {
	width: 180px !important;
}
#formContato label.esp {
	display: block;
	float: left;
	width: 10px;
	height: 40px;
}
#formContato textarea {
	display: block;
	float: left;
	width: 395px;
	height: 156px;
	padding: 10px;
	border: 1px solid #F4E0D4;
	font-family: 'intro_regularregular';
	text-transform: uppercase;
	font-size: 12px;
	color: #644628;
	resize: none;
}
#formContato button {
	display: block;
	float: right;
	width: 126px;
	height: 39px;
	background: #006D0A;
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'latolight';
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0px 4px 0px rgba(0,95,23,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 4px 0px rgba(0,95,23,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 4px 0px rgba(0,95,23,1), 0px 9px 25px rgba(0,0,0,.7);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	margin: 40px 20px 0 0;
}
#formContato button:active {
	-webkit-box-shadow: 0px 2px 0px rgba(0,95,23,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 2px 0px rgba(0,95,23,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 2px 0px rgba(0,95,23,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 4px;
}
.dir_form {
	display: block;
	float: right;
	width: 325px;
	margin: 28px 20px 0 0;
}
.dir_form h3 {
	display: block;
	float: left;
	font-family: 'alluraregular';
	font-size: 42px;
	color: #006A00;
}
.dir_form p {
	display: block;
	float: left;
	width: 320px;
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 0 5px;
	padding: 0;
}
.dir_form iframe {
	display: block;
	float: left;
	border: 6px solid #FDF7EE;
	margin: 10px 0 0 0;
}
.down {
	display: block;
	float: left;
	width: 795px;
	height: 83px;
	background: #FEFCFB;
	border: 1px solid #F8F5F0;
	margin: 20px 0 40px 25px;
}
.down p {
	display: block;
	float: left;
	width: 570px;
	margin: 32px 0 0 18px; 
}
.down a {
	display: block;
	float: right;
	width: 138px;
	height: 37px;
	background: #00831F;
	text-align: center;
	line-height: 37px;
	color: #FFF;
	font-family: 'intro_regularregular';
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	-webkit-box-shadow: 0px 4px 0px rgba(0,95,23,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 4px 0px rgba(0,95,23,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 4px 0px rgba(0,95,23,1), 0px 9px 25px rgba(0,0,0,.7);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	margin: 20px 13px 0 0;
}
.down a:active {
	-webkit-box-shadow: 0px 2px 0px rgba(0,95,23,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 2px 0px rgba(0,95,23,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 2px 0px rgba(0,95,23,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 4px;
}
.direita h4 {
	font-family: 'alluraregular';
	font-size: 36px;
	color: #005F17;
	margin: 0 0 0 25px;
}
.gallery {
	display: block;
	float: left;
	margin: 40px 0 0 20px;
}
.gallery img {
	display: block;
	float: left;
	margin: 6px;
}
.destaques {
	display: block;
	float: left;
	margin: 20px 0 20px 13px;
}
.destaques img {
	display: block;
	float: left;
	margin: 0 12px;
}
#status {
	display:block;
	float:left;
	width:250px;
	height:30px;
	margin: 40px 20px 0 0;
	font-family: Arial;
	font-size:12px;
}