/*!
Theme Name: IRede
Theme URI: http://underscores.me/
Author: ilustrajaque
Author URI: http://underscores.me/
Description: Tema desenvolvido para o Instituto IRede
Version: 1.2.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: irede
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.

IRede 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;
}

/**
 * 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: 'Figtree', sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

select{
    border: none!important;
    font-family: 'Figtree', sans-serif;
	color: #657376;
}

/**
 * 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: 'Figtree', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Figtree", sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: "Inter", sans-serif;
}

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:visited {
	color: #800080;
}

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-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	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: #666;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
}

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;
}

textarea {
	width: 100%;
}

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

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

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

.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;
	}
}

.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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/* iRede Theme
--------------------------------------------- */

h1{
	color: #180636;
	font-size: 3.25rem;
	line-height: 120%;
	font-weight: 600;
}

p{
	color: #657376;
	font-size: 1.5rem;
}

h2{
	font-size: 2.5rem;
	color: #180636;
	text-align: center;
	position: relative;
	line-height: 120%;
	font-weight: 600;
}

h2::after{
	content: "";
	width: 260px;
	position: absolute;
	height: 4px;
	background-color: #1200FF;
	bottom: -15px;
	left: 50%; 
	transform: translate(-50%, -50%);
}

h3{
	font-size: 2rem;
}

.site-header{
	max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#masthead{
	background: #1D1D1D;
	/* box-shadow:  3px 3px 10px #d9d9d9,
				-3px -3px 10px #ffffff; */
}

.logo{
	width: 160px;
}

.menu-lateral{
	display: none;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
}

.btn:visited{
	color: white;
	font-family: 'Figtree', sans-serif;
}

.btn-dark:visited{
	color: white;
	font-family: 'Figtree', sans-serif;
}

.btn {
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    background: #1200FF;
    background-image: linear-gradient(to left, #8F55E7, #6E64DC, #1200FF, #3E3CFF);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 50px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300%;
    background-position: 0 0;
    -webkit-appearance: none !important;
    justify-content: center;
	line-height: normal;
	color: white;
}

.btn a{
	color: white;
}

.btn-dark{
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    background: #180636;
	color: white;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 50px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300%;
    background-position: 0 0;
    -webkit-appearance: none !important;
    justify-content: center;
	line-height: normal;
}

.arrow-icon,
.arrow-full {
	transition: opacity 0.3s ease, transform 0.3s ease;
	display: flex;
	height: 30px;
	align-items: center;
}

.arrow-full {
	opacity: 0;
	position: absolute;
	right: 15px;
	transform: translateX(-5px);
}

.btn:hover, .btn:focus{
	background-position: 100% 0;
	color:#fff;
}

.btn:hover .arrow-icon {
	opacity: 0;
}

.btn:hover .arrow-full {
	opacity: 1;
	transform: translateX(0);
}

.btn-dark:hover, .btn-dark:focus{
	background-position: 100% 0;
	color:#fff;
}

.btn-dark:hover .arrow-icon {
	opacity: 0;
}

.btn-dark:hover .arrow-full {
	opacity: 1;
	transform: translateX(0);
}

.hero-text{
	padding: 150px;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	text-align: center;
}

.experiencia{
	margin: 0 auto;
	max-width: 1200px;
	background-image: linear-gradient(to left, #8F55E7, #6E64DC );
	padding: 50px 70px;
	border-radius: 100px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
    align-items: center;
	text-align: center;
	position: relative;
}

.txt-larger{
	font-family: "Figtree", sans-serif;
	color: white;
	font-size: 2.5rem;
	font-weight: 600;
	display: block;
	line-height: 100%;
    margin-bottom: 10px;
}

.txt-small{
	font-family: "Figtree", sans-serif;
	color: white;
	font-size: 1.25;
}

.experiencia div:nth-child(even){
	position: relative;
}

.experiencia div:nth-child(even):after{
	content: "";
    background: #DDDDDD;
    width: 1px;
    position: absolute;
    height: 120px;
    right: -60px;
    top: -17px;
}

.experiencia div:nth-child(even):before{
	content: "";
    background: #DDDDDD;
    width: 1px;
    position: absolute;
    height: 120px;
    left: -60px;
    top: -17px;
}

.solucoes{
	margin: 0 auto;
	padding: 100px 170px;
	background-color: #F6F6F6;
}


.solucao-item{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
	padding: 0 250px;
}

.solucao-item h3{
	color: #8F55E7;
	text-align: right;
}

.solucao-item p{
	color: #657376;
	font-size: 1.25rem;
	text-align: left;
}

#item1{
	text-decoration: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.img-home img{
	width: 100%;
}

.atuacao{
	padding: 140px 0;
}

.atuacao h2{
	color: #180636;
	text-align: center;
	line-height: 120%;
	margin-bottom: 80px;
}

.atuacao h2::after{
	display: none;
}

.atuacao-text{
	font-family: 'Inter', sans-serif;
	color: #657376;
	font-size: 1.5rem;
}

.img-mapa{
	position: relative;
	padding: 0 150px;
}

.fundo-mapa{
	z-index: 0;
}

.locais svg{
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 900px;
}

.tooltip{
	background-color: white;
	box-shadow: 3px 3px 10px #8181815c, -3px -3px 10px #ffffff00;
	font-family: 'Inter', sans-serif;
	opacity: 0;
	width: auto;
	padding: 15px 25px;
	font-size: 1rem;
	text-align: center;
	border-radius: 7px;
	z-index: 2;
}

.tooltip-title{
	color: #6E64DC;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

#local-campinas{
	position: absolute;
    top: 500px;
    left: 430px;
}

#local-campinas::after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    right: -8px;
    top: 25px;
    transform: rotate(180deg);
}

#local-brasilia::after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    right: -8px;
    top: 25px;
    transform: rotate(180deg);
}

#local-manaus::after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    right: -8px;
    top: 25px;
    transform: rotate(180deg);
}

#local-fortaleza::after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    right: -8px;
    top: 25px;
    transform: rotate(180deg);
}

#local-fortaleza{
	position: absolute;
    top: 120px;
    right: 410px;
}

#local-manaus{
	position: absolute;
    top: 120px;
    right: 790px;
}

#local-brasilia{
	position: absolute;
    top: 350px;
    right: 590px;
}


#Layer_1 g{
	cursor: pointer;
}

