/*
Theme Name: Tagus
Description: Tema Wordpress para o site do Tagus Park
Author: ACLSI
Author URI: https://www.aclsi.pt/

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: tagus
Requires at least: 5.4
Requires PHP: 5.6
Version: 1.5.6
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:70%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #F7F7F7;
	color: #021958;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

.entry-content p {
	margin: 0 70px 28px 70px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.entry-content h2 {
	font-weight: 900;
	font-size: 32px;
	margin: 0 70px 28px 70px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 700;
	margin: 0 70px 28px 70px;
}

.entry-content h4 {
	margin-top: 40px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.full-width-content .fancybox-container.fancybox-is-open {
    z-index: 9999999;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
	background-color: rgba(0,0,0,0.92);
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 700;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 40px 30px 0;
}

.home .site-inner {
	padding: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	position: relative;
	padding: 95px 0 0 0;
	background-color: #F7F7F7;
	margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.single-escritorio .after-entry {
	background-image: url(/wp-content/uploads/white45x45.png);
	background-size: 856px 120px;
	background-position-x: 50%;
	background-position-y: top;
	background-repeat: no-repeat;
}

.single-evento .after-entry {
	padding-top: 0;
}

.mau .after-entry {
	padding-bottom: 20px;
	overflow: hidden;
}

.breadcrumb {
	color: #fff;
	background-color: #29A858;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	padding: 20px 0 40px 0;
	max-width: 100vw;
}

.breadcrumb-content {
	max-width: 856px;
	margin: 0 auto;
}

.breadcrumb img {
	width: 30px;
	height: 30px;
	margin: 0 18px;
	vertical-align: middle;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.search-results .breadcrumb,
.single-post .breadcrumb,
.single-talento .breadcrumb {
	margin-left: auto;
	margin-right: auto;
	max-width: inherit;
	color: #29A858;
	background-color: #fff;
}

.search-results .breadcrumb img,
.single-post .breadcrumb img,
.single-talento .breadcrumb img {
	filter: brightness(0.5) sepia(1) saturate(10000%) hue-rotate(155deg) opacity(0.8);
}

.search-results .breadcrumb a,
.single-post .breadcrumb a,
.single-talento .breadcrumb a {
	color: #29A858;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.agenda-archive.genesis-title-hidden .breadcrumb {
	margin-top: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.searchbox {
    display:block;
    position:relative;
    width: 300px;
    height:40px;
    margin: auto;
}
.widget .searchbox .search-form {
	position: relative;
    overflow: inherit;
}

.widget .searchbox .search-form input {
	width: 100%;
    height:100%;
	border: 1px solid #29A858;
	padding: 7px 0;
	padding-right: 22px;
	font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.widget .searchbox .search-form button {
	position: absolute;
    font-weight: 600;
	height: 22px;
	right: 10px;
	top: 10px;
	border: none;
	width: 22px;
	padding: 0px;
	color: #29A858;
	background-color: transparent;
	cursor: pointer;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.9);
  opacity: 1; /* Firefox */
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 56px;
	font-weight: 900;
	padding: 65px 40px 10px 70px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.single-post .entry-title {
	font-size: 32px;
	padding: 0 40px 10px 70px;
}

.widget-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

.single-post .singular-image {
	margin: 0 auto 50px;
}

.wp-block-buttons.aligncenter {
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

.after-entry .widget {
	margin-bottom: 0;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 700;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
	background-color: #004680;
	padding: 0 30px;
	border-bottom: 25px solid rgba(0, 70, 128, 0.7);
	background-clip: padding-box;
}

.site-header .wrap {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding-bottom: 25px;
	padding-top: 25px;
	margin: 0 auto;
}

.wp-custom-logo .site-container .title-area {
    padding-top: 8px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 8px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Header Widget Area
--------------------------------------------- */

.header-widget-area {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 270px;
	height: 80px;
}

.header-widget-area .widget {
	margin-bottom: 0;
}

.header-widget-area .widget_text a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.header-widget-area .widget_text a:hover {
	color: #29a858;
}

.header-widget-area .simple-social-icons ul li {
	margin: 0 !important;
}

.header-widget-area #simple-social-icons-5 ul li a,
.header-widget-area #simple-social-icons-5 ul li a:hover {
	padding: 12px 0 0 8px;
}

.header-widget-area .widget.widget_icl_lang_sel_widget {
	float: right;
}

.header-widget-area .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
	padding: 12px 0 0;
}

.header-widget-area .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal a {
	padding: 5px 0 0 10px;
}

.wpml-ls-sidebars-header-right a {
font-size: 12px;
}


/* Site Navigation
---------------------------------------------------------------------------- */

#ufw_2 .bellows .bellows-nav a.bellows-target {
	color: rgba(255, 255, 255, .5) !important;
	font-size: 30px;
	font-weight: 900;
	padding: 10px;
}

#ufw_2 .bellows .bellows-nav .bellows-active a.bellows-target,
#ufw_2 .bellows .bellows-nav a.bellows-target:hover {
	color: rgba(255, 255, 255, 1) !important;
	background-image: url(/wp-content/uploads/green15x15.png);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}

#ufw_2 .bellows .bellows-nav .bellows-active .bellows-submenu a.bellows-target,
#ufw_2 .bellows .bellows-nav .bellows-submenu a.bellows-target:hover {
	background-image: none;
}

#ufw_2 .bellows .bellows-nav .bellows-submenu a.bellows-target:hover {
	color: #29A858 !important;
}

#ufw_2 .bellows .bellows-nav .bellows-target>.bellows-target-text {
	padding-left: 20px;
}

#ufw_2 .bellows .bellows-nav .bellows-submenu a {
	font-size: 24px;
	font-weight: 400;
	padding-left: 40px;
}

.full-width-content #ufw_2 .menu-rodape-secundario-container a,
.full-width-content #ufw_2 .menu-rodape-secundario-ingles-container a {
	color: rgba(255, 255, 255, .5) !important;
}

.full-width-content #ufw_2 .menu-rodape-secundario-container a:hover,
.full-width-content #ufw_2 .menu-rodape-secundario-ingles-container a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

#ufw_2 .widget_media_image {
	width: 50%;
	float: left;
}

#ufw_2 .taguspark-logo.widget_media_image img {
	float: right;
	margin-right: 30px;
}

#ufw_2 .oeirasvalley-logo.widget_media_image img {
	margin-left: 30px;
}

#ufw_2 .widget_text {
	margin-bottom: 0;
}

#ufw_2 .textwidget p {
	margin: 0;
	font-size: 16px;
}

#ufw_2 .textwidget a {
	text-decoration: none;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */

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

.content {
	background-color: #fff;
}

.home .content {
	background-color: transparent;
}

.search-results .content {
	overflow: hidden;
}

/* Entry Content
--------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 130px;
	padding-right: 70px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.single-post p.entry-meta {
	font-size: 12px;
	text-transform: lowercase;
	margin: 0 70px 32px 70px;
}

.entry-time {
	display: block;
	padding-bottom: 20px;
}

.agenda-archive  .entry-header{display:none;}

/* Pagination
--------------------------------------------- */

.pods-pagination-advanced,
.pagination {
	clear: both;
	margin: 40px 70px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.pods-pagination-number,
.archive-pagination li a {
	background-color: #F7F7F7;
	color: #29A858;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.blue-page .archive-pagination li a {
	background-color: transparent;
	color: #fff;
}

a.pods-pagination-number:focus,
a.pods-pagination-number:hover,
.pods-pagination-number.pods-pagination-current,
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #29A858;
	color: #fff;
}

.blue-page .pagination {
	margin: 40px 0;
}

.blue-page .pagination ul {
	padding-left: 0;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background: #000;
	clear: both;
	padding: 0;
	border-top: 90px solid #F7F7F7;
}

.home .footer-widgets,
.single-talento .footer-widgets,
.mensagem .footer-widgets,
.quem-somos .footer-widgets,
.como-chegar .footer-widgets,
.contactos .footer-widgets,
.media-kit .footer-widgets,
.noticias-archive .footer-widgets,
.agenda-archive .footer-widgets,
.single-evento .footer-widgets,
.incubadora-form .footer-widgets {
	border-top: none;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	background: #000 url(/wp-content/uploads/ligh-blue-tile.png) repeat-x;
	margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	padding: 0;
}

.media-kit-widget {
	max-width: 856px;
	margin: 0 auto;
}

.media-kit-widget h3.widget-title {
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	padding: 25px 0 17px 0;
	margin: 0;
}

.footer-widgets-2 input {
    background-color: #000;
    border: 1px solid #29A858;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 8px 0 6px 0;
	width: 300px;
	margin: 40px auto 0 auto;
    display: block;
}

.menu-rodape-principal-container li,
.menu-rodape-principal-ingles-container li {
	text-align: center;
}

.menu-rodape-principal-container a,
.menu-rodape-principal-ingles-container a {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.menu-rodape-principal-container a:hover,
.menu-rodape-principal-ingles-container a:hover,
.menu-rodape-secundario-container a:hover,
.menu-rodape-secundario-ingles-container a:hover {
	color: #29a858;
}

.menu-rodape-secundario-container ul,
.menu-rodape-secundario-ingles-container ul {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}

.menu-rodape-secundario-container li,
.menu-rodape-secundario-ingles-container li {
	display: inline-block;
	padding: 0 25px 10px 25px;
}

.menu-rodape-secundario-container a,
.menu-rodape-secundario-ingles-container a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	font-size: 16px;
	line-height: 1;
	padding: 60px;
	text-align: center;
	color: #fff;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover {
	color: #29A858;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-widgets-3 .widget.widget_media_image {
	width: 50%;
	float: left;
	margin-bottom: 0;
}

.tagus-logo-footer img {
	float: right;
	margin-right: 28px;
	margin-top: 10px;
}

.valley-logo-footer img {
	float: left;
	margin-left: 28px;
}

/* Search Results
--------------------------------------------- */

.search-results .archive-title {
    font-size: 32px;
    padding: 0 70px 10px 70px;
	color: #29A858;
	font-weight: 900;
}

.search-results article p {
	font-size: 16px;
}

.search-results .entry-title {
    font-size: 40px;
    font-weight: 900;
    padding: 30px 40px 0 70px;
}

.search-results .entry-title a {
    color: #004680;
}

