/* CSS Reset */

html, body, div, p{
  margin: 0;
  padding: 0;
  border: 0;
  }

body {
	overflow-x:hidden;
	overflow-y: hidden;
	font-family: 'Signika Negative', sans-serif;
}

h1 {
	color: #fff;
	font-size: 40px;
	line-height: 42px;
	font-weight: bolder;
	width: 400px;
	padding-top: 35px;
	padding-left: 40px;
}

h2 {
	color: #045827;
	font-size: 24px;
	line-height: 26px;
	font-weight: bolder;
	width: 450px;
	padding-top: 15px;
	padding-left: 40px;
}



h3 {
	color: #fff;
	font-size: 24px;
	text-align: center;
}

h4 {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	z-index: 9999;
}

p {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding-top: 14px;
	padding-left: 40px;
	width: 380px;
}

.centro {
	width: 990px;
	margin: auto;
	min-height: 300px;
	border-right: 1px solid #f60;
	border-left: 1px solid #f60;
}

.clear {
	clear: both;
}

#navegacao-imagem {
	width: 215px;
	height: 57px;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 75px;
	z-index: 9999;
}

#navegacao-texto {
	width: 215px;
	height: 91px;
	position: fixed;
	z-index: 1000;
	bottom: 77px;
	right: 75px;
	display: none;
}

#botao-home {
	width: 275px;
	height: 49px;
	position: fixed;
	z-index: 10010;
	top: 51px;
	right: -220px;
	cursor: pointer;
}

#botao-portal {
	width: 275px;
	height: 50px;
	position: fixed;
	z-index: 10010;
	top: 110px;
	right: -220px;
	cursor: pointer;
}

#botao-contatos {
	width: 275px;
	height: 50px;
	position: fixed;
	z-index: 10010;
	top: 170px;
	right: -220px;
	cursor: pointer;
}

#facebook {
	width: 275px;
	height: 50px;
	position: fixed;
	z-index: 1000;
	top: 410px;
	right: -220px;
	cursor: pointer;
}

#twitter {
	width: 275px;
	height: 50px;
	position: fixed;
	z-index: 1000;
	top: 350px;	
	right: -220px;
	cursor: pointer;
}

#botao-admin {
	width: 275px;
	height: 50px;
	position: fixed;
	z-index: 1000;
	top: 290px;
	right: -220px;
	cursor: pointer;
}

#botao-pesquisa {
	width: 275px;
	height: 50px;
	position: fixed;
	z-index: 1000;
	top: 230px;
	right: -220px;
	cursor: pointer;
}

#logos {
	width: 950px;
	height: 53px;
	top: 50px;
	left: 40px;
	position: fixed;
	z-index: 1000;
}

#logos img {
	float: left;
	margin-right: 20px;
	cursor: pointer;	
}
  
#paginalogin {
	width: 320px;
	height: 100%;
	background: #8dc73f url(../images/barra-login.png) repeat-y right;
	position: fixed;
	left: -320px;
	top: 0px;
	z-index: 99999;
}

#setinha {
	width: 39px;
	height: 39px;
	position: fixed;
	top: 50%;
	margin-top: -20px;
	left: 0px;
	z-index: 199999;
	cursor: pointer;
}

#setinhafechar {
	width: 34px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 215px;
	z-index: 199999;
	cursor: pointer;
}

#pagina-contato {
	background: url(../images/fundo-contato.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#pagina-noticias {
	background: url(../images/fundo-noticias.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#titulo-pagina {
	width: 472px;
	height: 340px;
	position: relative;
	z-index: 90;
	top: 80px;
	left: 0%;
}

#titulo-pagina h1 {
	line-height: 46px;
	color: #293708;
	font-size: 40px;
	margin-left: 50px;
	padding-top: 60px;
	width: 290px;
}

#conteudo-pagina {
	width: 545px;
	position: relative;
	z-index: 90;
	top: -20px;
	left: 0%;
	z-index: 9999;
	overflow-y: auto;
}

#conteudo-pagina p {
	color: #293708;
	margin-left: 50px;
	font-size: 17px;
}

.papel {
	max-height: 545px;
	width: 545px;
	position: relative;
	z-index: 90;
	top: 100px;
	left: 10%;
	padding-bottom: 10px;
	background: url(../images/fundo-preto.png) repeat;
}

