/*!
Theme Name: Open Innovation
Theme URI: http://underscores.me/
Author: IlustraJaque
Author URI: http://underscores.me/
Description: Tema feito para Open Innovation em 2026
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: open-innovation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Open Innovation is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Roboto Slab", serif;
	line-height: normal;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 3px;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #868686;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	background-color: #FAFAFA;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 60px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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

.hero {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-overlay {
  position: absolute;
  inset: 0; 
  z-index: 1;
  background: linear-gradient(180deg,rgba(74, 86, 166, 1) 0%, rgba(81, 164, 173, 1) 100%);
  mix-blend-mode: multiply;
}

.hero-text{
	position: relative;
  	z-index: 2;
	color: white;
	padding-top: 280px;
	text-align: center;
}

h1{
	font-size: 4.5rem;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	line-height: 100%;
}

.hero-text h1{
	color: white;
}

.container{
	width: 100%;
	padding: 0 300px;
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
}

.menu-principal{
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 24px 0;
}

.nav-menu{
	font-size: 1rem;
	font-weight: 600;
  	font-style: normal;
}

.nav-menu a{
	text-decoration: none;
	color: #51A4AD;
}

.nav-menu a:hover{
	color: #51A4AD;
}

.page-template .nav-menu a:hover{
	color: #51A4AD;
}

.page-template .nav-menu .current-menu-item a{
	color: #51A4AD;
	border-bottom: 2px solid #51A4AD;
	padding-bottom: 5px;
	font-weight: 500;
}

.page-template .nav-menu .current-menu-item a::after{
	border-right: 3px solid #51A4AD;
    border-top: 3px solid #51A4AD;
}

.home .site-header{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
}

.site-header{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
}

.home  .menu-principal{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
}

.home .site-branding{
	filter: brightness(0) invert(1);
}

.home .nav-menu a{
	color: #ffffff;
}

.btn {
  background-color: #4A56A6;
  color: #fff;
  border-radius: 11px;
  transition: all 0.6s ease;
  display: inline-block;
  padding: 14px 20px 14px 10px;
  position: relative;
  margin-top: 60px;
  text-decoration: none;
  margin-bottom: 200px;
}

.btn:hover {
  background-color: #6E78BC;
  cursor: pointer;
  color: white;
}

.btn svg {
  width: 1.9em;
  margin: 0.5em 0.9em 0em;
  position: absolute;
  display: flex;
  transition: all 0.6s ease;
  right: 0;
  top: 5px;
}

.btn:hover svg {
  transform: translateX(5px);
}

.text {
  margin: 0 1em;
  font-size: 1.5rem;
}

.main-navigation ul{
	font-family: "Roboto Slab", serif;
	font-size: 1.2rem;
	font-weight: 400;
}

.info{
	font-size: 1.8rem;
	color: #404040;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

.sessao{
	padding: 150px 0;
}

h2{
	font-size: 2.5rem;
	font-weight: 500;
}

.card-ajudar{
	position: relative;
	background-size: cover;
	background-position: center;
	height: 500px;
	overflow: hidden;
	border-radius: 20px;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.card-ajudar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(110, 120, 188, 1) 0%, rgba(26, 34, 87, 1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: multiply;
}

.card-ajudar:hover::after {
  opacity: 1;
}

.card-ajudar:hover{
	transform: scale(1) rotate(0deg) translate(0px, -10px) skewX(0deg);
}

.card-ajudar-texto{
	color: white;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	font-size: 1.8rem;
	text-align: center;
	padding: 0 40px;
}

.cards-ajudar{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 100px;
	margin-top: 80px;
}

.ajudar h2{
	width: 40ch;
	text-align: center;
	margin: 0 auto;
}

.atuacao{
	width: 100%;
	position: relative;

}

.atuacao::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   /* recua dos lados */
	right: 5%;
	background: #F2F2F2;
	border-radius: 16px;
	z-index: -1; /* fica atrás do conteúdo */
}

.cards-atuacao-grupo{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin-top: 80px;
}