.search-results article img.alignleft {
	max-width: 40%;
    margin: 0 20px 20px 70px;
}

.search-results .entry-meta {
	display: none;
}

/* PODS Styles
---------------------------------------------------------------------------- */

.single-espacocomercial .entry-content,
.single-escritorio .entry-content,
.single-terrenos .entry-content {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}

.single-obra .entry-header,
.single-ecossistema .entry-header,
.single-espacocomercial .entry-header,
.single-escritorio .entry-header,
.single-terrenos .entry-header {
	display: none;
}

.single-obra .after-entry .entry-header,
.single-ecossistema .after-entry .entry-header,
.single-escritorio .after-entry .entry-header,
.single-terrenos .after-entry .entry-header,
.single-espacocomercial .after-entry .entry-header {
	display: inherit;
}

h3.post-title {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	padding: 0 45px;
	margin: 0 0 20px;
}
h3.post-title a {
	color: #004680;
	text-decoration: none;
}

.post-title-before {
	font-size: 18px;
}

.post-talento-box h3.post-title {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
	color: #004680;
}

p.post-intro {
	padding: 0 45px;
	margin: 0 0 40px;
}

p.post-area {
	display: block;
	font-size: 30px;
	font-weight: 700;
	background-color: #DCF2EC;
	padding: 0 45px;
	margin: 0 0 20px;
}

.post-servicos {
	border-top: 1px solid #29A858;
	border-bottom: 1px solid #29A858;
	padding: 28px 0;
	margin: 60px 70px;
}

.post-servicos h4 {
	margin: 0;
	text-align: center;
	font-size: 30px;
}

.post-servicos p {
	margin: 0;
	text-align: center;
}

.post-mapa h4 {
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin-left: 26px;
}

.post-mapa h5 {
	font-size: 24px;
	color: #29A858;
	margin-left: 26px;
	text-transform: uppercase;
}

.post-person {
	width: 100%;
    height: 288px;
	position: relative;
	margin-top: 60px;
}

.home .post-person {
	max-width: 856px;
    margin: 0 auto;
	background-color: #F7F7F7;
}

.post-person-img {
	position: absolute;
	z-index: 10;
	float: left;
	width: 40%;
	padding: 0 20px;
}

.blue-page .post-person {
	background-color: #004680;
}

.blue-page.incubadora .post-person {
	background-color: #fff;
}

.post-person-img img {
	border: 12px solid #fff;
	float: right;
	min-width: 200px;
}

.post-person-light-blue {
	position: absolute;
	bottom: 120px;
	right: 0;
	z-index: 2;
	width: 74%;
    height: 92px;
	background-color: #DCF2EC;
	padding: 24px 70px 20px 14%;
	font-family: 'Roboto Condensed', sans-serif;
}

.blue-page .post-person-light-blue {
	color: #004680;
}

.home .post-person-light-blue {
	padding-top: 35px;
}

.post-person-dark-blue {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
	background-color: #004680;
	color: #fff;
	padding: 35px 0 0 40%;
	font-family: 'Roboto', sans-serif;
}

.post-person a {
	color: #fff;
	text-decoration: none;
}

.post-person p {
	margin: 0;
	font-size: 16px;
	line-height: 2.5;
}

.post-person p::before {
    content: "";
    background-color: #29A858;
    margin-right: 6px;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.post-person .post-person-light-blue h4 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.1;
}

.post-person-cargo {
	font-weight: 400;
}

.post-archive-list {
	position: relative;
	background: #004680;
	color: #fff;
	margin: 70px 0;
	width: 100%;
	min-height: 355px;
}

.post-archive-left,
.post-archive-right {
	position: relative;
	width: 50%;
	float: left;
	z-index: 1;
	min-height: 355px;
}

.post-archive-right {
	background-color: #fff;
}

.post-archive-list .post-area {
	display: flex;
	width: 100%;
	height: 90px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #004680;
	margin: 0;
	padding: 0;
}

.post-archive-left h3.post-title {
	padding: 10px 45px 0 45px;
}

.post-archive-left p.post-intro {
    padding: 0 100px 0 45px;
}

.post-arrow {
	position: absolute;
	right: 50%;
	bottom: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #29A858;
	width: 100px;
	height: 60px;
	z-index: 10;
}

.post-arrow img {
	width: 31px;
	height: 31px;
}

.post-arrow.left {
	left: 0;
	bottom: 0;
}

.post-arrow.right {
	right: 0;
	bottom: 0;
}

.incubadora .post-arrow.right,
.ecossistema .post-arrow.right,
.quem-somos .post-arrow.right {
	background: #004680;
	bottom: 28px;
}

.post-archive-list .post-category {
	position: absolute;
	top: -25px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #29A858;
	width: 100%;
	height: 50px;
	z-index: 10;
	background: #29A858;
	font-size: 40px;
	font-weight: 900;
}

.post-archive-empresas-list {
	display: flex;
	flex-direction: row;
	border-top: 1px solid #29A858;
	border-bottom: 1px solid #29A858;
	margin: 35px 70px;
	overflow: hidden;
}

.single-ecossistema .post-archive-empresas-list,
.restauracao .post-archive-empresas-list,
.comercio .post-archive-empresas-list,
.saude .post-archive-empresas-list,
.ensino .post-archive-empresas-list {
	padding: 30px 0;
}

.logo-empresas,
.info-empresas {
	width: 50%;
}

.info-empresas {
	padding: 30px 0 0 0;
}

.single-ecossistema .info-empresas,
.restauracao .info-empresas,
.comercio .info-empresas,
.saude .info-empresas,
.ensino .info-empresas {
	padding: 0;
}

.logo-empresas {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-empresas img {
	max-width: 260px;
}

.info-empresas p {
	font-size: 16px;
	margin: 0 0 24px 0;
}

.info-empresas h3.post-title {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0;
	line-height: .9;
	margin: 0 0 24px 0;
}

.info-empresas .empresas-categoria {
	font-size: 16px;
}

.post-archive-empresas-list .post-category a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	background-color: #004680;
	transition: background-color 0.2s ease-in-out;
}

.post-archive-empresas-list .post-category a:hover {
	background-color: #29a858;
	color: #fff;
}

.post-talento-box {
	position: relative;
	overflow: hidden;
	background-color: #F7F7F7;
	min-height: 500px;
	max-width: 100%;
}

.mau .post-talento-box,
.single-obra .post-talento-box {
	max-width: 856px;
    margin: 0 auto 50px auto;
}

.post-talento-box .foto-talento {
	position: absolute;
	z-index: 10;
	float: inherit;
}

.single-ecossistema .ecossistema .post-talento-box .info-talento,
.post-talento-box .info-talento {
	background: #DCF2EC url(/wp-content/uploads/white45x45.png) top right no-repeat;
    border-top: 42px solid #fff;
    margin-left: 200px;
    padding: 45px 45px 45px 140px;
    height: auto;
    max-width: 100%;
}

.mau .post-talento-box .info-talento,
.single-obra .post-talento-box .info-talento,
.ecossistema .post-talento-box .info-talento {
	background: #DCF2EC url(/wp-content/uploads/gray45x45.png) top right no-repeat;
    border-top: 42px solid #F7F7F7;
}

.post-talento-box a {
	color: #004680;
	text-decoration: none;
}

.post-talento-box h4,
.post-talento-box h5 {
	font-size: 32px;
	font-weight: 900;
	color: #004680;
	text-align: center;
	margin: 0;
}

.post-talento-box h5 {
	font-size: 20px;
	margin: 0;
}

.post-archive-mau-list {
	display: block;
	border-top: 1px solid #29A858;
	border-bottom: 1px solid #29A858;
	margin: 35px 70px;
	overflow: hidden;
}

.post-archive-mau-list img {
	margin: 30px 0 20px;
}

.post-archive-mau-list h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.post-archive-mau-list h3 .artista {
	font-size: 24px;
}

.post-archive-mau-list p {
	font-size: 16px;
	margin: 0 0 30px 0;
}