.papelbaixo {
	height: 140px;
	width: 485px;
	position: relative;
	z-index: 90;
	top: 100px;
	left: 10%;
	padding-bottom: 10px;
	background: url(../images/fundo-preto.png) repeat;
}

.ajuste-rolagem {
	width: 100%;
	height: 30px;
}

.pequeno {
	width: 485px;
}

.pequenino {
	width: 380px;
}

.contato {
	background: url(../images/fundo-preto.png) repeat;
	width: 516px;
	position: relative;
	z-index: 90;
	top: 100px;
	left: 10%;
	z-index: 9999;
	height: 500px;
	overflow-y: auto;
}

.linha {
	margin-left: 40px;
	padding-top: 14px;
	width: 380px;
	height: 14px;
	border-bottom: 1px solid #fff;
}

.icones {
	margin-left: 40px;
	width: 400px;
	height: 70px;
	margin-top: 28px;
}

.icones img {
	margin-right: 25px;
	float: left;
	cursor: pointer;
}



.barramarrom {
	background:url(../images/barra-fundo-marrom.png) center no-repeat;
	background-size: 100% 160px;
}

.barraazul {
	background:url(../images/barra-fundo-azul.png) center no-repeat;
	background-size: 100% 160px;
}

.barranoticias {
	background:url(../images/barra-noticias.png) bottom no-repeat;
	background-size: 100% 160px;
}

#slider-barra {
	width: 920px;
	height: 90px;
	position: fixed;
	top: -110px;
	left: 50%;
	margin-left: -460px;
	z-index: 9998;
}

#slider {
	width: 920px;
	height: 196px;
	margin-top: 10px;
}

#slider ul {
	width: 920px;
	height: 196px;
	overflow: hidden;
}

#slider ul li {
	overflow: hidden;
}

#slider ul li img {
	float: left;
	margin-right: 14px;
	border: 3px solid #fff;
	cursor: pointer;
	-webkit-border-radius: 15px;
    border-radius: 15px;
	-webkit-box-shadow:  1px 1px 2px 1px #333;
	box-shadow:  1px 1px 2px 1px #333;
}

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:fixed;
	left:50%;
	top: 60px;
	z-index:1000;
	margin-left: -510px;
}	

#nextBtn{ 
	margin-left: 470px;
}														

#prevBtn a, #nextBtn a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background: url(../images/botao-anterior.png) no-repeat 0 0;
	text-indent: -99999px;	
}	

#nextBtn a{ 
	background: url(../images/botao-proximo.png) no-repeat 0 0;	
}


/* slider novo/home */
#slider-home {
	width: 700px;
	height: 100px;
}

#slider-home ul {
	width: 700px;
	height: 100px;
	overflow: hidden;
}

#slider-home ul li {
	overflow: hidden;
	height: 100px;
}

#slider-home ul li img {
	float: left;
	margin-right: 10px;
	border: 3px solid #fff;
	cursor: pointer;
	-webkit-border-radius: 15px;
    border-radius: 15px;
	-webkit-box-shadow:  1px 1px 2px 1px #333;
	box-shadow:  1px 1px 2px 1px #333;
}

#prevBtn2, #nextBtn2{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:50%;
	top: 20px;
	z-index:1000;
	margin-left: -390px;
}	

#nextBtn2{ 
	margin-left: 360px;
}														

#prevBtn2 a, #nextBtn2 a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background: url(../images/botao-anterior2.png) no-repeat 0 0;
	text-indent: -99999px;	
}	

#nextBtn2 a{ 
	background: url(../images/botao-proximo2.png) no-repeat 0 0;	
}
/* slider novo/home */	

/* preview home */
.titulo-preview {
	width: 173px;
	background: url(../images/fundo-1-titulo.png) repeat;
	-webkit-border-radius: 20px 0px 20px 0px;
	border-radius: 20px 0px 20px 0px;
	float: left;
	margin: 90px 10px 0px 0px;
}

.imagem-preview {
	width: 232px;
	height: 232px;
	float: left;
}

.imagem-preview img {
	width: 230px;
	height: 230px;
	border: 5px solid #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow:  2px 2px 4px 2px #333;
	box-shadow:  2px 2px 4px 2px #333;
}
/* preview home */

