@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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: 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.2em;
}

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: 3px;
	padding: 3px;
}

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;
	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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

.container {
	max-width: 1206px;
}

html,
body {
	font-family: "Poppins", sans-serif;
	color: #767676;
	font-size: 16px;
	line-height: 28px;
}

button:focus {
	outline: none;
}

a:focus {
	outline: none;
}

a:visited {
	color: inherit;
}

.site-branding {
	z-index: 8;
}

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

.post,
.page {
	margin: 0;
}

figure {
	margin: 0.8em 0;
}

.wp-block-column p {
	text-align: justify;
}

.transition {
	transition: all 0.2s ease-out;
}

.site-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
}

.top-bar {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #e5eaf0;
	color: #484848;
}

.top-bar-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.top-bar-menu ul li {
	list-style: none;
}

.top-bar-menu ul li a {
	text-decoration: none;
	color: #787778;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 15px;
	transition: all 0.2s linear;
}

.top-bar-menu ul li.current-menu-item a,
.top-bar-menu ul li a:hover {
	color: #484848;
}

.main-navigation {
	width: auto;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.main-navigation ul li {
	list-style: none;
}

.main-navigation ul li a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 17px;
	color: #1f4076;
	text-decoration: none;
	transition: all 0.2s linear;
}

.main-navigation ul li:last-child a {
	padding-right: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a {
	color: #589ccc;
}

.main-navigation ul li#menu-item-257 a {
	color: #1f4076;
}

.main-navigation ul li#menu-item-257 a:hover {
	color: #589ccc;
}

.banner-home {
	width: 100%;
	height: auto;
	min-height: 502px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/* border-radius: 0 0 90% 90% / 15em; */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cursos-home {
	padding-top: 65px;
	padding-bottom: 94px;
}

.cursos-home h2 {
	color: #484848;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	text-transform: uppercase;
	width: auto;
	margin: auto;
	max-width: 530px;
	font-weight: 600;
}

.cursos-home h2 span {
	display: block;
	width: 100%;
	font-size: 38px;
	color: #484848;
}

.cursos-home .grid-cursos {
	margin-top: 36px;
	display: grid;
	grid-column-gap: 30px;
	grid-template-columns: minmax(200px, 382px) minmax(200px, 382px) minmax(200px, 382px);
}

.cursos-home .grid-cursos a:hover img {
	transform: scale(1.2);
}

.cursos-home .grid-cursos a:hover .curso::after {
	background-color: #a8afb8;
}

.grid-cursos .curso {
	width: 100%;
	max-width: 382px;
	height: auto;
	min-height: 240px;
	padding: 25px;
	text-align: right;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	position: relative;
}

.grid-cursos .curso .curso-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.grid-cursos .curso img {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.grid-cursos .curso::after {
	width: 69px;
	height: 69px;
	border-radius: 200;
	background-color: #589ccc;
	border: 3px solid #fff;
	position: absolute;
	bottom: -19px;
	right: 20px;
	content: "";
	border-radius: 500px;
	z-index: 2;
	background-image: url("images/icons/plus.svg");
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-out;
}

.grid-cursos .curso.font-menor {
	font-size: 23px;
}

.container-disciplinas {
	margin: 60px 0;
}

.grid-cursos .curso span {
	display: block;
	max-width: 260px;
	float: right;
	z-index: 3;
	position: relative;
	font-weight: 700;
	line-height: 36px;
}

.banner-home h1 {
	font-size: 65px;
	line-height: 75px;
	color: #fff;
	display: block;
	width: auto;
	margin: auto;
	text-align: center;
	font-weight: 700;
	max-width: 590px;
}

.banner-home p {
	margin: auto;
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 33px;
	font-weight: 400;
	width: auto;
	text-align: center;
	max-width: 590px;
}

/* .wrapper-noticias-home::after {
  width: 45%;
  height: 585px;
  border-radius: 200;
  background-color: #589ccc;
  border: 3px solid $branca;
  position: absolute;
  bottom: -19px;
  right: 20px;
  content: "";
} */
.site-footer {
	padding: 0;
	background: url("images/bg/bg-footer.svg") no-repeat;
	background-position: top center;
	padding-top: 8em;
}

.site-footer .container-footer {
	background-color: #e5eaf0;
}

.site-footer .bg-footer {
	width: 100%;
	height: 100%;
	background-color: #e5eaf0;
}

.footer-bottom {
	background-color: #183b72;
	padding: 48px 0 40px 0;
}

.footer-copy {
	background-color: #103165;
	padding: 22px 0;
	display: flex;
	align-items: center;
	justify-self: center;
}

.footer-copy p {
	font-size: 13px;
	color: #a8afb8;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.inner-header-container {
	width: 100%;
}

.inner-header-container .container {
	padding-top: 21px;
	padding-bottom: 21px;
}

.top-bar-menu {
	padding: 5px 0 6px 0;
}

.top-bar .container {
	position: relative;
}

.wrapper-busca {
	width: 100%;
	max-width: 280px;
	height: 35px;
}

.container-busca {
	background-color: #183b72;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
	min-height: 45px;
	z-index: 9;
}

.container-busca #searchform {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 45px;
}

.container-busca .search-field {
	background: none;
	border: none;
	color: #fff;
}

.container-busca input:focus,
.container-busca input:active {
	background: none;
	border: none;
	color: #fff;
	outline: none;
}

.container-busca .search-submit {
	background-color: none;
	border-radius: 0;
	width: 44px;
	height: 44px;
	background: url("images/icons/search.svg") no-repeat;
	background-size: auto;
	background-position: center center;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
}

.search-field::-webkit-input-placeholder,
.search-input::-webkit-input-placeholder {
	color: #fff;
}

.search-field::-moz-placeholder,
.search-input::-moz-input-placeholder {
	color: #fff;
}

.search-field:-ms-input-placeholder,
.search-input:-ms-input-placeholder {
	color: #fff;
}

.search-field::-ms-input-placeholder,
.search-input::-ms-input-placeholder {
	color: #fff;
}

.search-field::-webkit-input-placeholder,
.search-input::-webkit-input-placeholder {
	color: #fff;
}

.search-field::-moz-placeholder,
.search-input::-moz-placeholder {
	color: #fff;
}

.search-field:-ms-input-placeholder,
.search-input:-ms-input-placeholder {
	color: #fff;
}

.search-field::-ms-input-placeholder,
.search-input::-ms-input-placeholder {
	color: #fff;
}

.search-field::-webkit-input-placeholder,
.search-input::-webkit-input-placeholder {
	color: #fff;
}

.link-destaque a {
	font-weight: bold;
}

.search-field::-moz-placeholder,
.search-input::-moz-placeholder {
	color: #fff;
}

.search-field:-ms-input-placeholder,
.search-input:-ms-input-placeholder {
	color: #fff;
}

.search-field::-ms-input-placeholder,
.search-input::-ms-input-placeholder {
	color: #fff;
}

.search-field::placeholder,
.search-input::placeholder {
	color: #fff;
}

.site-title {
	margin: 0;
}

.wrapper-acessos h3 {
	width: 100%;
	font-size: 30px;
	color: #183b72;
	text-transform: uppercase;
	display: block;
	margin-top: 74px;
	text-align: center;
	font-weight: 700;
}

.wrapper-acessos .conteudo-acessos {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: auto;
}

.wrapper-acessos .conteudo-acessos a {
	text-decoration: none;
	margin-top: 40px;
}

.wrapper-acessos .conteudo-acessos .item-acesso {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 22px;
	min-height: 199px;
}

.wrapper-acessos .conteudo-acessos .item-acesso:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.wrapper-acessos .conteudo-acessos .acesso-title {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #484848;
	margin-top: 12px;
	font-weight: 700;
	min-height: 44.8px;
}

.form-contato .form-img-container {
	position: relative;
}

.form-contato .form-img-container .overlay-circular {
	width: 100%;
	height: 100%;
	max-width: 197px;
	max-height: 197px;
	background-color: #293c6f;
	opacity: 0.9;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
}

.form-contato h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #484848;
	line-height: 33px;
	margin: 16px 0 0 0;
	font-weight: 700;
}

.form-contato .wpcf7-form {
	margin-top: 36px;
}

.form-contato .wpcf7-form p {
	display: grid;
	width: 100%;
	grid-template-areas: "l1 l1"
 "l2 l3"
 "l4 l4"
 "l5 l5"
 "l6 l6"
 "x l7" !important;
	-moz-column-gap: 12px;
	column-gap: 12px;
	row-gap: 12px;
}

.form-contato .wpcf7-form span:nth-child(1) {
	grid-area: l1;
}

.form-contato .wpcf7-form span:nth-child(2) {
	grid-area: l2;
}

.form-contato .wpcf7-form span:nth-child(3) {
	grid-area: l3;
}

.form-contato .wpcf7-form span:nth-child(4) {
	grid-area: l4;
}

.form-contato .wpcf7-form span:nth-child(5) {
	grid-area: l5;
}

.form-contato .wpcf7-form span:nth-child(6) {
	grid-area: l6;
}

.form-contato .wpcf7-form .wpcf7-submit {
	grid-area: l7 !important;
	justify-self: end !important;
}

.form-contato .wpcf7-text,
.form-contato .wpcf7-textarea,
.form-contato .wpcf7-select {
	width: 100%;
	background-color: #e5eaf0;
	font-size: 15px;
	padding: 15px;
	line-height: 20px;
	color: #767676;
	border: none;
	border-radius: 0;
}

.form-contato .wpcf7-textarea {
	max-height: 111px;
}

.form-contato .wpcf7-submit {
	width: 128px;
	height: 50px;
	background-color: #589ccc;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	text-transform: uppercase;
	border: none;
	border-radius: 25px;
	float: right;
}

.form-contato .wpcf7-submit:hover {
	background-color: #183b72;
}

.form-contato .wpcf7-not-valid-tip {
	color: #dc3232;
	display: block;
	font-size: 13px;
	padding: 5px;
}

.form-contato .wpcf7 form .wpcf7-response-output {
	margin: 0 0.5em 1em;
	padding: 0.2em 1em;
	color: #767676;
}

.diploma-resultado {
	display: block;
	clear: both;
	margin-top: 80px;
	position: relative;
	border-top: 1px solid #ccc;
	padding: 30px;
}

.diploma-resultado b {
	width: 100%;
	display: block;
	margin-top: 10px;
}

#cDiploma {
	max-width: 80%;
	margin: auto;
	margin-top: 30px;
}

#cDiploma input {
	width: 100%;
	background-color: #e5eaf0;
	font-size: 15px;
	padding: 15px;
	line-height: 20px;
	color: #767676;
	border: none;
	border-radius: 0;
}

#cDiploma button {
	width: 128px;
	height: 50px;
	background-color: #589ccc;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	text-transform: uppercase;
	border: none;
	border-radius: 25px;
	float: right;
	margin-top: 15px;
	display: block;
}

#cDiploma label {
	font-size: 20px;
	font-weight: 600;
	color: #183b72;
}

.page-id-75 .page-content h2 {
	margin-top: 38px;
}

.form-contato {
	padding: 0 0 60px 0;
}

.home .form-contato {
	padding: 100px 0 70px 0;
}

.noticias-home {
	content-visibility: auto;
	contain-intrinsic-size: 0 540px;
}

.noticias-home .menu-noticias {
	display: flex;
}

.noticias-home .menu-noticias > div {
	padding: 24px 28px 14px 28px;
	color: #a8afb8;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 700;
}

