/*
Theme Name: Embrapii
Theme URI: http://www.embrapii.com.br/
Description: Tema oficial do site da Embrapii
Author: Doze Dedos
Developer: Lucas Russo
Version: 2.0
License: Comercial
Text Domain: embrapii
*/

* { margin: 0; padding: 0; }

body { font: 16px "Cabin", sans-serif; }
a { color: inherit; text-decoration: none; }
img { border: 0; }

header, nav, section, article { display: block; }

ul { list-style-position: inside; color: #475055; }

::-webkit-input-placeholder {
   color: #e5e5e5;
}

:-moz-placeholder { /* Firefox 18- */
   color: #e5e5e5;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #e5e5e5;  
}

:-ms-input-placeholder {  
   color: #e5e5e5; 
}

.fl { float: left; }
.fr { float: right; }

.box_sizing { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.error404 .pagina .busca { margin: 0 0 50px 70px; }

/* tabela */
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100% !important;
}
table strong {
	margin-bottom: 0px;
}
table td {
	text-align: center;
	border: 1px solid #000;
	padding: 10px 0;
	font-size: 1em;
	color: #475055;
}
table tr:first-child td {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #3490ce;
}

/* topo */
.topo { position: relative; width: 100%; padding: 35px 0 0 0; margin: 0 0 40px 0; }
.topo:before, .topo:after { content: ""; position: absolute; top: 0; left: 0; width: 50%; height: 21px; }
.topo:before { background: #46bea1; }
.topo:after { left: auto; right: 0; background: #fff; }
.topo .bloco_direito { width: 65%; }
.topo .bloco_direito .menu_secundario a { font-size: 0.625em; font-weight: bold; color: #8a9ca5; margin: 0 10px 0 0; }
.topo .bloco_direito .menu_secundario .ultimo { margin-right: 0; }
.busca { position: relative; width: 300px; margin: 27px 0 0 0; border: 1px solid #e5e5e5; }
.busca input[type="text"] { width: 100%; padding: 3px 26px 4px 10px; border: 0; outline: 0; font-size: 1.250em; color: #e5e5e5; }
.busca .lupa { position: absolute; top: 4px; right: 5px; outline: 0; }
.topo .bloco_direito .menu_principal { margin: 27px 0 0 0; }
.topo .bloco_direito .menu_principal ul { list-style: none; }
.topo .bloco_direito .menu_principal .pagenav .menu-item { position: relative; }
.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu:before { content: ""; position: absolute; top: -4px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background: #46bea1; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu { position: absolute; display: none; z-index: 9999; width: 140px; padding: 20px 0 10px 0; top: 39px; left: 0; background: #46bea1; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; }
.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item { border: 0; width: 100%; font-size: 0.938em; padding: 12px; color: #fff; text-align: center; width: 116px; height: auto; margin: 0; }
.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item a { padding: 0; border: 0; }
.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item:hover { background: #138e66; }
.topo .bloco_direito .menu_principal .pagenav .menu-item:hover .sub-menu { display: block; }
.topo .bloco_direito .menu_principal .pagenav .menu-item { cursor: pointer;font-size: 0.9em; height: 39px;padding: 0 20px; line-height: 16px; font-weight: bold; color: #475055; text-transform: uppercase; float: left;margin: 0px;}
.topo .bloco_direito .menu_principal .pagenav .menu-item a { display: block; border-bottom: 3px solid #daf2ec; padding: 0 0 6px 0; }
.topo .bloco_direito .menu_principal .pagenav li:nth-child(3), .topo .bloco_direito .menu_principal .pagenav li:nth-child(5){width: 75px;}
.topo .bloco_direito .menu_principal .pagenav li:nth-child(3) { width: 100px; }
.topo .bloco_direito .menu_principal .pagenav li:nth-child(4) { margin-right: 0; }
.topo .bloco_direito .menu_principal .pagenav li:nth-child(2), .topo .bloco_direito .menu_principal .pagenav li:nth-child(4) {
    width: 90px;
}
/* segundo nivel */

.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item .sub-menu:before { display: none; }
.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item .sub-menu { top: 50px; left: 0; padding: 0 !important; }
.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item .sub-menu .menu-item { padding: 12px !important; }
.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item .sub-menu .menu-item a { display: block; }

/* rodape */
.rodape { position: relative; width: 100%; margin: 50px 0 0 0; padding: 30px 0; }
.rodape:before, .rodape:after { content: ""; position: absolute; top: 0; left: 0; width: 50%; }
.rodape:before { background: #3490ce; height: 3px; top: 4px; }
.rodape:after { left: auto; right: 0; background: #46bea1; height: 7px; }
.rodape .bloco { width: 100%; overflow: hidden; }
.rodape .nav240 { width: 240px; margin: 0 50px 0 0; }
.rodape .nav240 a { display: block; font-size: 1em; line-height: 30px; font-weight: bold; color: #3490ce; }
.rodape .nav135 { width: 135px; }
.rodape .nav135 a { display: block; font-size: 0.813em; line-height: 16px; color: #b3b3b3; }
.rodape .r280 { width: 280px; }
.rodape .r280 address { margin: 0 0 20px 0; padding: 0 0 0 40px; background: url(images/icone-endereco.png) no-repeat top left; }
.rodape .r280 .telefone { line-height: 24px; margin: 0 0 20px 0; padding: 0 0 0 40px; background: url(images/icone-telefone.png) no-repeat top left; min-height: 24px; display: block; }
.rodape .r280 .facebook { line-height: 30px; padding: 0 0 0 40px; background: url(images/icone-facebook.png) no-repeat top left; min-height: 30px; display: block; }
.rodape .r280 .twitter { line-height: 30px; padding: 0 0 0 40px; background: url(images/tt.png) no-repeat top left; min-height: 30px; display: block; margin-top: 10px;}
.rodape .r280 address, .rodape .r280 span { font-weight: bold; font-style: normal; font-size: 1em; line-height: 20px; color: #bebebe; }
.rodape .frase { margin: 50px 0 0 0; display: block; font-size: .8em; color: #898989; }

/* home */
.home {}
.home .slider { position: relative; width: 100%; background: url(images/bg-slider.png) no-repeat bottom left; }
.home .slider .item { position: relative; }
.home .slider .item .legenda { position: absolute; top: 70px; right: 100px; max-width: 600px; }
.home .slider .item .legenda .titulo { position: relative; color: #fff; font-size: 2.813em; padding: 0 0 25px 0; margin: 0 0 25px 0; text-align: right; }
.home .slider .item .legenda .titulo .detalhe { position: absolute; bottom: 0; right: 0; width: 30px; height: 5px; background: #46bea1; }
.home .slider .item .resumo { width: 100%; font-size: 1em; color: #fff; text-align: right; }
.home .slider .item .btn_veja_mais { margin: 35px 0 0 0; text-transform: uppercase; padding: 10px 30px; font-size: 1em; color: #fff; text-align: center; border: 1px solid #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }
.home .slider .item .btn_veja_mais:hover { background: #fff; color: #000; }
.home .slider .slidesjs-navigation { position: absolute; z-index: 99; background: url(images/slider-arrows.png) no-repeat; display: block; text-indent: -9999px; width: 33px; height: 50px; top: 50%; margin-top: -25px; }
.home .slider .slidesjs-previous { left: 25px; background-position: 0 0; }
.home .slider .slidesjs-next { right: 25px; background-position: -33px 0; }
.home .slider .slidesjs-pagination { position: absolute; bottom: 20px; left: 50%; z-index: 99; }
.home .slider .slidesjs-pagination li { float: left; margin: 0 0 0 7px; }
.home .slider .slidesjs-pagination li:first-child { margin: 0; }
.home .slider .slidesjs-pagination li a { display: block; width: 11px; height: 11px; background: url(images/slider-pagination.png) no-repeat 0 0; text-indent: -9999px; }
.home .slider .slidesjs-pagination li a.active { background-position: -18px 0; }

.home .introducao { position: relative; z-index: -1; font: 300 1.375em "Open Sans", sans-serif; color: #fff; width: 100%; padding: 98px 0 42px 0; float: left; top: -45px; text-align: center; background: url(images/bg-introducao.jpg?ver=2014) no-repeat center; }

.home .bloco { width: 100%; overflow: hidden; }

.home .noticias { width: 756px; }
.home .noticias .titulo { 
	position: relative;
	font-size: 1.250em;
	font-weight: bold;
	color: #3490ce;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.home .noticias .titulo .detalhe { position: absolute; bottom: 0; left: 0; width: 20px; height: 5px; background: #46bea1; }
.home .noticias .ultima_noticia { width: 326px; padding: 0 0 16px 0; border-bottom: 1px solid #e3e3e3;    min-height: 384px; }
.home .noticias .ultima_noticia .img { width: 326px; height: 180px; overflow: hidden; }
.home .noticias .ultima_noticia .titulo { font-weight: 400; font-size: 1.250em; margin: 25px 0 20px 0; padding: 0 0 15px 0; display: block; }
.home .noticias .ultima_noticia .detalhe_cinza { background: #c5cdd1; }
.home .noticias .ultima_noticia p { font-size: 1em; color: #475055; }
.home .noticias .noticia { width: 412px; padding: 0 0 10px 0; margin: 0 0 11px 18px; border-bottom: 1px solid #e3e3e3; }
.home .noticias .noticia .img { width: 154px; height: 115px; overflow: hidden; margin: 0 17px 0 0; }
.home .noticias .noticia .titulo { width: 240px; font-weight: 400; font-size: 1.250em; margin: 0; padding: 0 0 15px 0; display: block; }
.home .noticias .noticia .detalhe_cinza { background: #c5cdd1; }
.home .noticias .noticia p { font-size: 1em; color: #475055; }

.home .destaques { width: 240px; } 
.home .destaques .titulo { 
	position: relative;
	font-size: 1.250em;
	font-weight: bold;
	color: #3490ce;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.home .destaques .titulo .detalhe { position: absolute; bottom: 0; left: 0; width: 20px; height: 5px; background: #46bea1; }
.home .destaques ul { list-style: none; }
.home .destaques ul li { font-size: 1.250em; color: #3490ce; border-bottom: 1px solid #e3e3e3; padding: 0 0 15px 0; margin: 0 0 20px 0; }
.home .destaques ul li:last-child { margin: 0; }

/* single */
.single {}
.single .titulo_principal { width: 100%; background: url(images/bg-titulo.jpg) no-repeat center; background-size: cover; padding: 18px 0; }
.single .titulo_principal h1 { text-transform: uppercase; font-size: 2.188em; letter-spacing: 5px; color: #fff; padding: 0 0 0 70px; }
.single .conteudo { padding: 80px 0 0 0; text-align: left; clear: both; }
.single .conteudo .bloco { overflow: hidden; padding: 0 0 0 70px; }
.single .conteudo .bloco .post { width: 675px; }
.single .conteudo .bloco .post .titulo { position: relative; font-size: 1.563em; font-weight: bold; color: #3490ce; padding: 0 0 40px 0; margin: 0 0 30px 0; }
.single .conteudo .bloco .post .titulo .detalhe { position: absolute; bottom: 0; left: 0; width: 20px; height: 5px; background: #46bea1; }
.single .conteudo .bloco .post img { display: block; float: left; margin: 0 15px 15px 0; }
.single .conteudo .bloco .post p { font-size: 1em; color: #475055; margin: 0 0 20px 0; }
.single .conteudo .bloco .post iframe { width: 100%; height: 380px; }

/* category */
.category {}
.category .titulo_principal { width: 100%; background: url(images/bg-titulo.jpg) no-repeat center; background-size: cover; padding: 18px 0; }
.category .titulo_principal h1 { text-transform: uppercase; font-size: 2.188em; letter-spacing: 5px; color: #fff; padding: 0 0 0 70px; }
.category .conteudo { padding: 80px 0 0 0; text-align: left; clear: both; }
.category .conteudo .bloco { overflow: hidden; padding: 0 0 0 70px; }
.category .conteudo .bloco .post { width: 690px; }
.category .conteudo .bloco .post .titulo { position: relative; font-size: 1.563em; font-weight: bold; color: #3490ce; padding: 0 0 40px 0; margin: 0 0 30px 0; }
.category .conteudo .bloco .post .titulo .detalhe { position: absolute; bottom: 0; left: 0; width: 20px; height: 5px; background: #46bea1; }
.category .conteudo .bloco .post img { display: block; float: left; margin: 0 15px 15px 0; }
.category .conteudo .bloco .post p { font-size: 1em; color: #475055; margin: 0 0 20px 0; }

/* sidebar */
.sidebar { width: 240px; }
.sidebar .cada_bloco { margin-bottom: 60px; }
.sidebar .cada_bloco .titulo { position: relative; font-size: 1.250em; font-weight: bold; color: #3490ce; padding: 0 0 10px 0; margin: 0 0 20px 0; text-transform: uppercase; }
.sidebar .cada_bloco .titulo .detalhe { position: absolute; bottom: 0; left: 0; width: 20px; height: 5px; background: #46bea1; }
.sidebar .cada_bloco .lista { list-style: none; }
.sidebar .cada_bloco .lista .item { font-size: 1.250em; color: #3490ce; padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px solid #cecece; }
/*.sidebar .cada_bloco .lista .item a { font-size: 1.250em; color: #3490ce; }*/
.sidebar .nav { width: 100%; border-top: 5px solid #46bea1; border-bottom: 2px solid #46bea1; list-style: none; }
.sidebar .nav .cat-item { padding: 15px 20px; border-bottom: 1px solid #e3e3e3; }
.sidebar .nav .cat-item a { font-size: 1em; font-weight: 600; color: #475055; text-transform: uppercase; }
.sidebar .nav .ativo { background: #46bea1; color: #fff; }
.sidebar .nav .cat-item:last-child { border: 0; }
.sidebar .cada_bloco .lista_downloads { list-style: none; }
.sidebar .cada_bloco .lista_downloads .item { background: url(images/icone-download.jpg) no-repeat top left; padding: 0 0 20px 40px; margin: 0 0 20px 0; border-bottom: 1px solid #e3e3e3; }
.sidebar .cada_bloco .lista_downloads .item a { font-size: 1em; color: #46bea1; }

/* page */
.pagina { width: 100%; }
.pagina .titulo { width: 100%; background: url(images/bg-titulo.jpg) no-repeat center; background-size: cover; padding: 18px 0; }
.pagina .titulo h2 { text-transform: uppercase; font-size: 2.188em; letter-spacing: 5px; color: #fff; padding: 0 0 0 70px; }
.pagina .texto { width: 100%; }
.pagina .subtitulo { font: 300 1.375em/30px "Open Sans", sans-serif; color: #3490ce; margin: 80px 0; padding: 0 0 0 70px; }

/* institucional */
.category-institucional {}
.category-institucional .titulo_principal { width: 100%; background: url(images/bg-titulo.jpg) no-repeat center; background-size: cover; padding: 18px 0; }
.category-institucional .titulo_principal h1 { text-transform: uppercase; font-size: 2.188em; letter-spacing: 5px; color: #fff; padding: 0 0 0 70px; }
.category-institucional .conteudo { clear: both; padding: 80px 0 0 0; text-align: left; }
.category-institucional .conteudo .bloco { overflow: hidden; padding: 0 0 0 70px; }
.category-institucional .conteudo .bloco .post { width: 690px; }
.category-institucional .conteudo .bloco .post .titulo { position: relative; font-size: 1.563em; font-weight: bold; color: #3490ce; padding: 0 0 40px 0; margin: 0 0 30px 0; }
.category-institucional .conteudo .bloco .post .titulo .detalhe { position: absolute; bottom: 0; left: 0; width: 20px; height: 5px; background: #46bea1; }
.category-institucional .conteudo .bloco .post img { display: block; float: left; margin: 0 15px 15px 0; }
.category-institucional .conteudo .bloco .post p { font-size: 1em; color: #5a5a5a; margin: 0 0 20px 0; }
.category-institucional .conteudo .bloco .post strong { font: 300 1.375em "Open Sans", sans-serif; color: #3490ce; }
.category-institucional .conteudo .bloco .post .subtitulo { width: 85%; font: 300 1.375em/30px "Open Sans", sans-serif; color: #3490ce; margin: 0 0 40px 0; }

/* competencia tecnologica */
.lista_blocos {
	list-style: none;
	padding: 0 7px;
	width: 100%;
	margin: 0 0 70px 0;
}
.lista_blocos li {
	width: 24.5%; 
	margin: 0 0.5% 0.5% 0; 
	height: 225px;
	overflow: hidden;
}
.lista_blocos li a {
	/*line-height: 225px;*/
	padding: 87px 15px;
	text-align: center;
	display: block;
	/*font-size: 1.563em;
	font-weight: 500; */
	color: #fff; 
	/*text-transform: uppercase; */
	/*text-shadow: 0 2px 5px #999;*/
	width: 100%; /* depois retirar */
	letter-spacing: .7px;
	line-height: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* embrapii na midia - lista */
.listagem {
	list-style: none;
	margin: 65px 0 0 0;
	padding: 0 0 0 70px;
}
.listagem .img {
	width: 210px; height: 150px;
	overflow: hidden;
	margin: 0 20px 0 0;
}
.listagem .img img, .home .noticias .noticia .img img{
	width: 100%; height: auto!important;
}
.listagem .titulo_namidia {
	position: relative;
	font-size: 1.250em;
	color: #3490ce;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: inline-block;
}
.listagem .titulo_namidia .detalhe {
	width: 20px; height: 5px;
	position: absolute;
	bottom: 0; left: 0;
	background: #46bea1;
}
.listagem .resumo {
	font-size: 1em;
	color: #475055;
}
.listagem li {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #e3e3e3;
}

/* contato */
.page-template-page-contato-php .texto {
	margin: 85px 0 0 0;
}
.page-template-page-contato-php .formulario {
	padding: 0 0 0 70px;
}
.page-template-page-contato-php .info_contato {
	width: 385px;
	margin: 0 0 0 55px;
	font-size: 1.375em;
	color: #222222;
}
.page-template-page-contato-php .info_contato .endereco {
	background: url(images/icone-endereco.png) no-repeat top left;
	padding: 0 0 0 30px;
	margin: 0 0 40px 0;
}
.page-template-page-contato-php .info_contato .telefone {
	background: url(images/icone-telefone.png) no-repeat top left;
	padding: 0 0 0 30px;
	margin: 0 0 40px 0;
}

/* linhas de atuacao */
.lista_bloquinhos { list-style: none; width: 100%; padding: 0 0 0 70px; }
.lista_bloquinhos li { /*width: 50%;*/ width: 100%; position: relative; margin: 0 0 40px 0; /*padding: 0 0 10px 0;*/ }
.lista_bloquinhos .img { position: relative; /*width: 150px; height: 140px;*/ overflow: hidden; }
.lista_bloquinhos .img .tit_abs { font-size: 1.250em; font-weight: 700; color: #3490ce; text-transform: uppercase; text-shadow: 0 2px 10px #ccc; position: absolute; top: 40px; right: 0; bottom: 0; left: 0; margin: auto; color: #fff; text-transform: uppercase; text-align: center; }
.lista_bloquinhos .lista_cat { /*width: 300px;*/ width: 675px; margin: 5px 0 0 15px; list-style: none; }
.lista_bloquinhos .lista_cat li { margin: 0; font-size: 1.250em; /*margin: 0 0 15px 0;*/ font-weight: 600; color: #3490ce; }
.lista_bloquinhos .lista_cat .detalhe { /*position: absolute; bottom: 0; left: 0; width: 20px; height: 5px; background: #e3e3e3;*/ }

/* formulario */
.wpcf7-form { margin: 0 0 85px 0; }
.wpcf7-form fieldset { border: 0; margin: 0 0 25px 0; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { width: 415px; border: 1px solid #c2c2c2; outline: 0; padding: 9px; font-size: 1.125em; color: #5a5a5a; }
.wpcf7-form ::-webkit-input-placeholder {
   color: #5A5A5A;
}
.wpcf7-form :-moz-placeholder { /* Firefox 18- */
   color: #5A5A5A;  
}
.wpcf7-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #5A5A5A;  
}
.wpcf7-form :-ms-input-placeholder {  
   color: #5A5A5A; 
}
.wpcf7-form .btn_enviar {
	background: #46bea1;
	padding: 16px 50px;
	border: 0;
	outline: 0;
	font: 500 1.125em "Roboto", sans-serif;
	color: #fff;
}

.hide-for-small { display: block; }
.show-for-small { display: none; }


/* 1014px - desktop */
@media (min-width: 63.375em){

	/* componentes */
    .fix { width: 1014px; margin: auto; }

}
#conta_boxx strong, #conta_boxx div span{
	color: #475055;
	font: 14px "OpenSans", sans-serif;
	line-height: 18px;
}
#conta_boxx strong{
	display: block;
	margin-bottom: 13px;
    margin-top: 10px;
    font-weight: bold;
}
#conta_boxx div span{
	display: block;
	font-weight: 400;
}


.navegacao{
	list-style: none;
	margin: 30px 0 30px 0;
	padding: 0 70px 0 70px;
	text-align: center!important;
	font-size: 1.250em;
	color: #4285f4;
	display: block;
	width: calc(100% - 70px);
	float: left;
}


.navegacao > a.prev{
	float: left;
	font-size: .85em;
}
.navegacao > a.next{
	float: right;
	font-size: .85em;
}

.linhaa {
    float: left;
    width: 100%;
    text-align: right;
    color: #3490CE;
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    margin-bottom: 15px;
}
header.topo > div:first-child > ul, header.topo > div:first-child > ul *{
	-webkit-transition: opacity 0.2s linear;
	opacity: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

header.topo > div:first-child > ul {
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 3px 20px 3px 5px;
    list-style: none;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #8a9ca5;
    max-height: 19px;
    overflow: hidden;
    background: #fff no-repeat 90% 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAALVBMVEWKnKWcrLOdrLOjsbiksrmls7mtusC3wsjx8/Ty9PX2+Pj3+Pn6+/v+/v7///++Qg8cAAAAJklEQVQIHQXBgQHAIAwDIJpp+v/FEyxg04I204vTiTSm8a3M38sDD5YBbvhaqHMAAAAASUVORK5CYII=);
    position: absolute;
    right: 0px;
    top: -26px;
    z-index: 9999999999999999999999999;
}
header.topo > div:first-child > ul:hover{
    max-height: 39px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAALVBMVEWKnKWcrLOdrLOjsbiksrmls7mtusC3wsjx8/Ty9PX2+Pj3+Pn6+/v+/v7///++Qg8cAAAAJklEQVQIHQXBgQHAIAwDIJpp+v/FEyxg04I204vTiTSm8a3M38sDD5YBbvhaqHMAAAAASUVORK5CYII=) no-repeat 90% 10px;
}
.empurra{
	
float: left;
	
width: 100%;
	
min-height: 1px;
	
margin-bottom: 10px;
}
.navegacao > * {
    padding-left: 3.5px;
    padding-right: 3.5px;
}.navegacao > .current{
	color: rgba(0,0,0,0.87);
}
header.topo > div:first-child > ul img {
    float: right!important;
    margin: 4px 0px 4px 5px;
}

header.topo > div:first-child > ul li * {
    float: left;
}

header.topo > div:first-child > ul li a {
    line-height: 19px;
    width: 37px;
    font-size: 10px;
}



ul.en_news{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
ul.en_news li{
	width: 25%;
	float: left;
}

ul.en_news li a{
	display: block;
	width: calc(90% - 50px);
	min-height: 70px;
	margin-top: 15px;
	color: #3490ce;
	font-size: 19px;
	line-height: 23px;
	padding-right: 30px;
	border-bottom: 1px solid #e3e3e3;
}

#newsss{
	width: 100%!important;
}
.meneu {
    width: 100%;
    float: left;
}
.lista_bloquinhos li img {
    max-width: 250px;
    height: auto!important;
}



.margin_p p{
	margin-bottom: 10px;
margin-top: 15px;
}
.margin_pp{
	margin-top: 45px;
	margin-bottom: 45px;
	padding: 0px;
	font-size: 1em;
	color: #475055;
	padding: 0px 10px;
}.margin_pp p{
	margin-bottom: 10px;
}


.lopp_rela a {
    color: #3490CE;
    display: block;
    font-size: 1.250em;
    padding: 20px 0px 20px;
    position: relative;
}

.lopp_rela a:first-child {
    padding-top: 0px!important;
}

.lopp_rela a:after {
    content: '';
    display: block;
    height: 5px;
    background: #CECECE;
    width: 20px;
    position: absolute;
    bottom: 0px;
}

#down_info{
	width: 100%!important;
	float: left;
}
#down_info > .cada_bloco > .titulo{
	font-size: 1.35em;
}

.col_downs {
    width: 25%;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
}
.col_downs.lef{
	padding-left: 0px!important;
}
.col_downs.rig{
	padding-right: 0px!important;
}

.col_downs h3{
	margin-top: 20px;
	text-transform: uppercase;
	color: #464F56;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 0px 1px #464F56;
	    min-height: 40px;
    margin-bottom: 15px
}
.matop{
	margin-top: 80px;
}

.margin_p div.all *, .margin_p div.all p, .margin_p div.all ul{
    font-size: 1em!important;
    color: #475055!important;
}
.margin_p div.all p{	
    margin: 10px 0 20px 0!important;
}
.margin_p div.all{width: 690px; float: left; padding-left: 70px;}
.margin_p div.all img{
	max-width: 100%;
	height: auto!important;
}

.nav240 a{
	text-transform: uppercase;
}
.margin_pp.polos{
	padding-left: 70px;
	padding-right: 120px;
}

.category-noticias .infos.tem_imagem{
    float: left;
    width: calc(944px - 230px);
}

.all a{
	text-decoration: underline;
}

.nav240 .especial{
	line-height: 15px!important;
}

.polos1{
	position: relative;
	color: #3490ce;
	padding: 0 0 20px 0;
	margin: 30px 0 0px 5px;
	display: inline-block;
}
/*Unidades EMBRAPII*/
.polos2{

}


@media (max-width: 480px){
	.topo .bloco_direito .menu_principal .pagenav .menu-item{margin-bottom: 30px;}
	.home .noticias .ultima_noticia{min-height: 1px}
	.margin_p div.all{width: 100%;padding-left: 5px;}
}
















/* 768 - tablet */
@media (max-width: 48em){
	
	.hide-for-medium { display: none; }

	.topo { width: auto; padding: 35px 10px 0 10px; }

	.topo .bloco_direito .menu_principal .pagenav .cat-item-3, .topo .bloco_direito .menu_principal .pagenav .cat-item-4 { width: 69px; }
	.topo .bloco_direito .menu_principal .pagenav .cat-item-2 { width: 90px; }
	.topo .bloco_direito .menu_principal .pagenav .cat-item { margin: 0 15px 0 0; font-size: 0.75em; }

	.home .noticias { width: auto; margin: 50px 0 0 0; padding: 0 10px; }
	.home .noticias .noticia { width: 404px; }
	.home .noticias .noticia .titulo { width: 230px; }

	.home .destaques { float: left; margin: 50px 0 0 0; padding: 0 10px; width: auto; }

	.home .slider .item .btn_veja_mais { margin: 0; }

	.topo .bloco_direito { width: 75%; margin: 27px 0 0 0; }

	.pagina .titulo h2,
	.listagem,
	.single .conteudo .bloco,
	.single .titulo_principal h1 { 
		padding: 0 20px; 
	}

	/*.category-institucional .conteudo .bloco .post { width: 420px; }*/
	.category .titulo_principal h1 { padding: 0 0 0 10px; }
	.category .conteudo .bloco { padding: 0 0 0 10px; }
	.category .conteudo .bloco .post { width: 60%; }
	.sidebar { margin: 0 10px 0 0; }

	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { width: 275px; }
	.page-template-page-contato-php .info_contato { width: 345px; }

	.single .conteudo .bloco .post { width: 405px; }

	.lista_bloquinhos { padding: 0 20px; }
	.lista_bloquinhos .lista_cat { width: 450px; }

	.rodape { padding: 30px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

}

/* 480px - mobile */
@media (max-width: 30em){

	/* componentes */
	.hide-for-small { display: none; }
	.show-for-small { display: block }
	img { max-width: 100%; height: auto; }
   
	.topo .logo { margin: 0 20px; }
	.topo .bloco_direito { width: auto; }
	
	.busca { width: auto; margin: 40px 0px 0 0px; float: none; }
	.busca input[type="text"] { padding: 5px 30px 5px 5px; }
	.busca .lupa { top: 7px; right: 5px; }

	.error404 .busca { float: left; margin: 0 10px; }

	.topo .bloco_direito .menu_principal { margin: 40px 0 0 0; }
	.topo .bloco_direito .menu_principal .pagenav .menu-item { position: relative; }
	.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu:before { display: none; }
	.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu { padding: 12px 0 0 0; position: relative; margin:auto; top: 0; left: 0; display: block; width: 90%; border-radius: 0px; background: none; }
	.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item { width: 100%; background: #9DBDB2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
	.topo .bloco_direito .menu_principal .pagenav .menu-item { padding: 10px 0; height: auto; text-align: center; width: 100%; display: block; background: #daf2ec; cursor: pointer; font-weight: bold; color: #475055; text-transform: uppercase; }
	.topo .bloco_direito .menu_principal .pagenav .menu-item .sub-menu .menu-item .sub-menu { top: 0; left: 0; position: relative !important; }

   	.lista_blocos { padding: 0 10px; }
    .lista_blocos li { width: 100%; background-size: 100% auto !important; }
   	.lista_blocos a { font-size: 1.250em; font-weight: 700; color: #3490ce; text-transform: uppercase; text-shadow: 0 2px 10px #ccc; }
	.pagina .titulo h2 { padding: 0 0 0 10px; }
	.pagina .subtitulo { margin: 40px 0; padding: 0 10px; }

	.category-institucional .conteudo .bloco .post { width: auto; }
	.category-institucional .conteudo .bloco { padding: 0; }
	.category-institucional .conteudo .bloco .post p { padding: 0 10px; }

	.category .conteudo .bloco { padding: 0 10px; }
	.category .conteudo .bloco .post { width: 100%; }

	.sidebar { width: 100%; margin: 40px 0 0 0; }

	.home .noticias { float: none; }
	.home .noticias .ultima_noticia { width: auto; margin: 0 0 20px 0; }
	.home .noticias .noticia { width: auto; margin: 0 0 20px 0; }
	.home .noticias .noticia .titulo { width: auto; margin: 10px 0 0 0; padding: 0; }
	.home .noticias .noticia .img { margin: 0; }
	.home .noticias .ultima_noticia .img { width: auto; }

	.page .pagina { width: auto; }

	.page-template-page-contato-php .formulario { padding: 0 10px; }
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

	.listagem .img { margin: 0; }
	.listagem { padding: 0 10px; max-width: 100%; }
	.listagem .titulo_namidia { margin: 10px 0 20px 0; }

	.single .conteudo .bloco { padding: 0 10px; }
	.single .conteudo .bloco .post { width: auto; }
	.single .titulo_principal h1 { padding: 0 0 0 10px; }

	.lista_bloquinhos { padding: 0 10px; }
	.lista_bloquinhos .lista_cat { width: 100%; margin: 10px 0 0 0; }
	
	.rodape .nav135, .rodape .nav240 { width: auto; margin: 0 0 20px 0 }
	.rodape .r280 { width: auto; float: left; }
	.rodape .frase { margin: 20px 0 0 0; }
	.topo .bloco_direito .menu_principal .pagenav .menu-item{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 0px!important;
	}
	.single .conteudo .bloco .post a { width: 220px; display: block; word-wrap: break-word; }
	.category-noticias .infos.tem_imagem{
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
	}
	.col_downs{
		width: 100%;
	}

}




span.wpcf7-not-valid-tip, div.wpcf7-validation-errors{ width: 400px} div.wpcf7-validation-errors { margin: 20px 0px; }