/*
Theme Name: Combox Eighteen Framework
Theme URI: https://github.com/WordPress/gutenberg-theme/
Author: wordpressdotorg
Author URI: https://wordpress.org
Description: Showcasing themeing with Gutenberg.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: combox-eighteen-framework
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gutenbergtheme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Titillium Web', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

	a:active,
	a:hover {
		outline: 0;
	}

	a:hover {
		transition: 1s ease-in all;
	}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.44em;
	margin: 0 0 0.67em 0;
	line-height: 1.4;
}

h2 {
	font-size: 1.95em;
	line-height: 1.4;
}

h3 {
	font-size: 1.56em;
	line-height: 1.4;
}

h4 {
	font-size: 1.25em;
	line-height: 1.5;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input {
	line-height: normal;
}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

fieldset {
	border: 1px solid;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #444;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	/*font-size: 1rem;*/
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.entry-header h1.entry-title {
	font-size: 2.44em;
	line-height: 1.4;
}

h2, h2.page-title{
	font-size: 1.65rem;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.1;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

.archive .site-header {
	margin-bottom: 3.5em;
}

.site-title {
	margin: .4375em 0 0;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
}

	.site-title a {
		text-decoration: none;
		color: inherit;
	}

.site-description {
	margin: .4375em 0 0;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.4;
	word-wrap: break-word;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote, q {
	quotes: "" "";
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: "";
	}

hr {
	border-bottom: 1px solid #ccc;
	height: 0;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		border-color: #ccc #bbb #aaa;
	}

	button:active, button:focus,
	input[type="button"]:active,
	input[type="button"]:focus,
	input[type="reset"]:active,
	input[type="reset"]:focus,
	input[type="submit"]:active,
	input[type="submit"]:focus {
		border-color: #aaa #bbb #bbb;
	}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #444;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: .5rem;
}

	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="number"]:focus,
	input[type="tel"]:focus,
	input[type="range"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		color: #111;
	}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.btn {
	font-size: 1.2rem;
	padding: .75rem 1rem;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 1.5rem 0;
}

.home-embrapii .addtoany_content{
	display: none;
}

/*--------------------------------------------------------------
# Grid Layout
--------------------------------------------------------------*/
.site,
.home-embrapii .site {
	display: grid;
	grid-template-areas: "site-header" "site-content" "site-footer";
}

.combox-frontpage .site {
	grid-template-areas: "site-header" "elementor" "site-footer";
}

.site-header {
	grid-area: site-header;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 2rem repeat(4, auto);
	/*grid-template-areas: "site-header-social site-search" "site-branding main-navigation" "page-breadcrumb page-breadcrumb" "page-vinheta page-vinheta" "page-media page-media";*/
	grid-template-areas: "site-header-social site-search" "site-header-branding site-header-branding" "page-breadcrumb page-breadcrumb" "page-vinheta page-vinheta" "page-media page-media";
}

.home-embrapii .site-header,
.combox-frontpage .site-header {
	grid-area: site-header;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 2rem repeat(2, auto);
	/*grid-template-areas: "site-header-social site-search" "site-branding main-navigation" "page-media page-media";*/
	grid-template-areas: "site-header-social site-search" "site-header-branding site-header-branding" "page-media page-media";
}

.site-content,
.combox-archive.combox-category .site-content {
	grid-area: site-content;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, auto);
	grid-template-areas: "site-main" "site-aside";
}

.combox-archive .site-content {
	grid-area: site-content;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: repeat(1, auto);
	grid-template-areas: "site-main";
}

.combox-single.areas_atuacao .site-content,
.combox-single.competencias .site-content,
.combox-single.projetos_embrapii .site-content,
.combox-single.unidades .site-content {
	grid-area: site-content;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, auto);
	grid-template-areas: "site-main" "site-aside" "site-content-navigation";
}

.combox-frontpage .elementor {
	grid-area: elementor;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}

.site-footer {
	grid-area: site-footer;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(8, auto);
	grid-template-areas: "title-marcas" "site-footer-marcas"  "site-footer-address" "site-footer-phone" "site-footer-social" "site-footer-logo" "site-footer-copyright";
	/* grid-template-areas: "site-footer-map" "site-footer-address" "site-footer-phone" "site-footer-social" "site-footer-logo" "site-footer-marcas" "site-footer-copyright"; */
}

.form-search {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas: "search-title" "search-text" "search-advanced-title" "search-filters" "search-btn";
	padding-top: 12rem;
}

.search-title {
	grid-area: search-title;
}

.search-text {
	grid-area: search-text;
}

.search-advanced-title {
	grid-area: search-advanced-title;
}

.search-filters {
	grid-area: search-filters;
}

.search-btn {
	grid-area: search-btn;
}



@media (max-width: 767px) {
	.kt-tabs-mobile-layout-accordion>.kt-tabs-content-wrap>.kt-tabs-accordion-title {
		background: rgb(22,174,175);
	}

	.kt-tabs-mobile-layout-accordion>.kt-tabs-content-wrap>.kt-tabs-accordion-title {
		max-width: 96% !important;
	}
	
}