.st0{
	opacity: 0;
}

.segmentos{
	background-color: #F6F6F6;
	padding: 100px 0;
}

.segmentos h2{
	color: #180636;
	text-align: center;
	line-height: 120%;
	margin-bottom: 80px;
}

.segmento-group{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	gap: 70px;
    padding: 0 100px;
	margin-bottom: 70px;
}

.segmento-item{
	background-color: #ffffff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	padding: 30px;
	-o-transition: 0.3s;
    -webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
}

.segmento-item p{
	font-family: 'Inter', sans-serif;
	font-size: 1.5rem;
	color: #657376;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 10px;
}

.newsletter-homepage form{
	display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 30px;
	flex-wrap: wrap;
}

.newsletter-homepage button, input[type="button"], input[type="reset"], input[type="submit"]{
	border: none;
}


.cto-homepage p{
	color: white;
	font-size: 1rem;
	text-align: center;
}

.cto-homepage a{
	color: #5ED3DE;
	text-decoration: underline;
}

.cto-homepage br{
	display: none;
}

.depoimentos{
	padding: 100px 0;
}





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

.site-footer{
	background-color: #1D1D1D;
	color: white;
	padding: 100px 0;
	font-family: 'Inter', sans-serif;
	background-position: center;
}

.site-info{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
    align-items: stretch;
	gap: 100px;
}

.site-info span{
	font-size: .8rem;
	color: #B7B7B7;
	display: inline-flex;
	position: relative;
	margin-bottom: 20px;
}

.site-info span::after{
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% + 20px);
    left: 0;
    background-color: #657376;
    bottom: 0;
	top: 25px;
}

.site-info ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

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

.footer-logo{
	margin-bottom: 30px;
}

#unidades{
	margin-bottom: 40px;
}

.copyright span{
	font-family: 'Figtree', sans-serif;
	font-size: .8rem;
	color: #B7B7B7;
	display: block;
	text-align: center;
	margin-top: 80px;
	position: relative;
}

.copyright span::before{
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
    top: -15px;
	left: 0;
    background-color: #657376;
}

/* Página Sobre
--------------------------------------------- */

.page-template-sobre .hero-text{
	padding: 150px 0px;
}