.media-ecossistema {
	width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.media-ecossistema img {
	max-width: 90%;
}

.media-ecossistema .heateor_sss_sharing_container {
    margin: 20px 0 0;
    width: 100%;
}

/* Eventos Agenda */

.single-evento .entry-title {
	font-size: 32px;
}

.single-evento .entry-meta {
	display: none;
}

.single-evento .agenda-detalhe-list .wp-block-button {
	position: relative;
	margin-bottom: 0;
	bottom: -30px;
}

.evento-single p {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #54A560;
	margin: 0 70px 0 70px;
    padding: 12px 0;
}

.evento-single p:nth-of-type(3) {
	border-bottom: none;
}

.evento-single p span {
	display: inline-block;
	width: 80px;
}

.evento-foto {
	margin: 20px 0 40px 0;
}

.agenda-archive .site-inner {
	max-width: 100%;
	background-color: #DCF2EC;
	margin-top: 40px;
}

.agenda-archive .content {
	background-color: #DCF2EC;
}

.agenda-archive .entry-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.evento-lista {
	width: 45%;
	border-bottom: 1px solid #004680;
	margin: 0px 2.5%;
	padding: 40px 0;
}

.evento-lista a {
	color: #004680;
	text-decoration: none;
	text-transform: uppercase;
}

.evento-lista a .evento-dia,
.evento-lista a .evento-mes {
	transition: color 0.2s ease-in-out;
}

.evento-lista a:hover .evento-dia {
	color: #29A858;
}

.evento-lista a:hover .evento-mes {
	color: #004680;
}

.evento-data {
	display: flex;
	justify-content: center;
	align-items: center;
}

.evento-dia {
	display: inline-block;
	font-size: 100px;
	font-weight: 900;
	line-height: 1;
}

.evento-mes {
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	color: #29A858;
	font-size: 20px;
	font-weight: 700;
	padding-left: 12px;
}

h4.evento-titulo {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin: 10px 18% 0 18%;
}

.evento-tipo {
	font-size: 16px;
}

.agenda-archive .pods-pagination-advanced {
	align-self: flex-end;
	width: 100%;
}

.single-talento .post-tags {
	font-size: 12px;
	text-transform: lowercase;
	margin: 0 70px 32px 70px;
}

.single-talento h3.post-title {
	padding: 0 70px;
}

.single-talento .post-foto {
	margin-bottom: 40px;
}

.post-archive-talento-list {
	position: relative;
	width: 100%;
	min-height: 370px;
	z-index: 1;
	margin: 90px 0;
}

.foto-talento,
.info-talento {
	float: left;
	height: 340px;
	overflow: hidden;
	background-color: #DCF2EC;
}

.foto-talento {
	max-width: 340px;
}

.home .foto-talento {
	max-width: none;
}

.info-talento {
	max-width: 516px;
}

.post-archive-talento-list .post-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 33.33333333%;
	width: 300px;
	height: 60px;
	background-color: #29A858;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 900;
	z-index: 10;
	text-align: center;
	padding-top: 15px;
}
.post-archive-talento-list .post-link:hover {
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

.talento .entry-content .info-talento h3.post-title,
.single-talento .after-entry .info-talento h3.post-title {
	margin: 60px 33px 20px 33px;
	font-weight: 300;
	font-size: 26px;
	line-height: 1.2;
	padding: 0;
}

.talento .entry-content .info-talento h4,
.single-talento .after-entry .info-talento h4 {
	font-size: 30px;
	margin: 0 33px;
	line-height: 1.1;
	font-weight: 900;
}

.talento .entry-content .info-talento h5,
.single-talento .after-entry .info-talento h5 {
	font-size: 20px;
	margin: 0 33px;
	line-height: 1.1;
	font-weight: 900;
}

.ecossistema .media-banner {
	height: 670px;
}

.ecossistema-banner {
	background-image: url(/wp-content/uploads/TagusPark_120@2x-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: padding-box;
	height: 600px;
	padding-bottom: 30px;
}

.ecossistema-banner .textwidget {
	background-image: url(/wp-content/uploads/composicao-ecossistema.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center -10px;
    height: 640px;
    padding-top: 160px;
}

/*.ecossistema-banner::after {
	content: "";
	display: block;
	width: 22px;
	height: 14px;
	background-image: url(/wp-content/uploads/arrow.png);
	background-size: cover;
	margin: 50px auto 0 auto;
}*/

.ecossistema-banner h3,
.ecossistema-banner h4 {
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.ecossistema-banner h3 {
	font-size: 52px;
}

.ecossistema-banner h4 {
	font-size: 32px;
}

.condensed {
	font-family: "Roboto Condensed", sans-serif;
}

.black {
	font-weight: 900;
}

.ecossistema .condensed p {
	margin: 0;
}

.ecossistema-destaque.wp-block-cover {
	padding: 0;
}

.ecossistema-destaque .wp-block-genesis-blocks-gb-columns {
	background-color: rgba(220, 242, 236, .88);
}

.ecossistema-destaque .gb-2-col-wideleft>.gb-layout-column-wrap {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
}

.ecossistema-destaque .gb-block-layout-column-gap-2 {
    grid-gap: 0;
}

.entry-content .ecossistema-destaque h4 {
    font-weight: 400;
    margin: 0;
	font-size: 30px;
	padding-left: 70px;
	line-height: 1;
}

.entry-content .ecossistema-destaque h4 a {
    color: #004680;
	text-decoration: none;
}

.entry-content .ecossistema-destaque h4 a:hover {
    color: #29A858;
}

.ecossistema-destaque .wp-block-buttons.alignright {
	margin-left: 0;
}

.ecossistema-destaque .wp-block-buttons .wp-block-button {
	margin-bottom: 0;
}

.ecossistema-destaque.wp-block-cover .wp-block-button {
    bottom: 0;
}

.full-width-content .site-container .ecossistema-destaque .wp-block-button .wp-block-button__link {
	min-width: 194px;
}

/* Menus Especificos
---------------------------------------------------------------------------- */

.entry-content .menu-espacos-solucoes-container ul,
.entry-content .menu-centro-congressos-container ul,
.entry-content .menu-ecossistema-container ul,
.entry-content .menu-espacos-solucoes-ingles-ontainer ul,
.entry-content .menu-centro-congressos-ingles-container ul,
.entry-content .menu-ecossistema-ingles-container ul {
	padding-left: 70px;
}

.entry-content .menu-espacos-solucoes-container li,
.entry-content .menu-centro-congressos-container li,
.entry-content .menu-ecossistema-container li,
.entry-content .menu-espacos-solucoes-ingles-container li,
.entry-content .menu-centro-congressos-ingles-container li,
.entry-content .menu-ecossistema-ingles-container li {
	list-style-type: none;
	display: inline-block;
	margin-top: 65px;
}

.menu-espacos-solucoes-container a,
.menu-centro-congressos-container a,
.menu-ecossistema-container a,
.menu-espacos-solucoes-ingles-container a,
.menu-centro-congressos-ingles-container a,
.menu-ecossistema-ingles-container a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding: 10px;
	margin-right: 30px;
	transition: text-shadow .3s;
}

.menu-espacos-solucoes-container a:hover,
.menu-centro-congressos-container a:hover,
.menu-ecossistema-container a:hover,
.menu-espacos-solucoes-ingles-container a:hover,
.menu-centro-congressos-ingles-container a:hover,
.menu-ecossistema-ingles-container a:hover {
	background-color:#29A858;
	color: #fff;
	text-shadow: 0 0 .9px #fff, 0 0 .9px #fff;
}

.escritorios .menu-espacos-solucoes-container li:nth-of-type(1) a,
.terrenos .menu-espacos-solucoes-container li:nth-of-type(2) a,
.espacos-comerciais .menu-espacos-solucoes-container li:nth-of-type(3) a,
.single-escritorio .menu-espacos-solucoes-container li:nth-of-type(1) a,
.single-terrenos .menu-espacos-solucoes-container li:nth-of-type(2) a,
.single-espacocomercial .menu-espacos-solucoes-container li:nth-of-type(3) a,
.auditorios .menu-centro-congressos-container li:nth-of-type(1) a,
.foyer .menu-centro-congressos-container li:nth-of-type(2) a,
.salas .menu-centro-congressos-container li:nth-of-type(3) a,
.restauracao .menu-ecossistema-container li:nth-of-type(1) a,
.comercio .menu-ecossistema-container li:nth-of-type(2) a,
.saude .menu-ecossistema-container li:nth-of-type(3) a,
.ensino .menu-ecossistema-container li:nth-of-type(4) a,
.escritorios .menu-espacos-solucoes-ingles-container li:nth-of-type(1) a,
.terrenos .menu-espacos-solucoes-ingles-container li:nth-of-type(2) a,
.espacos-comerciais .menu-espacos-solucoes-ingles-container li:nth-of-type(3) a,
.single-escritorio .menu-espacos-solucoes-ingles-container li:nth-of-type(1) a,
.single-terrenos .menu-espacos-solucoes-ingles-container li:nth-of-type(2) a,
.single-espacocomercial .menu-espacos-solucoes-ingles-container li:nth-of-type(3) a,
.auditorios .menu-centro-congressos-ingles-container li:nth-of-type(1) a,
.foyer .menu-centro-congressos-ingles-container li:nth-of-type(2) a,
.salas .menu-centro-congressos-ingles-container li:nth-of-type(3) a,
.restauracao .menu-ecossistema-ingles-container li:nth-of-type(1) a,
.comercio .menu-ecossistema-ingles-container li:nth-of-type(2) a,
.saude .menu-ecossistema-ingles-container li:nth-of-type(3) a,
.ensino .menu-ecossistema-ingles-container li:nth-of-type(4) a {
	text-shadow: 0 0 .9px #fff, 0 0 .9px #fff;
	background-color:#29A858;
	color: #fff;
}

.full-width-content .site-container .congressos-nav .wp-block-buttons .wp-block-button {
	width: 100%;
}

.full-width-content .site-container .congressos-nav .wp-block-button .wp-block-button__link {
    font-size: 20px;
	min-width: 100%;
	text-transform: uppercase;
}

.full-width-content .site-container .congressos-nav .wp-block-button.is-selected .wp-block-button__link {
	border-bottom: 12px solid #004680;
}

/* Especificos
---------------------------------------------------------------------------- */

.full-width-content #cookie-notice {
	font-size: 18px;
	line-height: 1.5;
}

.full-width-content .cn-position-bottom {
    bottom: 2%;
}

.full-width-content #cookie-notice a:hover {
	color: #fff;
}

.full-width-content #cookie-notice .cn-buttons-container {
	display: block;
	clear: both;
	margin: 20px auto;
}

.full-width-content #cookie-notice .cn-button.cookie-button {
	display: inline-block;
	margin: 0 auto;
    font-family: "Roboto",sans-serif;
    font-weight: 900;
    font-size: 18px;
    min-width: 300px;
	background-color: #29a858;
	padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
	color: #fff;
	border-radius: 0;
}

.cn-close-icon {
	display: none;
}

.contactos .entry-content p {
	font-size: 16px;
	margin-bottom: 24px;
}

.top-green-banner {
	color: #fff;
	background-color: #29A858;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	line-height: 1;
	padding-bottom: 40px;
}

.top-green-banner .widget {
	max-width: 856px;
	margin: 0 auto;
}

.top-green-banner p {
	padding: 0 36px 0 70px;
	font-size: 16px;
}

.top-green-banner strong {
	font-size: 48px;
	font-weight: 900;
}

.saude .breadcrumb,
.saude .top-green-banner,
.restauracao .breadcrumb,
.restauracao .top-green-banner,
.valley .breadcrumb,
.valley .top-green-banner,
.mau .breadcrumb,
.mau .top-green-banner,
.single-obra .breadcrumb,
.single-obra .top-green-banner,
.ensino .breadcrumb,
.ensino .top-green-banner,
.comercio .breadcrumb,
.comercio .top-green-banner,
.single-ecossistema .breadcrumb,
.single-ecossistema .top-green-banner,
.ecossistema .breadcrumb,
.ecossistema .top-green-banner {
	background-image: url(/wp-content/uploads/Abstract-Nodes-31-2x.png);
	background-position-x: right;
	background-position-y: top;
	background-repeat: no-repeat;
	background-size: 769px 220px;
}

.saude .top-green-banner,
.restauracao .top-green-banner,
.valley .top-green-banner,
.mau .top-green-banner,
.single-obra .top-green-banner,
.ensino .top-green-banner,
.comercio .top-green-banner,
.single-ecossistema .top-green-banner,
.ecossistema .top-green-banner {
	background-position-y: -93px;
    background-size: 769px 229px;
}

.mapa-mau {
	overflow: hidden;
}