.cards-atuacao{
	background-color: #EAEAEA;
	border: 1px solid #C2C2C2;
	display: flex;
	padding: 30px;
	font-size: 1.8rem;
	color: #404040;
	font-weight: 500;
	border-radius: 20px;
	gap: 40px;
	align-items: center;
	 -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.card-icon{
	background-color: #6E78BC;
	border-radius: 15px;
	padding: 5px;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
    align-items: center;
	 -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.card-icon .material-symbols-outlined{
	font-size: 50px;
	color: #323C80;
	-o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.atuacao h2{
	text-align: center;
	margin-top: 0;
}

.cards-atuacao:hover{
	background-color: #FBFBFB;
	border: 1px solid #51A4AD;
	transform: scale(1.05) rotate(0deg) translate(0px, -5px) skewX(0deg);
}

.cards-atuacao:hover .card-icon{
	background-color: #91CED4;
}

.cards-atuacao:hover .card-icon .material-symbols-outlined{
	color: #51A4AD;
}

.btn-primario {
	background-color: #4A56A6;
	color: #fff;
	border-radius: 11px;
	transition: all 0.6s ease;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	position: relative;
	text-decoration: none;
}

.btn-primario:hover {
	background-color: #6E78BC;
	cursor: pointer;
	color: white;
}

.btn-primario svg {
	width: 1.7em;
	margin: 0.5em 0.9em 0em;
	position: absolute;
	display: flex;
	transition: all 0.6s ease;
	right: 0;
	top: 5px;
}

.btn-primario:hover svg {
	transform: translateX(5px);
}

.contato-home{
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

.contato-home h2{
	margin-top: 0;
}

.contato-home p{
	font-size: 1.8rem;
}

.btn-primario .text{
	margin: 0 1em;
  	font-size: 1.2rem;
}

footer{
	background-color: #404040;
	padding: 80px 0;
}

.site-info{
	display: grid;
	grid-template-columns: 1fr 1fr;
	color: white;
}

.logo-footer{
	filter: brightness(0) invert(1);
}

.info-footer{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-items: end;
}

.info-footer span{
	color: #51A4AD;
	font-size: .9rem;
}

.info-footer a{
	color: white;
	text-decoration: none;
}

.info-footer a:hover{
	color: #6E78BC;
}

.redes-sociais, .local{
	display: flex;
	gap: 40px;
	margin-top: 10px;
}

.footer-border{
	grid-column: span 2;
	border-bottom: 1px solid #555555;
	margin: 30px 0;
}

.copyright{
	font-size: .9rem;
	color: #D3D3D3;
}

.legal{
	display: flex;
	justify-content: space-between;
}

.legal a{
	color: #D3D3D3;
	text-decoration: none;
	font-size: .9rem;
}

.legal a:hover{
	color: #6E78BC;
}

.page-template .hero-text{
	color: #404040;
	padding-top: 280px;
	padding-bottom: 150px;
}

.page-template .hero-text h1{
	color: #404040;
	margin-bottom: 100px;
}

.hero-text p{
	font-size: 1.8rem;
}

.page-template .nav-menu a{
	color: #404040;
}

.descubra{
	width: 100%;
	position: relative;
}

.descubra::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   
	right: 5%;
	background: #F2F2F2;
	border-radius: 16px;
	z-index: -1; 
}

.descubra h2{
	margin: 0 auto;
	width: 40ch;
	text-align: center;
}

.descubra-card{
	background-color: #EAEAEA;
	border: 1px solid #C2C2C2;
	display: flex;
	flex-direction: column;
	padding: 50px;
	color: #404040;
	font-weight: 500;
	border-radius: 20px;
	gap: 40px;
	align-items: center;
	 -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	text-align: center;
}

.descubra-card-grupo{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px;
	margin-top: 80px;
}

.card-titulo{
	font-size: 1.8rem;
	font-weight: 500;
}

.descubra-card p{
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0;
}

.descubra-card:hover{
	background-color: #FBFBFB;
	border: 1px solid #51A4AD;
	transform: scale(1.05) rotate(0deg) translate(0px, -5px) skewX(0deg);
}

.descubra-card:hover .card-icon{
	background-color: #91CED4;
}

.descubra-card:hover .card-icon .material-symbols-outlined{
	color: #51A4AD;
}

.local-atuacao{
	text-align: center;
}

.local-atuacao h{
	margin-top: 0;
}

.local-atuacao p{
	font-size: 1.8rem;
}

.mapa{
	width: 700px;
}

.inovacao{
	width: 100%;
	position: relative;
	color: white;
}

.inovacao::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   
	right: 5%;
	background: #323C80;
	z-index: -1; 
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.inovacao h2{
	text-align: center;
	width: 30ch;
	margin: 0 auto;
}

.inovacao-text{
	font-size: 1.8rem;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 120px;
}

.inovacao-card-grupo{
	display: grid;
	gap: 80px;
}

.inovacao-card{
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #6E78BC;
	border-radius: 15px;
}

.inovacao-card-text{
	padding: 80px 60px;
}

.inovacao-card-img{
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 15px;
}

.inovacao-card-text span{
	font-size: 1.8rem;
	font-weight: 500;
}

.inovacao-card-text p{
	font-size: 1.3rem;
	margin-bottom: 0;
}

.inovacao-card:nth-of-type(2){
	text-align: right;
}

.btn-secundario {
	background-color: #51A4AD;
	color: #fff;
	border-radius: 11px;
	transition: all 0.6s ease;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	position: relative;
	text-decoration: none;
	margin-top: 80px;
}

.btn-secundario:hover {
	background-color: #2A848E;
	cursor: pointer;
	color: white;
}

.btn-secundario svg {
    width: 3em;
    margin: 0.5em 0.8em 0em 0em;
    position: absolute;
    display: flex;
    transition: all 0.6s ease;
    right: 0;
    top: 5px;
}

.btn-secundario:hover svg {
	transform: translateX(5px);
}

.btn-secundario .text {
    margin: 0 1.5em;
    font-size: 1.2rem;
}

.atuacao-quadro{
	width: 100%;
	position: relative;
	color: #404040;
}

.atuacao-quadro::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   
	right: 5%;
	background: #F2F2F2;
	z-index: -1; 
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.atuacao-quadro-texto p{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 120px;
	margin-top: 0px;
}

.atuacao-quadro-cards{
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
	position: relative;
	z-index: 1;
}

.atuacao-quadro-card{
	background-color: #FBFBFB;
	border: 1px solid #EAEAEA;
	padding: 40px;
	display: grid;
	grid-template-columns: auto auto;
	border-radius: 15px;
	gap: 40px;
	-o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.atuacao-quadro-card-titulo{
	font-size: 1.8rem;
    color: #404040;
    font-weight: 500;
}

.atuacao-quadro-card p{
	font-size: 1.5rem;
    color: #404040;
	margin-bottom: 0;
}

.atuacao-quadro-cards::before{
	content: " ";
    position: absolute;
    background-color: #6E78BC;
    width: 4px;
    height: 100%;
    z-index: -2;
    left: 75px;
}

.atuacao-quadro-card:hover{
	background-color: #FBFBFB;
	border: 1px solid #51A4AD;
	transform: scale(1.05) rotate(0deg) translate(0px, -5px) skewX(0deg);
}

.atuacao-quadro-card:hover .card-icon{
	background-color: #91CED4;
}

.atuacao-quadro-card:hover .card-icon .material-symbols-outlined{
	color: #51A4AD;
}

.atuacao-quadro .btn-secundario{
	background-color: #4A56A6;
}

.atuacao-quadro .btn-secundario:hover{
	background-color: #6E78BC;
}


.aceleracao-hero-text{
border-bottom: 1px solid #DDDDDD;
padding: 0 0 200px 0;
}

.crescimento{
	text-align: center;
	margin-top: -150px;
}

.crescimento p{
	font-size: 1.8rem;
    color: #404040;
}

.aceleracao-quadro .atuacao-quadro::before{
	background-color: white;
}

.aceleracao-quadro .atuacao-quadro{
	margin-top: 0px;
}

.participacao{
	width: 100%;
	position: relative;
	color: white;
	text-align: center;
}

.participacao::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   
	right: 5%;
	background: #323C80;
	z-index: -1; 
	border-radius: 16px;
}

.participacao-grupo{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin-top: 60px;
}

.participacao h2{
	margin-top: 0;
}

.participacao p{
	font-size: 1.8rem;
	width: 60ch;
	margin: 0 auto;
}

.participacao-card{
	font-size: 1.5rem;
	font-weight: 500;
	background-color: #6E78BC;
	border: 1px solid #4A56A6;
	padding: 40px;
	border-radius: 15px;
}

.participacao-obs{
	color: #D3D3D3;
	margin-top: 60px;
	text-align: center;
}

.aceleracao-quadro h2{
	text-align: center;
	width: 30ch;
	margin: 0px auto 60px auto;
}

.selecao{
	width: 100%;
	position: relative;
	color: #404040;
	text-align: center;
}

.selecao h2{
	margin-top: 0;
}

.selecao::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   
	right: 5%;
	background: #F9F9F9;
	z-index: -1; 
	border-radius: 16px;
}

.selecao-quadro{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	gap: 40px;
	position: relative;
}

.numero-quadro{
	background-color: #51A4AD;
	width: 80px;
	height: 80px;
    display: flex;
    font-family: "Roboto Slab", serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: white;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
	border: 8px solid #F9F9F9;
}

.selecao-texto{
	background-color: #FBFBFB;
	border: 1px solid #51A4AD;
	border-radius: 15px;
	padding: 40px;
	margin-top: 40px;
	height: 70%;
	-o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.selecao-texto span{
	color: #51A4AD;
	font-size: 1.5rem;
	font-weight: 500;
}

.selecao-texto p{
	font-size: 1.2rem;
	margin-bottom: 0;
}

.selecao-texto:hover{
	transform: scale(1) rotate(0deg) translate(0px, -10px) skewX(0deg);
}

.selecao-quadro::before{
	content: "";
	background-color: #A7C4C7;
	height: 4px;
	width: 80%;
	margin: 0 auto;
	position: absolute;
	z-index: -1;
	left: 5%;   
	right: 5%;
	top: 40px;
}

#quadro2{
	background-color: #569399;
}

#quadro3{
	background-color: #567F83;
}

#quadro4{
	background-color: #39575B;
}