.image-full{
	width: 100%;
	height: 800px;
	overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: center;
	flex-direction: column;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-full img{
	height: 100%;
	width: 100%;
    object-fit: cover;
}



.destaque{
	background: #1200FF;
    background-image: linear-gradient(to left, #1200FF, #3E3CFF);
	width: 700px;
	padding: 30px 50px;
	border-radius: 100px;
	text-align: center;
	margin: -105px auto -80px auto;
	position: relative;
	z-index: 2;
}

.container-destaque{
	border-bottom: 80px solid #1D1D1D;
}

.destaque p{
	font-size: 2rem;
	font-family: 'Figtree', sans-serif;
	margin: 0;
	line-height: 110%;
	color: white;
}

.conexoes{
	padding: 100px 0;
}

.conexoes p{
	margin: 80px 0;
	text-align: center;
}

.conexoes img{
	width: 700px;
}

.center-image{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.parceiros{
	margin-bottom: 70px;
}

.slider-parceiros {
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
}

.slider-parceiros-linha {
	display: flex;
	width: calc(250px * 35 * 2); /* 10 logos duplicados */
	animation: scroll 60s linear infinite;
}

.slider-parceiros-item {
	width: 250px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.slider-parceiros-item img {
	max-width: 100%;
	height: auto;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.slider-parceiros-item img:hover {
	filter: grayscale(0%);
}

@keyframes scroll {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.slider-parceiros:hover .slider-parceiros-linha {
	animation-play-state: paused;
}

@keyframes scroll-reverse {
	0%   { transform: translateX(-50%); }
	100% { transform: translateX(0); }
}

.slider-parceiros-linha-reverso {
	display: flex;
	width: calc(250px * 35 * 2); /* 10 logos duplicados */
	animation: scroll-reverse 60s linear infinite;
}

.slider-parceiros:hover .slider-parceiros-linha-reverso{
	animation-play-state: paused;
}

.credenciamento{
	background-color: #1D1D1D;
	padding: 100px 0;
}

.credenciamento h2{
	color: white;
	padding: 0 50px;
}

.credenciamento h2::after{
	display: none;
}

.credenciamento-itens{
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 0 100px;
	column-gap: 100px;
	margin-top: 70px;
	align-items: start;
    justify-items: center;
	position: relative;
}

.credenciamento-itens p{
	color: white;
}

.credenciamento-itens span{
	display: block;
	color: #B7B7B7;
	text-align: center;
}

.credenciamento-itens a{
	color: #B7B7B7;
}

.credenciamento-itens::after{
	content: "";
	position: absolute;
	height: 1px;
	width: 80%;
    bottom: 50%;
    background-color: #657376;
	left: 50%; 
	transform: translate(-50%, -50%);
}

.agente-regional{
	padding: 100px 0;
	background-color: #F6F6F6;
}

.agente-regional-itens{
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap: 70px;
	align-items: start;
	justify-items: center;
}

.agente-regional h2{
	text-align: left;
	padding-right: 400px;
}

.agente-regional h2::after{
	display: none;
}

.linha-tempo{
	margin: 100px 0;
}

.timeline {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.timeline-line {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 4px;
	height: 0;
	background: #6E64DC;
	transform: translateX(-50%);
	z-index: 0;
	transition: height 0.3s ease;
}

.timeline-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin: 80px 0;
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.6s ease;
}

.timeline-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.timeline-item.left .date {
	order: 1;
	text-align: right;
}

.timeline-item.left .content {
	order: 2;
}

.timeline-item.right .content {
	order: 1;
}

.timeline-item.right .date {
	order: 2;
	text-align: left;
}

.date, .content {
	width: 45%;
	padding: 20px;
	z-index: 1;
}

.date{
	padding: 0 20px 20px 0;
}

.date span{
	font-family: 'Figtree', sans-serif;
	font-size: 4.3rem;
	color: #1200FF;
	font-weight: 700;
}

.content ul{
	color: #657376;
	font-family: 'Inter', sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
	gap: 20px;
}

.right .content{
	text-align: right;
}

.circle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background: #1200FF;
	background-image: linear-gradient(to left, #1200FF, #3E3CFF);
	border: 8px solid white;
	border-radius: 50%;
	z-index: 2;
}

.timeline-item .circle {
	top: 50%;
	transform: translate(-50%, -50%);
}

.cto{
	border-bottom: 80px solid #1D1D1D;
	box-sizing: border-box;
}

.home .cto{
	background-color: #F6F6F6;
}

.cto-container{
	margin: 0 auto -80px auto;
	max-width: 1200px;
	background-image: linear-gradient(to left, #8F55E7, #6E64DC );
	padding: 50px 70px;
	border-radius: 60px;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
    align-items: center;
	text-align: center;
	position: relative;
}

.cto-itens h2{
	color: white;
	margin-top: 0;
}

.cto-itens h2::after{
	display: none;
}

.page{
	margin: 0;
}


/* Página IRede Amazônia
--------------------------------------------- */

.page-template-iredeamazonia .hero-text{
	padding: 100px 0;
}

.sobre-amazonia{
	padding: 100px 0;
}

.sobre-amazonia-itens{
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap: 100px;
}

.sobre-amazonia-itens span{
	display: block;
	color: #657376;
	text-align: center;
}

.sobre-amazonia-itens a{
	color: #657376;
}

.obrigacoes{
	background-color: #F6F6F6;
	padding: 100px 0;
}

.obrigacoes h2{
	padding: 0 100px;
}

.obrigacoes h2::after{
	display: none;
}

.obrigacoes-itens{
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 30px;
	padding: 60px 100px;
}

.obrigacoes-itens h3{
    color: #8F55E7;
}

.atuacao-amazonia{
	padding: 100px 0;
}

.atuacao-amazonia h2::after{
	display: none;
}

.atuacao-amaz-itens{
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 60px;
	align-items: center;
	text-align: center;
}

.parceiros-amazonia-itens{
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	column-gap: 70px;
	row-gap: 40px;
	padding: 0 100px;
}

.parceiros-amazonia{
	padding: 100px 0;
	background-color: #F6F6F6;
}

.parceiros-amazonia h2::after{
	display: none;
}

.sede-amazonia{
	padding: 150px 0;
}

.sede-amazonia-itens{
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 50px;
}

.sede-amazonia-itens h2{
	text-align: left;
	margin-top: 0;
}

.sede-amazonia-itens h2::after{
	display: none;
}

.sede-amazonia-itens{
	position: relative;
}

.legenda{
	background: #1200FF;
    background-image: linear-gradient(to left, #1200FF, #3E3CFF);
    width: 500px;
    padding: 10px 20px;
    border-radius: 100px;
    text-align: center;
	left: 70px;
    bottom: -10px;
    position: absolute;
    z-index: 2;
	color: white;
	margin: 0 auto;
}

.legenda p{
	font-family: 'Figtree', sans-serif;
	margin: 0;
	color: white;
}

.sede-amazonia-img{
	position: relative;
}

/* Página P&D LI
--------------------------------------------- */

.page-template-PDLI .hero-text{
	padding: 100px 0 0 0;
}

.page-template-PDLI .hero-text img{
	margin: 50px 0;
}

.page-template-PDLI .hero{
	padding: 0 0 100px 0;
}

.img-mobile{
	display: none;
}

.tecnologias{
	background-color: #3D3D3D;
	padding: 100px 0 140px 0;
}

.tecnologias h2{
	color: white;
}

.tecnologias h2::after{
	display: none;
}

.tecnologias-itens{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-content: center;
    align-items: stretch;
	row-gap: 40px;
	column-gap: 40px;
	margin-top: 80px;
}

.tecnologias-itens div{
	background-color: #505050;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 15px 20px;
    width: 250px;
    box-sizing: border-box;
	border-radius: 8px;
	align-items: center;
    justify-content: flex-start;
	gap: 20px;
}

.tecnologias-itens img{
	width: 45px;
	height: 45px;
}

.tecnologias-itens span{
	color: #EEEEEE;
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Inter', sans-serif;
	line-height: 110%;
}

.ped-portfolio{
	padding: 100px 0;
}

.ped-portfolio h2{
	margin-bottom: 60px;
}

.ped-portfolio h2::after{
	display: none;
}

.page-template-PDLI .cto-itens{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: start;
	gap: 90px;
	align-items: center;
}

.page-template-PDLI .cto-itens h2{
	margin-top: 0;
}

.cto-itens ul{
	list-style: none ;
	text-align: left;
	font-family: 'Inter', sans-serif;
	color: white;
	font-size: 1.3rem;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.cto-itens ul li:before {
  content: '✓';
  margin-right: 10px;
}


/* Página Capacitação
--------------------------------------------- */

.page-template-capacitacao .hero-text{
	padding: 100px 0;
}

.destaque-texto{
	color: #8F55E7;
}

.oportunidades{
	padding: 0 250px 100px 250px;
}

.oportunidades-container{
	border: 1px solid #1200FF;
	border-radius: 100px;
	padding: 50px;
}


.oportunidades-itens{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
    justify-items: center;
}

.oportunidades-itens span{
	display: block;
	color: #505050;
	font-family: 'Inter', sans-serif;
	font-size: 1.2rem;
	text-align: center;
}

.page-template-capacitacao h2::after{
	display: none;
}

.projetos{
	padding: 100px 0;
}

.projetos-itens{
	margin: 90px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 60px;
}

.page-template-capacitacao .cto-itens{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 90px;

}

.page-template-capacitacao .cto-itens h2{
	margin-top: 0;
}



/* Página Empreendedorismo
--------------------------------------------- */

.empreendedorismo-beneficios{
	padding-bottom: 150px;
}

.page-template-empreendedorismo .hero-text{
	padding: 150px 100px;

}

.container-lista{
	display: flex;
    width: 100%;
    max-width: 1200px;
    gap: 40px;
}

.lista-mobile{
	display: none;
}

.lista-empreendedorismo {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.lista-item {
	padding: 20px;
	background: white;
	cursor: pointer;
	transition: background 0.3s;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	box-sizing:border-box;
	position: relative;
}

.lista-item:nth-of-type(2)::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #1200FF;
	position: absolute;
    left: 0px;
    top: -1px;
}

.lista-item:nth-of-type(2)::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #1200FF;
	position: absolute;
    left: 0px;
    bottom: -1px;
}

.lista-item:nth-of-type(3)::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #1200FF;
	position: absolute;
    left: 0px;
    bottom: -1px;
}

.lista-item:hover {
	background: #e0e0ff;
	border-top: 1px solid #1200FF;
	border-bottom: 1px solid #1200FF;
}

.preview {
	position: relative;
	width: 50%;
	height: auto;
	background: white;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.preview img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease;
	opacity: 0;
	pointer-events: none;
}

.preview img.active {
	opacity: 1;
	pointer-events: auto;
}

.lista-item h3{
    font-family: 'Figtree', sans-serif;
    font-size: 1.75rem;
    color: #180636;
    margin: 0 0 10px 0;
    line-height: normal;
}

.lista-item p{
	font-size: 1.25rem;
	margin: 0;
}

.business-center{
	padding: 100px 0;
}

.business-center h2{
	margin-bottom: 50px;
}

.business-center p{
	text-align: center;
	margin-bottom: 50px;
}

.business-center h2::after{
	display: none;
}

.cto-empreendedorismo{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
}


/* Página Conecte-se
--------------------------------------------- */

.conecte{
	padding: 100px 0;
}

.liderancas{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
    justify-content: center;
    align-items: center;
	padding: 0 100px;
	margin-top: 80px;
}

.conecte p{
	text-align: center;
}

.liderancas h3{
	color: #1200FF;
	font-family: 'Figtree', sans-serif;
	margin: 0;
	margin-bottom: 10px;
	line-height: normal;
}

.liderancas span{
	color: #657376;
	font-size: 1.25rem;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.liderancas a{
	color: #1200FF;
	font-weight: 600;
	font-size: 1.2rem;
}

.lideranca-info{
	padding: 40px 40px;
}


.linha-direita{
	border-right: 4px solid #1200FF;
	text-align: right;
	width: 100%;
}

.linha-esquerda{
	border-left: 4px solid #1200FF;
	width: 100%;
}

.redes-sociais-lideranca{
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.redes-sociais-lideranca svg{
	width: 30px;
}

.linha-direita .redes-sociais-lideranca{
	justify-content: flex-end;
}

.contato{
	background-color: #1D1D1D;
}

.contato h2{
	color: white;
	text-align: left;
}

.contato h2::after{
	display: none;
}

.formulario-contato{
	padding: 100px 0;
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 100px;
}

.formulario-contato p{
	text-align: left;
	color: white;
	margin: 0;
	padding: 0;
}

.formulario-contato a{
	color: #5ED3DE;
}

.formulario-contato button, input[type="button"], input[type="reset"], input[type="submit"]{
	color: white;
	border: none;
}

.formulario-contato button{
	margin-top: 30px;
}

.newsletter{
	background-image: linear-gradient(to left, #8F55E7, #6E64DC );
	padding: 50px 70px;
}

.newsletter h2{
	color: white;
}

.newsletter h2::after{
	display: none;
}

.newsletter form{
	display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
	flex-wrap: wrap;
}

.newsletter button, input[type="button"], input[type="reset"], input[type="submit"]{
	border: none;
}


.newsletter p{
	color: white;
	font-size: 1rem;
	text-align: center;
}

.newsletter a{
	color: #5ED3DE;
	text-decoration: underline;
}

.newsletter br{
	display: none;
}

.redes-sociais-irede{
	padding: 100px 0 140px 0;
}

.redes-sociais-irede h2::after{
	display: none;
}

.bi-linkedin, .bi-instagram{
	width: 46px;
	height: 46px;
}

.redes-sociais-irede-icones{
	display: grid;
	grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
		padding: 0 200px;
}

.redes-sociais-irede-icones a{
	font-family: 'Figtree', sans-serif;
	font-size: 2rem;
	color: #657376;
	text-decoration: none;
	font-weight: 600;

}

.redes-sociais-irede-icones div{
	display: flex;
	gap: 20px;
}

.unidades{
	background-color: #F6F6F6;
	padding: 100px 0 160px 0;
}

.unidades h2{
	text-align: left;
}

.unidades h2::after{
	display: none;
}

.unidades-info{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    gap: 60px;
}

.unidades-info h3{
	font-family: 'Figtree', sans-serif;
	color: #180636;
	position: relative;
	font-size: 1.75rem;
}

.unidades-info h3::after{
	content: "";
	width: calc(50% + 20px);
	position: absolute;
	height: 3px;
	background-color: #1200FF;
	bottom: -5px;
	left: 0; 
}

.unidades-info h4{
	color: #6B6B6B;
	font-weight: 700;
	font-size: 1.5rem;
	margin: 20px 0;
	font-family: 'Inter', sans-serif;
}

.unidades-info p{
	font-size: 1rem;
	font-weight: 400;
}

.unidades-info a{
	color: #1200FF;
	font-weight: 700;
	font-size: 1.2rem;
	font-family: 'Inter', sans-serif;
}

.unidades-info img{
	width: 100%;
}

.unidades-info:nth-of-type(2){
	margin-top: 50px;
}

.unidades-image{
	width: 100%;
	height: 240px;
	overflow: hidden;
	display: flex;
	border-radius: 20px;
	align-items: center
}

.unidades-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	
}

#sp-testimonial-free-wrapper-87 .sp-testimonial-free{
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 30px;
	align-items: center;
}

.sp-testimonial-client-name{
	grid-column: 2/ span 1;
	text-align: left!important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
	text-align: left!important;
	margin: 0;
}

.depoimento-box {
    border: 1px solid #1200FF;
    border-radius: 50px;
    padding: 50px 0;
}

.sp-testimonial-client-image{
	grid-row: 1 / span 2;
}

.sp-testimonial-content::before{
	content: "❝";
    color: #6E64DC;
    font-size: 60px;
    margin-top: 50px;
    display: block;
}

.sp-testimonial-free-section .sp-testimonial-client-image{
	margin: 0!important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
	padding: 0!important;
}

.depoimentos h2{
	margin-bottom: 80px;
}

.depoimentos h2::after{
	display: none;
}

.parceiros-home{
	padding: 20px 0 100px 0;
}

.parceiros-home-itens{
	filter: grayscale(1);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-evenly;
	column-gap: 70px;
	row-gap: 50px;
	padding: 0 100px;
	margin-bottom: 50px;
}

.segmento-item:hover{
	background-image: linear-gradient(to left, #8F55E7, #6E64DC );
}

.segmento-item:hover p{
    color: white;
}

.segmento-item:hover img{
	filter:  brightness(0) invert(1);
}

/* The side navigation menu */

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #1D1D1D; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 1.25rem;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  font-family: 'Figtree', sans-serif;
  position: relative;
}

.menu-lateral-itens a::after{
	content: "";
	background-color: #B7B7B7;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	left: 0;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #6E64DC;
}

.current-menu-item a{
	color: #6E64DC;
}

.current-menu-item a::after{
	background-color: #6E64DC;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.sidenav-size {
	width: 500px;
}

.menu-header{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.menu-lateral-itens {
	margin-top: 30px;
}

.main-navigation ul{
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.menu-wrapper{
	padding: 0 60px;
	
}

.menu-redes-sociais{
	margin-top: 90px;
	display: flex;
	gap: 20px;
}

.redes-sociais-footer{
	display: flex;
	gap: 10px;
}

.redes-sociais-footer svg{
	width: 25px;
	height: 25px;
}

.menu-redes-sociais svg{
	width: 35px;
	height: 35px;
}

.menu-lateral-idioma{
	margin-top: 70px;
}

.menu-lateral-idioma li{
	padding: 0;
    text-decoration: none;
    font-size: 1.25rem;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-family: 'Figtree', sans-serif;
    position: relative;
}

.menu-lateral-idioma ul{
	display: flex;
	gap: 10px;
}

.trp-language-switcher .trp-ls-shortcode-current-language{
	display: flex;
}

.trp-ls-shortcode-current-language{
	padding-left: 0;
}

.trp-language-switcher{
	margin-left: -25px;
}

.menu-lateral-idioma li:nth-of-type(1):after{
	content: "";
    background-color: #B7B7B7;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.trp-language-switcher > div {
	background: transparent;
	border-radius: 5px;
	color: white;
	font-family: 'Figtree', sans-serif;
	border: none;
}

.trp-language-switcher > div > a:hover {
    background: #1200FF;
    border-radius: 2px;
}

.trp-language-switcher > div > a {
	color: white;
	font-family: 'Figtree', sans-serif;
}

.trp-language-switcher > div > a:nth-of-type(2){
	background-color: white;
	color: #1D1D1D;
}

.wpcf7-not-valid-tip {
    color: #ff6565;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #f8d7da;
	background-color: #f8d7da;
	border-radius: 20px;
	color: #ab111f;
	margin: 1em 0.5em;
	font-size: 1rem;
	text-align: center;
}

.wpcf7-not-valid-tip{
	font-size: 16px;
	margin-top: 5px;
}

#btnScrollTop{
	background-color: #1200FF;
	color: white;
	border-radius: 100px;
	border: none;

}

#btnScrollTop img{
		transform: rotate(-90deg);
}

.home .entry-header{
	padding: 150px 0;
    text-align: center;
}

.home .entry-header h1{
	position: relative;
}

.home .entry-header h1::after{
	content: "";
    width: 260px;
    position: absolute;
    height: 4px;
    background-color: #1200FF;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home h2{
	text-align: left;
}

.home h2{
	text-align: center;
}

.home h2::after{
	display: none;
}

.cases{
	background-color: #F6F6F6;
	padding-bottom: 100px;
}

.case-image{
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
}

.cases-itens{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.post-resumo{
	background-color: white;
	border-radius: 20px;
	overflow: hidden;
}

#posts-filtrados{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
}

.post-thumbnail{
	height: 300px;
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	align-items: center
}

.post-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.posts-navigation img{
	width: 100%;
}

.post-conteudo-resumo{
	padding: 20px 40px;
}

.post-conteudo-resumo h3{
	text-align: center;
	color: #180636;
	line-height: normal;
}

.post-conteudo-resumo p{
	font-size: 1.2rem;
	text-align: center;
}

.post-categories{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	gap: 20px;
}

.post-categories li{
	background-color: #EEEEEE;
	border-radius: 5px;
	padding: 10px 20px;
}

.post-categories a{
	text-decoration: none;
	color: #657376;
}

.modal-categorias {
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.modal-categorias a{
	background-color: #EEEEEE;
	border-radius: 5px;
	padding: 10px 20px;
	text-decoration: none;
	color: #657376;
}

.modal-titulo h2{
	text-align: left;
	width: 80%;
	margin-top: 0;
}

.modal-titulo h2::after{
	display: none;
}

#fechar-modal{
    right: 40px;
    top: 40px;
    padding: 15px 18px;
    font-size: 16px;
    cursor: pointer;
    z-index: 1000;
    background-color: #1200FF;
    color: white;
    border-radius: 100px;
    border: none;
    position: absolute;
	font-family: 'Figtree', sans-serif;
}


.modal-content-post {
  --sb-track-color: transparent;
  --sb-thumb-color: #657376;
  --sb-size: 10px;
}

.modal-content-post::-webkit-scrollbar {
  width: var(--sb-size)
}

.modal-content-post::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 8px;
}

.modal-content-post::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 8px;
  
}

@supports not selector(::-webkit-scrollbar) {
  .modal-content-post {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.modal-thumbnail{
	height: 300px;
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	align-items: center;
	margin: 40px 0;
}

.modal-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h4{
	font-size: 1.7rem;
}

.filtros{
	padding: 10px;
    background-color: white;
    border-radius: 10px;
	display: flex;
}

option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;

  border: 2px solid #ddd;
  background: white;
  padding: 10px;
  transition: 0.4s;
}

.modal-wraper{
	position: relative;
}

.container-archive{
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 45px;
	padding-bottom: 100px;
}

.container-archive .post{
	background-color: white;
    border-radius: 20px;
    overflow: hidden;
}

.archive {
	background-color: #F6F6F6;
}

.entry-title{
	font-size: 2.2rem;
}

.entry-title::after{
	display: none;
}

.entry-title a{
	text-decoration: none;
}

.entry-title a{
	color: #180636;
}

.entry-title a:hover{
	color: #1200FF;
}

.page-title{
	text-align: center;
	margin: 60px 0;
}

.error-404{
	padding: 150px 0 200px 0;
	text-align: center;
}

.post-unico .post-thumbnail{
	height: 500px;
}

.post-unico .modal-categorias {
	margin: 40px 0;
}

.post-unico .entry-title {
    font-size: 2.7rem;
}

.post-unico .post-navigation{
	margin: 80px 0 0 0;
}

.post-unico{
	padding: 0 0 200px 0;
}

/* Telas de 1440px */

@media screen and (max-width: 1440px) {
	.solucoes {
		padding: 100px;
	}

	.atuacao {
    	padding: 100px 0;
	}

	.oportunidades {
		padding: 0 100px 100px 100px;
	}
}

@media screen and (max-width: 1300px){
	.container, .site-header {
		max-width: 1000px;
	}

	.hero-text {
		padding: 150px 0;
	}

	.experiencia {
    	max-width: 1100px;
	}

	.solucao-item {
		padding: 0 150px;
	}

	.newsletter-homepage form {
		column-gap: 20px;
		row-gap: 0px;
	}

	.locais svg {
    	width: 700px;
	}

	.sede-amazonia-itens {
		grid-template-columns: 1fr 1fr;
	}

	.legenda {
		left: -10px;
		bottom: 80px;
	}

	.redes-sociais-irede-icones {
		padding: 0 150px;
	}

	.unidades-info {
    	align-items: start;
	}

	.unidades-info-linha2 div:nth-of-type(2) {
		margin-top: 95px;
	}

	.unidades-info-linha2 div:nth-of-type(3){
		margin-top: 95px;
	}

	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		flex-basis: 100%;
	}

	#local-campinas {
		top: 390px;
		left: 320px;
	}

	#local-fortaleza {
		top: 90px;
		right: 350px;
	}

	#local-manaus {
		top: 90px;
		right: 650px;
	}

	#local-brasilia {
		top: 270px;
		right: 500px;
	}

}

@media screen and (max-width: 1100px){
	.container, .site-header {
        max-width: 800px;
    }

	.experiencia {
    	max-width: 900px;
		padding: 30px 60px;
	}

	.experiencia div:nth-child(even):before {
		left: -0px;
		top: 0px;
	}

	.experiencia div:nth-child(even):after {
		right: 10px;
		top: 0px;
	}

	.solucao-item {
        padding: 0;
    }

	.img-mapa {
		position: relative;
		padding: 0;
	}

	.segmento-group {
    	padding: 0 ;
		gap: 50px;
	}

	.depoimento-box {
    	padding: 10px 0;
	}

	.parceiros-home-itens {
    	padding: 0;
	}

	.newsletter-homepage form {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.sidenav-size {
		width: 400px;
	}

	.cto-homepage p{
		width: 100%;
	}

	.locais svg {
        width: 800px;
    }

	.credenciamento-itens{
		padding: 0;
		align-items: center;
	}

	.credenciamento-itens::after {
		width: 100%;
		bottom: 47%;
	}

	.agente-regional h2 {
		text-align: left;
		padding-right: 0px;
	}

	.page-template-sobre .image-full img{
		max-width: max-content;
	}

	.atuacao-amaz-itens{
		grid-template-columns: 1fr;
	}

	.parceiros-amazonia-itens{
		padding: 0;
	}

	.sede-amazonia-itens {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.atuacao-amaz-itens p{
		text-align: center;
	}

	.legenda {
        left: 0;
        bottom: -5px;
        width: 100%;
    }

	.sede-amazonia-itens h2 {
		text-align: center;
		margin-top: 40px;
	}

	.sede-amazonia-itens p{
		text-align: center;
		margin-bottom: 0;
	}

	.obrigacoes-itens {
		padding: 60px 0;
	}

	.obrigacoes h2 {
    	padding: 0;
	}

	.sobre-amazonia-itens {
		grid-template-columns: 1fr;
		align-items: center;
		justify-items: center;
	}

	.sobre-amazonia-itens p{
		text-align: center;
	}

	.oportunidades-itens {
    	grid-template-columns: 1fr;
	}

	.oportunidades-itens p{
		text-align: center;
	}

	.oportunidades-itens div:nth-of-type(2){
		order: 1;
	}

	.oportunidades-itens div:nth-of-type(1){
		order: 2;
	}

	.oportunidades {
        padding: 0 50px 100px 50px;
    }

	.liderancas{
		padding: 0;
	}

	.formulario-contato {
		gap: 50px;
	}

	.redes-sociais-irede-icones {
		padding: 0; 
	}

	#local-brasilia {
		top: 310px;
		right: 400px;
	}

	#local-campinas {
        top: 450px;
        left: 230px;
    }

	#local-fortaleza {
		top: 100px;
		right: 230px;
	}

	#local-manaus {
        top: 100px;
        right: 580px;
    }

	.post-thumbnail {
		height: 250px;
		display: flex;
		width: 100%;
		overflow: hidden;
		border-radius: 20px;
		align-items: center;
	}

	.site-info {
		gap: 50px;
	}
}