.media-kit .top-green-banner {
	border-bottom: 40px solid #fff;
}

.noticias-archive .entry-header {
	color: #fff;
	background-color: #29A858;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	line-height: 1;
	padding-bottom: 30px;
	border-bottom: 40px solid #fff;
}

.noticias-archive .entry-header h1.entry-title {
	display: block;
	max-width: 856px;
	margin: 0 auto;
	font-size: 32px;
	font-weight: 900;
	padding: 0 36px 0 70px;
}

.heateor_sss_sharing_container {
	margin: 70px;
}

.mau .heateor_sss_sharing_container {
	margin: 20px 0;
}

.centro-congressos .heateor_sss_sharing_container {
    margin: 0 70px 40px;
}

.single-obra .heateor_sss_sharing_container {
	margin: 0 0 70px 70px;
}

.heateor_sss_sharing_title {
	font-weight: 400 !important;
    display: inline-block;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #29A858;
	text-transform: uppercase;
    line-height: 2;
    margin-right: 20px;
}

.full-width-content .site-container .wp-block-button .wp-block-button__link {
	font-family: "Roboto",sans-serif;
	font-weight: 900;
	font-size: 18px;
	min-width: 300px;
}

.wp-block-buttons.back-button {
	margin-left: 70px;
}

.full-width-content .site-container .back-button .wp-block-button .wp-block-button__link {
	font-size: 24px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	padding: 10px 30px;
	min-width: auto;
}

.map-button .wp-block-button__link {
	position: relative;
    bottom: -37px;
    z-index: 10;
}

.back-button img {
	width: 31px;
	height: 31px;
	vertical-align: middle;
}