@media screen and (min-width: 768px) {

	.site-content,
	.combox-archive.combox-category .site-content,
	.combox-archive.faqs_embrapii .site-content,
	.combox-archive.programas_embrapii .site-content{
		display: grid;
		grid-template-columns: 30% 1fr 1fr;
		grid-template-rows: 1fr;
		grid-template-areas: "site-aside site-main site-main";
	}

	.site-content.full-width{
		grid-template-areas: "site-main site-main site-main";
	}

	.combox-blog .site-content,
	.combox-archive .site-content {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: 1fr;
		grid-template-areas: "site-main";
	}

	.combox-single.areas_atuacao .site-content,
	.combox-single.competencias .site-content,
	.combox-single.projetos_embrapii .site-content,
	.combox-single.unidades .site-content {
		display: grid;
		grid-template-columns: 30% 1fr 1fr;
		grid-template-rows: repeat(2, auto);
		grid-template-areas: "site-aside site-main site-main" "site-content-navigation site-content-navigation site-content-navigation";
	}

	.site-footer {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: repeat(4, auto);
		/* grid-template-rows: repeat(4, auto); */
		grid-template-areas: "title-marcas title-marcas title-marcas title-marcas" "site-footer-marcas site-footer-marcas site-footer-marcas site-footer-marcas" "site-footer-logo site-footer-address site-footer-phone site-footer-social" "site-footer-copyright site-footer-copyright site-footer-copyright site-footer-copyright" ;
		/* grid-template-areas: "site-footer-map site-footer-map site-footer-map site-footer-map" "site-footer-copyright site-footer-copyright site-footer-copyright site-footer-copyright" "site-footer-marcas site-footer-marcas site-footer-marcas site-footer-marcas" "site-footer-logo site-footer-address site-footer-phone site-footer-social" ; */
	}

	.form-search {
		padding-top: 0;
	}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.site {
		display: -ms-grid;
		-ms-grid-columns: 1fr;
		-ms-grid-rows: (auto)[3];
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}

	.site-header {
		display: -ms-grid;
		-ms-grid-columns: 40% 1fr;
		-ms-grid-rows: 2rem (auto)[4];
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}


	.home-embrapii .site-header,
	.combox-frontpage .site-header {
		display: -ms-grid;
		-ms-grid-columns: 40% 1fr;
		-ms-grid-rows: 2rem (auto)[2];
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}

	.elementor {
		display: -ms-grid;
		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}

	.site-content {
		display: -ms-grid;
		-ms-grid-columns: 30% 1fr;
		-ms-grid-rows: auto;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}

	.combox-archive .site-content,
	.combox-blog .site-content {
		display: -ms-grid;
		-ms-grid-columns: 0 1fr;
		-ms-grid-rows: auto;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}

	.site-footer {
		display: -ms-grid;
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		-ms-grid-rows: (auto)[3];
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}

	.site-header-branding {
		display: -ms-grid;
		-ms-grid-columns: 40% 1fr;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		z-index: 3;
	}

		.site-header-branding.fixed {
			height: 180px;
		}

	.page-media {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1 / 5;
		-ms-grid-row-span: 5;
		z-index: 1;
	}

	.home-embrapii .page-media,
	.combox-frontpage .page-media {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1 / 3;
		-ms-grid-row-span: 3;
		-ms-grid-rows: auto;
	}


	.site-header-social {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		z-index: 3 !important;
	}

	.site-search {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		z-index: 3;
	}

	.site-branding {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		z-index: 3;
	}

	.main-navigation {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
		z-index: 3;
	}

	.page-breadcrumb {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 3;
		z-index: 2;
	}

	.page-vinheta {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 4;
		z-index: 2;
	}

	.site-aside {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		max-height: 20%;
		height: auto;
	}

	.site-main {
		-ms-grid-column: 2;
		-ms-grid-row: 1 / 2;
		display: -ms-grid;
		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto;
	}

	#site-footer-map {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 4;
		height: 400px;
	}

	.site-footer-logo {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}

	.site-footer-address {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}

	.site-footer-phone {
		-ms-grid-column: 3;
		-ms-grid-row: 2;
	}

	.site-footer-social {
		-ms-grid-column: 4;
		-ms-grid-row: 2;
	}

	.site-footer-copyright {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		-ms-grid-row: 3;
	}

	.form-search {
		display: -ms-grid;
		-ms-grid-columns: 1fr;
		-ms-grid-rows: (auto)[6];
		height: 100%;
	}

	.search-title {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.search-text {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}

	.search-advanced-title {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.search-filters {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}

	.search-btn {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
}

.site-header-social {
	grid-area: site-header-social;
	z-index: 2;
}

.site-search {
	grid-area: site-search;
	z-index: 2;
}

.site-header-branding {
	display: grid;
	grid-area: site-header-branding;
	z-index: 3;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas: "site-branding main-navigation";
}

.site-branding {
	grid-area: site-branding;
	z-index: 2;
	height: 100%;
}

.main-navigation {
	grid-area: main-navigation;
	z-index: 3;
}

.page-breadcrumb {
	grid-area: page-breadcrumb;
	z-index: 2;
}

.page-vinheta {
	grid-area: page-vinheta;
	z-index: 2;
}

.page-media {
	grid-area: page-media;
	grid-row: 1 / 6;
	z-index: 1;
	display: grid;
}

.site-main {
	grid-area: site-main;
}

.site-aside {
	grid-area: site-aside;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.site-content-navigation {
	grid-area: site-content-navigation;
}

#site-footer-map {
	grid-area: site-footer-map;
	height: 400px;
}

.unidades #site-footer-map-unidades {
	grid-area: site-footer-map-unidades;
}

.site-footer-address {
	grid-area: site-footer-address;
}

.site-footer-phone {
	grid-area: site-footer-phone;
}

.site-footer-social {
	grid-area: site-footer-social;
}

.site-footer-logo {
	grid-area: site-footer-logo;
}

h3.title-marcas{
	grid-area: title-marcas;
    padding: 0 0 1.5rem 0;
    margin: 0;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

h3.title-marcas span{
	color: #1068b2;
    font-size: 1.25rem;
    letter-spacing: -1px;
	padding: 5px;
}

h3.title-marcas span.line{
	border-bottom: 2px dotted;
    height: 2px;
    width: 100%;
    display: block;
}

.site-footer-marcas{
	grid-area: site-footer-marcas;
}

.site-footer-copyright {
	grid-area: site-footer-copyright;
}

.combox-archive .site-content,
.combox-archive .site-footer{
	position: relative;
	z-index: 2;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.page-breadcrumb,
.site-content,
.site-footer-logo,
.site-footer-social,
.site-footer-copyright,
.site-footer-marcas {
	padding-left: 1rem;
	padding-right: 1rem;
}

.site-main,
.page-vinheta{
	padding-right: 0;
}

	.site-main article {
		padding-left: 1rem;
		padding-right: 1rem;
	}

.combox-single .site-main{
	padding-top: 2rem;
}

.site-header-social,
.site-branding {
	padding-left: 1rem;
}

.site-search,
.main-navigation{
	padding-right: 1rem;
}

.site-branding,
.main-navigation,
.page-vinheta,
.site-content,
.site-aside,
.site-footer-logo,
.site-footer-address,
.site-footer-email,
.site-footer-phone,
.site-footer-social,
.site-footer-marcas,
.site-footer-copyright {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.site-aside{
	padding-top: 0;
}

.combox-single.unidades .site-aside{
	padding-top: 0;
}

/* .site-footer {
	padding-bottom: 2rem;
} */

.site-header-social,
.site-search {
	position: relative;
}

.site-header-social,
.site-search,
.search-filters,
.search-filters-explain,
.search-filters-params,
.site-branding,
.main-navigation,
.page-breadcrumb,
.page-vinheta,
.site-main,
article,
.site-aside,
.site-footer-logo,
.site-footer-address,
.site-footer-email,
.site-footer-phone,
.site-footer-social,
.site-footer-marcas,
.site-footer-copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header-social,
.search-filters,
.site-branding,
.main-navigation,
.page-vinheta,
.site-footer-logo,
.site-footer-address,
.site-footer-email,
.site-footer-phone,
.site-footer-social,
.site-footer-marcas,
.site-footer-copyright {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-footer-marcas{
	flex-flow: column nowrap;
	background-color: #fff;
}

.site-footer-marcas img{
	max-width: 200px;
	margin: 1rem auto; 
}

/* .site-footer-marcas img.small{
	max-width: 140px;
} */

.site-header-branding {
	-webkit-transition: 350ms ease all;
	-moz-transition: 350ms ease all;
	transition: 350ms ease all;
}

.site-header-branding.fixed {
	position: fixed !important;
	z-index: 9999 !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	max-height: 140px;
}

	.site-header-branding.fixed ~ span.nome {
		display: none;
	}

	.site-header-branding.fixed .site-branding a img {
		width: 180px;
		height: auto;
	}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-header-branding.fixed {
		position: fixed !important;
		z-index: 9999 !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: auto !important;
		padding: 0;
	}

		.site-header-branding.fixed .site-branding,
		.site-header-branding.fixed .main-navigation {
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
		}

		.site-header-branding.fixed .site-branding a img {
			width: auto;
			height: 100px;
		}

}

	.page-vinheta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.site-main,
	article,
	.site-aside {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}

		.site-aside > div,
		.site-aside > form,
		.site-aside > section,
		.site-aside > ul {
			border: 1px solid;
			border-radius: 3px;
			padding: 1rem;
		}

	.main-navigation {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.site-footer-address {
		word-break: break-word;
		word-wrap: break-word;
	}

.combox-archive.combox-category.comunicacao article {
	margin-top: 1rem;
	border-bottom: 1px dashed rgb(16,104,178);
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

	#search-site {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
		padding: 1rem;
		transition: all 0.5s ease;
		overflow-y: auto;
	}

	#icon-search {
		position: relative;
		z-index: 999;
		cursor: pointer;
	}

	#close-search {
		position: absolute;
		top: 0;
		right: 1rem;
		width: 3rem;
		height: 3rem;
		font-weight: 800;
		text-transform: uppercase;
		border: none;
	}

	.form-search input[type="text"] {
		width: 100%;
		margin: auto;
	}

	.search-btn {
		width: 50%;
		height: 64px;
		margin: auto;
	}

	.form-search h2 {
		font-size: 1.6rem;
		text-transform: uppercase;
		font-weight: 300;
		margin-bottom: .5rem;
	}

	.form-search h4 {
		font-size: 1.2rem;
		text-transform: uppercase;
		font-weight: 300;
		margin: 1rem 0 .5rem 0;
		padding-top: .5rem;
		padding-bottom: .5rem;
		border-top: 1px dashed;
		border-bottom: 1px dashed;
	}

	.search-filters {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 2rem;
	}

		.search-filters::after {
			content: "";
			display: table;
			clear: both;
			*zoom: 1;
		}

	.search-filters-explain,
	.search-filters-params {
		width: 50%;
		padding: .5rem;
		line-height: 1.25;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}

	.search-filters-explain,
	.search-filters-params {
		font-size: 1rem;
	}

		.search-filters-explain p {
			margin-top: 0;
		}

		.search-filters-params label {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			padding: .5rem;
			text-transform: uppercase;
			font-size: .8rem;
		}

		.search-filters-params label {
			border-bottom: 1px dashed;
		}

			.search-filters-params label input[type="radio"] {
				margin-right: .5rem;
			}

	.search-container {
		height: 100%; /* hack to IE11*/
	}

	.search-pagination article {
		padding-top: 1rem;
		border-top: 1px dashed;
		padding-bottom: 1rem;
	}

	.combox-search .entry-summary img {
		width: 300px;
		display: block;
		float: left;
		margin: 0 1rem 1rem 0;
	}

	.combox-search h2.page-title {
		font-size: 1.15rem;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1.1;
		letter-spacing: -1px;
	}

	.combox-search h2.entry-title {
		font-size: 1.2rem;
		line-height: 1.2;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: -1px;
	}

	.combox-search .entry-summary {
		display: flex;
		flex-flow: column nowrap;
	}

		.combox-search .entry-summary .addtoany_content,
		.combox-search .site-main p {
			clear: none;
			float: left;
		}

	.combox-search .entry-footer {
		display: none;
	}

.pagination-search {
	text-transform: uppercase;
	text-align: center;
	border-top: 1px dashed gray;
	padding: 1rem 0;
}

	.pagination-search .page-numbers {
		padding: .5rem;
		font-size: 1.1rem;
		background: #16AEAF;
		color: #fff;
		margin-left: 0.125rem;
		margin-right: .125rem;
		border-radius: 5px;
	}

	.pagination-search .page-numbers:hover,
	.pagination-search .page-numbers.current {
		background: #0a467a;
	}

	.pagination-search .prev.page-numbers{
		margin-left: 0;
	}

	.pagination-search .next.page-numbers {
		margin-right: 0;
	}


	.page-breadcrumb {
		padding-top: 1rem;
	}

	.page-vinheta {
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		/*padding-right: 8.5rem;*/
		text-align: right;
		border-right: 1.5rem solid;
	}

		.page-vinheta p.first {
			font-size: 1.2rem;
			font-weight: 600;
			text-align: right;
		}

	.areas_atuacao .page-vinheta {
		padding-right: 6.25rem;
	}

	.competencias .page-vinheta {
		padding-right: 8.5rem;
	}

	.comunicacao .page-vinheta {
		padding-right: 0;
	}

	.combox-single.comunicacao .page-vinheta{
		display: flex;
		flex-flow: column nowrap;
	}

	.combox-single.comunicacao .page-vinheta .sigla{
		order: 1;
	}

		.combox-single.comunicacao .page-vinheta h1 {
			order: 2;
			font-size: 2rem;
		}

	.projetos_embrapii .page-vinheta {
		padding-right: 3rem;
	}

	.unidades .page-vinheta {
		padding-right: 0;
	}

	@media (max-width: 1024px){
		.site-header-branding.fixed {
			padding-top: 1rem !important;
			padding-bottom: 1rem !important;
		}

	}

	@media (min-width: 480px) {

		.comunicacao .page-vinheta {
			padding-right: 8rem;
		}

		.unidades .page-vinheta {
			padding-right: 8.5rem;
		}

		.combox-search .entry-summary {
			flex-flow: row;
		}

		.combox-search .entry-summary-thumbnail {
			width: 40%;
		}

		.combox-search .entry-summary-content {
			width: 60%;
			margin-left: 1rem;
		}
	}

	@media (min-width: 768px) {
		.site-header-social,
		.site-search,
		.site-branding,
		.main-navigation,
		.page-breadcrumb,
		.page-vinheta,
		.site-content,
		.site-footer-copyright {
			padding-left: 3rem;
			padding-right: 3rem;
		}

		.site-main article {
			padding-right: 3rem;
		}

		.site-footer-logo,
		.site-footer-address,
		.site-footer-phone,
		.site-footer-email,
		.site-footer-social {
			padding-right: 0;
			padding-left: 0;
		}

		.site-branding,
		.main-navigation,
		.site-content,
		.site-footer-address,
		.site-footer-email,
		.site-footer-phone,
		.site-footer-social,
		.site-footer-copyright {
			padding-top: 2rem;
			padding-bottom: 2rem;
		}

		.site-footer-marcas{
			flex-flow: row nowrap;
			display: flex;
			justify-content: space-around;
			padding-right: 5rem;
			align-items: flex-start;
		}

		.site-footer-marcas img{
			max-width: 140px;
			margin: 0 auto; 
		}

		.pagination-search .page-numbers {
			padding: .75rem;
			margin-left: .25rem;
			margin-right: .25rem;
		}

		.page-breadcrumb {
			padding-top: 1.25rem;
			margin-bottom: 1.5rem;
		}

		.page-vinheta {
			padding-right: 0;
			padding-bottom: 1rem;
			border-right: 3.25rem solid;
		}

		.areas_atuacao .page-vinheta {
			padding-right: 7.25rem;
		}

		.unidades .page-vinheta {
			padding-right: 9rem;
		}

		.form-search {
			width: 50%;
		}

		.comunicacao .site-main {
			margin-left: 1.5rem;
		}

		.combox-archive.areas_atuacao .site-main,
		.combox-archive.competencias .site-main,
		.combox-archive.projetos_embrapii .site-main,
		.combox-archive.unidades .site-main {
			margin: 0;
			padding: 0;
		}


		.site-aside > div,
		.site-aside > form,
		.site-aside > section,
		.site-aside > ul {
			padding: 1rem 2rem;
			margin-right: 2rem;
		}

		h3.title-marcas{
			grid-area: title-marcas;
			padding: 0 0 1.5rem 0;
			margin: 0;
			background: #fff;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
			justify-content: space-around;
		}
		
		h3.title-marcas span{
			color: #1068b2;
			font-size: 1.25rem;
			letter-spacing: -1px;
		}
		
		h3.title-marcas span.line{
			border-bottom: 2px dotted;
			height: 2px;
			width: 70%;
			display: block;
		}
	}

@media (min-width: 1024px){
	h3.title-marcas span.line{
		border-bottom: 2px dotted;
		height: 2px;
		width: 80%;
		display: block;
	}
}

	@media (min-width: 1200px) {
		.site-header-social,
		.site-search,
		.site-branding,
		.main-navigation,
		.page-breadcrumb,
		.page-vinheta,
		.site-content,
		.site-footer-copyright {
			padding-left: 8rem;
			padding-right: 8rem;
		}

		.page-vinheta {
			padding-right: 0;
			height: 7rem;
			border-right: 8rem solid;
		}

		.projetos_embrapii .page-vinheta {
			padding-right: 3.25rem;
		}

		.kt-tabs-wrap .wp-block-kadence-tab{
			padding-left: 4rem !important;
		}

		.site-footer-marcas img {
			max-width: 190px;
			margin: 0 auto;
		}

		h3.title-marcas span.line{
			border-bottom: 2px dotted;
			height: 2px;
			width: 85%;
			display: block;
		}
	}

	@media (min-width: 1600px) {
		.site-header-social,
		.site-search,
		.site-branding,
		.main-navigation,
		.page-breadcrumb,
		.page-vinheta,
		.site-content,
		.site-footer-copyright {
			padding-left: 12rem;
			padding-right: 12rem;
		}

		.page-vinheta {
			padding-right: 0;
			padding-bottom: 1rem;
			height: 9rem;
			border-right: 12rem solid;
		}

		.site-footer-marcas img {
			max-width: 240px;
			margin: 0 auto;
		}
	}

	.site-header-social ul,
	.site-footer-social ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 3;
	}

		.site-header-social ul li,
		.site-footer-social ul li {
			padding-right: 0.5rem;
		}

			.site-header-social ul li a,
			.site-footer-social ul li a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}

	.site-footer-social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.site-search {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

		.site-search a {
			height: 2rem;
			padding: 1rem;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}


	.site-footer-address,
	.site-footer-phone,
	.site-phone-email {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		text-align: center;
	}

	.site-footer-address {
		line-height: 1.1;
	}

	.site-footer-social .icon {
		width: 2rem;
		height: 2rem;
	}

	.site-footer-logo {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

		.site-footer-logo img {
			width: 7rem;
		}

	.site-footer-copyright {
		font-size: .8rem;
		text-transform: uppercase;
		line-height: 1;
		text-align: center;
		background: #999;
    	color: #fff;
	}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
	.page-breadcrumb ol {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-flow: row wrap;
	}

		.page-breadcrumb ol li {
			font-size: .75rem;
			line-height: 1.5;
			text-transform: uppercase;
			padding: 0 .15rem;
		}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

	a:focus {
		outline: thin dotted;
	}

	a:hover, a:active {
		outline: 0;
	}

	.page-breadcrumb span {
		text-transform: uppercase;
		font-weight: 300;
	}

	/*--------------------------------------------------------------
## SVG Icons
--------------------------------------------------------------*/
	svg.icon {
		width: 1.5rem;
		height: 1.5rem;
		fill: #e8e8e8;
	}

	.site-header-social ul li svg.icon {
		stroke-width: 1;
	}

	.site-footer-address .icon,
	.site-footer-phone .icon,
	.site-footer-email .icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/

	.site-branding img {
		display: block;
		max-width: 240px;
		position: relative;
		z-index: 3;
	}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 320px) {
		.site-branding img {
			display: block;
			width: 220px;
			width: auto !important; /* IE max-width hack */
		}
	}

	@media (min-width: 480px) {
		.site-branding img {
			max-width: 16rem;
		}

		.combox-slider .btn {
			line-height: 1;
		}
	}

	@media (min-width: 37.5em) {
		.site-branding img {
			max-width: 18rem;
		}
	}

	@media (min-width: 45em) {
		.site-branding img {
			max-width: 28rem;
		}
	}

	@media (min-width: 75em) {
		.site-branding img {
			max-width: 30rem;
		}
	}

	@media (min-width: 100em) {
		.site-branding img {
			max-width: 32rem;
		}
	}


	/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.main-navigation ul {
			max-width: 640px;
			padding-right: 4.5rem;
		}
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

		.main-navigation ul ul {
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
			float: left;
			position: absolute;
			top: 100%;
			left: -999em;
			z-index: 99999;
			text-align: left;
		}

			.main-navigation ul ul ul {
				left: -999em;
				top: 0;
			}

			.main-navigation ul ul li:hover > ul,
			.main-navigation ul ul li.focus > ul {
				left: 100%;
			}

			.main-navigation ul ul a {
				width: 200px;
			}

		.main-navigation ul li:hover > ul,
		.main-navigation ul li.focus > ul {
			display: block;
			left: auto;
		}

	.main-navigation li {
		position: relative;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}

	.menu-toggle {
		width: 2.5rem; /* double to span width */
		height: 30%;
		position: relative;
		z-index: 10;
		margin: 0 .5rem 0 0;
		float: right;
		display: block;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

		.menu-toggle span {
			display: block;
			position: absolute;
			height: 4px;
			width: 1.25rem;
			opacity: .75;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transition: .25s ease-in-out;
			-moz-transition: .25s ease-in-out;
			-o-transition: .25s ease-in-out;
			transition: .25s ease-in-out;
		}

	.main-navigation.toggled .menu-toggle {
		height: 36px;
	}

	.menu-toggle span:nth-child(even) {
		left: 1.25rem;
		/* equal to width */
		border-radius: 0 5px 5px 0;
	}

	.menu-toggle span:nth-child(odd) {
		left: 0px;
		border-radius: 5px 0 0 5px;
	}

	.menu-toggle span:nth-child(1), .menu-toggle span:nth-child(2) {
		top: 0px;
	}

	.menu-toggle span:nth-child(3), .menu-toggle span:nth-child(4) {
		top: 0.625rem;
	}

	.menu-toggle span:nth-child(5), .menu-toggle span:nth-child(6) {
		top: 1.250rem;
	}

	.menu-toggle span.nome {
		position: absolute;
		top: 2rem;
		float: none;
		display: block;
		font-weight: 400;
		text-transform: uppercase;
		font-size: .95rem;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(1),
	.menu-toggle[aria-expanded="true"] span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(2),
	.menu-toggle[aria-expanded="true"] span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(1) {
		left: 3px;
		top: 7px;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(2) {
		left: calc(50% - 4px);
		top: 7px;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(5) {
		left: 2px;
		top: 20px;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(6) {
		left: calc(50% - 5px);
		top: 20px;
	}

	.minimal-menu .main-navigation.toggled ul {
		display: block;
		margin: 0 auto;
	}

	.main-navigation.toggled .menu-toggle {
		position: absolute;
		top: .5rem;
		right: 1rem;
		z-index: 10000;
	}

	.minimal-menu .main-navigation a {
		padding: 0 .5em;
	}

	.minimal-menu .main-navigation #primary-menu {
		position: fixed;
		z-index: 9999;
		height: 100%;
		min-height: 100%;
		top: 0;
		right: 0;
		display: none;
		padding: 2rem;
		overflow: auto;
		text-align: center;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transition: 350ms ease all;
		-o-transition: 350ms ease all;
		-moz-transition: 350ms ease all;
		transition: 350ms ease all;
	}

	.minimal-menu .main-navigation.toggled #primary-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: 350ms ease all;
		-o-transition: 350ms ease all;
		transition: 350ms ease all;
		z-index: 9999;
		padding: 6rem 4rem 4rem;
	}

		.minimal-menu .main-navigation.toggled #primary-menu li {
			width: 100%;
			text-align: left;
			padding: .25rem 0;
			border-bottom: 1px dashed;
		}

	@media screen and (max-width: 37.5em) {
		/* Small menu. */
		.default-menu .menu-toggle,
		.default-menu .main-navigation.toggled ul {
			display: block;
			margin: 0 auto;
		}

		.minimal-menu .main-navigation.toggled #primary-menu {
			width: 100%;
		}
	}

	/* 37.5em = 600px */
	@media screen and (min-width: 37.5em) {
		.default-menu .menu-toggle {
			display: none;
		}

		.default-menu .main-navigation ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-flex-flow: row wrap;
			word-wrap: normal;
		}

		.default-menu .main-navigation a {
			padding: 0 .5em;
		}

		.main-navigation.toggled .menu-toggle {
			right: 3rem;
		}

		.minimal-menu .main-navigation.toggled #primary-menu {
			width: 45%;
			padding: 8rem 2rem 4rem;
		}
	}

	@media screen and (min-width: 75em) {
		.main-navigation.toggled .menu-toggle {
			right: 8rem;
		}

		.minimal-menu .main-navigation.toggled #primary-menu {
			width: 28%;
		}
	}

	@media screen and (min-width: 100em) {
		.main-navigation.toggled .menu-toggle {
			right: 12rem;
		}
	}

	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation {
		margin: 0 1rem;
		overflow: hidden;
		padding-bottom:2rem;
	}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5rem;
	justify-content: space-between;
}