.noticia {
	clear: both;
	margin-bottom: 40px;
	height: 73px;
}

.noticia:hover {
	cursor: pointer;
}

.titulo {
	max-height: 100px;
	width: 545px;
	position: relative;
	z-index: 90;
	top: 50px;
	left: 10%;
}

.texto {
	max-height: 305px;
	width: 990px;
	position: relative;
	z-index: 90;
	top: 80px;
	left: 10%;
	overflow-y: auto;
}

.texto img {
	float: left;
	border: 5px solid #fff;
	margin-left: 40px;
	margin-right: 40px;	
}

.balao {
	position: absolute;
	width: 121px;
	height: 58px;
	left: -130px;
	top: 0px;
	display: none;
}

.balao img {
	width: 121px;
	height: 58px;
}

.balao-nome {
	top: 113px;
}

.balao-email {
	top: 177px;
}

.balao-setor {
	top: 236px;
}

.balao-mensagem {
	top: 353px;
}

form {
	padding-top: 40px;
}

form img {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#contactform input {
	height: 25px;
}

#contactform label {
	color: #fff;
	height: 20px;
	background: none;
	border: none;
	width: 178px;
	float: left;
	margin-bottom: 20px;
	font-family: 'Signika Negative', sans-serif;
	font-size: 20px;
	margin-left: 10px;
	padding-bottom: 5px;
}

.miniinput {
	width: 50px !important;
	margin-right: 18px !important;
}

.medioinput {
	width: 210px !important;
}

input, select {
	height: 38px;
	background: none;
	border: none;
	background: url(../images/fundo-input.png) repeat-x;
	width: 278px;
	float: left;
	margin-bottom: 20px;
	font-family: 'Signika Negative', sans-serif;
	font-size: 20px;
}

select {
	background: #fff;
	height: 25px;
}

textarea {
	background: none;
	border: none;
	background: #f7f8f8;
	width: 278px;
	float: left;
	margin-bottom: 20px;
	font-family: 'Signika Negative', sans-serif;
	font-size: 20px;
}

#enviar {
	background: url(../images/fundo-botao.png) repeat-x;
	height: 42px;
	width: 150px;
	color: #f7f8f8;
	margin-left: 207px;
	cursor: pointer;
}

#enviarcontato {
	background: url(../images/fundo-botao.png) repeat-x;
	height: 42px;
	width: 150px;
	color: #f7f8f8;
	margin-left: 318px;
	cursor: pointer;
}

#formlogin {
	width: 240px;
	margin: auto;
	margin: 20px;
	
}

#formlogin img {
	width: 17px;
	height: 20px;
	float: left;
	
}

#formlogin input {
	width: 150px;
	height: 20px;
	background: none;
	border: 1px solid #fff;
	float: left;
	color: #fff;
	font-size: 18px;
}

#formlogin label {
	width: 70px;
	height: 20px;
	background: none;
	border: none;
	float: left;
	color: #fff;
}

#loginentrar {
	background: #74842a !important;
	color: #4f460f;
	border: #909828 1px solid !important;
	padding: 0px !important;
	height: 30px !important;
	margin-left: 70px;
}

#conteudoleiamais1 {
	position: fixed;
	display: none;
	z-index: 299999;
	width: 420px;
	z-index: 399999;
	top: 50px;
	left: 50%;
	margin-left: -200px;
	padding: 20px;
	border: 1px solid #000;
	background: url(../images/fundo-preto-2.png) repeat;
	padding-bottom: 40px;
	max-height: 500px;
	overflow-y: auto;
}

.barrarolagem {
	position: relative;
	width: 420px;
	max-height: 480px;
	overflow-y: auto;
}

.titulomais {
	color: #fff;
	font-size: 24px;
	line-height: 48px;
	font-weight: bolder;
	padding: 10px 0px;
	background: none;
	width: 400px;
}

.textomais {
	color: #fff;
	padding: 5px 0px;
	width: 400px;
}

#base-escura {
	background: url(../images/fundo-preto.png) repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 299999;
}

#base-azul {
	background: url(../images/fundo-barra.png) repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 299999;
}

#base-azul2 {
	background: url(../images/fundo-barra.png) repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 299999;
}