.parque-civico.widget-wrap {
	max-width: 856px;
	margin: 0 auto 90px auto;
	height: 192px;
	background-image: url(/wp-content/uploads/Abstract-Nodes-31@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 163px;
	background-position: center top;
}

.single-talento .parque-civico.widget-wrap,
.centro-congressos .parque-civico.widget-wrap,
.auditorios .parque-civico.widget-wrap,
.foyer .parque-civico.widget-wrap,
.salas .parque-civico.widget-wrap {
	margin-bottom: 0;
}

.after-entry .parque-civico h4,
.junte-se-banner h4 {
	font-size: 40px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	padding-top: 50px;
	margin-top: 0;
}

.parque-civico .aligncenter {
	margin: 0 auto;
	padding-top: 15px;
}

.parque-civico .wp-block-buttons .wp-block-button {
	margin-bottom: 0;
}

.junte-se-banner {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	margin-bottom: 90px;
	max-width: 100vw;
	background: transparent url(/wp-content/uploads/blue-tile.png) repeat-x;
}

.home .junte-se-banner {
	margin-bottom: 0;
}

.junte-se-banner h4 {
	margin-bottom: 35px;
}

.empresas .is-position-center-center {
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 48px;
	padding: 0;
}

.empresas .is-position-center-center p {
	margin: 0;
}

.media-banner {
	margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
	overflow: hidden;
	height: 300px;
}

.media-banner img {
	height: 300px !important;
	object-fit: cover;
}

.quem-somos .media-banner,
.quem-somos .media-banner img {
	height: 627px !important;
}

.download-box {
	border-top: 1px solid #A6D9DC;
	margin: 0 70px;
}

.download-box:last-child {
	border-bottom: 1px solid #A6D9DC;
}

.download-box h4 {
	font-size: 16px;
	font-family: "Roboto Condensed", sans-serif;
	margin: 30px 60px 20px 0;
}

.download-box h4 strong {
	font-size: 30px;
}

.download-box h4 a {
	text-decoration: none;
	color: #fff;
}

.download-box h4 a:hover {
	color: #29A858;
}

.entry-content .download-box p {
	font-size: 16px;
	margin: 0 0 30px;
}

.centro-congressos-download a {
	display: block;
	width: 100%;
	height: 163px;
	text-decoration: none;
	color: #fff;
	padding-top: 40px;
}

.entry-content .centro-congressos-download h2 {
	margin: 0;
}

.auditorios h4,
.foyer h4,
.salas h4 {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.auditorios .after-entry .parque-civico h4,
.foyer .after-entry .parque-civico h4,
.salas .after-entry .parque-civico h4 {
	text-transform: none;
	font-family: "Roboto", sans-serif;
}

.auditorios p,
.foyer p,
.salas p {
	font-size: 16px;
}

h2.titulos-internos {
	font-size: 54px;
}

h3.titulos-internos {
	font-size: 32px;
	font-weight: 900;
}

.wp-block-separator.is-style-wide {
    margin-left: 70px;
    margin-right: 70px;
}

.candidata-bot-top {
	position: relative;
	height: 50px;
}

.candidata-bot-top .wp-block-button {
	position: absolute;
    top: -30px;
    left: calc(50% - 150px);
}

.incubadora .wp-block-cover .wp-block-image,
.incubadora .wp-block-cover .aligncenter {
	margin-bottom: 0;
}

.incubadora-txt {
	font-weight: 900;
}

.incubadora-dados {
	margin-bottom: 50px;
}

.incubadora-dados p,
p.incubadora-txt {
	margin: 10px 0;
	padding: 0;
}

.incubadora-dados p {
	line-height: 1.3;
}

h3.incubadora-txt {
	font-weight: 900;
	margin: 60px 0;
	padding: 0;
}


h4.incubadora-txt {
	font-weight: 900;
	margin: 10px 0 0 0;
	padding: 0;
}

h4.incubadora-txt.has-background {
	padding: 6px;
}

.incubadora-dados strong {
	color: #29A858;
	font-weight: 900;
}

h2.incubadora-txt-regular,
p.incubadora-txt-regular {
	margin: 0 0 28px 0;
}

.incubadora .wp-block-separator.is-style-wide {
    margin-left: 0;
    margin-right: 0;
}

h2.link-mapa-taguspark {
	margin: 0;
}

h2.link-mapa-taguspark a {
	color: #fff;
	text-decoration: none;
}

h2.link-mapa-taguspark a:hover {
	color: #29A858;
}

.talentos-widget {
	max-width: 856px;
    margin: 0 auto;
}

.acionistas.wp-block-columns {
	margin-bottom: 0;
}

.acionistas .wp-block-image img {
	max-width: 192px;
}

.acionistas figcaption {
	font-size: 22px;
	color: #DCF2EC;
	line-height: 1.1;
}

.documentacao p {
	margin: 0 0 30px 0;
	font-weight: 900;
	font-size: 24px;
	color: #DCF2EC;
}

.mensagem .after-entry {
    padding: 0;
}

.mau .junte-se-banner.widget {
	margin-bottom: 75px;
}

.wp-block-buttons p {
	display: none;
}

.mobile,
.wp-block-buttons.mobile {
	display: none;
}

.desktop {
	width: 100%;
}

/* Search & Filter Empresas */

.entry-content .searchandfilter ul li {
    margin: 25px 0;
	height: 40px;
	padding: 0;
}

.entry-content .searchandfilter h4 {
	display: inline-block;
	float: left;
	width: 25%;
	min-width: 144px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #29A858;
}

.searchandfilter label {
	width: 75%;
	float: left;
}

.searchandfilter input,
.searchandfilter select {
	border: 1px solid #54A560;
	height: 40px;
	padding: 0;
	text-align: center;
	color: #021958;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}

.searchandfilter input {
	background-image: url(/wp-content/uploads/search.png);
	background-position-x: 98%;
	background-position-y: center;
	background-repeat: no-repeat;
}

.searchandfilter select option {
	text-align: center;
}

/* Content Cover Boxes */

.site-inner .content-cover-box {
	margin: 70px 0;
}

.site-inner .content-cover-box,
.site-inner .content-cover-box .wp-block-columns {
	min-height: 293px;
	padding: 0;
}

.site-inner .content-cover-box .wp-block-cover__inner-container {
	min-height: 293px;
}

.site-inner .content-cover-box .wp-block-columns {
	margin: 0;
}

.site-inner .content-cover-box .wp-block-column {
	min-height: 293px;
}

.site-inner .content-cover-box .wp-block-column:not(:first-child){
	margin-left: 0;
}

.blue-wp-block-column {
	background-color: rgba(0, 70, 128, 0.88);
	position: relative;
}

.incubadora .blue-wp-block-column,
.ecossistema .blue-wp-block-column,
.quem-somos .blue-wp-block-column {
	background-color: rgba(41,168,88,0.87);
}

.entry-content .content-cover-box h2 {
	font-weight: 900;
	font-size: 40px;
	margin: 45px 10px 20px 45px;
	line-height: 1.1;
}

.ecossistema .entry-content .content-cover-box h2 {
	margin-top: 110px;
}

.quem-somos .entry-content .content-cover-box h2 {
	margin-top: 75px;
}

.entry-content .content-cover-box p {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	margin: 0 45px;
	line-height: 1.2;
}

/* Noticias Archive */

.post-noticias {
	width: 100%;
	overflow: hidden;
	margin: 25px 0;
}

.post-noticias:first-child {
	margin-top: 0;
}

.post-noticias a {
	color: #fff;
	text-decoration: none;
}

.post-noticias a:hover {
	color: #29A858;
}

.post-noticias-content {
	min-height: 280px;
	border-bottom: 1px solid #A6D9DC;
	padding-top: 20px;
}

.post-noticias-meta {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.post-noticias-content h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
}

.post-noticias-content p {
	font-size: 16px;
	line-height: 1.2;
	margin: 10px 0 0 0;
}

/* Archive Boxes */

.archive-box-noticias h3.widget-title,
.archive-box-agenda h3.widget-title,
h3.box-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #004680;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 0 55px 0;
}

.archive-box-noticias h3.widget-title {
	padding-left: 404px;
}

.archive-box-agenda h3.widget-title {
	padding-left: 20%;
}

.archive-box-noticias h3.widget-title::after,
.archive-box-agenda h3.widget-title::after,
h3.box-title::after {
	content: "";
    display: block;
    margin: 6px auto;
    width: 30px;
    height: 3px;
    overflow: hidden;
    background-color: #29A858;
}

.archive-box-noticias h3.widget-title {
	color: #fff;
}

.archive-box-noticias.widget {
	width: 60%;
	float: left;
	background-color: #004680;
	background-image: url(/wp-content/uploads/box-noticias-back.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 60px;
	margin-bottom: 0;
}

.single-post .archive-box-noticias.widget {
	width: 100%;
	float: none;
	padding-top: 0;
	background-image: none;
}

.archive-box-agenda.widget {
	position: absolute;
    left: 60%;
	width: 40%;
	float: right;
	background-color: #DCF2EC;
	background-image: url(/wp-content/uploads/box-agenda-back.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 60px;
	border-bottom: 1px solid #DCF2EC;
}

.archive-box-noticias.widget-wrap {
	width: 90%;
	max-width: 850px;
	float: right;
}

.single-post .archive-box-noticias.widget-wrap {
	width: auto;
	max-width: 854px;
	float: none;
	margin: 0 auto;
}

.archive-box-agenda.widget-wrap {
	width: 80%;
	max-width: 460px;
	float: left;
}

.archive-box-agenda .evento-lista {
	display: flex;
    align-items: center;
    width: 100%;
	height: 299px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.archive-box-noticias .entry {
	max-height: 300px;
	overflow: hidden;
}

.archive-box-noticias .entry-header {
	padding-top: 20px;
}

.archive-box-noticias a {
	color: #fff;
	text-decoration: none;
}

.archive-box-noticias a:hover {
	color: #29A858;
}

.archive-box-noticias a.alignleft {
	margin: 0 20px 0 0;
}

.archive-box-noticias p.entry-meta,
.archive-box-noticias p {
	margin: 0 15px 0 0;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}

.archive-box-noticias .entry-categories,
.archive-box-noticias h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
}

.archive-box-noticias .entry-categories a {
	pointer-events: none;
	cursor: default;
}

.archive-box-noticias h3 {
	font-size: 30px;
	margin: 5px 15px 5px 0;
}

.archive-box-agenda .evento-lista a {
	width: 100%;
    padding-left: 20%;
    display: block;
}

.archive-box-agenda .evento-lista:nth-of-type(3) {
    border-bottom: none;
}

.archive-box-agenda .wp-block-button,
.archive-box-noticias-bot .wp-block-button {
    top: 36px;
    position: relative;
	margin: 0 auto !important;
}

.archive-box-agenda .wp-block-buttons {
	padding-left: 20%;
}

.archive-box-noticias-bot {
	width: 60%;
	float: left;
	clear: left;
	background-color: #004680;
}

.archive-box-noticias-bot.widget-wrap {
	width: 90%;
	max-width: 850px;;
	float: right;
	padding-left: 404px;
}

.single-post .archive-box-noticias-bot {
	width: 100%;
	float: none;
	clear: both;
	background-image: url(/wp-content/uploads/gray45x45.png);
	background-size: 1000px 60px;
	background-position-x: calc(50% + 950px);
	background-position-y: bottom;
	background-repeat: no-repeat;
}

.single-post .archive-box-noticias-bot.widget-wrap {
	min-width: 856px;
	float: none;
	padding-left: 0;
	margin: 0 auto;
}

.agenda-detalhe-list.widget-wrap {
	background-color: #DCF2EC;
	margin-bottom: 90px;
}

.agenda-detalhe-list .textwidget {
	display: flex;
    flex-wrap: wrap;
	max-width: 856px;
	margin: 0 auto;
}

/* Paginas Azuis */

body.blue-page {
	background-color: #004680;
	background-image: url(/wp-content/uploads/gray45x45.png);
	background-size: 100% 180px;
	background-repeat: no-repeat;
	color: #fff;
	background-position: top left;
}

body.blue-page .content {
    background-color: transparent;
}

body.blue-page .entry {
	margin-bottom: 0;
}

.blue-page-gray-half {
	background: #F7F7F7 url(/wp-content/uploads/blue-76x76-1.png) repeat-x;
}

.ecossistema .blue-page-gray-half {
	background: #F7F7F7;
}

.blue-page-gray-half .gb-container-content {
	background-color: #fff;
}

.ecossistema .blue-page-gray-half .gb-container-content {
	background-color: transparent;
}

h3.blue-title-mapa-main {
	color: #021958;
	margin: 70px 85px 0 85px;
	font-weight: 900;
	font-size: 32px;
}

h4.blue-title-mapa-sub {
	color: #021958;
	margin: 0 85px 40px 85px;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}

body.blue-page .media-kit-widget h3 {
	color: #004680;
}

/* Home Page */

.home-banner.wp-block-cover {
	padding: 0;
}

.home-banner .gb-layout-column-wrap {
	height: 680px;
}

.home-banner .gb-layout-columns-3>.gb-layout-column-wrap {
    -ms-grid-columns: 1fr 1.3fr 1fr;
    grid-template-columns: 1fr 1.3fr 1fr;
}

p.action-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 211px;
	height: 211px;
	margin: 0;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	background-color: #004680;
	background-image: url(/wp-content/uploads/arrow22x14.png);
	background-position: center 160px;
	background-repeat: no-repeat;
	border-radius: 105.5px;
	transition: background-color 0.2s ease-in-out;
}

p.action-buttons:hover {
	background-color: #29A858;
}

p.action-buttons.first {
	float: right;
}

.action-buttons a {
	color: #fff;
	text-decoration: none;
	padding: 50px 0;
}

.home-banner .central .gb-block-layout-column-inner {
	max-width: 700px;
    margin: 0 auto;
}

.home-banner .logo-central {
    width: 70%;
    max-width: 460px;
    margin: 0 auto;
    display: block;
}

.home-banner h2,
.home-banner h3 {
	font-weight: 900;
	margin: 0;
	line-height: 1.1;
}

.home-banner h2 {
	margin-bottom: 20px;
}

.home-dados.gb-block-container {
	padding: 47px 20px 40px 20px;
}

.home-dados h3,
.home-dados h4,
.home-dados h5,
.home-dados p {
	margin: 0;
}

.home-dados h3,
.home-dados h4 {
	font-weight: 900;
}

.home-dados h5 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.comunidade-bot .wp-block-button {
	position: relative;
	top: -30px;
}

.home .post-talento-box .wp-block-buttons {
	position: absolute;
	top: 310px;
	left: 270px;
	z-index: 11;
}

.home .post-talento-box .info-talento {
    background: #DCF2EC url(/wp-content/uploads/gray45x45.png) top right no-repeat;
    border-top: 42px solid #F7F7F7;
    margin-left: 520px;
}

.home-2col-boxes .wp-block-cover p {
	margin: 0 0 0 0;
}

.home-2col-boxes h3.box-title {
    margin: 0 0 40px 0;
}

.home-2col-boxes .wp-block-cover .wp-block-cover__inner-container {
    width: auto;
	min-width: 570px;
}

.wp-block-cover.home-box-incubadora {
	justify-content: flex-end;
	overflow: visible;
}

.wp-block-cover.home-box-congressos {
	justify-content: flex-start;
	overflow: visible;
}

.wp-block-cover .wp-block-button {
    position: relative;
    bottom: -70px;
}

.home-ceo-box.widget {
	clear: both;
	padding-top: 90px;
	background-color: #F7F7F7;
	background-image: url(/wp-content/uploads/box-ceo-home-wide-back.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.home-ceo-box h4 a {
	color: #021958;
}

.ecossistema-home {
	width: 100%;
	height: 530px;
	background-image: url(/wp-content/uploads/ecossistema-composicao.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: left;
	background-position-y: bottom;
	overflow: hidden;
}

.ecossistema-home .wp-block-group__inner-container {
	position: relative;
	height: 530px;
}

.ecossistema-home .wp-block-buttons {
	position: absolute;
    left: calc(50% - 150px);
    bottom: 2px;
}

.ecossistema-home .wp-block-buttons .wp-block-button {
    margin: 0;
}

.ecossistema-home-text {
	max-width: 564px;
    float: right;
}

.search-filter-results .total {
	text-align: center;
	background-color: #29A858;
	color: #fff;
	margin-left: 70px;
	margin-right: 70px;
}

/* Float Buttons & boxes
---------------------------------------------------------------------------- */

.full-width-content .ufw_btn:hover,
.full-width-content .ufw_btn:focus {
    transform: none;
}

.full-width-content  #ufw_2 .ufw_wb {
	background-color: rgb(0,0,0, 0.92);
	z-index: 10000;
}

.full-width-content #ufw_1 {
	right: calc(50% - 620px) !important;
	top: 81px;
	z-index: 99999;
}

.full-width-content #ufw_3 {
	z-index: 9999 !important;
}

.full-width-content #ufw_2 {
	top: 81px;
}

.full-width-content #ufw_2 .ufw_btn_p_tl {
	top: 0;
	left: calc(50% - 620px) !important;
}

.full-width-content #ufw_2.ufw_wb_closed .ufw_btn,
.full-width-content #ufw_2.ufw_wb_opened .ufw_btn {
	background-color: transparent;
	box-shadow: none;
	height: 81px;
	vertical-align: middle;
	padding: 0;
}

.full-width-content #ufw_2 .ufw_btn_wrap .fa,
.fa-reorder:before, #ufw_2 .ufw_btn_wrap .fas {
	font-size: 33px;
	width: 70px;
    height: 81px;
    background: #29A858;
}

.full-width-content #ufw_2 .ufw_btn_wrap .fa::before,
.fa-reorder:before, #ufw_2 .ufw_btn_wrap .fas::before {
	line-height: 81px;
}

.full-width-content #ufw_2 .ufw_btn.ufw_btn_text span {
    margin-left: 12px;
}

#ufw_2 .ufw_b_text,
#ufw_3 .ufw_b_text,
#ufw_1 .ufw_b_text {
	font-family: "Roboto",sans-serif;
    font-weight: 900;
    font-size: 18px;
}

#ufw_2 .ufw_b_text {
    font-weight: 700;
}

.full-width-content #ufw_1 .ufw_btn {
    background-image: url(/wp-content/uploads/light-blue25x25.png);
	background-repeat: no-repeat;
	background-position: right top;
	box-shadow: none;
}

.full-width-content #ufw_3 .ufw_btn {
	box-shadow: none;
}

.ufw_wb_opened .ufw_btn_p_tl {
	top: 50px;
}

.full-width-content .ufw_pp .ufw_wb {
	margin: 0;
}

.full-width-content #ufw_3 .ufw_btn.ufw_btn_text,
.full-width-content #ufw_1 .ufw_btn.ufw_btn_text {
	min-width: 270px;
	height: 50px;
}