.combox-category .nav-links a {
	text-transform: uppercase;
	padding: .5rem;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 45%;
	height: 100%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	width: 45%;
	height: 100%;
	text-align: right;
}

	/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
	/* Text meant only for screen readers. */
	.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		word-wrap: normal !important;
	}

		.screen-reader-text:focus {
			border-radius: 3px;
			box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			clip: auto !important;
			display: block;
			font-size: 14px;
			font-size: 0.875rem;
			font-weight: bold;
			height: auto;
			left: 5px;
			line-height: normal;
			padding: 15px 23px 14px;
			text-decoration: none;
			top: 5px;
			width: auto;
			z-index: 100000;
			/* Above WP toolbar. */
		}

	/* Do not show the outline on the skip link target. */
	#primary[tabindex="-1"]:focus {
		outline: 0;
	}

	/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

	.alignleft,
	.alignright {
		max-width: 636px !important; /* Let's work to make this !important unnecessary */
	}

		.alignleft img,
		.alignright img,
		.alignleft figcaption,
		.alignright figcaption {
			max-width: 50%;
			width: 50%;
		}

		.alignleft figcaption {
			clear: left;
		}

		.alignright figcaption {
			clear: right;
		}

		.alignleft img,
		.alignleft figcaption {
			float: left;
			margin-right: 1.5em;
		}

		.alignright img,
		.alignright figcaption {
			float: right;
			margin-left: 1.5em;
		}

	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

	.widget {
		margin: 0 0 1.5em;
		/* Make sure select elements fit in widgets. */
	}

		.widget select {
			max-width: 100%;
		}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

	h1.entry-title,
	.page-vinheta h1 {
		font-size: 1.5rem;
		text-transform: uppercase;
		letter-spacing: -1px;
		font-weight: 300;
		margin: 0 0 1em 0;
		text-align: right;
	}

	.page-vinheta span {
		font-size: 1.3rem;
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: 1rem;
	}

	.combox-single h1.entry-title,
	.combox-single .page-vinheta h1 {
		font-size: 1.35rem;
		line-height: 1.15;
	}


	.page-vinheta h1 {
		margin-bottom: 0;
	}

	h3 {
		font-size: 1.25rem;
		text-transform: uppercase;
		letter-spacing: -1px;
		font-weight: 400;
		margin: 0 0 .5rem;
		line-height: 1.1;
	}

	h4 {
		font-size: 1.1rem;
		text-transform: uppercase;
	}

	.site-main p, .site-main ul li, .site-main em, .site-main strong, .site-main i {
		font-size: 1rem;
		line-height: 1.35;
	}

	.entry-content ul {
		list-style: square;
		padding-top: 0;
	}

	.combox-search .site-main em {
		font-size: 1.2rem;
		font-weight: 600;
	}

	.site-main p {
		margin-top: 0;
	}

	.site-aside ul {
		list-style: none;
		margin: 0;
		padding: 1.25rem 1rem;
	}

	.comunicacao .site-aside ul{
		margin-bottom: 1.5rem;
	}

.comunicacao .site-aside ul.comunicacao li{
	text-transform: uppercase;
	font-weight: 400;
	}

		.site-aside ul li {
			padding: .5rem;
			text-transform: uppercase;
			text-align: left;
			font-size: 1rem;
			font-weight: 400;
			border-bottom: 1px solid;
			transition: all 1.5s ease;
		}

			.site-aside ul li a {
				display: block;
				cursor: pointer;
				font-weight: 400;
			}

	.combox-single ul li {
		text-transform: none;
	}

	h3.downloads {
		width: 100%;
		font-size: 1.4rem;
		font-weight: 300;
		border-bottom: 1px dashed;
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}

		h3.downloads.collapsible {
			cursor: pointer;
			padding: .75rem;
			width: 100%;
			border: none;
			text-align: left;
			outline: none;
			font-size: 1.2rem;
			font-weight: 400;
		}

	.collapsible:after,
	.combox-single.faqs_embrapii .button:after,
	.combox-single.faqs_embrapii .accordion:after {
		content: '\02795';
		font-size: 13px;
		float: right;
		margin-left: 5px;
		border: 2px solid;
		border-radius: 100%;
		padding: .25rem;
		width: 33px;
		height: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.combox-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		border-bottom: 1px dashed;
		padding: 0 0 1rem;
		margin-bottom: 2rem;
	}

		.combox-box.two-columns .combox-box-anexo-item {
			width: calc( 50% - .5rem );
			margin: .5rem .5rem .5rem 0;
		}

		.comunicacao .site-main .combox-box.two-columns .combox-box-anexo-item {
			background: #fff;
			justify-content: center;
		}

.combox-blog.comunicacao .combox-box {
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-right: 0 !important;
}