@media screen and (max-width: 900px){
	.container, .site-header {
        max-width: 700px;
    }

	.experiencia {
        max-width: 750px;
        padding: 30px 40px;
    }

	.locais svg {
        width: inherit;
    }

	.credenciamento-itens {
        column-gap: 50px;
    }

	.agente-regional h2 {
        text-align: center;
    }

	.agente-regional-itens {
    	grid-template-columns: 1fr;
		text-align: center;
	}

	.credenciamento h2 {
    	padding: 0;
	}

	.page-template-PDLI .cto-itens{
		grid-template-columns: 1fr;
		gap: 50px;
    	justify-items: center;
	}

	.page-template-capacitacao .cto-itens{
		grid-template-columns: 1fr;
		gap: 50px;
    	justify-items: center;
	}

	#local-brasilia {
        top: 270px;
        right: 350px;
    }

	#local-fortaleza {
        top: 90px;
        right: 200px;
    }

	#local-manaus {
        top: 90px;
        right: 510px;
    }

	#local-campinas {
        top: 390px;
        left: 170px;
    }

	#posts-filtrados {
    	grid-template-columns: 1fr;
	}

}

@media screen and (max-width: 768px){
	.container, .site-header {
        max-width: 600px;
    }

	.tooltip{
		display: none;
	}

	.experiencia {
        max-width: 100%;
        padding: 40px;
    }

	.experiencia div:nth-child(even):after {
        right: 0px;
        top: 0px;
    }

	.segmento-group {
        gap: 30px;
    }

	#sp-testimonial-free-wrapper-87 .sp-testimonial-free{
		grid-template-columns: 1fr;
	}

	.sp-testimonial-client-image {
    	grid-row: auto;
	}

	.sp-testimonial-client-name {
		grid-column: auto;
	}

	.sp-testimonial-content::before {
    	margin-top: 20px;
	}

	#sp-testimonial-free-wrapper-87 .sp-testimonial-free-section{
		margin-top: 50px;
	}

	.site-info {
		display: grid;
		gap: 50px;
	}

	.timeline-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.date, .content {
		width: auto;
		text-align: left !important;
	}

	.timeline-line {
		left: 20px;
	}

	.linha-tempo {
		margin: 100px 60px;
	}

	.circle {
		left: 20px;
		transform: translateY(-50%);
	}

	.timeline-item.right .date{
		margin-left: 60px;
	}

	.timeline-item.right .content{
		padding-left: 0;
		margin-left: 60px;
		padding-top: 0;
	}

	.timeline-item.left .date{
		margin-left: 60px;
	}

	.timeline-item.left .content{
		padding-left: 0;
		margin-left: 60px;
		padding-top: 0;
	}

	.timeline-item.right .date{
		order: 1;
	}

	.timeline-item.right .content {
		order: 2;
	}

	.destaque {
		width: 100%;
	}

	.sede-amazonia-itens h2 {
        text-align: center;
        margin-top: 80px;
    }

	.img-mobile{
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		width: 50%;
		margin: 50px 0;
	}

	.page-template-PDLI .hero-text img{
		margin: 0;
	}

	.img-desktop{
		display: none;
	}

	.lista-desktop{
		display: none;
	}

	.preview{
		display: none;
	}

	.lista-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: start;
        align-content: stretch;
        justify-content: center;
    }

	.lista-imagem{
		height: 300px;
		width: 100%;
		overflow: hidden;
		border-radius: 20px;
		display: flex;
		align-items: center;
	}

	.lista-imagem img{
		width: 100%;
	}

	.page-template-empreendedorismo .hero-text {
		padding: 100px 0px;
	}

	.lista-item:nth-of-type(2)::before {
		display: none;
	}

	.lista-item:nth-of-type(2)::after {
		display: none;
	}

	.cto-empreendedorismo {
		grid-template-columns: 1fr;
		margin-bottom: 40px;
	}

	.lista-item h3 {
		margin: 0 0 20px 0;
	}

	.empreendedorismo-beneficios {
		padding-bottom: 100px;
	}

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

	.unidades-info-linha2 div:nth-of-type(3) {
        margin-top: 0px;
    }

	.redes-sociais-irede-icones {
    	grid-template-columns: 1fr;
		gap: 40px;
	}

	.formulario-contato {
	    grid-template-columns: 1fr;
		gap: 10px;
	}

	.liderancas{
		row-gap: 30px;
	}

	.liderancas img{
		width: 80%;
	}

	.liderancas-image{
		text-align: center;
		width: 100%;
	}

	.formulario-contato p {
    	text-align: center;
	}

	.formulario-contato h2{
		text-align: center;
	}

	.newsletter form {
		justify-content: center;
		gap: 30px;
		flex-direction: column;
		align-content: center;
		margin-bottom: 30px;
	}

	.newsletter p {
		text-align: center;
		width: 100%;
		margin: 0px;
	}

	.wpcf7-form div:nth-of-type(2){
		text-align: center;
		justify-content: center!important;
	}

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

	.site-info div:nth-of-type(4){
		margin-left: -60px;
	}

	.modal-content-post {
		max-width: 90vw;
	}

	.container-archive{
		grid-template-columns: 1fr;
	}

}