.full-width-content #ufw_3 .ufw_btn.ufw_btn_40px,
.full-width-content #ufw_1 .ufw_btn.ufw_btn_40px {
	line-height: 50px !important;
}

/* t Queries
---------------------------------------------------------------------------- */

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (max-width: 480px) {

	.mobile {
		display: initial;
	}

	.desktop,
	p.desktop.action-buttons {
		display: none;
	}
	
	.site-header {
		height: 106px;
	}

	.full-width-content.wp-custom-logo .site-container .title-area {
		max-width: 100%;
		padding-top: 18px;
	}

	.wp-custom-logo .title-area img {
		max-width: 220px;
		float: left;
    	margin-left: 60px;
	}

	.header-widget-area .widget.widget_icl_lang_sel_widget {
		display: none;
	}

	.full-width-content #ufw_2 .ufw_btn.ufw_btn_text span {
		display: none;
	}

	#ufw_2 .ufw_wb_inner {
		padding: 2.4em 1.5em;
	}

	#ufw_2 .ufw_wb_inner .widget,
	#ufw_2 .widget_text,
	#ufw_2 .textwidget p {
		margin-bottom: 20px;
	}

	#ufw_2 .ufw_wb_inner .widget:last-child {
		margin-bottom: 0;
	}
	
	#ufw_2 .ufw_b_text{display:none;}

	#ufw_2 .bellows .bellows-nav a.bellows-target {
		padding: 10px 0;
	}

	#ufw_2 .bellows .bellows-nav .bellows-target>.bellows-target-text {
		padding-left: 0;
	}

	#ufw_2 .bellows .bellows-nav a.bellows-target {
		font-size: 24px;
	}

	.full-width-content #ufw_2 .bellows .bellows-nav .bellows-active a.bellows-target,
	.full-width-content #ufw_2 .bellows .bellows-nav a.bellows-target:hover {
		background-image: none;
	}

	.full-width-content #ufw_2 .bellows .bellows-nav .bellows-submenu a {
		font-size: 20px;
		padding-left: 40px;
	}

	.full-width-content #ufw_1.ufw_wrap {
		right: 0 !important;
	}

	#ufw_1.ufw_pp .ufw_wb {
		top: 130px;
		left: auto;
		right: 0;
		bottom: auto;
	}

	.full-width-content #ufw_3 {
		right: 0 !important;
		bottom: 0;
	}

	.full-width-content #ufw_3 .ufw_btn.ufw_btn_text {
		min-width: 124px;
	}

	#ufw_3.ufw_pp .ufw_wb {
		top: auto;
		left: auto;
		right: 0;
		bottom: 50px;
	}

	.full-width-content .ufw_pp .ufw_wb {
		box-shadow: 0 5px 15px 10px rgb(0 0 0 / 5%), 0 4px 6px 10px rgb(0 0 0 / 5%);
	}

	.footer-widgets-3 .widget.widget_media_image {
		width: 60%;
		float: none;
		margin: 0 auto;
	}

	.tagus-logo-footer img {
		margin: 30px 0;
	}

	.valley-logo-footer img {
		margin: 0;
	}

	.content .after-entry .parque-civico h4,
	.content .junte-se-banner h4,
	.footer-widgets .media-kit-widget h3.widget-title {
		font-size: 24px;
	}

	.top-green-banner strong {
		font-size: 32px;
	}

	.breadcrumb img {
		width: 20px;
		height: 20px;
		margin: 0 10px 60px 10px;
		display: block;
		float: left;
	}

	.breadcrumb-content {
		line-height: 1.2;
	}

	.site-inner {
		padding: 40px 0 0;
	}

	.post-archive-left h3.post-title,
	h3.post-title,
	.noticias-archive .entry-header h1.entry-title,
	.entry-title,
	.top-green-banner p,
	.single-post .entry-title {
		padding-left: 30px;
		padding-right: 30px;
	}

	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content p,
	.single-post p.entry-meta,
	.post-servicos {
		margin-left: 30px;
		margin-right: 30px;
	}

	.post-archive-left p.post-intro,
	.entry-content .post-intro {
		padding: 0;
	}

	.entry-content .post-area {
		padding-left: 30px;
		margin-right: 0;
		margin-left: 0;
	}

	.entry-title {
		font-size: 40px;
	}

	.top-green-banner p,
	.top-green-banner strong,
	.single-post .entry-title {
		display: inline-block;
	}

	.entry-content ol, .entry-content ul {
		margin-bottom: 30px;
		padding-left: 50px;
		padding-right: 30px;
	}

	.entry-content .menu-espacos-solucoes-container ul,
	.entry-content .menu-centro-congressos-container ul,
	.entry-content .menu-ecossistema-container ul {
		padding-left: 30px;
	}

	.entry-content .menu-espacos-solucoes-container li,
	.entry-content .menu-centro-congressos-container li,
	.entry-content .menu-ecossistema-container li {
		margin-top: 20px;
	}

	.menu-espacos-solucoes-container a,
	.menu-centro-congressos-container a,
	.menu-ecossistema-container a {
		margin-right: 0;
		padding: 8px 6px;
	}

	.single-espacocomercial .entry-content,
	.single-escritorio .entry-content,
	.single-terrenos .entry-content {
		font-size: 18px;
	}

	.site-container .content .post-archive-list {
		min-height: auto;
		overflow: hidden;
	}

	.post-archive-left,
	.post-archive-right {
		width: 100%;
		min-height: auto;
		float: none;
	}

	.post-archive-list p.post-area {
		justify-content: flex-start;
		font-size: 20px;
		height: 50px;
	}

	.content .post-archive-list .post-arrow {
		position: absolute;
		right: 0;
		bottom: 10px;
	}

	.entry-content .post-archive-list .post-area {
		padding-left: 10px;
	}

	.post-archive-list .post-category {
		font-size: 24px;
	}

	.site-container .post-person {
		height: auto;
		overflow: hidden;
	}

	.site-container .post-person-img {
		position: initial;
		z-index: initial;
		float: none;
		width: auto;
		padding: 20px 0 0;
		margin: 0 auto;
		background-color: #DCF2EC;
	}

	.site-container .post-person-img img {
		float: none;
		margin: 0 auto;
		display: block;
	}

	.site-container .post-person-light-blue {
		position: initial;
		z-index: initial;
		width: 100%;
		height: auto;
		background-color: #DCF2EC;
		padding: 20px 70px;
		text-align: center;
	}

	.site-container .post-person-dark-blue {
		position: initial;
		height: 100px;
		padding: 10px 0 0 0;
		text-align: center;
	}

	.wp-block-buttons.back-button {
		margin-left: 30px;
	}

	.site-inner .content-cover-box:last-child {
		margin-bottom: 0;
	}

	.site-container .content-cover-box .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}

	.entry-content .content-cover-box h2 {
		margin: 30px;
	}

	.entry-content .content-cover-box p {
		margin: 0 30px;
	}

	.site-inner .content-cover-box .wp-block-column {
		min-height: 200px;
	}

	.site-inner .content-cover-box .wp-block-column.blue-wp-block-column {
		min-height: 250px;
	}

	.content-cover-box .post-arrow.right {
		bottom: -60px;
	}

	.post-arrow.left {
		left: auto;
		right: 0;
	}

	.parque-civico.widget-wrap {
		background-size: auto 145px;
		background-position: right top;
	}

	.site-container .archive-box-noticias h3.widget-title,
	.site-container .archive-box-agenda h3.widget-title,
	.site-container h3.box-title {
		font-size: 16px;
	}

	.after-entry .archive-box-noticias.widget {
		padding-top: 40px;
	}

	.after-entry .archive-box-noticias .entry {
		max-height: none;
		padding-bottom: 60px;
    	border-bottom: none;
	}

	.after-entry .archive-box-noticias .entry:last-child {
		padding-bottom: 40px;
	}

	.archive-box-noticias .entry-header {
		padding: 30px 30px 10px 30px;
	}

	.after-entry .archive-box-noticias a.alignleft {
		margin: 0;
		float: none;
	}

	.after-entry .archive-box-noticias img {
		max-width: 100%;
	}

	.after-entry .archive-box-agenda.widget {
		padding-top: 80px;
		margin-top: 90px;
	}

	.after-entry .archive-box-agenda .evento-lista {
		height: auto;
		padding: 40px 0;
	}

	.full-width-content .site-container .media-kit-widget .wp-block-button .wp-block-button__link,
	.full-width-content .site-container .junte-se-banner .wp-block-button .wp-block-button__link {
		position: relative;
		top: 20px;
	}

	.ecossistema .content .ecossistema-banner .textwidget {
		background-size: 85%;
		background-position: center;
		height: 400px;
	}

	.wp-block-separator.is-style-wide {
		margin-left: 30px;
		margin-right: 30px;
	}

	.ecossistema h2 {
		font-size: 40px !important;
	}

	.ecossistema h2.zero {
		font-size: 100px !important;
	}

	.ecossistema .condensed p.zero-txt {
		margin-bottom: 20px;
	}

	.wp-block-columns.condensed.first {
		margin-bottom: 0;
	}

	.ecossistema .condensed p {
		line-height: 1.2;
		padding: 4px 0;
	}

	.ecossistema .site-inner .content-cover-box .wp-block-column.blue-wp-block-column {
		min-height: 100px;
	}

	.ecossistema.full-width-content .entry-content .content-cover-box h2 {
		font-size: 35px !important;
		margin-top: 30px;
	}

	.ecossistema .site-inner .content-cover-box.last {
		margin-bottom: 0;
	}

	.ecossistema .entry-content .ecossistema-destaque h4 {
		padding: 20px 30px 10px;
	}

	.pods-pagination-advanced, .pagination {
		margin: 30px;
	}

	.post-archive-empresas-list {
		margin: 30px;
		flex-direction: column;
	}

	.media-ecossistema {
		width: 100%;
		float: none;
	}

	.media-ecossistema img {
		max-width: 100%;
	}

	.logo-empresas,
	.info-empresas {
		width: 100%;
	}

	.info-empresas h3.post-title {
		margin: 30px 0;
	}

	.entry-content .info-empresas p {
		margin: 0 0 24px 0;
	}

	.heateor_sss_sharing_container {
		margin: 0;
	}

	.single-talento .heateor_sss_sharing_container,
	.incubadora .heateor_sss_sharing_container,
	.auditorios .heateor_sss_sharing_container,
	.salas .heateor_sss_sharing_container,
	.foyer .heateor_sss_sharing_container {
		margin-left: 30px;
	}

	h2.link-mapa-taguspark.has-background {
		margin: 0;
		font-size: 20px !important;
	}

	.post-talento-box .foto-talento {
		position: initial;
	}

	.foto-talento {
		max-width: none;
	}

	.post-talento-box .info-talento {
		background: #DCF2EC !important;
		border-top: none !important;
		margin-left: 0 !important;
		padding: 30px !important;
	}

	.page.full-width-content.home .content .post-talento-box,
	.page.full-width-content.mau .content .post-talento-box {
		max-width: 100%;
	}

	.mau-banner .wp-block-image .aligncenter {
		max-width: 60%;
	}

	h2[style*="font-size:56px"] {
		font-size: 40px !important;
	}

	.post-archive-mau-list {
		margin: 30px;
	}

	.full-width-content .entry-content .post-archive-mau-list h3,
	.full-width-content .entry-content .post-archive-mau-list p {
		margin: 0 0 30px 0;
	}

	.full-width-content .entry-content .post-archive-mau-list h3 {
		font-size: 36px;
		line-height: 1;
	}

	.empresas .is-position-center-center {
		font-size: 26px;
	}

	.entry-content .searchandfilter ul {
		padding-left: 30px;
	}

	.searchandfilter label {
		width: 100%;
	}

	.entry-content .searchandfilter ul li {
		margin: 10px 0;
		height: 80px;
	}

	.entry-content .custom-select {
		width: 100%;
	}

	.incubadora-dados.first {
		margin-bottom: 0;
	}

	.incubadora-txt-regular.first {
		text-align: center;
	}

	.incubadora-form .site-container .gb-block-container {
		margin: 0 30px;
	}

	.centro-congressos .heateor_sss_sharing_container {
		margin: 0 30px 20px;
	}

	.centro-congressos-download {
		padding: 30px;
	}

	.centro-congressos-download .wp-block-image figure.alignright {
		float: none;
		margin: 0 auto;
	}

	.centro-congressos-download a {
		padding-top: 0;
		text-align: center;
		height: auto;
	}

	.centro-congressos .site-inner .content-cover-box .wp-block-column.blue-wp-block-column {
		min-height: 180px;
	}

	.auditorios .parque-civico .wp-block-button .wp-block-button__link,
	.foyer .parque-civico .wp-block-button .wp-block-button__link,
	.salas .parque-civico .wp-block-button .wp-block-button__link {
		position: relative;
		bottom: -15px;
	}

	.auditorios .after-entry,
	.foyer .after-entry,
	.salas .after-entry {
		margin-bottom: -40px;
	}

	.salas .congressos-nav.first .gb-block-layout-column:nth-child(2) {
		display: none;
	}

	.single-talento h3.post-title {
		padding: 0;
		font-size: 30px;
	}

	.single-talento .post-tags {
		margin: 0 30px 32px 30px;
	}

	.single-talento article.talento {
		padding-bottom: 40px;
	}

	.talento.page .foto-talento,
	.single-talento.single .foto-talento {
		max-width: 100%;
		height: 280px;
	}

	.talento.page .info-talento,
	.single-talento.single .info-talento {
		max-width: 100%;
		height: auto;
		padding-bottom: 60px;
	}

	.talento.page .post-archive-talento-list,
	.sinle-talento.single .post-archive-talento-list {
		position: initial;
		min-height: auto;
		overflow: hidden;
		margin: 60px 0;
	}

	.talento .entry-content .info-talento h3.post-title,
	.single-talento .after-entry .info-talento h3.post-title {
		margin: 20px 30px;
		font-size: 22px;
	}

	.talento .entry-content .info-talento h4,
	.single-talento .after-entry .info-talento h4 {
		font-size: 24px;
		margin: 0 30px;
	}

	.talento .entry-content .info-talento h5,
	.single-talento .after-entry .info-talento h5 {
		font-size: 16px;
		margin: 0 30px;
	}

	.talento.page .post-archive-talento-list .post-link,
	.single-talento.single .post-archive-talento-list .post-link {
		position: relative;
		clear: both;
		margin: 0 auto;
		top: -30px;
		right: auto;
	}

	.talento .after-entry {
		padding: 0;
	}

	.full-width-content.page.quem-somos .media-banner,
	.full-width-content.page.quem-somos .media-banner img {
		height: 250px !important;
	}

	.site-inner .wp-block-cover.content-cover-box.mensagem-ceo {
		background-image: url(/wp-content/uploads/EduardoCorreia-mobile.jpg) !important;
	}

	.quem-somos .site-inner .content-cover-box .wp-block-column.blue-wp-block-column {
		min-height: auto;
	}

	.quem-somos .entry-content .content-cover-box.mensagem-ceo h2 {
		font-size: 30px !important;
		margin: 30px;
	}

	.acionistas figcaption {
		font-size: 12px;
	}

	.acionistas .wp-block-image img {
		max-width: 120px;
	}

	.entry-content .documentacao p {
		margin: 0 0 30px 0;
		font-size: 18px;
	}

	.documentacao.wp-block-columns.has-background {
		padding: 30px;
	}

	.documentacao .wp-block-image img {
		max-width: 70%;
		margin: 0 auto;
		display: block;
	}

	.contactos .frm_forms.frm_style_tagus-park-styel.with_frm_style {
		margin-left: 30px;
		margin-right: 30px;
	}

	h3.como-chegar-link {
		font-size: 24px !important;
		padding: 60px 30px !important;
	}

	.como-chegar .heateor_sss_sharing_container {
		display: none;
	}

	.single-post .heateor_sss_sharing_container,
	.single-evento .heateor_sss_sharing_container {
		margin: 40px 0 40px 30px;
	}

	.single-post .after-entry .archive-box-noticias.widget {
		padding-top: 0;
	}

	.single-post .archive-box-noticias .entry-meta {
		margin-left: 0;
		margin-right: 0;
	}

	.noticias-archive .post-noticias-meta {
		margin: 0 30px;
	}

	.noticias-archive .post-noticias-content {
		padding-bottom: 40px;
		border-bottom: none;
	}

	.blue-page .pagination {
		margin: 30px;
	}

	.noticias-archive .content .after-entry .parque-civico h4 {
		margin-left: 0;
		margin-right: 0;
	}

	.evento-lista {
		width: 100%;
		margin: 0;
	}

	.download-box {
		margin: 0;
	}

	.download-box .gb-block-layout-column-gap-2 {
		grid-gap: 0 1em;
	}

	.download-box .wp-block-image img {
		max-width: 80%;
	}

	.entry-content .download-box h4 {
		margin: 30px 10px 20px 0;
	}

	.entry-content .download-box p {
		margin: 0 20px 30px 0;
		line-height: 1.1;
	}

	.home-banner.wp-block-cover,
	.home-banner .gb-layout-column-wrap {
		min-height: auto !important;
		max-height: 400px;
		height: 400px;
	}

	.home .home-banner div.gb-background-auto {
		background-size: 85%;
	}

	.home-banner .gb-layout-column-wrap {
		display: block;
	}

	.home-banner .esquerda,
	.home-banner .direita {
		display: none;
	}

	.home-banner .central {
		height: 100%;
		display: flex;
		align-items: center;
	}

	.home .home-banner h2.titulo-big {
		font-size: 38px !important;
	}

	.home-banner h3 {
		font-size: 22px !important;
	}

	.home .mobile.wp-block-buttons.aligncenter {
		width: 100%;
    	display: block;
	}

	.home .mobile.wp-block-buttons .wp-block-button {
		margin-bottom: 0;
		width: 100%;
	}

	.home.full-width-content .site-container .mobile.wp-block-buttons .wp-block-button .wp-block-button__link {
		min-width: 100%;
		text-align: left;
	}

	.home.full-width-content .site-container .mobile.wp-block-buttons .wp-block-button .wp-block-button__link::after {
		content: url(/wp-content/uploads/arrow22x14.png);
		transform: rotateZ(270deg);
		display: inline-block;
		float: right;
	}

	.home .home-dados.gb-block-container {
		padding: 0;
	}

	.home .home-dados .wp-block-columns {
		margin-bottom: 0;
	}
	
	.home .home-dados.gb-block-container .gb-container-image-wrap {
		display: none;
	}

	.home .home-dados.gb-block-container .esquerda {
		background-color: #DCF2EC;
	}

	.home .home-dados.gb-block-container .direita {
		background-color: #004680;
		padding: 60px 0;
	}

	.home-dados .wp-block-columns.dados-valores {
		margin: 60px 0;
	}

	.home-dados .wp-block-columns.dados-valores .wp-block-column {
		flex-basis: 50% !important;
	}

	.home .site-container .home-dados .wp-block-column.is-vertically-aligned-center:last-child {
		margin-left: 0;
	}

	.home .home-dados .direita h3 {
		font-size: 25px !important;
		text-align: center;
	}

	.home .home-dados .direita p {
		font-size: 16px;
		text-align: center;
		padding-top: 12px;
	}

	.home .down-arrow {
		display: none;
	}

	.wp-block-buttons.aligncenter.comunidade-bot {
		margin-bottom: 20px;
	}

	.home .content .entry-content .junte-se-banner h4 {
		margin: 0;
		padding-top: 40px;
	}

	.home.full-width-content .site-container .junte-se-banner .wp-block-buttons .wp-block-button {
		margin-bottom: 0;
	}

	.home.full-width-content .site-container .junte-se-banner .wp-block-button .wp-block-button__link {
		top: 30px;
	}

	.page.full-width-content.home .content .post-talento-box {
		overflow: initial;
	}

	.home.page.full-width-content .post-talento-box .foto-talento {
		max-width: 100%;
	}

	.home.page .post-talento-box .info-talento {
		float: none;
		width: 100%;
		padding: 30px 30px 60px !important;
	}

	.full-width-content .post-talento-box h3.post-title {
		font-size: 26px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.full-width-content .post-talento-box h4 {
		font-size: 24px;
	}

	.full-width-content .post-talento-box h5 {
		font-size: 18px;
	}

	.home.page.full-width-content .post-talento-box .wp-block-buttons {
		bottom: -35px;
		top: auto;
		width: 100%;
	}

	.home.page.full-width-content .site-container .post-talento-box .wp-block-buttons .wp-block-button {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	
	.home.page.full-width-content .site-container .post-talento-box .wp-block-buttons .wp-block-button .wp-block-button__link {
		display: block;
		margin: 0 auto;
		min-width: auto;
		width: 300px;
	}

	.home .ecossistema-home {
		margin: 0 auto;
		background-image: url(/wp-content/uploads/ecossistema-composicao-mobile.jpg);
		background-size: 100% 360px;
		height: auto;
		overflow: initial;
	}

	.home .ecossistema-home .wp-block-group__inner-container {
		height: auto;
	}

	.home .ecossistema-home .ecossistema-home-text {
		padding-bottom: 400px;
	}

	.home .ecossistema-home .wp-block-buttons {
		bottom: -30px;
	}

	.home .incubadora-congressos .esquerda {
		margin-bottom: 90px;
	}

	.home .incubadora-congressos .wp-block-cover .wp-block-button {
		bottom: -88px;
	}

	.home .after-entry {
		padding: 60px 0 0 0;
	}

	.empresas .media-banner,
	.empresas .media-banner img,
	.pesquisa-empresas .media-banner,
	.pesquisa-empresas .media-banner img {
		height: 220px !important;
	}

	.search-filter-results .total {
		margin-left: 30px;
		margin-right: 30px;
	}

	.espacos-solucoes .site-inner .content-cover-box {
		background-position: right;
	}

	.pods-pagination-number, .archive-pagination li a {
		font-size: 14px;
		padding: 4px 8px;
	}

}

@media only screen and (max-width: 960px) {

	.home-banner .gb-layout-columns-3>.gb-layout-column-wrap {
		-ms-grid-columns: .7fr 1.4fr .7fr;
		grid-template-columns: .7fr 1.4fr .7fr;
	}

	.home-banner .gb-block-layout-column-gap-3 {
		grid-gap: 0 1em;
	}

	.home-banner div.gb-background-auto {
		background-size: 75%;
	}

	.home-dados.gb-block-container {
		padding: 20px;
	}

	.home-dados .wp-block-columns.dados-valores {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.dados-valores .wp-block-column {
		min-width: 120px;
	}

	.home-dados h3 {
		font-size: 28px !important;
	}

	.site-container .home-dados .wp-block-column.is-vertically-aligned-center:last-child {
		margin-left: 4%;
	}
	
	.archive-box-noticias.widget,
	.archive-box-agenda.widget {
		width: 100%;
		position: static;
	}

	.archive-box-noticias.widget-wrap {
		width: 80%;
		float: none;
		margin: 0 auto;
	}

	.single-escritorio .after-entry {
		background-size: calc(100% - 60px) 120px;
	}

	.after-entry .parque-civico h4,
	.junte-se-banner h4,
	.media-kit-widget h3.widget-title {
		font-size: 34px;
	}
	
	.incubadora-form .gb-block-container {
		margin: 0 70px;
	}

	.entry-content .ecossistema-destaque h4 {
		font-size: 24px;
	}

	.home.full-width-content .post-talento-box .foto-talento {
		max-width: 300px;
	}

	.home.full-width-content .post-talento-box .wp-block-buttons {
		top: 164px;
		left: 0;
	}

	.home.full-width-content .post-talento-box .info-talento {
		background-image: none;
		border-top: 0;
		padding: 30px 10px 30px 70px;
	}

	.page.home .content .post-talento-box,
	.page.mau .content .post-talento-box {
		max-width: 90%;
	}

	.post-talento-box h3.post-title,
	.post-talento-box h4 {
		font-size: 28px;
		padding: 0;
	}

	.archive-box-noticias h3.widget-title,
	.archive-box-agenda h3.widget-title,
	h3.box-title {
		font-size: 14px;
		margin: 0 0 30px 0;
	}

	.home .ecossistema-home {
		width: 100%;
	}

	.home .ecossistema-home-text {
		max-width: 100%;
		float: none;
		margin: 0 30px;
	}

	.home-2col-boxes .wp-block-cover p {
		font-size: 32px !important;
	}

	.archive-box-noticias-bot {
		width: 100%;
		float: none;
		clear: both;
	}

	.quem-somos .entry-content .content-cover-box h2 {
		font-size: 48px !important;
	}

	.acionistas.wp-block-columns,
	.documentos.wp-block-columns {
		justify-content: space-evenly;
	}

	.quem-somos .acionistas .wp-block-column:not(:only-child),
	.quem-somos .documentacao .wp-block-column:not(:only-child) {
		flex-basis: calc(30% - 1em) !important;
	}

	.acionistas.wp-block-columns.has-background,
	.documentos.wp-block-columns.has-background {
		padding: 0;
	}

	.su-tabs-nav {
		max-width: 200px;
		margin: 0 auto;
	}

	.mau .menuMaps,
	.mau .slideshow-container,
	.su-tabs .menuMaps,
	.su-tabs .slideshow-container {
		float: none;
		width: 100%;
		text-align: center;
	}

	.post-noticias-content {
		min-height: auto;
		padding-bottom: 20px;
	}

	.single-post .archive-box-noticias-bot.widget-wrap {
		min-width: 100%;
	}

	.single-evento .agenda-detalhe-list.widget-wrap {
		margin-bottom: 110px;
	}

	.content-cover-box .wp-block-column:not(:only-child) {
		flex-basis: 50% !important;
	}

	.entry-content .content-cover-box h2,
	.post-archive-left h3.post-title {
		font-size: 34px;
	}

	.entry-content .content-cover-box p,
	.post-archive-left p.post-intro {
		font-size: 16px;
	}

	.content .post-archive-list {
		min-height: 300px;
	}

	.post-archive-list .post-arrow {
		bottom: 80px;
	}

	.ecossistema .content .media-banner {
		height: 470px;
	}

	.content .ecossistema-banner {
		height: 400px;
	}

	.content .ecossistema-banner .textwidget {
		background-position: center -20px;
		height: 440px;
		padding-top: 120px;
	}

	.content .ecossistema-banner h4 {
		font-size: 22px;
	}

	.content .ecossistema-banner h3 {
		font-size: 36px;
	}

	.ecossistema .entry-content .content-cover-box h2 {
		font-size: 45px !important;
	}

	h2.link-mapa-taguspark {
		font-size: 32px !important;
	}

	.page.quem-somos .media-banner,
	.page.quem-somos .media-banner img {
		height: 350px !important;
	}

	.searchandfilter ul {
		padding-left: 70px;
	}

	.full-width-content .entry-content > .incuba-banner.wp-block-cover.alignfull {
		min-height: 400px !important;
	}

	.incuba-banner .wp-block-image .aligncenter {
		margin-left: 10%;
		margin-right: 10%;
	}

	.talento .foto-talento,
	.single-talento .foto-talento {
		max-width: 40%;
	}

	.talento .info-talento,
	.single-talento .info-talento {
		max-width: 60%;
	}

	.talento  .post-archive-talento-list .post-link,
	.single-talento  .post-archive-talento-list .post-link {
		left: auto;
		right: 5%;
	}

	.media-ecossistema .heateor_sss_sharing_title {
		float: none;
	}

}

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

	/* Site Header
	--------------------------------------------- */

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 700;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	.home .site-inner {
		position: relative;
		max-width: 1240px;
		top: -25px;
		margin-bottom: -25px;
	}

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

	.content {
		float: left;
		max-width: 856px;
	}

	.home .content {
		float: left;
		max-width: 1240px;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 856px;
	}

	.footer-widget-area {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 1240px) {

	.home-banner h2.titulo-big {
		font-size: 50px !important;
	}

	p.action-buttons {
		width: 180px;
		height: 180px;
		font-size: 20px;
		background-position: center 140px;
	}

	.home-dados .dados-valores .wp-block-column {
		margin-left: 0;
	}

	.page .post-talento-box {
		max-width: 100%;
		margin: 0 auto;
		min-height: auto;
	}

	.page.home .post-talento-box,
	.page.mau .post-talento-box {
		max-width: 80%;
	}

	.home .post-talento-box .foto-talento {
		max-width: 450px;
		height: auto;
		background-color: transparent;
	}

	.home .post-talento-box .wp-block-buttons {
		top: 215px;
    	left: 75px;
	}

	.home .post-talento-box .info-talento {
		float: right;
    	width: 60%;
		padding: 30px 10px 30px 90px;
	}

	.post-talento-box h3.post-title {
		font-size: 32px;
	}

	.ecossistema-home {
		width: 90%;
		margin: 90px auto 0 auto;
	}

	.ecossistema-home-text {
		max-width: 45%;
	}

	.mau .junte-se-banner.widget {
		margin-top: 75px;
	}

	.full-width-content .gb-block-layout-column-gap-6 {
		grid-gap: 0 2em;
	}

	.archive-box-noticias img {
		max-width: 300px;
	}

	.archive-box-noticias h3 {
		font-size: 24px;
	}

	.archive-box-noticias.widget-wrap {
		width: 100%;
		float: none;
	}

	.archive-box-noticias h3.widget-title {
		padding-left: 0;
	}

	.archive-box-agenda.widget {
		border-bottom: 2px solid #DCF2EC;
		background-image: none;
	}

	.archive-box-agenda.widget-wrap {
		width: 100%;
		max-width: 100%;
	}

	.archive-box-agenda .evento-lista {
		height: 222px;
	}

	.archive-box-agenda h4.evento-titulo {
		margin: 10px 14% 0 14%;
	}

	.archive-box-agenda h3.widget-title {
		padding-left: 0;
	}

	.archive-box-agenda h4.evento-titulo {
		border-top: 0;
	}

	.archive-box-agenda .evento-lista a {
		padding-left: 0;
	}

	.archive-box-agenda .wp-block-buttons {
		padding-left: 0;
	}

	.evento-dia {
		font-size: 70px;
	}

}

@media only screen and (max-width: 1300px) {

	.full-width-content #ufw_1 {
		right: 30px !important;
	}

	.full-width-content #ufw_2 .ufw_btn_p_tl {
		left: 0 !important;
	}

	.home-2col-boxes .wp-block-cover .wp-block-cover__inner-container {
		min-width: 100%;
	}

	.archive-box-noticias-bot.widget-wrap {
		width: 100%;
		float: left;
		padding-left: 0;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