.comunicacao .site-aside .combox-box {
	flex-flow: column;
	-ms-flex-flow: column;
	margin-right: 0 !important;
}

	.comunicacao .site-aside .combox-box.two-columns {
		flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

.comunicacao .site-aside .combox-box.two-columns .combox-box-anexo-item {
	width: calc( 50% - .5rem );
	margin: .5rem .5rem .5rem 0;
}

.comunicacao .site-aside .combox-box-anexo-item .wrapper-thumbnail{
	width: 100%;
}

.comunicacao h3 {
	width: 100%;
}

.comunicacao .site-aside .combox-box .combox-btn-simple {
	width: 100%;
	display: flex;
	height: auto;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column nowrap;
}

.comunicacao .site-aside .combox-box .combox-btn-simple .wrapper-thumbnail img {
	display: block;
	margin: auto;
	max-height: 180px;
}

	.combox-single.unidades .combox-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.combox-box-anexo-item {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		/*justify-content: space-between;*/
		margin: .5rem 0;
		padding: 1.5rem 1rem;
		border-radius: 2px;
		border: 1px solid;
	}

		.combox-box-anexo-item a.btn {
			width: 35%;
			display: flex;
			justify-content: center;
		}

		.combox-box-anexo-item.fornecedores a {
			flex-flow: column nowrap;
			height: 100%;
		}

			.combox-box-anexo-item.fornecedores a .wrapper_post {
				display: flex;
				width: 100%;
			}

			.combox-box-anexo-item.fornecedores a span.title {
				line-height: 1.1;
				text-transform: uppercase;
				font-weight: 600;
			}

			.combox-box-anexo-item.fornecedores a span.text {
				display: block;
				width: 100%;
				line-height: 1.1;
				padding-left: 52px; /* 36px - medida do ícone + margin-right de 1rem*/
				color: #fff;
				margin-top: .5rem;
			}

			.combox-box-anexo-item.fornecedores a span.combox-btn-download {
				width: 36px;
				height: 36px;
			}


	.combox-box h4 {
		width: 100%;
		font-size: 1.2rem;
		font-weight: 400;
		text-transform: uppercase;
		border-bottom: 1px dashed;
		margin-top: .75rem;
		margin-bottom: .75rem;
	}

	.combox-box strong {
		width: 100%;
		color: #81b9e0;
		text-transform: uppercase;
		font-size: 95%;
		margin-right: .5rem;
	}

	.combox-box p {
		width: 100%;
		line-height: 1.4;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: .5rem;
		word-break: break-word;
	}

	.combox-box-anexo-item span.title {
		width: 80%;
	}

	.combox-box-anexo-item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.combox-box-anexo-item span.btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #062b55;
		max-width: 50%;
	}

	.combox-box-anexo-item p {
		margin: 0;
		line-height: 1.1;
		font-size: 1rem;
	}

	.combox-box-anexo-item span.text {
		width: calc( 100% - 52px );
		line-height: 1.1;
		font-weight: 400;
	}

	.combox-box h4.aside-areas-atuacao {
		text-align: right;
		height: 5rem;
		padding-top: 1.5rem;
	}

	.combox-box .box-apoio-marcas {
		width: 100%;
		margin: 1rem auto 0;
		display: flex;
		align-items: center;
		padding: 1.5rem;
	}

		.combox-box .box-apoio-marcas p {
			font-weight: 700;
		}

	/* working with collapsible*/
	.content-docs {
		padding: 0 18px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.combox-btn-more,
	.combox-btn-more-reading,
	.combox-btn-close,
	.combox-btn-download,
	.combox-btn-simple {
		width: 36px;
		height: 36px;
		margin-bottom: 0;
		display: block;
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.combox-btn-simple {
		width: 100%;
	}

	.combox-btn-download {
		margin-right: 1rem;
	}

	ul.one-screen {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 110%;
		margin: auto -5%;
		padding: 0;
	}

.one-screen li {
	width: 10rem;
	height: 10rem;
	margin: .25rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 .5rem;
	background-size: contain;
	background: url(assets/images/icon-unidade.svg) no-repeat center center;
}

		.one-screen li:hover {
			animation: scale-down-center-double 2s ease-in-out;
			-webkit-animation: scale-down-center-double 2s ease-in-out;
			-webkit-transition: 1s ease-in all;
			-o-transition: 1s ease-in all;
			transition: 1s ease-in all;
		}

		.one-screen li a {
			width: 8rem;
			text-transform: uppercase;
			font-size: 0.9rem;
			text-align: center;
			word-wrap: break-word;
		}

	.combox-single .one-screen li a {
		font-size: 0.95rem;
	}

	.combox-single.programas_embrapii .one-screen li a,
	.combox-single.redes-embrapii .one-screen li a{
		font-size: 1.1rem;
		font-weight: bolder;
		padding: .75rem;
		width: 100%;
		word-break: keep-all;
	}

.unidades .one-screen li{
	width: 8rem;
	height: 8rem;
	background-size: contain !important;
	margin-bottom: 1rem;
}

.wrapper-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.wrapper-image {
	border: 1px solid rgba(50,145,143,1);
	border-radius: 3px;
	background: #fff;
	padding: .25rem;
	margin: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-image a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper-image.logo-empresas{
	width: 45%;
	height: 300px;
}

.wrapper-image.logo-empresas.link-empresa{
	position: relative;
}

.wrapper-image.logo-empresas.link-empresa:before{
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0;
	right: 0;
	background-color: #062b55;
	color: #fff;
	content: '\260D';
	font-size: 3rem;
    line-height: 1;
	text-align: center;
	border-radius: 0 0 0 50%;
}

.wrapper-image a:hover .logo-empresas.link-empresa:before{
	background-color: #28c2c3;
	color: #fff;
}

	iframe,
	div.iframe,
	.embed-container {
		position: relative;
		padding: .75rem;
		display: block;
		margin: 1rem auto;
		height: 460px;
	}

	.embed-container.projetos{
		width: 100%;
		height: 240px;
	}

	iframe,
	div.iframe {
		width: 100%;
		height: 460px;
	}

		div.iframe iframe,
		.embed-container iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 98%;
			height: 96%;
			margin: 1%;
		}

		.combox-single.programas_embrapii img.videoThumb {
			width: 100%;
		}
	
	

	@media (min-width: 37.5em)/*600px*/ {

		.combox-single h1.entry-title, .combox-single .page-vinheta h1 {
			line-height: 1.25;
		}

		h3 {
			font-size: 1.35rem;
			line-height: 1.15;
		}

		.site-main p, .site-main ul li, .site-main em, .site-main strong, .site-main i {
			font-size: 1.1rem;
			line-height: 1.5;
		}

		.combox-box-anexo-item {
			width: calc( 50% - .5rem );
			margin: .5rem .5rem .5rem 0;
		}

		.combox-box.two-columns .combox-box-anexo-item {
			width: calc( 33.333333% - .25rem );
			margin: 0 .25rem .25rem 0;
		}

		.comunicacao .site-aside .combox-box-anexo-item{
			width: 100%;
			margin: 0 0 .5rem;
		}

			.combox-box-anexo-item p {
				margin: 0;
				line-height: 1.15 !important;
				font-size: 1rem;
			}

		.one-screen li {
			padding: .5rem;
			margin: 0 .5rem;
			padding: 1.15rem;
		}

		.one-screen li a {
			font-size: 1rem;
		}
	}

	@media (min-width: 48rem)/*768px*/ {

		.page-breadcrumb ol li {
			font-size: .95rem;
		}

		h1.entry-title,
		.page-vinheta h1,
		.combox-single  .page-vinheta h1{
			font-size: 2rem;
		}

		h3 {
			font-size: 1.35rem;
		}

		.site-main {
			padding-left: 2rem;
			padding-bottom: 2rem;
		}


			.site-aside ul li {
				line-height: 1.1;
				padding: .75rem 1rem;
			}

			.site-aside ul li h3{
				margin: 0;
				letter-spacing: normal;
			}

			.site-aside > div,
			.site-aside > form {
				padding: .5rem;
			}

		.one-screen li {
			width: 12.5rem;
			height: 12.5rem;
			margin: 0;
		}

			.one-screen li a {
				font-size: 1rem;
				width: 100%;
			}

		.projetos_embrapii .one-screen li a {
			word-break: unset;
			font-size: .9rem;
		}
	}

	@media (min-width: 62rem)/*992px*/ {

		.site-aside {
			margin-right: 0;
		}


		.site-main p, .site-main ul li, .site-main em, .site-main strong, .site-main i {
			font-size: 1.15rem;
			line-height: 1.65;
		}

		.entry-content ul li {
			line-height: 1.5;
			margin-bottom: 0;
		}

		.projetos_embrapii .one-screen li {
			width: 11rem;
			height: 11rem;
		}

		.unidades .one-screen li {
			width: 9rem;
			height: 9rem;
		}

		.unidades .one-scree li a{
			font-size: 1.1rem;
		}

	}

	@media (min-width: 75rem)/*1200px*/ {

		.site-aside ul li {
			line-height: 1.2;
			letter-spacing: -0.015rem;
		}

		.site-aside > div,
		.site-aside > form {
			padding: .5rem 1rem;
		}

		.combox-search h2.entry-title {
			font-size: 1.35rem;
			line-height: 1.25;
		}

		.unidades .one-screen {
			width: 110%;
			margin: auto -5%;
		}

		.combox-single.unidades .one-screen {
			width: 90%;
			margin: auto 5%;
		}

		.one-screen li {
			width: 12rem;
			height: 12rem;
			margin: .5rem;
		}

		.unidades .one-screen li {
			width: 11rem;
			height: 11rem;
		}

		.combox-box.two-columns .combox-box-anexo-item {
			width: calc( 25% - .25rem );
			margin: 0 .25rem .25rem 0;
		}
	}

	@media (min-width: 85rem) {

		.comunicacao .site-aside .combox-box.two-columns {
			flex-flow: row wrap;
		}

		.combox-box.two-columns .combox-box-anexo-item {
			width: calc( 20% - .25rem );
			margin: 0 .25rem .25rem 0;
		}
	}

	@media (min-width: 100rem) {
		/*.combox-single .one-screen li {
			width: 7rem;
			height: 7rem;
			margin: .4rem;
		}

			.combox-single .one-screen li a {
				font-size: 0.8rem;
			}

		.combox-single.areas_atuacao .one-screen li {
			width: 200px;
			height: 200px;
		}

			.combox-single.areas_atuacao .one-screen li a {
				font-size: 1.05rem;
				word-wrap: break-word;
			}*/
	}

	/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
	.sticky {
		display: block;
	}

	.hentry {
		margin: 1rem 0;
	}

	.updated:not(.published) {
		display: none;
	}

	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0 0 2rem;
	}

	.page-links {
		clear: both;
		margin: 0 0 1.5em;
	}

	.entry-footer,
	.site-info,
	.post-navigation,
	.page-navigation,
	.comments-area,
	.not-found .page-content,
	.search .entry-summary {
		margin: .5em auto;
	}

	.comunicacao.post .post-navigation{
		display: none;
	}

	.entry-header .wp-post-image {
		margin-bottom: 1em;
	}

	.entry-meta{
		margin-bottom: 2rem;
	}

.entry-date {
	font-size: .85rem;
	background: #0a436c;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: .25rem;
	margin: .75rem 0 1rem;
	border-radius: 3px;
	transition: all .5s ease-in-out;
}

	.entry-footer span {
		margin-right: 1em;
	}

	.entry-footer {
		font-size: 90%;
		padding-bottom: 1rem;
		border-bottom: 1px solid;
	}

	@media screen and (min-width: 664px) {
		.entry-header,
		.page-header,
		.entry-footer,
		.site-info,
		.post-navigation,
		.page-navigation,
		.comments-area,
		.not-found .page-content,
		.search .entry-summary {
			padding-left: 0;
			padding-right: 0;
		}
	}

	/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
	.comment-content a {
		word-wrap: break-word;
	}

	.bypostauthor {
		display: block;
	}

	/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
	/* Globally hidden elements when Infinite Scroll is supported and in use. */
	.infinite-scroll .posts-navigation,
	.infinite-scroll.neverending .site-footer {
		/* Theme Footer (when set to scrolling) */
		display: none;
	}

	/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
	.infinity-end.neverending .site-footer {
		display: block;
	}

	/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
	.page-content .wp-smiley,
	.entry-content .wp-smiley,
	.comment-content .wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}

	/* Make sure embeds and iframes fit their containers. */
	embed,
	iframe,
	object {
		max-width: 100%;
	}

	/* Make sure logo link wraps around logo image. */
	.custom-logo-link {
		display: inline-block;
	}

	/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
	.wp-caption {
		margin-bottom: 1.5em;
		max-width: 100%;
	}

		.wp-caption img[class*="wp-image-"] {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

		.wp-caption .wp-caption-text {
			margin: 0.8075em 0;
		}

	.wp-caption-text {
		text-align: center;
	}

	/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
	.gallery {
		margin-bottom: 1.5em;
	}

	.gallery-item {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.3333333333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.6666666667%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.2857142857%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.1111111111%;
	}

	.gallery-caption {
		display: block;
	}

	/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
	h1, h2, h3, h4, h5, h6 {
		color: #444;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: #062b55;
		}

		h3.downloads {
			color: #0a467a;
			border-color: #0a467a;
		}

			h3.downloads.collapsible {
				background-color: #eee;
				color: #fff;
			}

	.site-main h3,
	.site-main h4,
	.site-main h3.cooperacao-title {
		color: #3d93cf;
	}

	.site-main #projetos .combox-content h3{
		color: #fff;
	}

	.combox-box h4 {
		border-color: #999;
		color: #0a467a;
	}

	.collapsible:after,
	.combox-single.faqs_embrapii .button:after,
	.combox-single.faqs_embrapii .accordion:after{
		color: transparent;
		border-color: #0a467a;
		text-shadow: 0 0 0 #0a467a;
	}

	.collapsible.active:after,
	.combox-single.faqs_embrapii .button.active:after,
	.combox-single.faqs_embrapii .accordion.active:after {
		content: "\2796";
	}

	/* working with collapsible*/
	.content-docs {
		background-color: white;
	}

	a {
		color: #062b55;
		text-decoration: none;
		transition: 1s ease-in all;
	}

		a:visited {
			color: #333;
		}

		a:hover, a:focus, a:active {
			color: rgba(50,145,143,1);
		}

	.combox-single a {
		color: #33e8be;
	}

		.combox-single a:hover {
			color: #81b9e0;
		}

		.combox-single p a {
			font-weight: bolder;
			font-size: 105%;
		}

	.combox-single.programas_embrapii a,
	.combox-single.faqs_embrapii a,
	.combox-single.redes-embrapii a{
		color: #1068b2;
	}

	
	.combox-single.programas_embrapii a.btn.faq,
	.combox-single.programas_embrapii .breadcrumb li a, 
	.combox-single.faqs_embrapii .breadcrumb li a,
	.combox-single.redes-embrapii .breadcrumb li a {
		color: #fff;
		font-weight: 600;
	}

	.combox-single.programas_embrapii a.btn.faq:hover{
		background-color: #062b55;
	}

	.combox-single.faqs_embrapii a:hover,
	.combox-single.programas_embrapii a:hover{
		color: #0a436c;
	}

	.combox-single.faqs_embrapii #breadcrumb a,
	.combox-single.programas_embrapii a.nav-programas,
	.combox-single.faqs_embrapii #breadcrumb a,
	.combox-single.programas_embrapii a.nav-programas,
	.combox-single.faqs_embrapii .nav-sisters li a,
	.combox-single.programas_embrapii a span.title,
	.combox-single.programas_embrapii .nav-sisters li a,
	.combox-single.redes-embrapii a.nav-programas
	{
		color: #fff;
		font-size: 1rem;
		line-height: 1.2;
		padding: .25rem 1rem;
		font-weight: 600;
	}

	.combox-single.programas_embrapii a span.combox-btn-more
	{
	display: none;
	}

	.combox-single.faqs_embrapii a.nav-programas,
	.combox-single.programas_embrapii a.nav-programas,
	.combox-single.faqs_embrapii .nav-sisters li a,
	.combox-single.programas_embrapii .nav-sisters li a,
	.combox-single.redes-embrapii a.nav-programas{
		text-transform: uppercase;
		font-weight: 600;
	}

	.combox-single.faqs_embrapii a.nav-programas:hover,
	.combox-single.programas_embrapii a.nav-programas:hover{
		color: #0f1131;
	}

	fieldset, abbr, acronym {
		border-color: #0a467a;
	}

	mark, ins {
		background: #16AEAF;
	}

	.btn {
		background-color: rgba(50,145,143,1);
		color: #fff;
	}

		.btn:hover {
			background-color: rgb(18,53,93);
			color: #16AEAF;
			transition: 1s ease-in all;
		}

		.btn:visited {
			color: #e8e8e8;
			background-color: #28c2c3;
		}

.combox-blog .btn,
.combox-archive.combox-category.comunicacao .btn,
.combox-archive.combox-category .btn {
	background: transparent;
	border: 1px solid rgb(16,104,178);
	border-radius: 3px;
	font-size: .9rem;
}