.noticias-home .menu-noticias > div:before {
	content: "";
	width: 100%;
	height: 10px;
	background-color: #a8afb8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}

.noticias-home .menu-noticias > div:hover,
.noticias-home .menu-noticias > div.menu-ativo {
	color: #fff;
}

.noticias-home .menu-noticias > div:hover:before,
.noticias-home .menu-noticias > div.menu-ativo:before {
	background-color: #183b72;
	height: 100%;
}

.noticias-home .conteudo-home {
	margin-top: 38px;
}

.noticias-home .conteudo-home .item {
	margin-top: 20px;
}

.noticias-home .conteudo-home .item > a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.noticias-home .conteudo-home .item .item-content {
	padding: 10px 18px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 58%;
}

.noticias-home .conteudo-home .item .item-content span {
	color: #767676;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.noticias-home .conteudo-home .item .item-content .item-titulo {
	color: #484848;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
}

.noticias-home .conteudo-home .item .item-content .item-texto {
	color: #767676;
	text-align: justify;
}

.noticias-home .conteudo-home .item:first-child {
	margin-top: 0;
}

.noticias-home .conteudo-home .item.item-edital {
	margin-top: 0;
}

.noticias-home .conteudo-home .item.item-edital .item-content {
	max-width: 100%;
}

.noticias-home .btn-noticias-home {
	display: flex;
	align-items: center;
	color: #183b72;
	text-decoration: none;
	margin-top: 39px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
}

.noticias-home .btn-noticias-home .btn-plus {
	width: 100%;
	background-color: #183b72;
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 13px;
}

.noticias-home .btn-noticias-home:hover {
	color: #a8afb8;
}

.noticias-home .btn-noticias-home:hover .btn-plus {
	background-color: #a8afb8;
}

.noticias-home .conteudo-editais .item-content {
	padding: 10px 0;
}

.noticias-home.noticias-page {
	content-visibility: auto;
	contain-intrinsic-size: 0 540px;
}

.noticias-home.noticias-page .menu-noticias {
	display: flex;
}

.noticias-home.noticias-page .menu-noticias > div {
	padding: 24px 28px 14px 28px;
	color: #a8afb8;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 700;
}

.noticias-home.noticias-page .menu-noticias > div:before {
	content: "";
	width: 100%;
	height: 10px;
	background-color: #a8afb8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}

.noticias-home.noticias-page .menu-noticias > div:hover,
.noticias-home.noticias-page .menu-noticias > div.menu-ativo {
	color: #fff;
}

.noticias-home.noticias-page .menu-noticias > div:hover:before,
.noticias-home.noticias-page .menu-noticias > div.menu-ativo:before {
	background-color: #183b72;
	height: 100%;
}

.noticias-home.noticias-page .conteudo-home {
	margin-top: 38px;
}

.noticias-home.noticias-page .conteudo-home .item {
	margin-top: 20px;
}

.noticias-home.noticias-page .conteudo-home .item > a {
	display: flex;
	text-decoration: none;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.noticias-home.noticias-page .conteudo-home .item img {
	width: 100%;
}

.noticias-home.noticias-page .conteudo-home .item .item-content {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: unset;
}

.noticias-home.noticias-page .conteudo-home .item .item-content span {
	color: #767676;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.noticias-home.noticias-page .conteudo-home .item .item-content .item-titulo {
	color: #484848;
	font-size: 18px;
	font-weight: 600;
}

.noticias-home.noticias-page .conteudo-home .item .item-content .item-texto {
	color: #767676;
	text-align: justify;
}

.noticias-home.noticias-page .conteudo-home .item:first-child {
	margin-top: 0;
}

.noticias-home.noticias-page .conteudo-home .item.item-edital {
	margin-top: 0;
}

.noticias-home.noticias-page .conteudo-home .item.item-edital .item-content {
	max-width: 100%;
}

.noticias-home.noticias-page .btn-noticias-home {
	display: flex;
	align-items: center;
	color: #183b72;
	text-decoration: none;
	margin-top: 39px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
}

.noticias-home.noticias-page .btn-noticias-home .btn-plus {
	width: 100%;
	background-color: #183b72;
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 13px;
}

.noticias-home.noticias-page .btn-noticias-home:hover {
	color: #a8afb8;
}

.noticias-home.noticias-page .btn-noticias-home:hover .btn-plus {
	background-color: #a8afb8;
}

.noticias-home.noticias-page .conteudo-editais .item-content {
	padding: 10px 0;
}

.container-editais {
	content-visibility: auto;
	contain-intrinsic-size: 0 540px;
}

.container-editais .menu-noticias {
	margin-bottom: 30px;
	display: flex;
}

.container-editais .menu-noticias > div {
	padding: 24px 28px 14px 28px;
	color: #a8afb8;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 700;
}

.container-editais .menu-noticias > div:before {
	content: "";
	width: 100%;
	height: 10px;
	background-color: #a8afb8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}

.container-editais .menu-noticias > div:hover,
.container-editais .menu-noticias > div.menu-ativo {
	color: #fff;
}

.container-editais .menu-noticias > div:hover:before,
.container-editais .menu-noticias > div.menu-ativo:before {
	background-color: #183b72;
	height: 100%;
}

.noticia-thumb img {
	width: 100%;
}

.post-categorias {
	margin-bottom: 15px;
	color: #183b72;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.post-categorias a {
	display: flex;
	float: left;
	margin-right: 5px;
}

.post-categorias a:last-child div {
	display: none;
}

.post-categorias .categorias-label {
	float: left;
	margin-right: 6px;
}

.home .noticias-home .conteudo-home {
	visibility: hidden;
	opacity: 0;
	height: 0;
	display: none;
}

.home .noticias-home .conteudo-home.conteudo-ativo {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}

.container-editais .conteudo-ed {
	visibility: hidden;
	opacity: 0;
	height: 0;
	display: none;
}

.container-editais .conteudo-ed.conteudo-ativo {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}

.eventos-home {
	background-color: #e5eaf0;
	position: relative;
	padding: 34px 36px 62px 36px;
	min-height: 100%;
}

.eventos-home h3 {
	width: 100%;
	font-size: 30px;
	color: #183b72;
	text-transform: uppercase;
	display: block;
	margin: 0;
	text-align: left;
	font-weight: 700;
	max-width: 205px;
}

.eventos-home .btn-eventos-home {
	position: absolute;
	bottom: -28px;
	left: 33px;
	width: 183px;
	height: 52px;
	background-color: #183b72;
	border: 3px solid #fff;
	border-radius: 25px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-decoration: none;
}

.eventos-home .btn-eventos-home span {
	display: block;
	margin-right: 5px;
}

.eventos-home .btn-eventos-home:hover {
	background-color: #a8afb8;
}

.eventos-home .conteudo-eventos {
	margin-top: 28px;
}

.eventos-home .conteudo-eventos > a {
	display: block;
	margin-top: 20px;
	text-decoration: none;
}

.eventos-home .conteudo-eventos > a:last-child {
	margin: 0;
	display: flex;
}

.eventos-home .item-evento {
	display: flex;
	align-items: center;
	justify-content: center;
}

.eventos-home .item-evento .ev-data {
	padding: 14px 22px;
	border: 2px solid #183b72;
	color: #183b72;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	margin-right: 20px;
	float: left;
	min-width: 118px;
}

.eventos-home .item-evento .ev-data b {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}

.eventos-home .item-evento .item-titulo {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: #484848;
}

.eventos-home .item-evento:hover .ev-data {
	background-color: #183b72;
	color: #fff;
}

.eventos-home .item-evento:hover .item-titulo {
	color: #183b72;
}

.eventos-home .item-evento:first-child {
	margin-top: 0;
}

.eventos-home:before {
	content: "";
	width: 40px;
	height: 106px;
	position: absolute;
	left: -20px;
	top: 10px;
	background-color: #183b72;
}

.wrapper-noticias-home {
	position: relative;
}

.wrapper-noticias-home:after {
	content: "";
	width: 40%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background-color: #e5eaf0;
}

.site-branding {
	z-index: 8;
}

footer .footer-fale-conosco {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 24px;
}

footer .footer-fale-conosco .fale-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 7px 0 0 0;
}

footer .footer-fale-conosco .fale-item p {
	color: #a8afb8;
	margin: 0 0 0 7px;
	font-size: 13px;
	line-height: 16px;
}

footer .footer-fale-conosco .fale-item img {
	margin-top: 1.8px;
}

footer .footer-fale-conosco .fale-item:last-child {
	margin-top: 17px;
}

footer .footer-endereco {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 24px;
}

footer .footer-endereco p {
	color: #a8afb8;
	margin: 0 0 0 7px;
	font-size: 13px;
	line-height: 22px;
}

footer .footer-endereco a {
	text-decoration: none;
}

footer .footer-social {
	display: flex;
	align-items: center;
	justify-self: start;
	margin-top: 24px;
}

footer .footer-social a {
	margin-right: 10px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3 ease-out !important;
}

footer .footer-social a:hover {
	background-color: #589ccc;
}

footer .wrapper-news {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: flex-end;
}

footer .wrapper-news img {
	margin: auto;
}

footer .wrapper-news p {
	margin: 26px auto 0 auto;
	display: block;
	font-size: 16px;
	color: #183b72;
	width: 100%;
	text-align: center;
	font-weight: 600;
	line-height: 17px;
}

footer .wrapper-news input {
	margin-top: 10px;
	border: 2px solid #a8afb8;
	padding: 11px 12px;
	font-size: 14px;
	color: #767676;
	background: transparent;
	line-height: 17px;
	width: 100%;
	font-weight: 500;
}

footer .wrapper-news button {
	width: 150px;
	height: 40px;
	background: #589ccc;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
	float: right;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}

footer .row-footer {
	padding-bottom: 50px;
}

footer h4 {
	font-size: 20px;
	line-height: 23px;
	color: #183b72;
	margin: 0;
	font-weight: 700;
}

footer h5 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

footer ul.footer-menu {
	margin: 0;
	padding: 0;
	margin-top: 33px;
	-moz-column-count: 3;
	column-count: 3;
	-moz-column-gap: 60px;
	column-gap: 60px;
	padding-left: 11px;
}

footer ul.footer-menu li {
	position: relative;
	list-style: none;
}

footer ul.footer-menu li a {
	color: #767676;
	font-size: 14px;
	line-height: 18px;
	transition: all 0.2s linear;
	text-decoration: none;
}

footer ul.footer-menu li a:hover {
	color: #484848;
}

footer ul.footer-menu li::before {
	width: 6px;
	height: 8px;
	background: url("images/icons/seta-menu.svg") no-repeat;
	content: "";
	position: absolute;
	top: 10px;
	left: -11px;
}

.widget_recent_entries ul li {
	position: relative;
	margin-top: 10px;
}

.widget_recent_entries ul li:first-child {
	margin-top: 0;
}

.widget_recent_entries ul li:before {
	width: 6px;
	height: 8px;
	background: url("images/icons/seta-menu.svg") no-repeat;
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
}

.widget_recent_entries ul li a {
	text-indent: 10px;
	display: block;
	line-height: 22px;
}

.btn {
	border-radius: 25px;
	background-color: #589ccc;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-modal:hover {
	background-color: #183b72;
	color: #fff;
}

.page-content {
	padding: 60px 0;
	margin: auto;
}

.page-content p {
	text-align: justify;
	margin-bottom: 10px;
}

.page-content h2 {
	font-size: 30px;
	color: #484848;
	margin-top: 24px;
	margin-bottom: 12px;
	font-weight: 700;
}

.page-content h3 {
	font-size: 22px;
	color: #484848;
	margin-top: 16px;
	margin-bottom: 12px;
	font-weight: 600;
}

.page-content h5 {
	font-weight: 500;
	color: #484848;
	font-size: 18px;
	margin-bottom: 22px;
}

.page-content ul {
	padding-left: 1.2em;
}

.page-content a {
	color: #293c6f;
	text-decoration: none;
}

.page-content .wp-block-column h3 {
	line-height: 24px;
	margin-bottom: 20px;
}

.page-content .wp-block-column strong {
	text-align: left;
	display: inline-block;
}

.wrapper-curso-extra .page-content p strong {
	color: #484848;
	font-weight: 600;
	line-height: 20px;
}

.wrapper-ouvidoria {
	width: 100%;
	min-height: 482px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 60px;
}

.wrapper-ouvidoria h3 {
	font-size: 30px;
	color: #fff;
	max-width: 330px;
	margin: 0 auto;
	line-height: 26px;
	text-align: center;
}

.wrapper-ouvidoria h3 b {
	display: block;
	width: 100%;
	margin-top: 8px;
	font-weight: 700;
	text-align: center;
}

.wrapper-ouvidoria a {
	display: block;
	margin-top: 25px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	padding: 15px 20px;
}

.wrapper-ouvidoria a:hover {
	background-color: #183b72;
	color: #fff;
}

.page-content.page-full {
	max-width: unset;
}

.page-id-156 .page-content h1 {
	margin-top: 44px;
	font-size: 30px;
	line-height: 34px;
	color: #484848;
	margin-bottom: 14px;
	line-height: 36px;
}

.wrapper-grid-papi .linha-grid h3 {
	font-weight: 700;
}

.wrapper-banner-interno {
	position: relative;
	min-height: 304px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper-banner-interno img {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}

.wrapper-banner-interno h1 {
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.3);
	max-width: 50%;
}

.form-invert .row-form {
	flex-direction: row-reverse;
}

.form-invert .row-form .overlay-circular {
	top: 0;
	right: unset;
	left: 0;
}

.page-template-page-sobre .page-content .wp-block-columns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-msg {
	line-height: 13px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.4em 1em 0.4em;
}

.footer-certificados {
	margin-top: 24px;
}

.wrapper-grid {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 60px;
}

.wrapper-grid .linha-grid {
	display: flex;
	background-color: #e5eaf0;
	position: relative;
	min-height: 400px;
}

.wrapper-grid .linha-grid h3 {
	color: #484848;
	font-size: 30px;
	line-height: 30px;
}

.wrapper-grid .linha-grid img {
	max-width: 50%;
}

.wrapper-grid .linha-grid .grid-content {
	max-width: 543px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-left: 55px;
	padding-right: 55px;
	flex-direction: column;
	min-height: 400px;
}

.wrapper-grid .linha-grid .grid-content p {
	margin-top: 16px;
	text-align: justify;
}

.wrapper-grid .linha-grid a {
	font-size: 16px;
	font-weight: 500;
	color: #293c6f;
	text-decoration: none;
}

.wrapper-grid .linha-grid .grid-absoluta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.wrapper-grid .linha-grid .grid-relativa {
	width: 100%;
}

.wrapper-grid .linha-grid:nth-child(1) .grid-content {
	float: left;
}

.wrapper-grid .linha-grid:nth-child(2) .grid-content {
	float: right;
}

.wrapper-grid .linha-grid:nth-child(3) .grid-content {
	float: left;
}

.container-img-grid {
	max-width: 50%;
	height: 100%;
	overflow: hidden;
}

.linha-grid:nth-child(2) .container-img-grid {
	float: right;
}

.wrapper-grid .linha-grid img {
	max-width: unset;
	height: 100%;
}

.overlay-circular-duvidas {
	width: 515px;
	height: 260px;
	background-color: #183b72;
	border-bottom-left-radius: 260px;
	border-bottom-right-radius: 260px;
	float: right;
}

.duvidas-curso {
	padding-bottom: 90px;
}

.duvidas-curso h3 {
	color: #484848;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	max-width: 180px;
	margin-top: 142px;
	margin-bottom: 0;
}

.duvidas-curso p {
	color: #767676;
	font-size: 16px;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.duvidas-curso span {
	color: #767676;
	font-size: 16px;
}

.wrapper-cards {
	width: 100%;
	padding: 90px 0;
	background-color: #e5eaf0;
}

.duvidas-curso {
	padding: 90px 0;
}

.wrapper-diciplinas {
	padding-top: 125px;
	padding-bottom: 110px;
	color: #fff;
}

.wrapper-diciplinas h3 {
	font-size: 30px;
	color: #fbfbfb;
	line-height: 31px;
	max-width: 206px;
}

.wrapper-diciplinas p {
	color: #fbfbfb;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 8px;
	margin-top: 16px;
	text-align: justify;
}

.wrapper-diciplinas ul {
	padding-left: 18px;
}

.wrapper-diciplinas ul li {
	margin: 4px 0;
}

.page-content ul li {
	margin: 4px 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	1% {
		display: block;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	1% {
		display: block;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	height: 50px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 15px 0 14px 15px;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #183b72;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #183b72;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	right: 0;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
     * Spring Reverse
     */
.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
     * Stand
     */
.hamburger--stand .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: #183b72;
}

.hamburger--spring:not(.is-active) .hamburger-inner::after {
	width: 60%;
}

.img-busca {
	margin-right: 15px;
	height: 100%;
}

.curso-info h1 {
	font-size: 38px;
	color: #183b72;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	line-height: 37px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.curso-info p {
	margin-bottom: 1.2em;
	text-align: justify;
}

.curso-info span {
	font-size: 30px;
	font-weight: 500;
}

.curso-info .curso-coord {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
}

.curso-info .curso-coord .coord {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 13px;
}

.curso-info .curso-coord .coord img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin-right: 12px;
}

.curso-info .curso-coord .coord div b {
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	display: block;
	color: #484848;
}

.curso-info .curso-coord .coord div span {
	font-size: 15px;
}

/* Ajustes página curso */
.conteudo-diferencial {
	width: 100%;
	max-width: 460px;
	text-align: center;
}

.conteudo-diferencial h3 {
	font-size: 28px;
	font-weight: 800;
	color: #484848;
	margin-bottom: 11px;
}

.conteudo-diferencial p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #767676;
}

.box-info {
	padding: 29px 0;
	position: relative;
	margin-top: 63px;
}

.box-info div.content-box-info {
	width: 100%;
	background-color: #183b72;
	position: relative;
	color: #fff;
	padding: 36px 43px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 80%;
	position: relative;
}

.box-info div.content-box-info span {
	display: block;
	font-size: 16px;
	line-height: 19px;
	margin-top: 16px;
	max-width: 290px;
}

.box-info div.content-box-info span b {
	font-weight: 600;
}

.box-info div.content-box-info span:first-child {
	margin-top: 0;
}

.box-info div.content-box-info span:last-child {
	margin-bottom: 20px;
}

.box-info div.link-disciplinas::after {
	width: 182px;
	height: 55px;
	content: "+ DISCIPLINAS";
	color: #fff;
	border-radius: 200;
	background-color: #589ccc;
	border: 3px solid #fff;
	position: absolute;
	bottom: 0;
	left: 29px;
	border-radius: 25px;
	z-index: 2;
	transition: all 0.3s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.box-info div:hover::after {
	background-color: #a8afb8;
}

.box-info img {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
}

.page-id-418 .wp-block-image,
.page-id-438 .wp-block-image,
.page-id-431 .wp-block-image,
.page-id-427 .wp-block-image,
.page-id-435 .wp-block-image {
	margin-bottom: 0;
}

.page-id-418 .wp-block-image .alignright,
.page-id-438 .wp-block-image .alignright,
.page-id-431 .wp-block-image .alignright,
.page-id-427 .wp-block-image .alignright,
.page-id-435 .wp-block-image .alignright {
	margin: 0.5em 0 0.5em 2em;
}

.site-main .post-navigation {
	margin: 30px 0 !important;
}

.noticias-sidebar .container-busca {
	background-color: #183b72;
	padding: 0;
	position: absolute;
	top: 0;
	left: 15px;
}

.noticias-sidebar hr {
	margin-top: 20px;
}

.noticias-sidebar hr.linha-side-busca {
	margin-top: 36px;
}

.noticias-sidebar .noticias-recentes .item .item-content span {
	color: #767676;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	display: block;
}

.noticias-sidebar .noticias-recentes .item:first-child .item-content span {
	margin-top: 0;
}

.noticias-sidebar .noticias-recentes .item .item-content .item-titulo {
	color: #484848;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}

.noticias-sidebar .select-categorias {
	margin-top: 15px;
}

.noticias-sidebar select {
	padding: 10px;
	background: #183b72;
	color: #fff;
	border: none;
}

.noticias-sidebar h3 {
	margin-bottom: 12px;
}

.box-curso-extra {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 24px 42px;
}

.box-curso-extra a {
	text-decoration: none;
}

.box-curso-extra .btn-plus-curso {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}

.box-curso-extra .btn-plus-curso .btn-p {
	width: 55px;
	height: 55px;
	background-color: #183b72;
	background-image: url("images/icons/plus.svg");
	background-size: 18px 19px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-out;
	border-radius: 50%;
	margin-right: 14px;
	min-width: 55px;
	min-height: 55px;
}

.box-curso-extra .btn-plus-curso span {
	font-size: 16px;
	font-weight: 600;
	line-height: 17px;
	color: #183b72;
}

.box-curso-extra .btn-plus-curso:hover .btn-p {
	background-color: #589ccc;
}

.box-curso-extra .btn-plus-curso:hover span {
	color: #589ccc;
}

.page-id-70 .page-content {
	padding: 50px 0;
}

.cli-bar-container.cli-style-v2 {
	max-width: 1200px;
}

.wrapper-grid-curso {
	margin-top: 60px;
}

.wrapper-grid-curso .img-grid {
	width: 50%;
	height: 100%;
	min-height: 400px;
}

.wrapper-grid-curso .linha-grid:nth-child(1) h3,
.wrapper-grid-curso .linha-grid:nth-child(2) h3 {
	max-width: 280px;
}

.wrapper-grid-curso .linha-grid:nth-child(1) h3 strong,
.wrapper-grid-curso .linha-grid:nth-child(2) h3 strong {
	display: inline-block;
}

.wrapper-grid-curso .linha-grid:nth-child(3) h3 {
	max-width: 445px;
}

.wrapper-grid-curso .linha-grid:nth-child(3) h3 strong {
	display: inline-block;
}

.container-editais {
	padding: 30px 0;
}

.item-edital {
	color: #183b72;
}

.item-edital a {
	text-decoration: none;
	display: block;
}

.item-edital a:hover {
	color: #589ccc;
}

/* tribe events eventos elementos ocultos *********************/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3--min-medium {
	display: none;
}

.tribe-events .tribe-events-c-ical__link {
	display: none;
}

/* Fim elementos ocultos *************************/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.tribe-events-notices {
	background-color: #589ccc;
	color: #fff;
	text-shadow: none;
}

.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-c-view-selector__list-item {
	color: #484848;
	font-family: "Poppins";
}

li.tribe-events-nav-previous a,
li.tribe-events-nav-next a,
.single-tribe_events .tribe-events-single-event-title,
.tribe-events-schedule h2 {
	color: #183b72;
}

.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover {
	color: #589ccc;
}

li.tribe-events-nav-previous a:hover,
li.tribe-events-nav-next a:hover {
	color: #589ccc;
}

.tribe-events-c-view-selector__list-item--active span {
	color: #183b72 !important;
}

.tribe-common--breakpoint-medium.tribe-events
.tribe-events-c-view-selector--tabs
.tribe-events-c-view-selector__list-item--active
.tribe-events-c-view-selector__list-item-link:after {
	background-color: #589ccc;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
	background: #183b72;
}

a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
	background: #589ccc;
	border-radius: 20px;
	color: #fff;
	border: none;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: center;
	justify-content: center;
	background: #183b72;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime span {
	color: #fff;
}

.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: none !important;
	color: #183b72;
	text-decoration: none !important;
}

.tribe-common--breakpoint-medium.tribe-events
.tribe-events-calendar-list__event-datetime-wrapper,
.tribe-common--breakpoint-medium.tribe-events
.tribe-events-calendar-list__event-title {
	margin: 0 0 3px;
}

.tribe-events
.tribe-events-c-search__input-control--keyword-focus
.tribe-events-c-search__input
~ .tribe-events-c-search__input-control-icon-svg
path,
.tribe-events
.tribe-events-c-search__input-control--keyword
.tribe-events-c-search__input:focus
~ .tribe-events-c-search__input-control-icon-svg
path,
.tribe-events
.tribe-events-c-search__input-control--location-focus
.tribe-events-c-search__input
~ .tribe-events-c-search__input-control-icon-svg
path,
.tribe-events
.tribe-events-c-search__input-control--location
.tribe-events-c-search__input:focus
~ .tribe-events-c-search__input-control-icon-svg
path {
	fill: #183b72;
}

ul.sub-menu {
	background-color: #183b72;
	max-width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.2s linear;
}

ul.sub-menu li.current-menu-item,
ul.sub-menu li:hover {
	background-color: #589ccc;
}

ul.sub-menu li a {
	color: #fff !important;
	line-height: 23px;
	padding: 13px 17px;
}

.parceiros-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin: auto;
}

.parceiros-grid .item-parceiro {
	padding: 3em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.parceiros-grid .item-parceiro.bg-logo {
	background-color: #a8afb8;
}

.grid-nucleos {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin: auto;
	margin-top: 30px;
}

.grade .item-disciplina {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 30px;
	align-items: left;
	padding: 15px;
}

.grade .item-disciplina div {
	text-align: left;
	padding: 0px 15px;
}

.grade .semestre,
.semestre .item-disciplina {
	height: 0;
	opacity: 0;
	visibility: hidden;
	display: none;
}

.semestre {
	overflow: auto;
	padding: 0 40px 0 40px;
}

.grade.grade-ativa .semestre {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: grid;
	align-items: center;
}

.semestre.semestre-ativo .item-disciplina {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.semestre.semestre-ativo .item-disciplina.duas-colunas {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1.5em;
	align-items: center;
}

.semestre.semestre-ativo .item-disciplina.duas-colunas.multi-frames {
	grid-template-columns: 1fr;
	column-gap: unset;
}

.semestre.semestre-ativo .item-disciplina {
	border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

.semestre.semestre-ativo .item-disciplina:last-child {
	border-bottom: none;
}

.disc-prereq {
	display: flex;
	flex-direction: column;
}

.grade-titulo,
.semestre-titulo {
	background-color: #183b72;
	padding: 30px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s linear;
	position: relative;
	margin-top: 15px;
}

.semestre-titulo {
	background-color: #589ccc;
}

.grade-titulo:hover {
	background-color: #589ccc;
}

.semestre-titulo:hover {
	background-color: #a8afb8;
}

.grade-titulo:not(:first-child),
.semestre-titulo:not(:first-child) {
	margin-top: 30px;
}

.grade.grade-ativa .grade-titulo {
	background-color: #589ccc;
}

.semestre-ativo .semestre-titulo {
	background-color: #a8afb8;
}

.grade-titulo .indicador,
.semestre-titulo .indicador {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 2;
	transition: all 0.2s linear;
}

.grade.grade-ativa .grade-titulo .indicador {
	transform: rotateZ(180deg);
}

.semestre.semestre-ativo .semestre-titulo .indicador {
	transform: rotateZ(180deg);
}

.container-cards {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: auto;
	gap: 25px;
}

.container-cards .card-curso {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 2em 1em;
}

.container-cards .card-curso img {
	max-width: 60px;
}

.container-cards .card-curso .titulo-card {
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	color: #484848;
	margin-top: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.container-cards .card-curso .texto-card {
	font-size: 15px;
	color: #484848;
	text-align: center;
	line-height: 22px;
	margin-top: 12px;
}

.search-form-input {
	width: 100%;
	background-color: #183b72;
	position: relative;
	max-height: 500px;
	overflow-x: auto;
}

.searchform {
	position: absolute;
	width: 100%;
}

.searchform input:focus,
.searchform input:active {
	background: none;
	border: none;
	color: #fff;
	outline: none;
}

section#search-2 {
	min-height: 45px;
}

.search-form-input li {
	margin: 0;
	color: #fff;
	list-style: none;
	font-size: 14px;
	width: 100%;
	background: #589ccc;
	display: block;
}

.search-form-input li a {
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
	display: block;
	line-height: 20px;
}

.search-form-input p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	width: 100%;
	display: block;
	padding: 10px 15px;
}

ul.pagination {
	margin: 45px auto 60px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.page-link {
	padding: 1rem 1.2em !important;
	border: none !important;
	border-radius: 0 !important;
}

.page-link.current,
.page-link:hover,
span.page-link.current {
	background-color: #589ccc !important;
	color: #fff;
}

input.search-input {
	background: none;
	color: #fff;
	border: none;
	padding: 10px 15px;
	width: 80%;
}

button.submit-search {
	position: absolute;
	top: 0;
	right: 0;
	background-color: none;
	border-radius: 0;
	width: 44px;
	height: 44px;
	background: url("images/icons/search.svg") no-repeat;
	background-size: auto;
	background-position: center center;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
}

button.clear-search {
	position: absolute;
	top: 0;
	right: 32px;
	background-color: none;
	border-radius: 0;
	width: 44px;
	height: 44px;
	background: url("images/icons/clear-search-bkp.svg") no-repeat;
	background-size: 10px;
	background-position: center center;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
	display: none;
}

.noticias-grid .item .item-content {
	max-width: 100%;
}

.noticias-home .conteudo-home.noticias-grid {
	margin-top: 0;
}

.noticias-home .conteudo-home.noticias-grid .item {
	margin-top: 20px;
}

.noticias-home .conteudo-home.noticias-grid .item:first-child {
	margin-top: 0;
}

.trilha .trilha-titulo {
	background-color: #183b72;
	padding: 30px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s linear;
	position: relative;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.trilha .trilha-texto {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.trilha .indicador {
	transition: all 0.2s linear;
}

.trilha.trilha-ativa .trilha-texto {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
	background-color: #589ccc;
	color: #fff;
	padding: 30px;
	margin-top: 0;
}

.trilha.trilha-ativa .indicador {
	transform: rotateZ(180deg);
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	background-color: #183b72;
	border: 3px solid #fff;
	border-radius: 25px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-decoration: none;
}

.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover {
	background-color: #589ccc;
}

.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited {
	text-decoration: none;
	color: #484848;
	border-bottom: none;
}

.tribe-common--breakpoint-medium.tribe-events
.tribe-events-calendar-latest-past__event-datetime-wrapper,
.tribe-common--breakpoint-medium.tribe-events
.tribe-events-calendar-latest-past__event-title {
	margin: 0 0 6px;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime {
	align-items: center;
	justify-content: center;
}

.tribe-events-calendar-latest-past__event-date-tag.tribe-common-g-col {
	background-color: #183b72;
}

.tribe-events-calendar-latest-past__event-date-tag.tribe-common-g-col .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events-calendar-latest-past__event-date-tag.tribe-common-g-col .tribe-events-calendar-latest-past__event-date-tag-daynum.tribe-common-h5,
.tribe-events-calendar-latest-past__event-date-tag.tribe-common-g-col .tribe-events-calendar-latest-past__event-date-tag-year {
	color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events
.tribe-events-calendar-latest-past__event-row {
	margin: 48px 0 40px;
}

.widget ul {
	padding: 0;
}

.widget li {
	list-style: none;
}

.single-noticia span.posted-on,
.single-post span.posted-on {
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	display: block;
	float: left;
}

.single-post .wrapper-banner-interno h1,
.single-noticia .wrapper-banner-interno h1 {
	font-size: 26px;
}

.single-post .page-content .item,
.single-noticia .page-content .item,
.page-template-page-noticiais .item,
.page-template-page-noticias-datas .item {
	max-width: 95%;
}

section#search-2 {
	position: relative;
}

.page-id-467 .page-content .wp-block-columns .wp-block-column .wp-block-image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-id-467 .wp-block-image figcaption {
	text-align: center;
}

.container-professores {
	display: grid;
	grid-column-gap: 0;
	grid-row-gap: 15px;
	align-items: start;
	grid-template-columns: 50% 50%;
	overflow: hidden;
}

.container-professores .item-professor {
	margin-right: 15px;
}

.container-professores .professor {
	background-color: #183b72;
	padding: 30px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s linear;
	position: relative;
}

.container-professores .professor strong {
	width: 100%;
	display: block;
	pointer-events: none;
	text-transform: uppercase;
}

.container-professores .professor strong img {
	position: absolute;
	top: 48px;
	right: 30px;
	transition: all 0.2s linear;
}

.container-professores .professor span {
	width: 75%;
	display: block;
}

.container-professores .prof-desc {
	height: 0;
	opacity: 0;
	visibility: hidden;
	display: none;
	margin-top: 8px;
}

.container-professores .professor:hover {
	background-color: #589ccc;
}

.container-professores .item-professor.open .professor {
	background-color: #589ccc;
}

.container-professores .item-professor.open .prof-desc {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
	background-color: #589ccc;
	padding: 0 30px 30px 30px;
	color: #fff;
	margin-top: 0;
}

.container-professores .item-professor.open .prof-desc p {
	text-align: left;
}

.single-noticia time.entry-date.published {
	font-weight: 500;
	color: #183b72;
}

.cl-fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block !important;
	margin-bottom: 8px;
}

.cl-fade-in .top-bar-menu {
	display: none;
}

.cl-fade-in .wrapper-busca {
	display: block;
}

.cl-fade-in .container-busca {
	width: 100%;
}

.noticias-sidebar select {
	width: 100%;
}

.eventos-home .item-evento {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.noticia-thumb {
	margin-bottom: 20px;
}

.page-content p.has-text-align-right {
	text-align: right;
}

.form-contato .c-checkbox {
	margin-right: 3px;
}

.form-contato a {
	color: #293c6f !important;
	text-decoration: none !important;
	display: inline-block;
	line-height: 50px;
}

.grid-info-contato a {
	text-decoration: none;
	color: #183b72;
}

.grid-info-contato a:hover {
	text-decoration: none;
	color: #589ccc;
}

.noticias-home .btn-noticias-home {
	margin-top: 15px;
}

.noticias-home .conteudo-home {
	margin-top: 15px;
}

.flex-protocolos p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-protocolos p img {
	margin-right: 10px !important;
}

.et-db #et-boc .et-l .et_pb_menu--style-centered .et_pb_menu__wrap {
	justify-content: flex-end;
}

.wrapper-aviso {
	width: 100%;
	height: auto;
	background-color: #03244d;
	color: #fff;
	text-align: center;
	padding: 6px 0 6px 0;
}

.contatos-institucional {
	max-width: 800px;
	margin: 1.5em auto;
}

.texto-contatos {
	padding: 1.25em;
	font-size: 28px;
	color: #183b72;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #a8afb8;
}

.texto-contatos img {
	transition: all 0.2s linear;
}

.container-contatos {
	padding: 2em;
	visibility: hidden;
	opacity: 0;
	height: 0;
	display: none;
}

.professores-conteudo {
	padding: 2em;
	visibility: hidden;
	opacity: 0;
	height: 0;
	display: none;
}

.contatos-institucional.open .container-contatos {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}

.container-section-professores.open .professores-conteudo {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: flex;
}

.contatos-institucional.open .texto-contatos img {
	transform: rotateZ(180deg);
}

.container-section-professores.open .texto-contatos img {
	transform: rotateZ(180deg);
}

.texto-contatos.texto-professores {
	background: #e5eaf0;
	border-bottom: none;
}

.texto-contatos.texto-professores:hover {
	background-color: #589ccc;
	color: #fff;
}

.texto-contatos.texto-professores:hover h2 {
	color: #fff;
}

.titulo-downloads {
	margin-bottom: 1em;
}

.conteudo-downloads h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.menu-tipo {
	margin-top: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-tipo > div {
	color: #a8afb8;
	padding: 24px 22px 14px 22px;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 700;
}

.menu-tipo > div:before {
	content: "";
	width: 100%;
	height: 10px;
	background-color: #a8afb8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}

.menu-tipo > div:hover,
.menu-tipo > div.menu-ativo {
	color: #fff;
}

.menu-tipo > div:hover:before,
.menu-tipo > div.menu-ativo:before {
	background-color: #183b72;
	height: 100%;
}

button.btn-download {
	background: #589ccc;
	color: #fff;
	/* border-radius: 25px; */
	padding: 10px 20px;
	font-size: 14px;
	border: none;
	font-weight: 600;
	line-height: 21px;
	text-transform: uppercase;
	border: none;
	border-radius: 25px;
	margin-top: 10px;
}

.item-download {
	visibility: hidden;
	opacity: 0;
	height: 0;
	display: none;
}

.item-download.download-ativo {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}

.downloads-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: auto;
}

.downloads-grid a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.downloads-grid .item-download {
	padding: 22px;
	min-height: 199px;
	margin-top: 20px;
	transition: all 0.2s linear;
}

.downloads-grid .item-download:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.downloads-grid .item-titulo {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #484848;
	margin-top: 12px;
	font-weight: 700;
	min-height: 44.8px;
}

.downloads-grid .item-subtitulo {
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	color: #787778;
	margin-top: 6px;
	font-weight: 700;
	min-height: 44.8px;
}

/* Ajustes Editais */
.edital-ano {
	cursor: pointer;
}

.edital-ano .texto-ano {
	padding: 1.25em;
	cursor: pointer;
	border-bottom: 1px solid #a8afb8;
}

.texto-ano span {
	font-size: 28px;
	color: #183b72;
}

.edital-ano .texto-ano {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.conteudo-ed {
	padding: 0 !important;
}

.container-editais .menu-noticias {
	margin-bottom: 15px;
}

.texto-ano {
	pointer-events: none;
}

.editais-ano {
	padding: 1.25em;
	visibility: hidden;
	opacity: 0;
	height: 0;
	display: none;
}

.editais-ano a:hover {
	color: #589ccc;
}

.editais-ano a {
	width: 100%;
	display: block;
}

/* Fim Ajustes Editais */
.edital-ano.open .texto-ano span {
	color: #589ccc;
}

.edital-ano.open .editais-ano {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}

.edital-ano.open img.indicador {
	transform: rotateZ(180deg);
}

.edital-ano:hover .texto-ano span {
	color: #589ccc;
}

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

.box-valor-spm {
	background: #f2f2f2;
	padding: 48px 60px 55px 60px;
	margin-top: 0;
	margin-bottom: 12px;
	width: 475px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	line-height: 45px;
}

.tutores-curso {
	display: flex;
	justify-content: center;
}

.wrapper-cards-mba {
	margin-top: 2.5em;
}

.grid-depoimentos {
	display: none;
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
	row-gap: 55px;
	margin-top: 2.5em;
}

.grid-depoimentos.open {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: grid;
}

.titulo-depoimentos img {
	transition: all 0.2s linear;
}

.titulo-depoimentos .indicador.rotate-arrow {
	transform: rotateZ(180deg);
}

.grid-depoimentos .frame-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.grid-depoimentos h5 {
	text-align: center;
	max-width: 74%;
	margin: auto;
	margin-top: 0.6em;
	color: #fff;
	margin-bottom: 0;
	margin-top: 1em;
}

.grid-depoimentos h4 {
	width: 100%;
	display: block;
	grid-column: 1 / 3;
	color: #fff;
	text-align: center;
}

.titulo-depoimentos {
	cursor: pointer;
}

.titulo-depoimentos span,
.titulo-depoimentos img {
	pointer-events: none;
}

.wrapper-grid.wrapper-grid-depoimentos {
	background: #589ccc;
	padding: 4em;
	transition: all 0.2s linear;
}

.wrapper-grid.wrapper-grid-depoimentos h2 {
	color: #fff;
}

.page-template-page-curso-spm .btn-inscricao {
	margin-top: 20px;
	line-height: 1.2em;
	padding: 1.2em 1.8em;
}

/** Estilos Eventos **/
.home .eventos-home .conteudo-eventos {
	visibility: hidden;
	opacity: 0;
	height: 0;
	display: none;
}

.home .eventos-home .conteudo-eventos.conteudo-ativo {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}

a.btn-eventos-home.transition {
	width: auto;
	padding-right: 2em;
	padding-left: 2em;
}

.menu-eventos {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1em;
	width: auto;
	float: left;
	border: 2px solid #589ccc;
}

.menu-eventos div {
	position: relative;
	padding: 0.7em 1em;
	cursor: pointer;
}

.menu-eventos .menu-ativo,
.menu-eventos div:hover {
	background: #589ccc;
	color: #fff;
}

.menu-eventos div::after {
	content: "";
	width: 100%;
	height: 10px;
	background-color: #a8afb8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}

.eventos-home .item-evento .ev-data {
	padding: 0;
	border: none;
	text-align: left;
}

.eventos-home .item-evento .ev-data:hover,
.eventos-home .item-evento:hover .ev-data {
	background: none;
	color: #589ccc;
}

.eventos-home .item-evento:hover .item-titulo {
	color: #589ccc;
}

.conteudo-eventos {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.eventos-home .item-evento {
	border-left: 5px solid #a8afb8;
	padding-left: 1em;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0em 0.8em;
	margin-bottom: 20px;
}

.eventos-home .item-evento:hover {
	border-left: 5px solid #589ccc;
}

.eventos-home .conteudo-eventos > a {
	margin-top: 0.4em;
}

.tribe-events-c-subscribe-dropdown {
	display: none !important;
}

/** Fim ajustes Estilos Eventos **/
.acesso-home {
	padding-top: 3em;
}

.conteudo-diferencial {
	padding: 2em 0;
}

.conteudo-diferencial p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #767676;
}

@media (min-width: 1921px) {
	.site-footer {
		background: #e5eaf0;
	}
	.wrapper-banner-interno {
		min-height: 345px;
	}
	.wrapper-grid .linha-grid {
		width: 100%;
		max-width: 2000px;
		margin: auto;
	}
	.container-img-grid {
		max-width: unset;
	}
	.banner-home {
		min-height: 1400px !important;
	}
}

@media (min-width: 1400px) {
	.banner-home {
		min-height: 600px;
	}
}

@media (min-width: 1200px) {
	.no-pad {
		padding-left: 0;
		padding-right: 0;
	}
	.no-margin {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.no-pad-right {
		padding-right: 0;
	}
	.no-pad-left {
		padding-left: 0;
	}
}

@media (min-width: 2200px) {
	.banner-home {
		min-height: 800px !important;
	}
}

@media (min-width: 3000px) {
	.banner-home {
		min-height: 1400px !important;
	}
}

@media (max-width: 1200px) {
	.tribe-common--breakpoint-medium.tribe-events
.tribe-events-calendar-list__event-date-tag {
		min-width: 180px;
	}
	.top-bar-menu ul li a {
		font-size: 12px;
	}
	.home .form-contato {
		padding: 60px 0 40px 0;
	}
	.form-contato h3 {
		margin-top: 45px;
	}
	.form-contato .wpcf7-form {
		margin-top: 16px;
	}
	.wrapper-grid .linha-grid h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.wrapper-grid .linha-grid p {
		margin-bottom: 0;
		line-height: 24px;
	}
}

@media (max-width: 992px) {
	.grid-depoimentos {
		display: none;
	}
	.grid-depoimentos.open {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: unset;
	}
	.semestre.semestre-ativo .item-disciplina.duas-colunas {
		grid-template-columns: 1fr;
		grid-gap: unset;
	}
	.tribe-events .tribe-events-calendar-list__event-date-tag {
		flex: none;
		width: 80px;
		position: relative;
		margin-right: 15px;
	}
	.parceiros-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}
	aside#secondary {
		margin-bottom: 30px;
	}
	.container-professores {
		display: grid;
		grid-column-gap: 0;
		grid-row-gap: 10px;
		align-items: start;
		grid-template-columns: 100%;
	}
	.container-professores .professor {
		padding: 15px;
	}
	.container-professores .professor span {
		width: 85%;
	}
	.container-professores .item-professor {
		margin-right: 0;
	}
	.container-professores .professor strong img {
		top: 33px;
	}
	.wrapper-busca {
		display: none;
	}
	.container-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.wrapper-grid .linha-grid .grid-content {
		max-width: unset;
		padding: 75px 55px;
		min-height: unset;
	}
	.wrapper-grid .linha-grid .grid-absoluta {
		position: relative;
	}
	.wrapper-grid .linha-grid {
		flex-direction: column;
	}
	.container-img-grid {
		max-width: unset;
	}
	.box-info {
		padding: 29px 0 0 0;
		margin-top: 10px;
		display: flex;
		flex-direction: column-reverse;
	}
	.box-curso-extra {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 20px;
	}
	.box-curso-extra > div {
		margin: 10px 0;
		display: block;
	}
	.box-curso-extra > div:first-child {
		margin-top: 0;
	}
	.box-info div {
		width: 100% !important;
		max-width: unset !important;
	}
	.box-info img {
		margin: auto;
		width: auto;
		max-width: 120px;
		display: block;
		margin-top: 0;
		position: relative;
		margin-bottom: 20px;
	}
	.box-info div.link-disciplinas::after {
		bottom: -27px;
	}
	.page-content {
		padding: 45px 0;
	}
	.duvidas-curso h3 {
		margin-top: 45px;
	}
	.duvidas-img-container {
		display: none;
	}
	.wrapper-grid .linha-grid h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.curso-coord {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.curso-info .curso-coord .coord {
		width: 100%;
		margin: 10px 0;
	}
	.site-footer {
		padding: 0;
		background: url(images/bg/bg-footer.svg) no-repeat;
		background-position: top center;
		padding-top: 60px;
	}
	.home .form-contato {
		padding: 45px 0;
	}
	.wrapper-noticias-home:after {
		display: none;
	}
	.container-busca {
		position: relative;
	}
	.wrapper-busca {
		max-width: unset;
	}
	.main-navigation ul li a {
		font-size: 13px;
		padding: 4px 8px;
	}
	.grid-cursos .curso span {
		font-size: 24px;
		line-height: 33px;
	}
	.grid-cursos .curso.font-menor span {
		font-size: 20px;
		line-height: 29px;
	}
	.grid-cursos .curso::after {
		width: 54px;
		height: 54px;
		background-size: 50%;
	}
	.inner-header-container .container {
		padding: 15px;
		padding-right: 0;
	}
	.site-branding img {
		height: auto;
		max-width: 85%;
	}
	.banner-home h1 {
		font-size: 48px;
		line-height: 60px;
	}
	.banner-home {
		min-height: 350px;
	}
	.banner-home p {
		font-size: 17px;
		line-height: 25px;
		max-width: 500px;
	}
	.cursos-home {
		padding-top: 36px;
		padding-bottom: 66px;
	}
	.wrapper-acessos .conteudo-acessos {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.col-footer {
		margin-top: 30px;
	}
	.col-footer:nth-child(1),
	.col-footer:nth-child(2) {
		margin-top: 0;
	}
	footer .footer-social a {
		margin-right: 2%;
	}
	.duvidas-curso {
		padding-bottom: 45px;
	}
	.wrapper-grid {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.downloads-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.noticias-home .conteudo-home .item .item-content {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.tribe-events .tribe-events-calendar-list__event-date-tag {
		flex: none;
		width: 80px;
		position: relative;
		margin-right: 15px;
	}
	figure.alignright {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	figure.alignright img {
		width: 100%;
	}
	.main-navigation.toggled .wrapper-busca-menu {
		display: block;
		height: auto;
	}
	.main-navigation.toggled .wrapper-busca-menu .container-busca {
		width: 100%;
	}
	button.hamburger {
		display: flex !important;
		align-items: center;
	}
	.semestre {
		padding: 0;
	}
	.grid-nucleos {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 0;
		grid-row-gap: 10px;
		margin: auto;
		margin-top: 30px;
	}
	.container-editais .menu-noticias > div {
		font-size: 14px;
		padding: 10px 9px;
		letter-spacing: -1px;
	}
	.main-navigation ul li:last-child a {
		padding-right: 4em;
	}
	.page-id-467 .page-content .wp-block-columns {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.page-id-467 .page-content .wp-block-columns .wp-block-column {
		margin-left: 0;
	}
	.noticias-home .conteudo-home .item > a {
		align-items: flex-start;
	}
	.item-noticia img {
		width: 100%;
	}
	#menu-item-257 .sub-menu {
		display: none !important;
	}
	.noticias-home .conteudo-home {
		margin-top: 30px;
	}
	.container-cards {
		grid-template-columns: repeat(1, 1fr);
	}
	.container-cards .card-curso {
		margin-top: 8px;
		max-width: 400px;
		margin: auto;
	}
	ul.sub-menu {
		display: none;
		position: relative;
		width: 100%;
		max-width: unset;
		background-color: #3f5a86;
	}
	.inner-header-container > .container {
		position: relative;
	}
	.eventos-home h3 {
		font-size: 22px;
	}
	.banner-home {
		min-height: 250px;
	}
	.banner-home h1 {
		font-size: 26px;
		line-height: 45px;
	}
	.banner-home p {
		font-size: 14px;
		line-height: 22px;
		max-width: 415px;
	}
	.page-content {
		padding: 30px 0;
	}
	p {
		font-size: 13px;
	}
	.wrapper-diciplinas {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.overlay-circular-duvidas {
		width: 50%;
		height: 115px;
		background-color: #183b72;
		border-bottom-left-radius: 260px;
		border-bottom-right-radius: 260px;
		float: left;
	}
	.duvidas-curso h3 {
		margin-top: 30px;
	}
	.wrapper-grid {
		margin-bottom: 30px;
	}
	.wrapper-grid-curso {
		margin-top: 15px;
	}
	.wrapper-grid .linha-grid {
		flex-direction: column;
	}
	.wrapper-grid .linha-grid .grid-absoluta {
		padding: 0;
	}
	.wrapper-grid-curso .img-grid {
		width: 100%;
		background-size: cover;
		min-height: 300px;
	}
	.wrapper-banner-interno {
		min-height: 160px;
	}
	.wrapper-banner-interno h1 {
		font-size: 26px;
		max-width: 80%;
	}
	.form-contato {
		padding: 0 0 45px 0;
	}
	.wrapper-ouvidoria {
		min-height: 300px;
	}
	footer .wrapper-news {
		margin-top: 30px;
	}
	footer .footer-endereco,
	footer .footer-certificados,
	footer .footer-social,
	footer .footer-fale-conosco {
		margin-top: 14px;
	}
	.site-branding img {
		height: auto;
		max-width: 70%;
	}
	.page-content {
		padding: 30px 0;
	}
	.col-footer {
		margin-top: 30px;
	}
	.col-footer:nth-child(1),
	.col-footer:nth-child(2) {
		margin-top: 30px;
	}
	footer ul.footer-menu {
		margin: 0;
		padding: inherit;
		margin-top: 33px;
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 15px;
		column-gap: 15px;
		padding-left: 15px;
	}
	.main-navigation ul {
		flex-direction: column;
	}
	.cursos-home .grid-cursos {
		max-width: 382px;
		margin: 20px auto 0;
	}
	.grid-cursos a:first-child .curso {
		margin-top: 0;
	}
	.cursos-home h2 {
		font-size: 20px;
		line-height: 32px;
	}
	.noticias-home .menu-noticias {
		margin: auto;
	}
	.noticias-home .menu-noticias > div {
		font-size: 16px;
	}
	.eventos-home {
		margin-top: 40px;
	}
	.cursos-home h2 span {
		font-size: 28px;
	}
	.cursos-home .grid-cursos {
		margin-top: 15px;
	}
	.cursos-home .grid-cursos {
		margin-top: 28px;
		display: grid;
		grid-column-gap: 0;
		grid-template-columns: 1fr;
	}
	.grid-cursos .curso {
		margin: auto;
		margin-top: 45px;
	}
	.wrapper-acessos h3,
	.form-contato h3 {
		font-size: 22px;
	}
	.wrapper-acessos .conteudo-acessos .acesso-title {
		font-size: 16px;
		line-height: 21px;
	}
	nav#site-navigation {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 0;
	}
	nav#site-navigation.toggled {
		z-index: 4;
	}
	.menu-toggle,
	.main-navigation.toggled ul {
		background: #183b72;
	}
	.menu-menu-principal-container {
		overflow: hidden;
		display: none;
		background: #183b72;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s linear;
	}
	.main-navigation.toggled .menu-menu-principal-container {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
		-webkit-animation-direction: normal;
		animation-direction: normal;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		height: auto;
		opacity: 1;
		visibility: visible;
		display: block;
	}
	.main-navigation ul li a {
		opacity: 0;
		transform: translateY(-10px);
		padding: 0.8em 4em;
		font-size: 15px;
		text-align: center;
		color: #fff;
		width: 100%;
	}
	.main-navigation.toggled ul li.current-menu-item,
	.main-navigation.toggled ul li:hover,
	.main-navigation.toggled ul li#menu-item-257:hover {
		background-color: #589ccc;
	}
	/* Menu Cursos **/
	.main-navigation.toggled ul li#menu-item-257 {
		background-color: #183b72 !important;
		color: #fff;
	}
	.main-navigation.toggled ul li#menu-item-257:hover {
		background-color: #589ccc !important;
	}
	.main-navigation ul li#menu-item-257 a {
		color: #fff;
	}
	/* Fim Menu Cursos **/
	.main-navigation ul li a:hover,
	.main-navigation ul li.current-menu-item a,
	.main-navigation.toggled ul li#menu-item-257 a:hover {
		color: #fff;
	}
	.main-navigation.toggled ul li a {
		opacity: 1;
		transform: translateY(0);
	}
	.main-navigation ul li:nth-child(1) a {
		transition: all 275ms 175ms;
	}
	.main-navigation ul li:nth-child(2) a {
		transition: all 275ms 225ms;
	}
	.main-navigation ul li:nth-child(3) a {
		transition: all 275ms 275ms;
	}
	.main-navigation ul li:nth-child(4) a {
		transition: all 275ms 325ms;
	}
	.main-navigation ul li:nth-child(5) a {
		transition: all 275ms 375ms;
	}
	.main-navigation ul li:nth-child(6) a {
		transition: all 275ms 425ms;
	}
	.main-navigation ul li:nth-child(7) a {
		transition: all 275ms 475ms;
	}
	.wrapper-acessos .conteudo-acessos a {
		margin-top: 0;
	}
	.wrapper-acessos .conteudo-acessos .item-acesso {
		min-height: unset;
	}
	.wrapper-acessos .conteudo-acessos .acesso-title {
		min-height: unset;
	}
}

@media (max-width: 600px) {
	.noticias-home .conteudo-home .item > a {
		flex-direction: column;
		margin: auto;
	}
	.banner-home {
		min-height: 210px;
	}
}

@media (max-width: 480px) {
	.wrapper-acessos .conteudo-acessos {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.banner-home {
		min-height: 160px;
	}
	footer ul.footer-menu {
		-moz-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.item-noticia img {
		max-width: unset;
	}
	.col-footer:first-child {
		margin-top: 0;
	}
	.col-footer {
		margin-top: 30px;
	}
	.wrapper-news {
		margin-top: 30px;
	}
	.wrapper-acessos .conteudo-acessos .item-acesso {
		min-height: 221px;
	}
	.noticias-home .conteudo-home .item a {
		flex-direction: column;
	}
	.noticias-home .conteudo-home .item img {
		width: 100%;
	}
	.noticias-home .conteudo-home .item .item-content {
		padding: 10px 0px;
	}
}

@media (min-width: 992px) and (max-width: 1400px) {
	.cli-bar-container.cli-style-v2 {
		max-width: 80%;
	}
}

@media (min-width: 992px) {
	.modal-dialog {
		max-width: 992px;
		margin: 1.75rem auto;
	}
}

.modal-footer {
	padding-top: 0;
	border-top: none;
}

.modal-body a {
	color: #183b72;
}

.modal-body a:hover {
	color: #589ccc;
}

.modal-body ul {
	padding-left: 20px;
}

.dh-title,
.dh-url {
	display: none;
}

@media (max-width: 1320px) {
	.single-post .page-content .item,
	.single-noticia .page-content .item,
	.page-template-page-noticiais .item {
		max-width: 100%;
	}
}

.curso-info-right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 388px;
	margin: auto;
	padding-top: 65px;
}

.curso-info-right .box-cinza {
	width: 100%;
	padding: 20px;
	background-color: #e5eaf0;
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-self: flex-start;
}

.curso-info-right .box-cinza .info-flex-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #767676;
	margin-left: 15px;
}

.curso-info-right .box-cinza .info-flex-col h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 120%;
	color: #183b72;
	margin: 5px 0 0 0;
}

.curso-info-right .selo-curso-info {
	position: absolute;
	right: -60px;
	top: 10px;
}

.curso-info-right .botoes-curso {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	margin-top: 24px;
	width: 100%;
}

.curso-info-right .botoes-curso .botao-curso {
	width: 100%;
}

.curso-info-right .botoes-curso .botao-curso button {
	padding: 15px 20px;
	appearance: none;
	border: none;
	display: block;
	width: 100%;
	color: #767676;
	background-color: #e5eaf0;
	min-height: 69px;
	border-radius: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	/* or 19px */
	text-align: center;
	color: #767676;
}

.curso-info-right .botoes-curso .botao-curso button:hover {
	background-color: #589ccc;
	color: #fff;
}

.curso-info-right .botoes-curso .botao-curso.largura-total {
	grid-column-start: 1;
	grid-column-end: 3;
}

.curso-info-right .botao-curso.botao-curso-alt button {
	background-color: #afffb8;
}

.conteudo-professores-mba {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-start;
}

.item-professor {
	display: flex;
	max-width: 90%;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #f6f6f6;
	justify-content: flex-start;
	padding-top: 10px;
	margin-top: 2.5em;
}

.item-professor span {
	display: block;
	margin: 0 auto;
	margin-bottom: 0;
	font-weight: bold;
	color: #183b72;
	line-height: 24px;
	min-height: 48px;
	max-width: 90%;
}

.item-professor > img {
	width: 240px;
	min-height: 240px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.3em;
	border-radius: 100%;
}

.ver-curriculo {
	background: #589ccc;
	border: none;
	width: auto;
	margin: auto;
	color: #fff;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding: 0.7em 0.7em 0.6em 0.7em;
	line-height: 100%;
}

.p-cargo {
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 0.7em;
}

.container-mensalidade {
	background: #f6f6f6;
}

.page-id-102 .logo-curso,
.page-id-9130 .logo-curso,
.page-id-7401 .logo-curso {
	max-width: 100%;
}

.wrapper-curso-extra .wp-block-image.size-large img {
	max-width: 465px !important;
}

.container-section-professores h2 {
	width: auto !important;
	text-align: left !important;
	float: left;
	margin-top: 0 !important;
}

.site-branding {
	z-index: 999999999;
}

.page-id-418 .wp-block-image,
.page-id-438 .wp-block-image,
.page-id-431 .wp-block-image,
.page-id-427 .wp-block-image,
.page-id-435 .wp-block-image {
	margin-bottom: 0;
}

.page-id-418 .wp-block-image .alignright,
.page-id-438 .wp-block-image .alignright,
.page-id-431 .wp-block-image .alignright,
.page-id-427 .wp-block-image .alignright,
.page-id-435 .wp-block-image .alignright {
	margin: 0.5em 0 0.5em 2em;
}

.site-branding {
	z-index: 8;
}

.link-destaque a {
	font-weight: bold;
}

.dh-title,
.dh-url {
	display: none;
}

.noticia-thumb {
	margin-bottom: 20px;
}

.page-content p.has-text-align-right {
	text-align: right;
}

.form-contato .c-checkbox {
	margin-right: 3px;
}

.form-contato a {
	color: #293c6f !important;
	text-decoration: none !important;
	display: inline-block;
	line-height: 50px;
}

.grid-info-contato a {
	text-decoration: none;
	color: #183b72;
}

.grid-info-contato a:hover {
	text-decoration: none;
	color: #589ccc;
}

.noticias-home .btn-noticias-home {
	margin-top: 15px;
}

.noticias-home .conteudo-home {
	margin-top: 15px;
}

.texto-underline {
	text-decoration: underline;
}

.wpcf7-form p {
	display: grid;
	width: 100%;
	grid-template-areas: "l1 l1"
 "l2 l3"
 "l4 l4"
 "l5 l5"
 "l6 l6"
 "x l7" !important;
	-moz-column-gap: 12px;
	column-gap: 12px;
	row-gap: 12px;
}

.wpcf7-form span:nth-child(1) {
	grid-area: l1;
}

.wpcf7-form span:nth-child(2) {
	grid-area: l2;
}

.wpcf7-form span:nth-child(3) {
	grid-area: l3;
}

.wpcf7-form span:nth-child(4) {
	grid-area: l4;
}

.wpcf7-form span:nth-child(5) {
	grid-area: l5;
}

.wpcf7-form span:nth-child(6) {
	grid-area: l6;
}

.wpcf7-form .wpcf7-submit {
	grid-area: l7 !important;
	justify-self: end !important;
}

.et_divi_builder .et_pb_code_inner {
	display: flex;
	width: 100%;
}

.et_divi_builder .et-db #et-boc .et-l .et_pb_module img {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
}

.flex-protocolos p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-protocolos p img {
	margin-right: 10px !important;
}

.et-db #et-boc .et-l .et_pb_menu--style-centered .et_pb_menu__wrap {
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.grade-titulo,
	.semestre-titulo {
		padding: 18px;
		padding-right: 35px;
		line-height: 1.4em;
	}
	.grade-titulo .indicador,
	.semestre-titulo .indicador {
		width: 14px;
		top: 40%;
		right: 15px;
	}
	.wrapper-acessos .conteudo-acessos a {
		margin-top: 0;
	}
	.wrapper-acessos .conteudo-acessos .item-acesso {
		min-height: unset;
	}
	.wrapper-acessos .conteudo-acessos .acesso-title {
		min-height: unset;
	}
}

.wrapper-aviso {
	width: 100%;
	height: auto;
	background-color: #03244d;
	color: #fff;
	text-align: center;
	padding: 6px 0 6px 0;
}

.et-l.et-l--header .et_builder_inner_content.et_pb_gutters3 {
	z-index: 9999999 !important;
}

.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a,
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li {
	color: inherit !important;
}

.item-parceiro a {
	width: 100%;
	margin: auto;
}

.item-parceiro img {
	max-height: 150px;
	display: block;
	width: auto;
	margin: auto;
}

#menu-item-292 ul.sub-menu {
	right: 0;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close {
	padding: 1.25em;
	border: none !important;
	border-bottom: 1px solid #d9d9d9 !important;
	background: #fff !important;
	margin-bottom: 1.2em !important;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close h5 {
	color: #183b72 !important;
	/* 	width: 100%; */
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open h5 {
	color: #589ccc !important;
	font-weight: 600 !important;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:hover h5 {
	color: #589ccc !important;
}

.et-db #et-boc .et-l .et_pb_toggle_title:before {
	font-size: 23px;
	color: #183b52;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item:hover .et-l,
.et_pb_toggle.et_pb_module.et_pb_accordion_item:hover
.et_pb_toggle_title:before {
	color: #589ccc !important;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open {
	border: none !important;
	/*     border-bottom: 1px solid #183b52 !important; */
}

h5.et_pb_toggle_title {
	line-height: 1.3em !important;
	font-weight: 400 !important;
}

.et_pb_text_inner a.cli_settings_button {
	color: #183b52 !important;
}

.et_pb_text_inner tr {
	border: 1px solid #d9d9d9;
	padding: 1em !important;
	display: block;
}

/* .eventos-home .item-evento .ev-data {
  padding: 14px 17px;
}
*/
footer .footer-fale-conosco .fale-item p {
	max-width: 180px;
}

.form-above .c-checkbox {
	margin-bottom: 1.2em;
	clear: both;
	display: block;
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
}

.texto-form {
	margin-bottom: 1.2em;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
}

.form-contato .wpcf7-form p {
	margin-bottom: 0;
}

.box-curso-extra .btn-plus-curso {
	justify-content: flex-start;
}

.box-curso-extra div {
	margin-bottom: 0.5em;
}

/* Ajustes página MBA */
.box-info div.box-info-mba span {
	max-width: unset;
	line-height: 1.4em;
}

.wrapper-grid-mba .linha-grid .grid-content {
	min-height: 192px;
}

.wrapper-cards-mba {
	background: url("https://www.fadisma.com.br/wp-content/uploads/2021/06/bg-cards.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4em 0;
}

.wrapper-cards-mba .container-cards {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: auto;
	grid-row-gap: 2.5em;
	grid-column-gap: 2.5em;
}

.wrapper-cards-mba .card-curso {
	background: #eeeeee;
	border-radius: 15px;
	padding: 2em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper-cards-mba .card-curso .texto-card {
	margin-top: 0;
	font-size: 16px;
}

.wrapper-valores-curso {
	padding: 4em 0;
}

.page-template-page-curso-mba h2 {
	margin-bottom: 1em;
	width: 100%;
	font-size: 30px;
	color: #183b72;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 700;
}

.wrapper-grid-mba .linha-grid h3 {
	font-size: 18px;
	max-width: unset;
	z-index: 1;
}

.wrapper-grid-mba .linha-grid:nth-child(1) h3,
.wrapper-grid-curso .linha-grid:nth-child(2) h3 {
	max-width: unset;
	margin-bottom: 3px;
}

.wrapper-grid-mba .linha-grid img {
	min-width: 100%;
}

.wrapper-grid-mba .linha-grid .grid-content p {
	margin-top: 0;
	line-height: 1.25em;
	font-size: 16px;
	text-align: left;
	margin-bottom: 0;
}

.wrapper-grid-mba .linha-grid {
	min-height: 192px;
}

.linha-grid:nth-child(4) .container-img-grid {
	float: right;
}

.wrapper-grid-mba .linha-grid:nth-child(2) .container-img-grid,
.wrapper-grid-mba .linha-grid:nth-child(4) .container-img-grid {
	width: 100%;
}

.wrapper-grid-mba .linha-grid {
	box-sizing: border-box;
	overflow: hidden;
}

.box-valor {
	background: #f2f2f2;
	padding: 48px 60px;
	margin-top: 0.9em;
	margin-bottom: 12px;
	width: 475px;
	max-width: 100%;
	min-height: 244px;
}

.box-valor > div {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	min-height: 52px;
}

.box-valor > p {
	margin-top: 20px;
	margin-bottom: 0;
}

.v-parc {
	color: #589ccc;
	font-size: 18px;
	margin-right: 5px;
}

.v-valor {
	font-size: 68px;
	font-weight: bold;
	color: #183b72;
	margin-top: 15px;
}

.v-centavos {
	color: #589ccc;
	margin-top: -5px;
	font-size: 18px;
}

.btn-inscricao {
	background-color: #45a551;
	border: 3px solid #fff;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	padding: 1em 3.5em;
	text-decoration: none;
	float: none;
	margin: auto;
	outline: inherit;
	border: none;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	font-size: 18px;
}

.btn-inscricao:hover {
	background-color: #589ccc;
}

.btn-container a {
	text-decoration: none;
}

.box-container {
	color: #183b72;
}

.box-container strong {
	font-size: 24px;
}

.row-contatos a {
	color: #183b72;
	text-decoration: none;
}

.row-contatos a:hover {
	color: #589ccc;
}

.h2-contatos {
	margin-bottom: 0.3em !important;
}

.conteudo-mba {
	margin-top: 10px;
}

.conteudo-mba {
	margin-top: 2em;
}

.wrapper-grid-mba {
	margin-top: 2em;
}

.row-valores {
	width: 90%;
	margin: 1em auto;
}

.coop-highlight {
	color: #589ccc;
}

.box-naocoop {
	margin-top: 1.2em;
}

.wrapper-grid .linha-grid h3 a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.container-valores hr {
	background-color: #f2f2f2;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	width: 60%;
}

.hr-avista {
	margin-bottom: 2em !important;
}

.box-info.box-mba div.link-disciplinas::after {
	bottom: 0;
	left: 30px;
	top: unset;
}

.box-info.box-mba div.link-edital::after {
	width: 182px;
	height: 55px;
	content: "+ EDITAL";
	color: #fff;
	border-radius: 200;
	background-color: #589ccc;
	border: 3px solid #fff;
	position: absolute;
	bottom: 0;
	left: 230px;
	border-radius: 25px;
	z-index: 2;
	transition: all 0.3s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

/* .wrapper-grid .linha-grid .grid-content {
margin: auto;
float: none !important;
} */
.page-id-7401 .wrapper-grid .linha-grid .grid-content {
	margin: auto;
	float: none !important;
	align-items: center;
}

.wrapper-grid-mba .linha-grid .grid-content p {
	margin-top: 0;
	line-height: 1.25em;
	font-size: 16px;
	text-align: left;
	margin-bottom: 0;
	text-align: justify;
}

.grid-cursos a:nth-child(3) .curso span {
	font-size: 30px;
}

.grid-cursos a:nth-child(4) .curso span {
	font-size: 27px;
	letter-spacing: -1px;
}

.cursos-home .grid-cursos {
	grid-template-columns: repeat(4, minmax(100px, 1fr));
}

.cursos-home h2 span {
	line-height: 1em;
}

.conteudo-professores-mba .item-professor p {
	display: block;
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 1em;
	line-height: 23px;
}

.item-professor p {
	display: block;
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 1em;
	line-height: 23px;
}

.box-info.box-mba div.link-professores::after {
	width: 182px;
	height: 55px;
	content: "+ PROFESSORES";
	color: #fff;
	border-radius: 200;
	background-color: #589ccc;
	border: 3px solid #fff;
	position: absolute;
	bottom: 0;
	left: 230px;
	border-radius: 25px;
	z-index: 2;
	transition: all 0.3s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

h2#professores:focus-visible {
	outline: unset;
}

.item-disciplina.item-disciplina-mba {
	grid-template-columns: unset;
	grid-row-gap: unset;
}

/* Ajustes Editais */
.edital-ano {
	cursor: pointer;
}

.edital-ano .texto-ano {
	padding: 1.25em;
	cursor: pointer;
	border-bottom: 1px solid #a8afb8;
}

.texto-ano span {
	font-size: 28px;
	color: #183b72;
}

.edital-ano .texto-ano {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.conteudo-ed {
	padding: 0 !important;
}

.container-editais .menu-noticias {
	margin-bottom: 15px;
}

.texto-ano {
	pointer-events: none;
}

.editais-ano {
	padding: 1.25em;
	visibility: hidden;
	opacity: 0;
	height: 0;
	display: none;
}

.editais-ano a:hover {
	color: #589ccc;
}

.editais-ano a {
	width: 100%;
	display: block;
}

/* Fim Ajustes Editais */
.edital-ano.open .texto-ano span {
	color: #589ccc;
}

.edital-ano.open .editais-ano {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}

.edital-ano.open img.indicador {
	transform: rotateZ(180deg);
}

.edital-ano:hover .texto-ano span {
	color: #589ccc;
}

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

.cookie-law-info-bar {
	z-index: 9999999999;
}

.grade.grade-ativa .semestre {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: grid;
	align-items: center;
}

.semestre.semestre-ativo .item-disciplina {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.semestre.semestre-ativo .item-disciplina.duas-colunas {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1.5em;
	align-items: center;
}

.semestre.semestre-ativo .item-disciplina.duas-colunas.multi-frames {
	grid-template-columns: 1fr;
	column-gap: unset;
}

.semestre.semestre-ativo .item-disciplina {
	border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

/* ajustes mba*/
.page-template-page-curso-mba .wrapper-grid .linha-grid img {
	max-width: inherit;
}

p.desc-complementares {
	margin-top: 1em;
	padding: 0 1.8em;
}

.box-info div.box-info-mba span {
	font-weight: normal;
}

.rll-youtube-player {
	height: 293px;
}

.iframe-container {
	width: 100%;
	/* max-width: 50%; */
}

/* fim ajustes mba */
.page-template:not(.logged-in) .grid-depoimentos .frame-container {
	padding-top: 0;
}

time.tribe-events-calendar-list__event-date-tag-datetime {
	margin-right: 6px;
}

.tutores-curso {
	display: flex;
}

/* fim ajutes mba desktop */
.flex-spm {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper-grid-mba .linha-grid .grid-content p {
	margin-top: 0;
	line-height: 1.18em;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
	text-align: justify;
}

.wrapper-grid-mba .linha-grid .grid-content {
	min-height: 210px;
}

.wrapper-grid-mba .linha-grid h3 {
	line-height: 24px;
}

.item-disciplina.item-disciplina-mba {
	text-align: justify;
}

.prof-desc ul {
	min-height: 140px;
}

.page-id-467 .wp-block-columns {
	margin-bottom: 0;
}

.page-template-page-curso-spm .row-contatos {
	margin-bottom: 3em;
}

.page-template-page-curso-spm .curso-info p {
	margin: 0.3em 0;
	text-align: justify;
	padding: 0 1em;
}

.page-template-page-curso-spm .btn-inscricao {
	margin-left: 1em !important;
}

.page-template-page-curso-spm .wrapper-grid-mba {
	margin-bottom: 0;
}

.page-template-page-curso-spm .wrapper-porque {
	padding-top: 4em;
}

.page-template-page-curso-spm #professores,
.page-template-page-curso-spm #tutores,
.page-template-page-curso-spm #articuladores {
	margin-top: 1em;
}

.page-template-page-curso-spm .v-valor {
	font-size: 6rem;
}

.page-template-page-curso-spm .v-centavos {
	margin-top: -10px;
	font-size: 2rem;
}

.grade .item-disciplina:not(.item-disciplina-mba) {
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 30px;
	align-items: left;
}

.page-template-page-professores .page-content p {
	text-align: center;
}

.page-template-page-professores .container-vinculo {
	margin-bottom: 3em;
}

.conteudo-professores-mba .item-professor span {
	text-align: center;
}

/* Ajustes bolsa SESCOOP */
.box-info.box-mba {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	margin-top: 2em;
	max-width: 90%;
	float: right;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.box-info div.box-info-mba {
	max-width: 100%;
}

.grid-botoes {
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	padding: 36px 43px;
}

.grid-botoes a {
	text-decoration: none;
}

.grid-botoes button,
.grid-botoes div[role="button"] {
	border-radius: 38px;
	padding: 8px 20px;
	border: none;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	background-color: #589ccc;
	border-radius: 12px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	justify-content: flex-start;
	text-align: left;
	height: 100%;
}

.grid-botoes div[role="button"] {
	padding: 0;
}

.grid-botoes button:hover {
	background-color: #183b72;
	color: #fff;
	text-decoration: none;
}

.box-info.box-mba div.content-box-info span:last-child {
	margin-bottom: 0;
}

.box-valor {
	border-radius: 12px;
}

.page-template-page-curso-mba h2 {
	margin-bottom: 0.6em;
}

.wrapper-cards-mba .card-curso {
	border-radius: 12px;
}

.wrapper-grid .linha-grid {
	background-color: #f9f9f9;
}

.curso-info .row {
	align-items: center;
}

.wrapper-valores-curso .box-container strong {
	text-align: center;
}

.box-info .content-box-info img {
	position: absolute;
	right: 43px;
	top: 24px;
	width: 120px;
}

.box-info button img {
	width: 11px;
	height: 11px;
	position: relative !important;
	top: unset;
	right: unset;
	margin-right: 12px;
}

/* .page-id-70 .box-info img {
  right: 140px;
  top: 57px;
} */
.page-template-page-curso-spm .box-info .content-box-info img {
	max-width: 105px;
	top: 25px;
	right: 20px;
}

.page-template-page-curso-spm .box-info.box-mba {
	width: 100%;
	overflow: visible;
}

.page-template-page-curso-spm .wrapper-grid-mba:nth-child(2) {
	margin-bottom: 0;
}

.curso-info .conteudo-mba p {
	line-height: 150%;
	margin-bottom: 0.5em;
}

.wrapper-grid.wrapper-grid-depoimentos {
	padding: 3em;
}

.ver-curriculo {
	background: #589ccc;
	border: none;
	width: auto;
	margin: auto;
	color: #fff;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding: 0.5em 1em;
}

.ver-curriculo:hover {
	background: #a8afb8;
}

.ver-curriculo img {
	width: 15px;
	height: auto;
	margin-left: 6px;
}

.curriculo-prof {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: height 0.3s ease-in;
}

.cargo-prof {
	line-height: 128%;
	margin-bottom: 0.5em;
}

.curriculo-prof.curriculo-ativo {
	height: auto;
	visibility: visible;
	opacity: 1;
	background: #efefef;
	padding: 1em 1.5em;
}

.prof-desc ul {
	min-height: unset;
}

.wrapper-grid-curso h2,
.wrapper-porque h2,
.wrapper-valores-curso h2 {
	margin-bottom: 1em;
	width: 100%;
	font-size: 30px;
	color: #183b72;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 700;
}

.box-valor-spm {
	background: transparent;
}

.box-valor-spm {
	padding: 0;
}

.box-valor-spm .v-valor {
	font-size: 90px;
}

.container-mensalidade {
	padding: 3em;
	margin-bottom: 5em;
}

.v-centavos {
	font-size: 27px;
}

.page-template-page-curso-spm .btn-inscricao {
	margin-top: 0;
	padding: 20px 50px;
}

/* .p-cargo {
width: 100%;
min-height: 28px;
} */
.box-naocoop {
	margin-top: 0;
}

.page-template-page-curso-spm .curso-coord {
	padding: 0 1em;
}

.tribe-events-c-top-bar__datepicker {
	display: none;
}

.curso-info .conteudo-mba p {
	line-height: 150%;
	margin-bottom: 0.5em;
	font-size: 18px;
	text-align: left;
	/*     margin: 1.3em 0 2.3em; */
}

.curso-info .conteudo-mba img {
	margin-bottom: 1em;
}

.curso-info .curso-coord {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
	margin-top: 24px;
}

/** Ajustes Fadisma Acontece **/
.curso-info .curso-coord .coord {
	justify-content: center;
}

/* ----------------------------------------------
* Generated by Animista on 2021-11-24 11:3:16
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation shadow-drop-2-center
* ----------------------------------------
*/
@-webkit-keyframes shadow-drop-2-center {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
		-webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.35);
		box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.35);
	}
}

@keyframes shadow-drop-2-center {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0.3px 0.3px 0.8px rgba(0, 0, 0, 0.019), 0.9px 0.9px 2.1px rgba(0, 0, 0, 0.027), 1.8px 1.8px 4.3px rgba(0, 0, 0, 0.033), 3.7px 3.7px 8.8px rgba(0, 0, 0, 0.041), 10px 10px 24px rgba(0, 0, 0, 0.06);
	}
	100% {
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
		box-shadow: 0.3px 0.3px 2.2px rgba(0, 0, 0, 0.047), 0.9px 0.9px 5.6px rgba(0, 0, 0, 0.067), 1.8px 1.8px 11.5px rgba(0, 0, 0, 0.083), 3.7px 3.7px 23.7px rgba(0, 0, 0, 0.103), 10px 10px 36px rgba(0, 0, 0, 0.15);
	}
}

.item-acontece {
	max-width: 372px;
	box-shadow: 0.3px 0.3px 0.8px rgba(0, 0, 0, 0.019), 0.9px 0.9px 2.1px rgba(0, 0, 0, 0.027), 1.8px 1.8px 4.3px rgba(0, 0, 0, 0.033), 3.7px 3.7px 8.8px rgba(0, 0, 0, 0.041), 10px 10px 24px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 0.6em;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.item-acontece[data-groups='["inativo"]'] {
	filter: grayscale(1) !important;
}

.acontece-thumb img {
	border-radius: 10px;
	height: 200px;
	width: 100%;
}

.acontece-info {
	padding: 0.3em 0.9em;
}

a.link-evento {
	padding: 0.5em 1em;
	background: #589ccc;
	width: 100%;
	display: block;
	color: #fff;
	border-radius: 10px;
}

a.link-evento:hover {
	background: #183b72;
}

.item-acontece .descricao,
.item-acontece .descricao p {
	font-size: 16px;
	line-height: 22px;
	color: #777;
	text-align: left;
}

.data-evento {
	color: #767676;
	background: #e4ebf1;
	padding: 1em 1em 0.5em 1em;
	margin-top: -8px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 15px;
}

.acontece-info .titulo h3 {
	font-size: 18px;
	color: #484848;
	margin-top: 16px;
	margin-bottom: 12px;
	font-weight: 500;
}

.conteudo-acontece {
	margin-top: 2em;
	margin-bottom: 3em;
	overflow: visible !important;
}

.tribe-events-notices {
	padding: 0.5em 1em;
	background-color: #e2763c;
}

.filtros-eventos .search-form-input {
	max-width: 425px;
	margin-right: 2em;
}

.filtros-eventos .js-shuffle-search {
	padding: 0.82em;
	width: 100%;
	background: transparent;
	appearance: none;
	display: block;
	color: #fff !important;
	border: none;
}

.filtros-eventos .js-shuffle-search:focus {
	outline: none;
}

.filtros-eventos {
	display: flex;
	justify-content: center;
	align-items: center;
}

.js-shuffle-search::placeholder {
	color: #fff;
}

.js-shuffle-search:-ms-input-placeholder {
	color: #fff;
}

.js-shuffle-search::-ms-input-placeholder {
	color: #fff;
}

.filters-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2em;
}

.btn-filtro {
	padding: 0.7em 1em;
	background: #e5eaf0;
	color: #767676;
	text-align: center;
	cursor: pointer;
	min-height: 54.22px;
	line-height: 30px;
}

.btn-filtro:hover,
.btn-filtro.filtro-ativo {
	background: #589ccc;
	color: #fff;
}

.clear-filters {
	text-decoration: underline;
	color: #767676;
	cursor: pointer;
}

.clear-filters:hover {
	color: #589ccc;
}

input,
button,
textarea,
select {
	font: inherit;
}

.tribe-events-back,
.tribe-events-event-categories-label,
.tribe-events-event-categories,
.tribe-events-footer {
	display: none;
}

.noticias-home .conteudo-home.noticias-grid .item {
	margin-top: 36px;
}

.octadesk-octachat-app.octachatAppClose.octachatProactiveMsg {
	min-height: 230px;
}

section.octadesk-proactive-msg-wrapper div.octadesk-proactive-msg {
	display: inline-block;
	position: relative;
	overflow-y: auto;
	background-color: #f5f5f5;
	width: 295px;
	max-height: 500px;
	min-height: 75px;
}

/* ----------------------------------------------
* Generated by Animista on 2021-12-6 15:26:36
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation slide-in-top
* ----------------------------------------
*/
@-webkit-keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.header-desktop {
	opacity: 0;
	visibility: hidden;
	height: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.header-sticky {
	opacity: 0;
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	box-shadow: 0.2px 0.2px 0.3px rgba(0, 0, 0, 0.019), 0.6px 0.6px 0.8px rgba(0, 0, 0, 0.027), 1.2px 1.2px 1.6px rgba(0, 0, 0, 0.033), 2.6px 2.6px 3.3px rgba(0, 0, 0, 0.041), 7px 7px 9px rgba(0, 0, 0, 0.06);
}

.header-sticky.header-active {
	height: auto;
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header-desktop.header-active {
	height: auto;
	opacity: 1;
}

.header-sticky .site-branding {
	max-width: 125px;
}

.header-sticky .inner-header-container .container {
	padding-top: 12px;
	padding-bottom: 12px;
}

.header-sticky .main-navigation ul li a {
	font-size: 15px;
	padding: 7px 12px;
}

.btn-inscricoes,
.btn-inscricoes a {
	font-size: 15px;
	padding: 7px 10px;
	text-decoration: none;
	color: #fff;
}

.btn-inscricoes {
	background: #45a551;
	color: #fff;
}

.btn-inscricoes:hover {
	background: #589ccc;
	color: #fff;
}

.header-sticky .wrapper-cta-sticky {
	width: 100%;
	background: #183b72;
}

.header-sticky .wrapper-cta-sticky .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.texto-ps-sticky {
	color: #fff;
	font-size: 15px;
}

.texto-ps-sticky a {
	color: #fff;
	text-decoration: underline;
}

.texto-ps-sticky a:hover {
	color: #589ccc;
}

.site-title {
	max-width: 140px;
}

.main-navigation ul li a {
	padding: 7px 12px;
}

.inner-header-container .container {
	padding-top: 34px;
	padding-bottom: 34px;
}

.btn.btn-inscricoes {
	padding: 9px 14px;
}

.modal-dialog {
	max-width: 992px;
	margin: 8.75rem auto;
}

.logo-curso {
	max-width: 350px;
	margin: auto;
	display: block;
	margin-top: 1em;
}

.modal-dialog {
	max-width: 992px;
	margin: 7.75rem auto;
}

.curso-info .curso-coord {
	justify-content: center;
}

.main-navigation ul li:last-child a {
	padding-right: inherit;
}

.curso-info a {
	color: #589ccc;
}

.conteudo-mba .logo-curso {
	max-width: 100%;
}

.box-info div.box-info-mba span {
	font-weight: normal;
	max-width: 295px;
}

.wrapper-diferenciais {
	margin-top: 70px;
}

.grid-cursos-5-elementos {
	display: inline-block;
	width: 100%;
	margin-top: 6px;
}

.grid-cursos-5-elementos a:hover img {
	transform: scale(1.2);
}

.grid-cursos-5-elementos .curso {
	width: 100%;
	height: auto;
	min-height: 240px;
	padding: 25px;
	text-align: right;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	position: relative;
	margin-top: 30px;
}

.grid-cursos-5-elementos .curso-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.grid-cursos-5-elementos img {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.grid-cursos-5-elementos .curso span {
	display: block;
	max-width: 90%;
	float: right;
	z-index: 3;
	position: relative;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
}

.grid-cursos-5-elementos .curso p {
	position: absolute;
    top: 80%;
    right: 10px;
    background-color: #6c757d;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 18px;
}

.grid-cursos-5-elementos .curso .modalidade span {
	position: absolute;
    top: 80%;
    right: 10px;
    background-color: #6c757d;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 18px;
}

.grid-cursos-5-elementos a:hover .curso-overlay {
	background: #589ccc;
}

/* .grid-cursos-5-elementos a:nth-child(1),
.grid-cursos-5-elementos a:nth-child(2) {
	width: 100%;
	max-width: 588px;
	float: left;
	margin-right: 30px;
}

.grid-cursos-5-elementos a:nth-child(2) {
	margin-right: 0;
}*/

.grid-cursos-5-elementos a:nth-child(1),
.grid-cursos-5-elementos a:nth-child(2),
.grid-cursos-5-elementos a:nth-child(3) {
	width: 100%;
	max-width: 382px;
	float: left;
	margin-right: 30px;
}

.grid-cursos-5-elementos a:nth-child(3) {
	margin-right: 0;
}

.grid-cursos-5-elementos a:nth-child(4),
.grid-cursos-5-elementos a:nth-child(5),
.grid-cursos-5-elementos a:nth-child(6) {
	width: 100%;
	max-width: 382px;
	float: left;
	margin-right: 30px;
}

.grid-cursos-5-elementos a:nth-child(6) {
	margin-right: 0;
}

.wrapper-grid-curso h2,
.wrapper-porque h2 {
	margin-top: 1em;
	margin-bottom: 0;
}

.eventos-home .item-evento .ev-data b {
	font-size: 24px;
}

@media (max-width: 992px) {
	.eventos-home .conteudo-eventos > a {
		margin-top: 24px;
	}
	.eventos-home .item-evento .item-titulo {
		margin-top: 4px;
		line-height: 130%;
	}
	/* Ajustes página curso Tablet */
	.conteudo-diferencial {
		width: 100%;
		padding: 2em 0;
	}
	.wrapper-diferenciais {
		margin-top: 60px !important;
	}
	.conteudo-diferencial h3 {
		font-size: 24px;
	}
	.grid-cursos-5-elementos {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.grid-cursos-5-elementos a {
		width: 100%;
		max-width: 382px !important;
		margin-right: 0 !important;
		margin: 0;
		float: none !important;
	}
	/* Fim Ajustes curso */
	.wrapper-grid-curso h2,
	.wrapper-porque h2,
	.wrapper-valores-curso h2 {
		margin-bottom: 0;
		font-size: 22px;
		max-width: 80%;
		margin: auto;
	}
	.wrapper-porque h2 {
		margin-top: 2em;
	}
	.container-mensalidade {
		padding: 3em;
		background: transparent;
		margin-bottom: 2em;
		padding-top: 10px;
	}
	.row-valores h4 {
		color: #589ccc;
		font-size: 20px;
	}
	.header-sticky .site-branding {
		max-width: 100px;
	}
	.site-branding img {
		max-width: 90%;
	}
	.inner-header-container .container.container-sticky {
		padding: 12px;
	}
	.top-bar-menu {
		padding: 5px 15px 6px 15px;
	}
	.header-sticky .btn-inscricoes,
	.header-sticky .btn-inscricoes a {
		font-size: 14px;
		letter-spacing: -1px;
		padding: 7px;
	}
	.header-default .btn-inscricoes {
		display: none;
	}
	.hamburger {
		height: 38px;
	}
	/** Ajustes FADISMA Acontece Mobile **/
	.filtros-eventos {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.filtros-eventos .search-form-input {
		margin-right: 0;
		max-width: 387px;
	}
	.filters-btn,
	.clear-filters {
		margin-top: 1em;
	}
	.btn-filtro {
		padding: 0.7em 0.6em;
		min-height: unset;
	}
	.filters-btn {
		margin-right: 0;
	}
	.page-template-page-curso-spm .v-valor {
		font-size: 3rem;
	}
	.page-template-page-curso-spm .v-centavos {
		margin-top: -2px;
		font-size: 1.2rem;
	}
	.semestre.semestre-ativo .item-disciplina.duas-colunas {
		grid-template-columns: 1fr;
		column-gap: 0;
	}
	.conteudo-professores-mba {
		grid-template-columns: 1fr 1fr;
	}
	.box-info.box-mba div.link-disciplinas::after {
		bottom: -28px;
		left: 30px;
	}
	.box-info.box-mba div.link-edital::after {
		bottom: -28px;
		left: 230px;
	}
	.wrapper-grid-mba {
		margin-top: 2em;
	}
	.box-info.box-mba {
		margin-top: 1.5em;
		max-width: 100%;
		float: none;
	}
	.box-info div.box-info-mba {
		max-width: 100%;
	}
	.page-id-70 .box-info img {
		position: relative;
		right: unset;
		top: unset;
	}
	.box-info button img {
		margin: 0;
		margin-right: 6px;
	}
}

@media (max-width: 768px) {
	.logo-curso {
		max-width: 100%;
	}
	p {
		font-size: 16px;
	}
	.inner-header-container .container {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.site-branding img {
		max-width: 100%;
	}
	.prof-desc {
		max-width: unset;
		margin: auto;
	}
	.page-template-page-curso-spm .prof-desc {
		max-width: unset;
		margin: auto;
	}
	.prof-desc ul {
		padding-left: 1.2em;
	}
	.box-info.box-mba div.link-professores::after {
		bottom: unset;
		left: unset;
		position: relative;
		margin-top: 1em;
	}
	.page-template-page-curso-mba h2 {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	.conteudo-professores-mba {
		grid-template-columns: 1fr;
	}
	.page-content .wp-block-columns:nth-child(2) {
		flex-direction: column-reverse;
	}
	.page-template-page-curso-mba p {
		font-size: 16px;
	}
	.row-contatos {
		max-width: 90%;
		margin: auto;
		text-align: center;
	}
	.btn-inscricao {
		border-radius: 30px;
	}
	.box-info.box-mba {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.box-info.box-mba div.link-disciplinas::after {
		bottom: unset;
		left: unset;
		position: relative;
		margin-top: 1em;
	}
	.box-info.box-mba div.link-edital::after {
		margin-top: 0.7em;
		bottom: unset;
		left: unset;
		position: relative;
	}
	.wrapper-cards-mba .container-cards {
		display: flex;
		flex-direction: column;
		margin: 0;
		grid-row-gap: unset;
		grid-column-gap: unset;
	}
	.conteudo-mba {
		margin-top: 1.5em;
	}
	.conteudo-mba p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 0.5em;
	}
	.wrapper-grid .linha-grid .grid-content {
		padding: 2em 1em;
		min-height: unset;
	}
	.wrapper-cards-mba {
		padding: 2em 0 1em 0;
	}
	.wrapper-cards-mba .card-curso {
		margin-bottom: 1em;
		width: 100%;
	}
	.wrapper-grid .linha-grid:nth-child(2) .grid-content {
		float: none;
	}
	.btn-inscricao {
		padding: 1em 1.5em;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		margin-top: 0;
	}
	.v-valor {
		font-size: 44px;
		margin-top: 9px;
	}
	.box-valor {
		background: #f2f2f2;
		padding: 36px 44px;
	}
	.box-valor > p {
		margin-top: 5px;
		margin-bottom: 0;
		line-height: 19px;
		text-align: center;
		margin-bottom: 0;
	}
	.cursos-home .grid-cursos {
		margin-top: 28px;
		display: grid;
		grid-column-gap: 0;
		grid-template-columns: 1fr;
	}
	.grid-botoes {
		/* 		grid-template-columns: 1fr; */
		padding: 30px 30px;
		/* 		grid-template-columns: 100%; */
		display: flex;
		flex-direction: column;
	}
	.wrapper-aviso {
		font-size: 14px;
		line-height: 150%;
	}
	.wrapper-curso-extra .wp-block-image {
		margin-top: 1em;
	}
	.box-info img {
		position: relative !important;
		top: unset !important;
		right: unset !important;
		margin-top: 2em;
	}
	.page-template-page-curso-spm .box-info .content-box-info img {
		position: relative;
		top: unset;
		right: unset;
		bottom: unset;
		margin: auto;
		margin-top: 2em;
		width: 100%;
	}
	.page-template-page-curso-spm .btn-inscricao {
		margin-top: 30px;
		padding: 15px 28px;
	}
	.wrapper-grid.wrapper-grid-depoimentos {
		padding: 1.5em 0.5em 1em 0.5em;
	}
	.wrapper-grid.wrapper-grid-depoimentos h2 {
		font-size: 23px;
	}
	.tutores-curso .item-professor {
		justify-content: center;
	}
	.box-valor-spm .v-valor {
		font-size: 55px;
	}
	.row-valores div > div {
		width: 100%;
	}
	.grid-depoimentos h4 {
		grid-column: unset;
	}
	.item-professor span {
		max-width: 90%;
		margin: auto;
	}
	.container-mensalidade {
		margin-top: 2em;
	}
	.row-valores {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.row-valores div > div.v-centavos,
	.row-valores div > div.v-valor {
		width: auto;
	}
}

@media (min-width: 1400px) {
	.banner-home {
		min-height: 632px;
	}
}

@media (min-width: 1921px) {
	.banner-home {
		min-height: 700px !important;
	}
	.container-img-grid {
		max-width: 50%;
	}
}

@media (min-width: 2200px) {
	.banner-home {
		min-height: 800px !important;
	}
}

@media (min-width: 3000px) {
	.banner-home {
		min-height: 1400px !important;
	}
}

@media (max-width: 768px) {
	.menu-eventos div {
		position: relative;
		padding: 0.5em 0.8em;
		cursor: pointer;
	}
	.noticias-home .menu-noticias {
		justify-content: center;
	}
	.eventos-home:before {
		content: "";
		width: 22px;
		height: 68px;
		left: -8px;
		top: 10px;
	}
	.eventos-home {
		padding-bottom: 10px;
	}
	.wrapper-acessos h3 {
		margin-top: 110px;
	}
	.curso-info-right {
		padding-top: 16px;
		width: 100%;
		max-width: unset;
	}
	.curso-info-right .selo-curso-info {
		position: relative;
		right: unset;
		top: unset;
		margin-top: 20px;
	}
	.conteudo-diferencial {
		width: 100%;
		padding: 1.5em;
	}
	.conteudo-diferencial h3 strong {
		display: inline;
	}
	.page-id-70 .wrapper-grid {
		margin-bottom: 0;
	}
	.curso-info-right .botoes-curso {
		grid-template-columns: 1fr;
	}
	.conteudo-professores-mba .item-professor {
		min-height: unset;
	}
	.conteudo-professores-mba .item-professor {
		justify-content: flex-start;
		min-height: unset;
		margin-left: auto;
		margin-right: auto;
	}
	.item-professor > img {
		min-height: unset;
		max-width: 85%;
		padding-top: 0;
	}
	.item-professor span {
		min-height: unset;
		margin-top: 1em;
	}
	.p-cargo {
		margin-top: 10px;
	}
	.wrapper-cards {
		padding: 60px 0;
	}
	.duvidas-curso {
		padding: 60px 0;
	}
}

/*# sourceMappingURL=style.css.map */