.inscricao{
	text-align: center;
}

.inscricao p{
	font-size: 1.8rem;
}

.inscricao span{
	color: #93509F;
	
}

.link{
	color: #6E78BC;
	word-break: break-word;
}

.inscricao h2{
	margin-top: 0;
}

.inscricao .btn-primario{
	background-color: #93509F;
	margin-bottom: 15px;
}

.inscricao .btn-primario:hover{
	background-color: #BC85C5;
}

.apoio{
	width: 100%;
	position: relative;
	color: white;
	text-align: center;
}

.apoio h2{
	margin-top: 0;
}

.apoio::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   
	right: 5%;
	background: #93509F;
	z-index: -1; 
	border-radius: 16px;
}

.apoio p{
	font-size: 1.8rem;
}

.apoio-card span{
	font-size: 1.6rem;
	font-weight: 500;
}

.apoio-card p{
	font-size: 1.2rem;
	margin-bottom: 0;
}

.apoio-quadro{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin-top: 80px;
}

.apoio-card{
	background-color: #A66FAF;
	border: 1px solid #BC85C5;
	border-radius: 15px;
	padding: 40px;
	-o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.apoio-card:hover{
	transform: scale(1) rotate(0deg) translate(0px, -10px) skewX(0deg);

}



.startup{
	text-align: center;
	border: 1px solid #DDDDDD;
}

.startup-grupo{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
	margin-top: 120px;
}

.startup-card{
	background-color: #F2F2F2;
	padding: 40px;
	border-radius: 15px;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	-o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.titulo-startup{
	font-size: 1.5rem;
	font-weight: 500;
}

.startup-card .card-icon{
	margin-top: -70px;
	margin-bottom: 20px;
}

.startup h2{
	margin-top: 0;
}

.startup p{
	font-size: 1.8rem;
}

.startup-card:hover{
	transform: scale(1.05) rotate(0deg) translate(0px, -5px) skewX(0deg);
}

.startup-card:hover .card-icon{
	background-color: #91CED4;
}

.startup-card:hover .card-icon .material-symbols-outlined{
	color: #51A4AD;
}

.financiamento h2{
	margin-top: 0;
}

.financiamento{
	text-align: center;
}

.financiamento p{
	font-size: 1.8rem;
}

.financiamento-grupo{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px;
	margin-top: 60px;
}

.financiamento-card{
	background-color: #FBFBFB;
	border: 1px solid #D3D3D3;
	padding: 40px;
	border-radius: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.financiamento-card span{
	color: #323C80;
	font-size: 1.8rem;
	font-weight: 500;
}

.financiamento-card p{
	font-size: 1.5rem;
	margin-bottom: 0;
}

.financiamento-card:hover{
	background-color: #FBFBFB;
	border: 1px solid #51A4AD;
	transform: scale(1.05) rotate(0deg) translate(0px, -5px) skewX(0deg);
}

.cta{
	text-align: center;
	color: #404040;
	width: 100%;
	position: relative;
}

.cta h2{
	margin: 0px 0px 30px 0px;
}

.cta::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   
	right: 5%;
	background: #F2F2F2;
	z-index: -1; 
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.cta p{
	font-size: 1.8rem;
	margin-bottom: 0;
}

.cto-grupo{
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	margin-bottom: 60px;
}

.contato{
	color: #404040;
	width: 100%;
	position: relative;
}

.contato h2{
	margin: 0;
}

.contato::before{
	content: '';
	position: absolute;
	inset: 0;
	left: 5%;   
	right: 5%;
	background: #F2F2F2;
	z-index: -1; 
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.contato-grupo{
	display: grid;
	grid-template-columns: 3fr 4fr;
	column-gap: 80px;
	row-gap: 40px;
}

.contato-grupo p{
	font-size: 1.8rem;
	margin-bottom: 0;
}

.contato-formulario{
	grid-row: span 2;
}

.contato-formulario p{
	margin: 0;
}

.contato-formulario .btn-primario span{
	margin: 0 1em;
	font-size: 1.2rem;
}

.contato-formulario .btn-primario svg {
    width: 1.7em;
    margin: 0.4em 0.9em 0em;
}

.contato-formulario .btn-primario{
	margin-top: 20px;
}

.contato-botao{
	display: flex; 
	justify-content: flex-end
}

.redes-sociais-icones{
	margin-top: 20px;
	display: flex;
	gap: 40px;
}

.unidades h2{
	margin-top: 0;
	text-align: center;
}

.unidades-grupo{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	margin-top: 100px;
	padding: 0 200px;
}

.unidade-card{
	background-color: #F2F2F2;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 40px;
	border-radius: 15px;
	align-items: center;
	-o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.unidade-card .card-icon{
	margin-top: -80px;
    margin-bottom: 40px;
}

.unidade-estado{
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
}

.unidade-nome{
	font-size: 1.2rem;
	display: block;
	margin-top: 20px;
	font-weight: 500;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: .5em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #93509F;
    background-color: #93509F;
    color: white;
    border-radius: 5px;
    padding: 10px;
	text-align: center;
}

.unidade-card:hover{
	transform: scale(1.05) rotate(0deg) translate(0px, -5px) skewX(0deg);
}

.unidade-card:hover .card-icon{
	background-color: #91CED4;
}

.unidade-card:hover .card-icon .material-symbols-outlined{
	color: #51A4AD;
}

.btn-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #4A56A6;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.btn-top.visible {
  opacity: 1;
  visibility: visible;
}

.btn-top:hover {
  background: #191970;
}

@media screen and (max-width: 1630px){
	.container {
		padding: 0 200px;
	}

}

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

	.container {
		padding: 0 150px;
	}

	.cards-ajudar {
		gap: 60px
	}

	.card-ajudar {
		height: 400px;
	}

	.main-navigation ul {
		gap: 40px;
	}

	.descubra-card-grupo {
		gap: 60px;
	}

	.inovacao-card{
		grid-template-columns: 1fr 2fr;
	}

	.inovacao-card:nth-of-type(2){
		grid-template-columns: 2fr 1fr;
	}

}

@media screen and (max-width:1400px){
	.descubra-card {
    	padding: 30px;
	}
}

@media screen and (max-width: 1230px){
	.menu-principal{
		flex-direction: column;
	}

	.site-branding {
    	margin-bottom: 20px;
	}

	.ajudar h2 {
   		width: auto;
	}

	.descubra h2 {
   		width: auto;
	}

	.inovacao h2 {
    	width: auto;
	}

	.descubra-card {
        width: 45%;
    }

	.descubra-card-grupo{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.participacao p {
		width: auto;
	}

	.aceleracao-quadro h2 {
		width: auto;
	}

	.selecao-texto {
		height: 330px;
	}

	.unidades-grupo {
		padding: 0;
	}
}

@media screen and (max-width: 1180px){
	.selecao-quadro {
		grid-template-columns: 1fr;
	}

	.selecao-quadro > div{
		display: grid;
		grid-template-columns: auto 1fr;
	}

	.selecao-quadro::before {
		height: 80%;
		width: 4px;
		left: calc(5% - 4px);
		right: initial;
	}

	.selecao-texto {
        height: auto;
    }

	.cto-grupo {
    	padding: 0 50px;
	}
}


@media screen and (max-width: 1024px){
	.container {
        padding: 0 50px;
    }

	.atuacao::before {
		left: 3%;
		right: 3%;
	}

	.descubra::before {
		left: 3%;
		right: 3%;
	}

	.inovacao::before {
    	left: 3%;
		right: 3%;
	}

	.atuacao-quadro::before{
		left: 3%;
		right: 3%;
	}

	.participacao::before{
		left: 3%;
		right: 3%;
	}

	.apoio::before{
		left: 3%;
		right: 3%;
	}

	.cta::before{
		left: 3%;
		right: 3%;
	}

	.selecao::before{
		left: 3%;
		right: 3%;
	}

	.contato::before{
		left: 3%;
		right: 3%;
	}

	.cards-ajudar {
        gap: 40px;
    }

	.cards-atuacao-grupo {
    	gap: 40px;
	}

	.inovacao-card-text {
		padding: 60px 60px;
	}

	.participacao-grupo {
    	gap: 40px;
	}

	.apoio-quadro {
    	gap: 40px;
	}

	.financiamento-grupo {
    	gap: 40px;
	}

	.cto-grupo {
    	padding: 0 100px;
	}

	.startup-grupo {
		grid-template-columns: 1fr 1fr;
	}

}

@media screen and (max-width: 900px){
	h1 {
		font-size: 4rem;
	}

	.cards-atuacao-grupo{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 80%;
		margin: 80px auto 0 auto;
	}

	.cards-atuacao span:nth-last-of-type{
		width: 100%;
	}

	.site-info {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.footer-border {
		grid-column: auto;
		width: 80%;
	}

	.info-footer {
		align-items: center;
		justify-items: center;
		gap: 80px;
		text-align: center;
		margin-top: 20px;
	}

	.legal {
		gap: 40px;
		margin-top: 20px;
	}

	.financiamento-grupo{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.financiamento-card{
		width: 45%;
	}

	.cto-grupo {
        padding: 0;
    }

}

@media screen and (max-width: 768px){
	.cards-ajudar {
    	grid-template-columns: 1fr;
		
	}

	.card-ajudar{
		height: 250px;
		display: flex;
        justify-content: center;
	}

	h1 {
        font-size: 3.5rem;
    }

	.home .hero {
    	height: 900px;
	}

	.sessao {
		padding: 100px 0;
	}

	.descubra-card {
        width: 100%;
    }

	.descubra-card .card-icon{
		margin-top: -70px;
	}

	.descubra-card-grupo {
        gap: 80px;
    }

	.inovacao-card {
        grid-template-columns: 1fr;
		text-align: center;
    }

	.inovacao-card:nth-of-type(2){
		grid-template-columns: 1fr;
		text-align: center;
	}

	.inovacao-card-img{
		order: 1;
		height: 200px;
	}

	.inovacao-card-text{
		order: 2;
	}

	.contato-grupo {
		text-align: center;
		grid-template-columns: 1fr;
		row-gap: 40px;
	}

	.redes-sociais-icones {
		justify-content: center;
	}

	.contato-botao {
		justify-content: center;
	}

	.unidades-grupo {
    grid-template-columns: 1fr;
	}
}

@media screen and (max-width:690px){
	.startup-grupo {
        grid-template-columns: 1fr;
    }

	.selecao-quadro::before {
		left: calc(7% - 4px);
	}
}

@media screen and (max-width:599px){
	/* Animação para X quando aberto */
	.main-navigation.toggled .menu-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
	}
	.main-navigation.toggled .menu-toggle span:nth-child(2) {
	opacity: 0;
	}
	.main-navigation.toggled .menu-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
	}

	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	/* Ícone hamburguer */
	.menu-toggle {
		border: none;
		cursor: pointer;
		padding: 8px;
		display: flex;
		flex-direction: column;
		gap: 5px;
		background-color: white;
		transform: scale(1.5);
	}

	.menu-toggle:hover{
		background-color: white;
	}

	.menu-toggle span {
		display: block;
		width: 24px;
		height: 2px;
		background: #4169e1;
		transition: transform 0.3s, opacity 0.3s;
	}

	.container {
        padding: 0 25px;
    }

	.menu-principal {
        flex-direction:row;
    }

	.main-navigation ul{
		position: absolute;
		padding-left: 30px;
	}

	.nav-menu{
        background-color: white;
        height: 100vh;
        padding: 150px 50px 0px 50px;
        z-index: -1;
        right: 0;
        text-align: left;
        width: 100vw;
        top: 0;
    }

	.home .nav-menu a {
		color: #4169e1;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 1.8rem;
		padding-bottom: 20px;
	}

	.page-template .nav-menu a {
		color: #4169e1;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.nav-menu a::after {
		content: '';
		width: 15px;
        height: 15px;
        border-right: 3px solid #4169e1;
        border-top: 3px solid #4169e1;
		transform: rotate(45deg); /* vira um ">" */
		transition: transform 0.3s ease;
	}

	.site-branding {
       margin-bottom: 0px;
    }

	html {
		margin-top: 0 !important;
	}

	#wpadminbar {
		position: fixed;
		top: 0;
	}

	.cards-atuacao-grupo {
       width: 100%;
    }

	.atuacao::before {
        left: 0%;
        right: 0%;
    }

	.descubra::before {
		left: 0%;
        right: 0%;
	}

	.inovacao::before {
    	left: 0%;
        right: 0%;
	}

	.atuacao-quadro::before{
		left: 0%;
        right: 0%;
	}

	.participacao::before{
		left: 0%;
        right: 0%;
	}

	.apoio::before{
		left: 0%;
        right: 0%;
	}

	.cta::before{
		left: 0%;
        right: 0%;
	}

	.selecao::before{
		left: 0%;
        right: 0%;
	}

	.contato::before{
		left: 0%;
        right: 0%;
	}

	.atuacao-quadro-cards{
		gap: 80px;
	}

	.atuacao-quadro-card {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.atuacao-quadro-card .card-icon{
		margin-top: -70px;
	}

	.atuacao-quadro-cards::before {
    	left: calc(50% - 3px);
	}

	.participacao-grupo {
		grid-template-columns: 1fr;
	}

	.apoio-quadro {
    grid-template-columns: 1fr;
	}

	.financiamento-grupo {
        flex-direction: column;
    }

	.financiamento-card {
        width: auto;
    }

	.cto-grupo {
        grid-template-columns: 1fr;
		gap: 40px;
    }

	.selecao-quadro > div {
        grid-template-columns: 1fr;
    }

	.selecao-quadro::before {
        left: calc(50% - 4px);
	}

	.selecao-texto {
        height: auto;
        margin-top: -30px;
        z-index: -1;
    }

}

@media screen and (max-width:500px){
	.info-footer{
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.legal {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.inovacao-card-text {
        padding: 30px;
    }
}

@media screen and (max-width:425px){
	h1 {
        font-size: 3rem;
        word-break: break-word;
    }

	.hero-text {
    	padding-top: 200px;
	}

	.page-template .hero-text {
		padding-top: 200px;
	}

	.home .hero {
        height: 800px;
    }

	.cards-atuacao {
		flex-direction: column;
		text-align: center;
		gap: 0px;
	}

	.card-icon{
		margin-top: -60px;
	}

	.atuacao-titulo{
		padding: 30px 0;
	}

	.site-branding{
		width: 250px;
	}

	.cards-atuacao-grupo {
        gap: 60px;
    }

	.menu-toggle {
        transform: scale(1.2);
    }
}

@media screen and (max-width: 320px){
	.container {
        padding: 0 10px;
    }

	h1 {
        font-size: 2.8rem;
    }
}