.fechar {
	position: fixed;
	top: 30px;
	margin-left:auto;
	margin-right:auto;
	right: 700px;
	width: 119px;
	height: 36px;
	cursor: pointer;
}

#logo-embrapa {
	position: fixed;
	top: 30px;
	right: 85px;
	width: 136px;
	height: 45px;
}

#conteudo-vervideo {
	width: 640px;
	position: fixed;
	left: 50%;
	margin-left: -320px;
	top: 100px;
	display: none;
	min-height: 400px;
	z-index: 399999;
}

#conteudo-noticia-dentro {
	width: 640px;
	position: fixed;
	left: 50%;
	margin-left: -320px;
	top: 100px;
	display: none;
	min-height: 400px;
	z-index: 399999;
}

#conteudo-pesquisa {
	width: 900px;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	min-height: 400px;
	z-index: 399999;
	display: none;
}

#conteudo-pesquisa2 {
	width: 900px;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 100px;
	min-height: 400px;
	z-index: 399999;
}

#conteudo-da-pesquisa {
    width: 500px;
    max-height: 400px;
    margin: auto;
	overflow-y: auto;
}

#conteudo-da-pesquisa p, #conteudo-da-pesquisa h1 {
	width: 100%;
	padding: 10px;
}

#conteudo-da-pesquisa ul {
}

#conteudo-da-pesquisa ul li {
	height: 30px;
	color: #fff;
}

#conteudo-da-pesquisa ul li a{
	text-decoration: none;
	color: #fff;
}

#conteudo-leiamais, #conteudo-noticia {
	width: 900px;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 100px;
	display: none;
	min-height: 400px;
	z-index: 399999;
}

#conteudo-da-noticia {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

#conteudo-da-noticia h1 {
	width: 600px;
	float: left;	
}

#conteudo-da-noticia p {
	width: 600px;
	float: left;	
}

#conteudo-da-noticia img {
	margin: 5px 40px;
	max-width: 200px;
}

#leiamais {
	padding-bottom: 30px;
	max-height: 455px;
	width: 900px;
	overflow-y: auto;
}

#leiamais h1{
	width: 840px;
}

#leiamais p{
	width: 840px;
}

#conteudo-verfotos {
	width: 900px;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 80px;
	display: none;
	min-height: 400px;
	z-index: 399999;
}

#verfotos {
	margin: 10px;
	overflow-y: auto;
	max-height: 500px;
}

#verfotos h1{
	width: 840px;
	padding-left: 0px;
}

#verfotos img {
	float: left;
	margin: 5px;
}

#aviso, #status {
	font-family: 'Signika Negative', sans-serif;
	background: url(../images/fundo-preto.png) repeat;
	width: 406px;
	position: relative;
	z-index: 90;
	z-index: 9999;	
	display: none;
	color: #fff;
	padding: 5px;
}

#formulariopesquisa {
	width: 500px;
	margin: auto;
}

#botao-busca {
	width: 30px;
	background: none;
	background: url(../images/lupa.png) center no-repeat;
	margin-left: 10px;
	cursor: pointer;
}

#conteudo-pesquisa h1 {
	padding: 0px;
	margin-bottom: 20px;
}

#formulariopesquisa input {
}

#botao-busca {
}

#conteudo-da-pesquisa ul li {
    cursor: pointer;
}

.listapdf {
	margin: 20px 40px;
}

.listapdf li {
	background: url(../images/pdf-icon.png) left center no-repeat;
	padding: 10px 40px;
}

.listapdf a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

p.error {
	position: relative;
	width: 460px;
	color: red;
	text-align: right;
	font-size: 12px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	top: -40px;
}

#contactform input {
	height: 25px;
	background: none;
	border: none;
	background: url(../images/fundo-input.png) repeat-x;
	width: 278px;
	float: left;
	margin-bottom: 20px;
	font-family: 'Signika Negative', sans-serif;
	font-size: 20px;
}

#enviarcontato {
	background: url(../images/fundo-botao.png) repeat-x !important;
	height: 42px !important;
	width: 150px !important;
	color: #f7f8f8 !important;
	margin-left: 318px !important;
	cursor: pointer !important;
}

.idprofissaooutro {
	display: none;
}