@media screen and (max-width: 650px){
	.container, .site-header {
        max-width: 550px;
    }

	.experiencia {
        max-width: 100%;
		grid-template-columns: 1fr;
    	gap: 40px;
		margin: 0 100px;
		border-radius: 40px;
		padding: 60px 20px;
		
    }

	.experiencia div:nth-child(even)::before {
		display: none;
	}

	.experiencia div:nth-child(even){
		border-top: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		padding: 40px 0;
	}

	.experiencia div:nth-child(even)::after {
		display: none;
	}

	.solucao-item{
		grid-template-columns: 1fr;
   	 	text-align: center;
		justify-items: center;
		gap: 15px;
	}

	.solucao-item h3{
		margin-bottom: 0;
	}

	.solucao-item p {
    	text-align: center;
		margin-top: 0;
	}

	.segmento-group{
		grid-template-columns: 1fr 1fr;
	}

	.obrigacoes-itens{
		grid-template-columns: 1fr;
		padding: 0 0 60px 0;
	}

	.obrigacoes-itens h3{
		margin-bottom: 0;
		text-align: center;
	}

	.obrigacoes-itens p{
		text-align: center;
	}

	.page-template-empreendedorismo .cto-itens ul li:before {
		margin-left: -25px;
	}

	.page-template-empreendedorismo .cto-itens div:nth-of-type(2){
		margin-left: 25px;
	}
	
	.liderancas{
		grid-template-columns: 1fr;
	}

	.liderancas img {
        width: 60%;
    }

	.linha-esquerda {
		border-left: 0;
		border-top: 4px solid #1200FF;
		width: 80%;
		text-align: center;
	}

	.linha-direita {
		border-right: 0;
		border-top: 4px solid #1200FF;
		width: 80%;
		text-align: center;
	}

	.linha-direita .redes-sociais-lideranca{
		justify-content: center;
	}

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

	.liderancas div:nth-of-type(1){
		order: 1;
	}

	.liderancas div:nth-of-type(2){
		order: 2;
	}

	.liderancas div:nth-of-type(3){
		order: 4;
	}

	.liderancas div:nth-of-type(4){
		order: 3;
	}

	.liderancas div:nth-of-type(5){
		order: 5;
	}

	.liderancas div:nth-of-type(6){
		order: 6;
	}

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

	.unidades-info-linha2 div:nth-of-type(2) {
        margin-top: 0px;
    }

	.unidades h2 {
		text-align: center;
	}

}