.combox-single.programas_embrapii .fancybox .btn{
	background-color: rgb(18,53,93);
}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		color: #21759b;
	}

	.site-header,
	.site-content,
	.site-footer {
		transition: all 1.5s ease;
	}

	.site-header-social,
	.site-search,
	.combox-single.faqs_embrapii .site-header-social,
	.combox-single.faqs_embrapii .site-search,
	.combox-single.programas_embrapii .site-header-social,
	.combox-single.programas_embrapii .site-search,
	.combox-archive.faqs_embrapii .site-header-social,
	.combox-archive.faqs_embrapii .site-search,
	.combox-archive.programas_embrapii .site-header-social,
	.combox-archive.programas_embrapii .site-search,
	.combox-single.redes-embrapii .site-header-social,
	.combox-single.redes-embrapii .site-search {
		background-color: #16AEAF;
	}

	.comunicacao .site-header-social,
	.combox-archive.combox-category.comunicacao .site-branding,
	.combox-archive.combox-category.comunicacao .main-navigation,
	.comunicacao .site-search {
		background-color: rgba(6, 43, 85,0.7);
	}

	.combox-blog.comunicacao .combox-box-anexo-item a.btn{
		color: #fff;
	}

	.publica .site-header-social,
	.publica .site-search {
		background: rgba(65, 187, 159, 0.85);
	}

	.site-header-social ul li svg.icon {
		fill: #fff;
		stroke: #fff;
	}

	.site-search a {
		background: #062b55;
	}

		.site-search a .icon {
			fill: #fff;
		}

	#search-site {
		background: rgb(16,104,178) url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center top;
		background: rgb(16,104,178);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center top, -moz-linear-gradient(top, rgba(16,104,178,1) 0%, rgba(10,70,122,1) 100%);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center top, -webkit-linear-gradient(top, rgba(16,104,178,1) 0%,rgba(10,70,122,1) 100%);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center top, linear-gradient(to bottom, rgba(16,104,178,1) 0%,rgba(10,70,122,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1068b2', endColorstr='#0a467a',GradientType=0 );
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

		#search-site h2,
		.form-search h4 {
			color: #fff;
		}

	.form-search h4 {
		border-color: #81b9e0;
	}

	#close-search {
		background: transparent;
	}

	.form-search {
		color: #fff;
	}

	.search-filters-params label {
		border-color: #41bb9f;
		color: #fff;
	}

	.search-btn {
		background: #0a436c;
		color: #fff;
	}

		.search-btn:hover {
			background: #41bb9f;
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			-o-transform: scale(1.1, 1.1);
			-ms-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
		}

	.site-header,
	.combox-single.faqs_embrapii .site-header,
	.combox-single.programas_embrapii .site-header,
	.combox-single.redes-embrapii .site-header {
		background: rgb(22,174,175) url('assets/images/background-embrapii-repeat_animated-verde.svg') no-repeat center center;
		background: url('assets/images/background-embrapii-repeat_animated-verde.svg') no-repeat center center, -moz-linear-gradient(top, rgba(22,174,175,1) 0%, rgba(50,145,143,1) 100%);
		background: url('assets/images/background-embrapii-repeat_animated-verde.svg') no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(rgba(22,174,175,1)),to(rgba(50,145,143,1)));
		background: url('assets/images/background-embrapii-repeat_animated-verde.svg') no-repeat center center, -webkit-linear-gradient(top, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		background: url('assets/images/background-embrapii-repeat_animated-verde.svg') no-repeat center center, linear-gradient(to bottom, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aeaf', endColorstr='#32918f',GradientType=0 );
		background-size: cover;
	}

	.home-embrapii .site-header-social,
	.home-embrapii .site-search,
	.combox-frontpage .site-header-social,
	.combox-frontpage .site-search {
		background-color: rgba(6, 43, 85,0.7);
	}

	.site-branding,
	.main-navigation,
	.combox-single.faqs_embrapii .site-branding,
	.combox-single.faqs_embrapii .main-navigation,
	.combox-single.programas_embrapii .site-branding,
	.combox-single.programas_embrapii .main-navigation,
	.combox-archive.faqs_embrapii .site-branding,
	.combox-archive.faqs_embrapii .main-navigation,
	.combox-archive.programas_embrapii .site-branding,
	.combox-archive.programas_embrapii .main-navigation,
	.combox-single.redes-embrapii .site-branding,
	.combox-single.redes-embrapii .main-navigation{
		background-color: rgba(6, 43, 85, 1);
	}

	.site-header-branding.fixed {
		background: rgb(18,53,93);
		background: -moz-linear-gradient(top, rgba(18,53,93,1) 0%, rgba(6,43,85,1) 15%, rgba(6,43,85,1) 85%, rgba(18,53,93,1) 100%);
		background: -webkit-linear-gradient(top, rgba(18,53,93,1) 0%,rgba(6,43,85,1) 15%,rgba(6,43,85,1) 85%,rgba(18,53,93,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(18,53,93,1)),color-stop(15%, rgba(6,43,85,1)),color-stop(85%, rgba(6,43,85,1)),to(rgba(18,53,93,1)));
		background: linear-gradient(to bottom, rgba(18,53,93,1) 0%,rgba(6,43,85,1) 15%,rgba(6,43,85,1) 85%,rgba(18,53,93,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a467a', endColorstr='#0a467a',GradientType=0 );
	}

	body.comunicacao,
	body.combox-category,
	.comunicacao .site-header {
		background: #062b55;
		color: #fff;
	}

	.combox-frontpage .site-header,
	.combox-frontpage .site-branding,
	.combox-frontpage .main-navigation,
	.home-embrapii .site-header,
	.home-embrapii .site-branding,
	.home-embrapii .main-navigation,
	.combox-archive .site-header,
	.combox-archive .site-branding,
	.combox-archive .main-navigation,
	.combox-single .site-branding,
	.combox-single .main-navigation {
		background: transparent;
	}

	.site-branding img {
		-webkit-filter: drop-shadow( -1px -1px 1px #062b55 );
		filter: drop-shadow( -1px -1px 1px #062b55 );
	}

	#primary-menu,
	.site-footer {
		color: #81b9e0;
		background: #062b55;
		background: url(assets/images/linhas-institucionais-animation-footer.svg) no-repeat center bottom,-moz-linear-gradient(top, #0f1131 0%, #062b55 51%, #0a467a 100%);
		background: url(assets/images/linhas-institucionais-animation-footer.svg) no-repeat center bottom,-webkit-gradient(linear, left top, left bottom, from(#0f1131),color-stop(51%, #062b55),to(#0a467a));
		background: url(assets/images/linhas-institucionais-animation-footer.svg) no-repeat center bottom,-webkit-linear-gradient(top, #0f1131 0%,#062b55 51%,#0a467a 100%);
		background: url(assets/images/linhas-institucionais-animation-footer.svg) no-repeat center bottom,linear-gradient(to bottom, #0f1131 0%,#062b55 51%,#0a467a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1131', endColorstr='#0a467a',GradientType=0 );
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

		.site-footer .icon {
			fill: #81b9e0;
		}

	.menu-toggle {
		background: transparent;
		border: none;
	}

		.menu-toggle span {
			background: #fff;
		}

			.menu-toggle span.nome {
				background: transparent;
				color: #fff;
			}

	.minimal-menu .main-navigation.toggled #primary-menu li,
	.minimal-menu .main-navigation.toggled #primary-menu a {
		color: #fff;
	}

	.minimal-menu .main-navigation.toggled #primary-menu li {
		border-color: #81b9e0;
		break-inside: avoid-column;
	}

	.entry-footer {
		color: #aaa;
		border-color: #0a467a;
	}

	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation {
		border-color: rgb(18,53,93);
	}

	.comunicacao .site-header,
	.combox-archive.combox-category.comunicacao .site-header{
		background: #0a467a url(assets/images/background-embrapii-repeat_animated.svg) no-repeat center center;
	}


	.institucional .site-header,
	.combox-single.institucional .site-header,
	.combox-archive.faqs_embrapii .site-header,
	.combox-archive.programas_embrapii .site-header,
	.combox-single.redes-embrapii .site-header {
		background: rgb(22,174,175) url(assets/images/background-embrapii-repeat_animated-verde.svg) no-repeat center center;
		background: url(assets/images/background-embrapii-repeat_animated-verde.svg) no-repeat center center, -moz-linear-gradient(top, rgba(22,174,175,1) 0%, rgba(50,145,143,1) 100%);
		background: url(assets/images/background-embrapii-repeat_animated-verde.svg) no-repeat center center, -webkit-linear-gradient(top, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		background: url(assets/images/background-embrapii-repeat_animated-verde.svg) no-repeat center center, linear-gradient(to bottom, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aeaf', endColorstr='#32918f',GradientType=0 );
		background-size: cover;
	}

	.publica .site-header {
		background: #41bb9f url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center top;
		background: rgb(65,187,159);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center bottom, -moz-linear-gradient(top, rgba(65,187,159,1) 0%, rgba(48,137,119,1) 100%);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center bottom, -webkit-linear-gradient(top, rgba(65,187,159,1) 0%,rgba(48,137,119,1) 100%);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center bottom, linear-gradient(to bottom, rgba(65,187,159,1) 0%,rgba(48,137,119,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bb9f', endColorstr='#308977',GradientType=0 );
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.combox-archive .site-header,
	.combox-archive .site-content,
	.combox-category .site-header,
	.combox-category .site-content,
	.combox-single .site-header,
	.combox-single .site-content {
		background: rgba(6, 43, 85, 0.65);
	}

	.combox-single.faqs_embrapii .site-content,
	.combox-single.faqs_embrapii .site-main,
	.combox-single.programas_embrapii .site-content,
	.combox-single.programas_embrapii .site-main,
	.combox-archive.faqs_embrapii .site-content,
	.combox-archive.faqs_embrapii .site-main,
	.combox-archive.programas_embrapii .site-content,
	.combox-archive.programas_embrapii .site-main,
	.combox-single.redes-embrapii .site-content,
	.combox-single.redes-embrapii .site-main{
		background: #fff;
		color: #444;
	}

	.combox-single.faqs_embrapii .site-main p,
	.combox-single.faqs_embrapii .site-main ul,
	.combox-single.programas_embrapii .site-main p,
	.combox-single.programas_embrapii .site-main ul{
		color: #444;
	}

	.combox-archive .site-header-social,
	.combox-archive .site-search,
	.combox-single .site-header-social,
	.combox-single .site-search {
		background-color: rgba(6, 43, 85,0.7);
	}

	.page-breadcrumb,
	.page-breadcrumb span {
		color: #fff;
	}

		.page-breadcrumb ol li,
		.page-breadcrumb ol li a,
		.page-breadcrumb ol li::after {
			color: #fff;
		}

	.page-vinheta {
		border-color: transparent;
	}

		.page-vinheta span {
			color: #81b9e0;
		}

	.comunicacao .page-vinheta {
		background: url(assets/images/icon-comunicacao_animated.svg) no-repeat right top;
		background-size: 8rem;
		border-color: transparent;
	}

	.unidades .page-vinheta {
		background: url(assets/images/icon-unidades_animated-blue.svg) no-repeat right top;
		background-size: 7rem;
		border-color: transparent;
	}

	.areas_atuacao .page-vinheta {
		background: url(assets/images/icon-areas-atuacao-orbit-blue.svg) no-repeat right top;
		background-size: contain;
		border-color: transparent;
	}

	.competencias .page-vinheta {
		background: url(assets/images/icon-competencias-orbit.svg) no-repeat right top;
		background-size: contain;
		border-color: transparent;
	}

	.projetos_embrapii .page-vinheta {
		background: url(assets/images/icon-projetos_animated.svg) no-repeat right top;
		background-size: contain;
		border-color: transparent;
	}

	.projetos_embrapii .one-screen li {
		background: url(assets/images/icon-projetos-blue.svg) no-repeat left center;
		background-size: 36px;
		padding-left: 36px;
	}

	.page-vinheta h1,
	.page-vinheta p.first,
	.one-screen li a {
		color: #fff;
	}

.combox-archive .page-vinheta h1,
.comunicacao .combox-box h3,
.comunicacao .combox-box h4 {
	color: #81b9e0;
}

.combox-archive.faqs_embrapii .page-vinheta h1,
.combox-archive.programas_embrapii .page-vinheta h1{
	color: #fff;
}

	.combox-single .site-main{
		background: rgba(6, 43, 85, 0.75);
		border-radius: 3px;
	}

.combox-archive.combox-category .site-main,
.combox-archive.combox-category .site-aside ul,
.combox-single.comunicacao .site-main,
.combox-single.comunicacao .site-aside ul,
.combox-single.comunicacao .site-aside .combox-box {
	background: rgba(16,104,178, .2);
	border-radius: 3px;
	border-color: transparent;
}

.combox-archive .entry-content p,
.combox-single .entry-content p,
.combox-archive .entry-content ul,
.combox-single .entry-content ul,
.combox-single.comunicacao .site-aside .combox-box .combox-btn-simple{
	color: #fff;
}

.combox-archive.faqs_embrapii .entry-content p,
.combox-archive.programas_embrapii .entry-content p,
.combox-archive.faqs_embrapii .entry-content ul,
.combox-archive.programas_embrapii .entry-content ul{
	color: #444;
}

.combox-single.comunicacao .site-aside .combox-btn-download {
	background: url(assets/images/icon-download_animated.svg) no-repeat center center;
	background-size: cover;
}

	.combox-single .site-main ul {
		list-style-type: square;
		color: #fff;
		padding-left: 0;
	}

	iframe,
	div.iframe {
		border: 1px solid #0a467a;
		border-radius: 3px;
	}

	.site-aside ul li {
		border-color: #fff;
	}

		.site-aside ul li a {
			color: #fff;
		}

	.combox-box {
		border-color: #1068b2;
	}

	.combox-single.areas_atuacao .combox-box,
	.combox-single.competencias .combox-box,
	.combox-single.projetos_embrapii .combox-box,
	.combox-single.unidades .combox-box {
		background: rgba(6, 43, 85, 0.75);
		border: none;
		border-radius: 3px;
		color: #fff;
	}

		.combox-single.areas_atuacao .combox-box h4,
		.combox-single.competencias .combox-box h4,
		.combox-single.projetos_embrapii .combox-box h4,
		.combox-single.unidades .combox-box h4 {
			text-transform: uppercase;
			color: #81b9e0;
		}

	.combox-box h4.aside-areas-atuacao {
		background: url(assets/images/icon-areas-atuacao-orbit-simple.svg) no-repeat left top;
		background-size: 5.25rem;
	}

	.combox-box .box-apoio-marcas {
		background: #e8e8e8;
		border-radius: 3px;
		filter: brightness(120%);
	}

		.combox-box .box-apoio-marcas p {
			color: #444;
		}


	.site-aside > div,
	.site-aside > form,
	.site-aside > section,
	.site-aside > ul,
	.combox-box-anexo-item {
		border-color: #3D93CF;
	}

		.combox-content{
			margin-top: .75rem;
		}

		.combox-single.programas_embrapii .site-main .combox-box-anexo-item h3,
		.combox-page .site-main #cooperacao-projetos .combox-content h3,
		.combox-page .site-main .combox-box-anexo-item h3,
		.combox-single.redes-embrapii .site-main .combox-box-anexo-item h3,
		.combox-box-anexo-item a {
			color: #062b55;
		}

		.combox-single.programas_embrapii .site-main .combox-box-anexo-item p,
		.combox-single.redes-embrapii .site-main .combox-box-anexo-item p,
		.combox-box-anexo-item p,
		.combox-box-anexo-item h5,
		.combox-box-anexo-item small {
			color: #fff;
		}

		.combox-single.redes-embrapii .site-main .combox-box-anexo-item p{
			margin-bottom: 1rem;
		}

		.combox-box-anexo-item h5{
			margin: 0;
		}

		.combox-box-anexo-item a:hover {
			color: #fff;
		}

		.combox-single.programas_embrapii .site-main .combox-box-anexo-item p{
			margin-bottom: 1rem;
		}

.comunicacao .combox-box-anexo-item h2 a,
.comunicacao h2.entry-title a,
.combox-category h2.entry-title a{
	color: #81b9e0;
}

		.comunicacao .combox-box-anexo-item h3 a{
			color: rgba(48,137,119,1);
		}

.comunicacao.post .site-aside .combox-box-anexo-item a {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	height: auto;
	align-items: flex-start;
	color: #fff;
}

.comunicacao.post .site-aside .combox-box-anexo-item a img,
.comunicacao.post .site-aside .combox-box-anexo-item img {
	width: auto;
	max-height: 180px;
	display: block;
	margin: auto auto .5rem;
	align-self: center;
}

		.comunicacao.post .site-aside .combox-box-anexo-item span a{
			color: #fff;
		}


	.combox-btn-more {
		background: url(assets/images/icon-more-azul-escuro-animated.svg) no-repeat center center;
		background-size: cover;
	}

	.combox-btn-download {
		background: url(assets/images/icon-download_animated-azul.svg) no-repeat center center;
		background-size: cover;
	}

	.institucional .combox-box-anexo-item,
	.combox-archive.programas_embrapii .combox-box-anexo-item,
	.combox-single.redes-embrapii .combox-box-anexo-item,
	.institucional .collapsible,
	.site-aside > div,
	.site-aside > form,
	.site-aside > section,
	.site-aside > ul,
	.kt-tabs-layout-vtabs>.kt-tabs-title-list {
		background: rgb(22,174,175) url(assets/images/linhas-institucionais-animation-verde.svg) no-repeat center top;
		background: url(assets/images/linhas-institucionais-animation-verde.svg) no-repeat center top, -moz-linear-gradient(top, rgba(22,174,175,1) 0%, rgba(47,135,127,1) 100%);
		background: url(assets/images/linhas-institucionais-animation-verde.svg) no-repeat center top, -webkit-linear-gradient(top, rgba(22,174,175,1) 0%,rgba(47,135,127,1) 100%);
		background: url(assets/images/linhas-institucionais-animation-verde.svg) no-repeat center top, linear-gradient(to bottom, rgba(22,174,175,1) 0%,rgba(47,135,127,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aeaf', endColorstr='#2f877f',GradientType=0 );
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.wp-block-kadence-tab{
		border: 0 !important;
		padding-left: 2rem;
	}

	.kt-tabs-layout-vtabs>.kt-tabs-title-list{
		border-radius: 3px;
	}

	.kt-tabs-id_4662d4-40 > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title{
		border-radius: 0;
		border: 0;
		border-bottom: 1px solid #fff;
		font-weight: bold;
		color: #062B55 !important;
	}

	.wp-block-kadence-tabs .kt-tabs-id_4662d4-40 > .kt-tabs-title-list li {
		margin: 0px !important;
		border-radius: 0;
		padding: 0 .75rem !important
	}
	.wp-block-kadence-tabs .kt-tabs-id_4662d4-40 > .kt-tabs-title-list li:hover {
		margin: 0px -4px 0 0px;
		border-radius: 0 !important;
	}
	
	.wp-block-kadence-tabs .kt-tabs-id_4662d4-40 > .kt-tabs-title-list li .kt-tab-title, .kt-tabs-id_4662d4-40 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
		text-transform: uppercase  !important;
		line-height: 1.2;
    	letter-spacing: -0.015rem;
		text-align: left;
		font-size: 1rem !important;
		font-weight: 400;	
		transition: all 1.5s ease;
		color: #ffffff;
		background: transparent !important;
		border-width: 0  !important;
		border-radius: 0 !important;
		border-bottom: 1px solid #fff !important;
	}

	.wpcf7-form-control.wpcf7-text input{
		width: 100%;
	}

	.kt-tabs-id_4662d4-40 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title:last-child { border-bottom: 0 !important; }

	.publica .combox-box-anexo-item,
	.publica .site-aside > div,
	.publica .site-aside > form,
	.publica .site-aside > section,
	.publica .site-aside > ul {
		background: #41bb9f url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center top;
		background: rgb(65,187,159);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center bottom, -moz-linear-gradient(top, rgba(65,187,159,1) 0%, rgba(48,137,119,1) 100%);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center bottom, -webkit-linear-gradient(top, rgba(65,187,159,1) 0%,rgba(48,137,119,1) 100%);
		background: url(assets/images/linhas-institucionais-animation-azul.svg) no-repeat center bottom, linear-gradient(to bottom, rgba(65,187,159,1) 0%,rgba(48,137,119,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bb9f', endColorstr='#308977',GradientType=0 );
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.combox-archive.projetos_embrapii {
		background: #0a467a url('assets/images/embrapii-fundo-projetos-archive.jpg') no-repeat center center;
		background: url('assets/images/embrapii-fundo-projetos-archive.jpg') no-repeat center center, -moz-linear-gradient(top, rgba(22,174,175,1) 0%, rgba(50,145,143,1) 100%);
		background: url('assets/images/embrapii-fundo-projetos-archive.jpg') no-repeat center center, -webkit-linear-gradient(top, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		background: url('assets/images/embrapii-fundo-projetos-archive.jpg') no-repeat center center, linear-gradient(to bottom, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aeaf', endColorstr='#32918f',GradientType=0 );
		background-size: cover;
		background-attachment: fixed;
	}

	.combox-archive.unidades {
		background: #0a467a url('assets/images/embrapii-fundo-unidades-archive.jpg') no-repeat center center;
		background: url('assets/images/embrapii-fundo-unidades-archive.jpg') no-repeat center center, -moz-linear-gradient(top, rgba(22,174,175,1) 0%, rgba(50,145,143,1) 100%);
		background: url('assets/images/embrapii-fundo-unidades-archive.jpg') no-repeat center center, -webkit-linear-gradient(top, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		background: url('assets/images/embrapii-fundo-unidades-archive.jpg') no-repeat center center, linear-gradient(to bottom, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aeaf', endColorstr='#32918f',GradientType=0 );
		background-size: cover;
		background-attachment: fixed;
	}

	.combox-single.unidades {
		background: #0a467a url(assets/images/embrapii-fundo-unidades.jpg) no-repeat center center;
		background: url(assets/images/embrapii-fundo-unidades.jpg) no-repeat center center, -moz-linear-gradient(top, rgba(22,174,175,1) 0%, rgba(50,145,143,1) 100%);
		background: url(assets/images/embrapii-fundo-unidades.jpg) no-repeat center center, -webkit-linear-gradient(top, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		background: url(assets/images/embrapii-fundo-unidades.jpg) no-repeat center center, linear-gradient(to bottom, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aeaf', endColorstr='#32918f',GradientType=0 );
		background-size: cover;
		background-attachment: fixed;
	}

	.combox-single.projetos_embrapii {
		background: #0a467a url('assets/images/embrapii-fundo-projetos.jpg') no-repeat center center;
		background: url('assets/images/embrapii-fundo-projetos.jpg') no-repeat center center, -moz-linear-gradient(top, rgba(22,174,175,1) 0%, rgba(50,145,143,1) 100%);
		background: url('assets/images/embrapii-fundo-projetos.jpg') no-repeat center center, -webkit-linear-gradient(top, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		background: url('assets/images/embrapii-fundo-projetos.jpg') no-repeat center center, linear-gradient(to bottom, rgba(22,174,175,1) 0%,rgba(50,145,143,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aeaf', endColorstr='#32918f',GradientType=0 );
		background-size: cover;
		background-attachment: fixed;
	}

	.areas_atuacao .one-screen li {
		background: url(assets/images/icon-areas-atuacao-orbit-simple.svg) no-repeat center center;
	}

	.competencias .one-screen li {
		background: url(assets/images/icon-competencias-orbit-blue.svg) no-repeat center center;
		background-size: 70%;
	}

	@media (min-width: 45rem){
		.competencias .one-screen li {
			background-size: 65%;
		}

		.unidades .page-vinheta {
			background-size: 8rem;
		}
	}

	@media all and (-ms-high-contrast:none) {

		.combox-btn-more {
			background: url(assets/images/icon-more-azul-escuro-animated.svg) no-repeat center center;
			background-size: cover;
		}

		.combox-btn-download {
			background: url(assets/images/icon-download-blue.svg) no-repeat center center;
			background-size: cover;
		}


		/* IE10 */
		.areas_atuacao .page-vinheta {
			background: url(assets/images/icon-embrapii-areas-atuacao-static.svg) no-repeat right top;
			background-size: 120px 120px;
			height: 120px;
		}
		/* IE11 */
		_:-ms-fullscreen, :root .areas_atuacao .page-vinheta {
			background: url(assets/images/icon-embrapii-areas-atuacao-static.svg) no-repeat right top;
			background-size: 120px 120px;
			height: 120px;
		}

		.areas_atuacao .one-screen li {
			background: url(assets/images/icon-embrapii-area-atuacao-static.svg) no-repeat center center;
		}

		/* IE10 */
		.competencias .page-vinheta {
			background: url(assets/images/icon-embrapii-competencias-static.svg) no-repeat right top;
			background-size: 120px 120px;
			height: 120px;
		}
		/* IE11 */
		_:-ms-fullscreen, :root .competencias .page-vinheta {
			background: url(assets/images/icon-embrapii-competencias-static.svg) no-repeat right top;
			background-size: 120px 120px;
			height: 120px;
		}

		/* IE10 */
		.projetos_embrapii .page-vinheta {
			background: url(assets/images/icon-embrapii-projetos-static.svg) no-repeat right top;
			background-size: 60px 164px;
			height: 164px;
		}
		/* IE11 */
		_:-ms-fullscreen, :root .projetos_embrapii .page-vinheta {
			background: url(assets/images/icon-embrapii-projetos-static.svg) no-repeat right top;
			background-size: 60px 164px;
			height: 164px;
		}


		.projetos .one-screen li {
			background: url(assets/images/icon-embrapii-projetos-static.svg) no-repeat left center;
			background-size: 60px 120px;
		}

		/* IE10 */
		.unidades .page-vinheta {
			background: url(assets/images/icon-unidades.svg) no-repeat right top;
			background-size: 142px 164px;
			height: 164px;
		}
		/* IE11 */
		_:-ms-fullscreen, :root .unidades .page-vinheta {
			background: url(assets/images/icon-unidades.svg) no-repeat right top;
			background-size: 142px 164px;
			height: 164px;
		}
	}

.combox-archive .a2a_svg.a2a_s__default.a2a_s_facebook,
.combox-archive .a2a_svg.a2a_s__default.a2a_s_twitter,
.combox-archive .a2a_svg.a2a_s__default.a2a_s_google_plus,
.combox-archive .a2a_dd.addtoany_share_save.addtoany_share {
	background-color: rgba(50,145,143,1) !important;
}

.combox-single .a2a_svg.a2a_s__default.a2a_s_facebook,
.combox-single .a2a_svg.a2a_s__default.a2a_s_twitter,
.combox-single .a2a_svg.a2a_s__default.a2a_s_google_plus,
.combox-single .a2a_svg.a2a_s__default a2a_s_whatsapp,
.combox-single .a2a_dd.addtoany_share_save.addtoany_share > .a2a_svg a2a_s__default.a2a_s_a2a {
	background-color: #0a467a !important;
}

.combox-single.redes-embrapii .a2a_svg.a2a_s__default.a2a_s_facebook,
.combox-single.redes-embrapii .a2a_svg.a2a_s__default.a2a_s_twitter,
.combox-single.redes-embrapii .a2a_svg.a2a_s__default.a2a_s_google_plus,
.combox-single.redes-embrapii .a2a_svg.a2a_s__default .a2a_s_whatsapp,
.combox-single.redes-embrapii .a2a_dd.addtoany_share_save.addtoany_share > .a2a_svg a2a_s__default.a2a_s_a2a {
	background-color: rgb(22,174,175) !important
}

/*--------------------------------------------------------------
# Google Maps - styling
--------------------------------------------------------------*/
	#site-footer-map-unidades {
		grid-area: acf-map;
		z-index: 7 !important;
	}

	.acf-map {
		width: 100%;
		height: 400px;
		position: relative;
	}

		/* fixes potential theme css conflict */
		.acf-map img {
			max-width: inherit !important;
		}

		.acf-map .marker {
			width: 100%;
			height: 100%;
			display: table;
		}

	.acf-infowindow-wrapper {
		padding: 1rem 3rem !important;
	}

	.unidades .acf-infowindow-wrapper {
		padding: 0 !important;
	}

		.unidades .acf-infowindow-wrapper > * {
			padding: 1rem !important;
		}

	.acf-infowindow h5 {
		font-size: 1.1rem;
		text-transform: uppercase;
		width: 100%;
		background: #062b55;
		color: #fff;
	}

	.acf-infowindow p {
		font-size: 1rem;
		font-weight: 500;
	}

	a[href^="http://maps.google.com/maps"] {
		display: none !important;
	}

	a[href^="https://maps.google.com/maps"] {
		display: none !important;
	}

	.gm-style {
		font-family: 'Titillium Web', sans-serif !important;
		text-transform: uppercase !important;
		font-size: 0.75rem !important;
		font-weight: 400;
		text-decoration: none;
	}

		.gm-style div {
			font-family: 'Titillium Web', sans-serif !important;
			color: #41bb9f;
		}

	.gm-style-pbc {
		text-align: center;
	}

	.gm-style-pbt {
		font-size: 22px;
		color: white;
		font-family: 'Titillium Web', sans-serif !important;
	}

	.gmnoprint a, .gmnoprint span, .gm-style-cc {
		display: none;
	}

	.gm-style .gmnoscreen, .gmnoscreen {
		display: none;
	}

	.gmnoprint div {
		background: none !important;
	}


	/*botão de ampliação e visualização */
	button.gm-control-active.gm-fullscreen-control {
		background: transparent !important; /*none rgb(255, 255, 255);*/
		color: #1068b2 !important;
		box-shadow: none !important; /*rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;*/
		border: 1px solid #1068b2 !important;
		background: url('assets/images/icon-googlemap-ampliacao.svg') no-repeat center center !important;
	}

		/* são 3 imagens que formam o controle de ampliação */
		/* src = data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%20018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%20M16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A*/
		button.gm-control-active.gm-fullscreen-control img, button.gm-control-active.gm-fullscreen-control .gm-control-active img {
			display: none !important;
		}

	/* botões de mais e menos de ampliação */
	.gmnoprint div {
		color: #1068b2 !important;
		border: none !important;
	}

	#mapa-unidades .gmnoprint div {
		margin-left: -8px;
	}

	.gmnoprint div div {
		box-shadow: none !important;
		background-color: transparent !important;
	}

	.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint, .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div, .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
		border: none !important;
	}

		/* sinal de mais */
		.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div button:first-child {
			background: url('assets/images/icon-googlemap-plus-signal.svg') no-repeat center center !important;
			border: 1px solid #1068b2 !important;
		}

			.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div button:first-child img {
				display: none !important;
			}

		/* sinal de menos */
		.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div button:last-child {
			background: url('assets/images/icon-googlemap-minus-signal.svg') no-repeat center center !important;
			border: 1px solid #1068b2 !important;
		}

			.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div button:last-child img {
				display: none !important;
			}

	#mapa-unidades .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div button:first-child,
	#mapa-unidades .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div button:last-child {
		margin-left: -8px;
	}

	#mapa-unidades .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint,
	#mapa-unidades .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div,
	#mapa-unidades .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
		border: none !important;
	}

		#mapa-unidades .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div button:first-child {
			background: url('assets/images/icon-googlemap-unidades-plus-signal.svg') no-repeat center center !important;
			border: 1px solid #fff !important;
		}

		#mapa-unidades .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div.gmnoprint div button:last-child {
			background: url('assets/images/icon-googlemap-unidades-minus-signal.svg') no-repeat center center !important;
			border: 1px solid #fff !important;
		}

	/* bonequinho do street view */
	.gm-svpc {
		display: none !important;
	}


	.gmnoprint div.gm-style-mtc div[role="button"] {
		color: #1068b2 !important;
		font-family: 'Titillium Web', sans-serif !important;
		font-size: 18px;
		background-color: rgb(255, 255, 255);
		border-bottom-left-radius: 2px;
		border-top-left-radius: 2px;
		background-clip: padding-box;
		box-shadow: none !important;
		border: 1px solid #1068b2 !important;
	}

	.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
		font-size: 10px;
		box-sizing: border-box;
	}

	.gm-style .gm-style-mtc label, .gm-style .gm-style-mtc div {
		font-weight: 400;
	}

	/*style the box*/
	.gm-style .gm-style-iw {
		background-color: #4CBEA2;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: auto !important;
		min-height: 100% !important;
		max-height: 400px !important;
		overflow: hidden !important;
		padding: 0;
		display: block !important;
		border-radius: 5px;
		background: #4CBEA2;
		background-size: cover;
	}

	/*style the arrow*/
	/* style infowindow content */
	.gm-style div div div div div div div div {
		background-color: transparent !important;
		padding: 0;
		margin: 0;
		top: 0;
		color: #fff;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
	}

	.gm-ui-hover-effect {
		top: .25rem;
		right: .025rem;
		width: 2rem;
		height: 2rem;
		background-image: url("assets/images/icon-close.svg") !important;
	}

		.gm-ui-hover-effect > img {
			display: none !important;
		}


	.gm-style div div div div div div div div {
		display: block;
	}


	.gm-style-iw.gm-style-iw-c {
		max-width: 280px !important;
	}

	.gm-style .gm-style-iw-d {
		box-sizing: border-box;
		overflow: hidden !important;
	}

	.gm-style div div div div div div div div {
		background-color: #41bb9f !important;
		padding: 0;
		margin: 0;
		top: 0;
		color: #fff;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
	}

	p.premium-maps-info-title {
		width: 100%;
	}

	.premium-maps-info-desc p a {
		display: block;
		width: 100%;
	}

	.gm-ui-hover-effect {
		max-width: none !important;
		top: 2rem !important;
		right: 1rem !important;
		width: 2rem;
		height: 2rem;
		margin: -1rem 0 !important;
	}

	.unidades .gm-style .gm-style-iw-d {
		max-height: 400px !important;
		box-sizing: border-box;
		overflow: hidden !important;
	}

	.unidades .gm-ui-hover-effect {
		top: 58px !important;
	}

/*Contact Form 7 */
/* Button */
div.wpcf7 input[type=submit],
div.wpcf7 button[type=submit],
div.wpcf7 .wpforms-page-button {
	text-transform: uppercase;
	padding: 10px 60px;
	color: white;
	background: #41bb9f;
	font-weight: normal;
	font-size: 1.1rem;

}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

	.fancybox-opened .fancybox-skin {
		-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(assets/images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

	#fancybox-loading div {
		width: 44px;
		height: 44px;
		background: url(assets/images/fancybox_loading.gif) center center no-repeat;
	}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(assets/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

	.fancybox-lock body {
		overflow: hidden !important;
	}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 11000;
	background: url(assets/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

	.fancybox-title-float-wrap .child {
		display: inline-block;
		margin-right: -100%;
		padding: 2px 20px;
		background: transparent; /* Fallback for web browsers that doesn't support RGBa */
		background: rgba(0, 0, 0, 0.8);
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		text-shadow: 0 1px 2px #222;
		color: #FFF;
		font-weight: bold;
		line-height: 24px;
		white-space: nowrap;
	}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(assets/images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

		#fancybox-loading div {
			background-image: url(assets/images/fancybox_loading@2x.gif);
			background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
		}
}

.home #elementor,
.home .elementor-location-single {
	grid-area: elementor;
}


/* Elementor widgets */

body.home .elementor-5 .elementor-element.elementor-element-04effa9 .elementor-counter-number-wrapper {
	color: #41bb9f;
	font-size: 6rem;
	margin-top: -18px;
}

.elementor-image-gallery .gallery-item img {
	position: relative;
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
}

	.elementor-image-gallery .gallery-item img:hover {
		-webkit-filter: grayscale(0%);
		-webkit-transition: .5s ease-in-out;
		-moz-filter: grayscale(0%);
		-moz-transition: .5s ease-in-out;
		-o-filter: grayscale(0%);
		-o-transition: .5s ease-in-out;
	}

.lae-testimonial-user {
	display: flex !important;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

	.lae-testimonial-user .lae-text {
		text-align: center;
	}

.lae-testimonials-slider .lae-testimonial-text img {
	max-width: 140px !important;
	display: block;
	height: auto;
	margin: auto;
}

.lae-icon-quote:before {
	content: url(/wp-content/images/2018/09/aspas.svg);
}

.lae-testimonials-slider .lae-testimonial-text i {
	margin-bottom: 3px;
}

.premium-maps-info-desc {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
}

p.premium-maps-info-title {
	background: #0049a3;
	padding: 1rem !important;
	color: #fff;
}

.premium-maps-info-desc p a {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	width: 80%;
	margin: auto 10%;
	background: rgba(61, 147, 207, 0.90);
	padding: .5rem;
	border-radius: 2px;
}

div.premium-maps-info-desc {
	padding: 1rem !important;
}

#MyGoogleMapTag > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > img {
	right: 45px !important;
	top: 7px !important;
	background-image: url("../images/icon-close.svg") !important;
}

.elementor-counter-number {
	display: flex;
	justify-content: flex-end;
}

#participacao-number-1.elementor-counter-number:after {
	content: "%";
}

.number-table {
	text-align: right;
}

img.slick-slide-image:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .5s ease-in-out;
}

img.slick-slide-image {
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
}

.home #institucional ul li,
.home #institucional a {
	color: #fff;
}

.lae-testimonials-slider .lae-testimonial-user .lae-image-wrapper {
	display: table-cell;
	padding: 1.5rem;
	background: #fff;
	border-radius: 5px;
}

.lae-container .lae-flex-direction-nav a.lae-flex-next,
.lae-container .lae-flex-direction-nav a.lae-flex-prev,
.lae-container .lae-flex-control-nav li a, .lae-container .lae-flex-control-nav li a:hover {
	color: #fff;
}

	.lae-container .lae-flex-control-nav li a, .lae-container .lae-flex-control-nav li a:hover {
		border-color: #fff;
		background: #fff;
	}

.lae-services-style3 .lae-service .lae-image-wrapper img {
	border-radius: 5px;
}

.elementor-5 .elementor-element.elementor-element-4042937 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title {
	font-family: "Titillium Web", 'Titillium Web', sans-serif;
	text-transform: uppercase;
	text-align: left;
}

.elementor-5 .elementor-element.elementor-element-4042937 .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
	color: #81b9e0;
	font-family: "Titillium Web", 'Titillium Web', sans-serif;
	text-align: left;
}

.elementor-5 .elementor-element.elementor-element-b76c936 .lae-testimonials-slider .lae-testimonial-text {
	display: flex !important;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before {
	display: none !important;
}

.lae-testimonials-slider .lae-testimonial-text i {
	color: #ccc;
	content: "\201C";
	font-size: 36px !important;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	line-height: unset !important;
}

.elementor-5 .elementor-element.elementor-element-b76c936 .lae-testimonials-slider .lae-testimonial-text p:active {
	color: #ccc;
	content: "\201C";
	font-size: 5em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	line-height: unset !important;
}

.lae-container .lae-flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0px !important;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}

.elementor-5 .elementor-element.elementor-element-b76c936 .lae-testimonials-slider .lae-testimonial-text i {
	font-size: 36px !important;
	color: #ffffff;
	display: none !important;
}

.elementor-5 .elementor-element.elementor-element-b76c936 .lae-testimonials-slider .lae-testimonial-text::before,
.elementor-5 .elementor-element.elementor-element-b76c936 .lae-testimonials-slider .lae-testimonial-text::after {
	display: inline-flex;
	font-size: 4rem;
	letter-spacing: -10px;
}

.elementor-5 .elementor-element.elementor-element-b76c936 .lae-testimonials-slider .lae-testimonial-user .lae-text .lae-author-name {
	display: none !important;
}

.elementor-5 .elementor-element.elementor-element-b76c936 .lae-testimonials-slider .lae-testimonial-user .lae-image-wrapper img {
	border-radius: 3px 3px 3px 3px;
	max-width: 150px;
	margin: 0;
}

.lae-author-credentials {
	margin-top: 1rem;
}

.combox-frontpage .entry-summary p.combox-btn-more-reading {
	display: none !important;
}

/* .site-footer-marcas img{
	max-width: 300px;
} */

/* PROGRAMAS EMBRAPII */

.combox-single.programas_embrapii .combox-box{
	border-bottom: none;
	margin-bottom: 0;
}

.combox-single.programas_embrapii div[id*="programas-"]{
	margin-bottom: 2rem;
}

.combox-single.faq_embrapii h2,
.combox-single.programas_embrapii h2{
	color: #0f1131;
	font-weight: 600;
}

.programa-title,
.cooperacao-title,
.redes-embrapii h3{
	padding: 1.25rem 0 1rem;
	border-bottom: 2px dotted #21759b;
	font-weight: 600;
}

#programas-modalidades ul li{
	display: flex;
	flex-flow:column nowrap;
	justify-content: center;
	align-items: center;
}

#programas-modalidades ul li img{
	width: 35%;
    margin: 1rem;
}

.programas-projetos-container{
	display: flex;
	flex-flow:column;
}

.programa-infografico-container{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	border-radius: 5px;
	padding: 2rem 4rem;
}

.programa-infografico{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.box-info-title-wrapper{
	width:3rem;
  height:3rem;
  background: #41bb9f;
  background: -moz-linear-gradient(top,  #41bb9f 1%, #359976 100%);
  background: -webkit-linear-gradient(top,  #41bb9f 1%,#359976 100%);
  background: linear-gradient(to bottom,  #41bb9f 1%,#359976 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bb9f', endColorstr='#359976',GradientType=0 );
	 /* Rotação */  
   transform: rotate(-45deg);
   display: flex;
   justify-content: center;
   align-items: center;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.box-info-title{
	transform: rotate(45deg);
	color: #FFF;
	font-weight: bolder;
	font-size:1.4rem;
}

.box-info-content{
	padding: 1.25rem;
	background: #062b55;
	background: -moz-linear-gradient(top,  #062b55 30%, #205f8e 50%, #062b55 70%);
	background: -webkit-linear-gradient(top,  #062b55 30%,#205f8e 50%,#062b55 70%);
	background: linear-gradient(to bottom,  #062b55 30%,#205f8e 50%,#062b55 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062b55', endColorstr='#062b55',GradientType=0 );
			border-radius: 8px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.2;
}

.box-info-content a{
	color: #fff !important;
}

.box-info-content a:hover{
	color: #16AEAF !important;
}

.box-info-linea{
	width:2px;
	height: 34px;
	background: #0049a3;
}

.programa-infografico-container  .programa-infografico:last-child  .box-info-linea{
	display: none;
}

#programas-materiais h3.downloads{ display: none;}

#programas-materiais .combox-box-anexo-item{
	background: #cccccc no-repeat center center;
	background: -moz-linear-gradient(top, #CCC 0%, #999 100%);
	background: -webkit-linear-gradient(top, #CCC 0%, #999 100%);
	background: linear-gradient(to bottom,#CCC 0%, #999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#999',GradientType=0 );
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-color: #ccc;
}

#depoimentos-carousel{
	background: #16AEAF;
	height: 370px;
	border-radius: 3px;
}

#depoimentos-carousel .carousel-inner{
	padding-bottom: 0;
}

#depoimentos-carousel .item{
	width: 80%;
	margin: auto 10%;
	display: flex !important;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
}

.depoimento-imagem{
	height: 140px;
	padding: 0.5rem;
	background: #fff;
	border-radius: 5px;
	display: flex;
	margin-right: .75rem;
}

.depoimento-imagem img{
	width: auto;
	height: 120px;
}
#depoimentos-carousel .wrapper-rubrica{
	margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#depoimentos-carousel p.depoimentos-texto{
	font-weight: 600;
	padding-top: 1rem;
}
.depoimentos-autor,
.depoimentos-cargo{
	display: block;
	color: #fff;
}

.depoimentos-autor{
	font-weight: bolder;
}



#depoimentos-carousel.combox-slider .carousel-indicators{
	bottom: 0 !important;
}

#depoimentos-carousel.combox-slider .carousel-indicators li{
	margin: .5rem;
}


/* FAQS */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background: #42AD94 no-repeat center center;
	background: -moz-linear-gradient(top, #42AD94 0%, #299A99 100%);
	background: -webkit-linear-gradient(top, #42AD94 0%, #299A99 100%);
	background: linear-gradient(to bottom,#42AD94 0%, #299A99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42AD94', endColorstr='#299A99',GradientType=0 );
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-bottom: 10px;
	border: none;
	font-size: 1.2rem;
	font-weight: 600;
    word-break: break-word;
    display: flex;
    justify-content: space-between;
    align-items: center;  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .accordion.active, .accordion:hover,
  button:focus {
	background-color: #299A99;
	background: #299A99;
	border: none;
  }
  /* Style the accordion panel. Note: hidden by default */
  .panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
  }

  
@media (min-width: 768px){
	.programas-projetos-container{
		flex-flow: wrap;
	}

	.programas-projetos-container .embed-container.projetos{
		width: 49%;
	}

}


@media (min-width: 992px){
	.site-footer-marcas .wrapper{
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 1600px){
	#programas-modalidades ul li img{
		width: 25%;
		margin: 1rem;
	}
}

a[href="#page"]{
    padding:10px;
    position:fixed;
    top: 85%;
    right:2rem;
    display:none;
}

span.arrow{
	transform: rotate(-90deg);
	display: block;
	font-size: 2.5rem;
}

span.arrow-text{
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	display: block;
}

a[href="#page"]:hover{
    text-decoration:none;
}

.combox-box-anexo-item a > div,
.combox-box-anexo-item a > span.btn{
	margin:auto;
}

.combox-box-anexo-item a > span.btn{
	display: flex;
	align-items: center;
	background-color: rgb(18,53,93);
	margin-top: .5rem;
}

.combox-box-anexo-item a > span.btn svg{
	margin-right: .5rem;
}

#cooperacao-materiais h3.downloads{
	display: none;
}

.paises-instituicoes{
	display: flex;
	flex-wrap: wrap;
}

.pais-bandeira{
	width: 200px;
	padding: .25rem 1rem;
	margin: 0 .75rem .75rem 0;
	max-width: 200px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 0 13px;
}

.pais-bandeira img{
	width: 100%;
}

.paises-instituicao{
	padding: .25rem 1rem;
	margin: 0 .75rem .75rem 0;
	max-width: 200px;
	border: 1px solid #ccc;
	border-radius: 13px;
}

.paises-instituicoes h4,
.paises-instituicao h5{
	width: 100%;
}

.paises-instituicao h5{
	line-height: 1;
	font-size: 1.05rem;
}

.paises-instituicao h5 a{
	color: #999;
}


.qubley-tabs-contact > .qubely-block-tab.qubely-tab-style-pills{
	display: flex;
	}

	.qubley-tabs-contact  > .qubely-block-tab.qubely-tab-style-pills > .qubely-tab-nav.qubely-alignment-left{
		flex-flow: column !important;
		min-width: 25%;
	}

	.qubley-tabs-contact  > .qubely-block-tab.qubely-tab-style-pills > .qubely-tab-nav.qubely-alignment-left span{
		background: #16AEAF;
		margin-bottom: 0;
		padding: .25rem;
		text-align: left;
		text-transform: uppercase;
		color: #fff;
	}

	.qubley-tabs-contact  > .qubely-block-tab.qubely-tab-style-pills > .qubely-tab-nav.qubely-alignment-left span.qubely-tab-title {
		border-bottom: 1px solid #fff;
	}

	.qubley-tabs-contact  > .qubely-block-tab.qubely-tab-style-pills > .qubely-tab-nav.qubely-alignment-left span:last-child span.qubely-tab-title {
		border-bottom: none;
	}

	.qubley-tabs-contact  > .qubely-block-tab.qubely-tab-style-pills > .qubely-tab-body{
		min-width: 75%;
		padding-left: 2rem;
	}

	.accordion-contacts span.qubely-accordion-panel-handler-label{
		width: 100%;
		display: block;
		text-transform: uppercase;
		font-size: 1.15rem;
		color: #062b55;
		margin-bottom: 1.25rem;
	}

	.accordion-contacts span.qubely-accordion-panel-handler-label:last-child{
		border-bottom: 1px solid #062b55;
	}
	
@media (max-width: 767px){
	
.qubley-tabs-contact > .qubely-block-tab.qubely-tab-style-pills{
	display: flex;
	flex-flow: column;
	}

	.qubley-tabs-contact  > .qubely-block-tab.qubely-tab-style-pills > .qubely-tab-body{
		min-width: 75%;
		padding-top:1rem;
		padding-left: 0;
	}

	.accordion-contacts span.qubely-accordion-panel-handler-label{
		width: 100%;
		display: block;
		text-transform: uppercase;
		font-size: 1rem;
	}
}

ul#nav-programas-embrapii + div,
#ppi-d39291db09321a45bd51,
#rota-2030-7985f0c383b47e9cd874,
#projetos-cooperativos-bb2fd54fa80133ee97c2,
#startups-e-pequenas-empresas-166312955b1ae5643200{
	background: none;
	border: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 2rem;
	border-radius: 3px;
}

.home-embrapii .site-content,
.home-embrapii .site-main,
.home-embrapii article,
.home-embrapii .entry-content{
	margin: 0;
	padding: 0;
	width: 100%;
}

.cbx-flex{
	display: flex;
}

.cbx-border-dotted li{
	padding-bottom: .75rem !important;
	border-bottom: 2px dotted white;
}

.cbx-count-text{
	font-size: 3rem;
	padding-right: 1rem;
}

.cbx-count-text .wp-block-getwid-counter__number {
    font-size: 7rem;
    letter-spacing: -1px;
    font-weight: 600;
    color: #a8cfc7;
}

.cbx-count-text.minor .wp-block-getwid-counter__number {
    font-size: 5rem;
    line-height: 1;
}

.home-embrapii .wp-block-getwid-counter__wrapper,
.wp-block-getwid-counter__wrapper{
	display: flex !important;
	align-items: center !important;
	justify-content: center !important; 
}

.home-embrapii .wp-block-getwid-counter__prefix,
.home-embrapii .wp-block-getwid-counter__suffix,
.home-embrapii .wp-block-getwid-counter__suffix strong,
.home-embrapii p.cbx-count-text,
.edit-post-visual-editor .wp-block-getwid-counter .wp-block-getwid-counter__prefix, 
.edit-post-visual-editor .wp-block-getwid-counter .wp-block-getwid-counter__suffix{
	font-size: 3.25rem !important;
    line-height: 0.85 !important;
    font-weight: 300 !important;
	color: #fff !important;
	text-align: left !important;
	padding-left: 1rem;
}

.edit-post-visual-editor .wp-block-getwid-counter .cbx-count-text.no-prefix  .wp-block-getwid-counter__prefix,
.cbx-count-text.no-prefix .wp-block-getwid-counter__prefix,
.edit-post-visual-editor .wp-block-getwid-counter .cbx-count-text.no-suffix  .wp-block-getwid-counter__prefix,
.cbx-count-text.no-suffix .wp-block-getwid-counter__prefix{
	display: none;

}

.cbx-big.cbx-count-text .wp-block-getwid-counter__number {
    font-size: 9rem !important;
    color: #35BA9F !important;
    line-height: 1;
    padding-right: 1rem;
    font-weight: 700 !important;
}

.home-embrapii p.cbx-big.cbx-count-text{
	padding-left: 5rem;
}

.home-embrapii .cbx-big.cbx-count-text .wp-block-getwid-counter__prefix {
    font-size: 4rem !important;
    color: #35BA9F !important;
    line-height: 1;
    /* margin-top: 4rem; */
    font-weight: 500 !important;
}

.home-embrapii .cbx-big.cbx-count-text .wp-block-getwid-counter__suffix {
    font-size: 8rem !important;
    color: #35BA9F !important;
    line-height: 1;
    margin-top: -4rem;
    margin-right: 1rem;
	font-weight: 700 !important;
}

.cbx-border-bottom{
	border: 2px solid #35BA9F;
}

.cbx-font-bolder{
	font-weight: bold;
}

.cbx-font-italic{
	font-style: italic;
}

.cbx-no-padding{
	padding: 0 !important;
}

.cbx-no-padding .getwid-columns.getwid-columns-5 >*{
	padding: 5px !important;
}


.cbx-no-margin{
	margin: 0 !important;
}

#page.site{
	overflow-x: hidden;
}

.cbx-font-600{
	font-weight: 600 !important;
}

.cbx-text-left{
	text-align: left !important;
}

.cbx-text-center{
	text-align: center !important;
}

.cbx-text-right{
	text-align: right !important;
}

.cbx-100w,
.cbx-100w>div{
	width: 100%;
}

.cbx-gray-image img{
	-webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
}

.cbx-gray-image img:hover{
	-webkit-filter: none;
    -webkit-transition: .5s ease-in-out;
    -moz-filter: none;
    -moz-transition: .5s ease-in-out;
    -o-filter: none;
    -o-transition: .5s ease-in-out;
	-moz-transform: scale(1.3);
   -webkit-transform: scale(1.3);
   -o-transform: scale(1.3);
   transform: scale(1.3);
}

/* .site-footer-marcas img.small:nth-child(3) {
    max-width: 190px;
} */


.grecaptcha-badge{ display: none !important}

.wp-block-getwid-post-carousel .slick-track>* {
     height: 100% !important; 
}

.testemonial-image img{
	width: 200px;
	
}

.cbx-flex-justify-center,
.cbx-flex-justify-center a{
	justify-content: center !important;
}

.slick-parcerias{
	width: 96% !important;
	margin:auto !important;
}

.slick-parcerias .slick-list.draggable{
	width: 96% !important;
	margin: auto !important;
	padding: 0 1rem !important;
}

.slick-parcerias .slick-next {
    right: -8px;
}

.slick-parcerias .slick-prev {
    left: -8px;
}

@media(max-width: 767px){
	.combox-slider h1 {
    font-size: 2.2em;
}
	.combox-slider p {
    font-size: 1.5rem;
}
	.cbx-max-320w > div{
	width: 320px !important;
}
	.home-embrapii .wp-block-getwid-images-slider.has-slides-gap-none .slick-slide{
		width:300px;
	}
	
	.home-embrapii .slick-prev{
		left: -12px;
	}
	
		.home-embrapii .slick-next{
		right: -15px;
	}
	.home-embrapii .site-main h2,
	.home-embrapii .site-main h3,
	.home-embrapii .site-main h4,
	.home-embrapii .site-main h5,
	.home-embrapii .site-main p{
		/*max-width: 360px;	
		display: block;*/
	}
	.slick-list.draggable{
		max-width:360px;
	}
	.slick-slide img{
		max-width: 280px;
		margin: auto;
	}
	
	.home-embrapii .wp-block-getwid-counter__wrapper, .wp-block-getwid-counter__wrapper {

    flex-flow: column;
}
	.cbx-count-text {
    font-size: 3rem;
    padding-right: 1rem;
    padding: 0;
    text-align: center;
    margin: 0;
}
	.cbx-count-text .wp-block-getwid-counter__number{
		font-size: 5rem;
    line-height: 1;
	}
	
	.home-embrapii .cbx-big.cbx-count-text .wp-block-getwid-counter__prefix {
    font-size: 3rem !important;
    color: #35BA9F !important;
    line-height: 1;
    font-weight: 500 !important;
}
	.home-embrapii .cbx-big.cbx-count-text .wp-block-getwid-counter__prefix {
    font-size: 3rem !important;
    color: #35BA9F !important;
    line-height: 1;
    /* margin-top: 4rem; */
    font-weight: 500 !important;
}
	.cbx-big.cbx-count-text .wp-block-getwid-counter__number {
    font-size: 6rem !important;
    color: #35BA9F !important;
    line-height: 1;
    padding-right: 1rem;
    font-weight: 700 !important;
}
	.home-embrapii .cbx-big.cbx-count-text .wp-block-getwid-counter__suffix {
    font-size: 6rem !important;
    color: #35BA9F !important;
    line-height: 1;
    margin-top: 1rem;
    margin-right: 1rem;
    font-weight: 700 !important;
}
	.home-embrapii p.cbx-big.cbx-count-text {
    padding-left: 0;
}
	
	.home-embrapii .wp-block-getwid-counter__suffix{
		text-align: center !important;
		padding-left: 0;
		padding: 0 !important;
	}
	
	.cbx-border-mobile{
		border:none !important;
		border-bottom: 2px solid rgba(3, 114, 117, 1) !important;
		padding: 0 !important;
		padding-bottom: 34px !important;
	}
	
	.cbx-border-mobile > div{
		border: none !important;
		padding: 0 !important;
	}
	
	.kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_c0c509-f7 > .kt-inside-inner-col{
		padding: 0;
		padding-bottom: 34px;
	}
	
	.home-embrapii p.cbx-count-text.cbx-data-last{
	font-size: 2.25rem !important;
    width: 100%;
    padding: 0 !important;
    text-align: center !important;
    margin-top: -13px;
}
}

.cbx-flex-row,
.cbx-flex-row .wp-block-getwid-counter__wrapper{
	flex-flow: row nowrap !important;
}

.cbx-flex-row .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
    padding: 0;
    line-height: 1 !important;
    font-weight: 600 !important;
    font-size: 4rem !important;
}

.home-embrapii p.cbx-count-text{
	/*text-align: center !important;*/
	margin-bottom: 1rem !important;
	padding-left: 1rem !important;
}


.cbx-max-width,
.cbx-max-width img,
.cbx-max-width>*{
	max-width: 100% !important;
	margin: auto;
}

.cbx-flex-align-center{
	align-items: center;
}

.cbx-none{
	display:none;
}

.wp-block-getwid-template-post-featured-image.testemonial-image{
	background-color: #fff;
	height: 200px;
	width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-block-getwid-template-post-featured-image.testemonial-image .alignright img{
	margin: 0 !important;
	float: none !important;
}

.site-main.parcerias-institucionais ol{
	font-size: 1.15rem;
    line-height: 1.65;
}

.combox-single.redes-embrapii .site-content,
.combox-single.redes-embrapii .site-main{
	background: #fff;
	color: #222;
}

.redes-embrapii p,
.redes-embrapii .entry-content p,
.redes-embrapii .entry-content li,
.combox-single.redes-embrapii .site-main ul
{
	color: #000;
}

.redes-embrapii #programas-unidades .combox-box{
	border: none;
}

.redes-embrapii .collapsible:after {
	margin-top: -5px;
}

@media(min-width: 1200px){

	.redes-embrapii h1.page-title{
		margin-bottom: 5rem;
	}

}


.comunicacao .combox-box-anexo-item span.text{
	color: #fff;
}