@media screen and (max-width:600px){
	.container, .site-header {
        max-width: 450px;
    }

	.cto-container {
    padding: 30px 40px;
	}

	.hero-text {
        padding: 100px 0;
    }

	.img-home{
		display: flex;
		height: 400px;
		align-items: stretch;
		justify-content: center;
		align-content: center;
		overflow: hidden;
	}

	.img-home img{
		height: auto;
		width: auto;
		max-width: fit-content;
	}

	.credenciamento-itens{
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.credenciamento-itens p {
		text-align: center;	
	}

	.credenciamento-itens::after {
        bottom: 49%;
    }

	.page-template-sobre .hero-text {
    	padding: 100px 0; 
	}

	.sede-amazonia-itens h2 {
        margin-top: 100px;
    }

	.legenda {
        bottom: -25px;
	}

	.tecnologias-itens div {
		flex-direction: row;
		flex-wrap: wrap;
		width: 150px;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.tecnologias-itens span{
		text-align: center;
	}

	.img-mobile {
        width: 60%;
    }

	.modal-content-post {
        max-width: 95vw
    }
}

@media screen and (max-width:500px){
	.container, .site-header {
        max-width: 400px;
    }

	.experiencia {
		margin: 0 50px
	}

	.solucoes {
        padding: 100px 50px;
    }
	
	.material-icons{
		height: 40px;
	}

	.material-icons img{
		height: auto;
		width: fit-content;
	}

	.material-icons{
		display: none;
	}

	.btn{
		padding: 15px 25px;
	}

	.btn-dark{
		padding: 15px 25px;
	}

	.cto-itens ul li:before {
    margin-left: -25px;
	}

	.cto-itens div:nth-of-type(2){
		margin-left: 25px;
	}

	.cto-itens .newsletter-homepage div{
		margin-left: -25px;
	}

	.wpcf7-submit br{
		display: none;
	}


}

@media screen and (max-width:425px){
	.container, .site-header {
        max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
    }

	.solucoes {
        padding: 50px 0px;
    }

	.atuacao {
        padding: 50px 0;
    }

	.segmentos {
		padding: 50px 0;
	}

	.segmento-group {
        grid-template-columns: 1fr;
    }

	.depoimentos {
		padding: 50px 0;
	}

	.cto-itens h2 {
    	margin-top: 0;
	}

	.cto-container{
		border-radius: 30px;
		padding: 40px;
	}

	.sidenav-size {
        width: 100%;
    }

	#sp-testimonial-free-wrapper-87 .sp-testimonial-free-section{
		margin: 30px;
	}

	.linha-tempo {
        margin: 100px 20px;
    }

	.page-template-PDLI .hero-text {
		padding: 50px 0 100px 0;
	}

	.img-mobile {
        width: 70%;
    }

	.ped-portfolio .btn{
		margin: 0 20px;
	}


	h1{
		font-size: 2.5rem;
	}

	h2{
		font-size: 2rem;
	}

	.txt-larger{
		font-size: 2rem;
	}

	h3 {
    	font-size: 1.7rem;
	}

	.segmento-item p{
		font-size: 1.25rem;
	}

	.menu-wrapper {
    	padding: 0 30px;
	}

	.hero-text {
        padding: 50px 0 100px 0;
    }

	.destaque {
    	border-radius: 30px;
	}

	.destaque p{
		font-size: 1.7rem;
	}

	.page-template-sobre .hero-text {
        padding: 50px 0 100px 0;
    }

	.date span{
		font-size: 3.5rem;
	}

	.legenda p{
		font-size: 1.2rem;
		line-height: normal;
	}

	.sede-amazonia-itens h2 {
        margin-top: 70px;
    }

	.tecnologias-itens div {
        width: 100%;
		display: grid;
        grid-template-columns: auto 1fr;
        justify-items: start;
        align-items: center;
        gap: 20px;
	}

	.tecnologias-itens span {
        text-align: left;
    }

	.oportunidades-container {
		border-radius: 30px;
		padding: 25px 0;
	}

	.oportunidades {
        padding: 0 20px 100px 20px;
    }

	.page-template-capacitacao .hero-text{
		padding: 50px 0 50px 0;
	}

	.projetos h2{
		margin: 0;
	}

	.lista-item {
    	padding: 20px 0;
	}

	.site-info {
        gap: 40px;
    }

	.lideranca-info {
    	padding: 40px 0px;
	}

	.newsletter {
		padding: 50px 0px;
	}

	.redes-sociais-irede-icones a{
		font-size: 1.7rem;
	}

	.hero-text {
        padding: 50px 0 ;
    }

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

	.site-info div:nth-of-type(4) {
        margin-left: 0px;
    }

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

	.trp-language-switcher{
		width: auto;
		margin-left: 0;
	}

	.trp-ls-shortcode-language{
		margin-left: -14px;
	}

	.post-conteudo-resumo {
    	padding: 20px 20px;
	}

	#fechar-modal {
    	right: 20px;
    	top: 10px;
	}

	.modal-titulo h2{
        width:90%;
    }

	.modal-content-post {
        max-width: 90vw;
        padding: 40px 20px;
    }

	.error-404 {
    	padding: 50px 0 100px 0;
	}

	.post-unico .entry-title {
    	font-size: 2.2rem;
	}

	.post-unico .post-thumbnail {
    	height: 300px;
	}


	.menu-lateral-idioma .trp-ls-shortcode-current-language .trp-ls-shortcode-disabled-language {
    	margin-left: -25px;
	}

	.menu-lateral-idioma .trp-ls-shortcode-language a:nth-of-type(1){
		margin-left: -11px;
	}

}

@media screen and (max-width:375px){
	.post-thumbnail {
        height: 200px;
	}

	.post-unico .nav-links{
		gap: 40px;
		flex-direction: column;
		align-items: center;
	}

	.post-unico {
		padding: 0 0 100px 0;
	}
}

@media screen and (max-width:320px){
	.experiencia {
        margin: 0 30px;
    }

	h1{
		font-size: 2.2rem;
	}

	h2{
		font-size: 2rem;
	}

	h3{
		font-size: 1.8rem	;
	}

	p{
		font-size: 1rem;
	}

	.oportunidades {
        padding: 0 0px 100px 0px;
    }

	.page-template-empreendedorismo .hero-text {
        padding: 50px 0px 50px 0;
    }

	.redes-sociais-irede-icones div {
		gap: 20px;
		flex-direction: column;
		align-items: center;
	}

	.redes-sociais-irede-icones {
        margin-top: 40px;
    }

	.liderancas a {
    	word-wrap: break-word;
	}

	.post-thumbnail {
        height: 180px;
    }

	.modal-thumbnail {
    	height: 180px;
	}

	#fechar-modal {
        right: 10px;
        top: 10px;
    }

	
}

