/*!
Theme Name: cesam
Theme URI: http://underscores.me/
Author: WPBox
Author URI: https://wpbox.io
Description: A theme for CESAM made by WPBox
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: cesam
GitHub Theme URI: Quick-Release/cesam
GitHub Theme URI: https://github.com/Quick-Release/cesam
Primary Branch: main
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.

cesam 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  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.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

img.custom-logo {
  width: 180px;
  max-width: 80%;
  height: auto;
  position: absolute;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (min-width: 1280px) {
  img.custom-logo {
    width: 250px;
    -webkit-transform: translateX(-49px);
            transform: translateX(-49px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
}

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

/* Links
--------------------------------------------- */
a {
  color: #000000;
  /*
    &:visited {
      color: $color__link;
    }
  */
}
a:hover, a:focus, a:active {
  color: #44c8f5;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.link-with-stroke {
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #707cbb;
}

.nav-previous a,
.nav-next a {
  padding-bottom: 0.5rem;
}

/* 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;
  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%;
  /*
  .current_page_item > a,
  .current-menu-item > a,
  .current_page_ancestor > a,
  .current-menu-ancestor > a {
  }
  */
  /* mobile */
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.second-footer-widget ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.second-footer-widget ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 0.3rem 0;
}

#menu-menu-principal li,
#menu-primary-menu-en li {
  color: #fff;
  font-weight: 500;
}
#menu-menu-principal li ul,
#menu-primary-menu-en li ul {
  display: none;
}
#menu-menu-principal li a,
#menu-primary-menu-en li a {
  color: #fff;
}
#menu-menu-principal li a:hover,
#menu-primary-menu-en li a:hover {
  color: #eee;
}
#menu-menu-principal li:hover > ul,
#menu-primary-menu-en li:hover > ul {
  display: block;
  position: absolute;
  background: #fff;
  color: #000;
  padding: 1.5rem 1.2rem;
  line-height: 16px;
}
#menu-menu-principal li:hover > ul li,
#menu-primary-menu-en li:hover > ul li {
  padding: 0.5rem 0;
  font-weight: 400;
}
#menu-menu-principal li:hover > ul li a,
#menu-primary-menu-en li:hover > ul li a {
  color: #606060;
}
#menu-menu-principal li:hover > ul li a:hover,
#menu-primary-menu-en li:hover > ul li a:hover {
  color: #000;
}

.pessoas-navigation input,
.work-types-navigation input {
  visibility: hidden;
  height: 0;
}
.pessoas-navigation label,
.work-types-navigation label {
  cursor: pointer;
  color: black;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.8rem;
}
.pessoas-navigation input:checked + label,
.work-types-navigation input:checked + label {
  font-weight: 700;
}
.pessoas-navigation .show-checkboxes input,
.work-types-navigation .show-checkboxes input {
  visibility: visible;
  height: auto;
}

.projetos-navigation input,
.publicacoes-navigation input,
.work-types-navigation input {
  visibility: hidden;
}
.projetos-navigation label,
.publicacoes-navigation label,
.work-types-navigation label {
  cursor: pointer;
}
.projetos-navigation input:checked + label,
.publicacoes-navigation input:checked + label,
.work-types-navigation input:checked + label {
  font-weight: bold;
}
.projetos-navigation input:checked + div label,
.publicacoes-navigation input:checked + div label,
.work-types-navigation input:checked + div label {
  font-weight: bold;
}

.items-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items-search i {
  position: relative;
  padding-top: 7px;
  margin-right: 17px;
}
.items-search input.search {
  border: none;
}

.items-search-year input {
  visibility: hidden;
  height: 0;
}
.items-search-year label {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.75rem;
}
.items-search-year input:checked + label {
  font-weight: 700;
}

@-moz-document url-prefix() {
  .items-search-year input {
    visibility: hidden;
    height: 0;
  }
  .items-search-year label {
    cursor: pointer;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 0rem;
  }
  .items-search-year input:checked + label {
    font-weight: 700;
  }
}
#menu-item-2913 .sub-menu {
  left: 150px;
}

.pagination-button {
  border: none;
  outline: none;
}

.menu-interno-pages-wrapper .current-menu-item {
  font-weight: 800;
}
.menu-interno-pages-wrapper .current-menu-item.current_page_parent a {
  font-weight: 400;
}
.menu-interno-pages-wrapper .current-menu-item.current_page_parent ul .current_page_item a {
  font-weight: 800;
}
.menu-interno-pages-wrapper .current-menu-item ul li a {
  font-weight: 400;
}

.custom-search-icon {
  display: block;
  color: #fff;
}
.custom-search-icon i {
  position: relative;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  line-height: 2rem;
}
.custom-search-icon i:hover {
  cursor: pointer;
  color: #eee;
}

.search-box {
  background: #fff;
  position: absolute;
  top: 24px;
  right: 0%;
  width: 250px;
  height: 48px;
  line-height: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}

.search-box input[type=search] {
  width: 190px;
  padding: 5px 10px;
  margin-left: 10px;
  outline: none;
  height: 40px;
}

.search-box input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 0 23px;
  background-color: #000;
  background-image: url(img/search.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  margin-left: -6px;
  outline: none;
  cursor: pointer;
  border: none;
}
.search-box input[type=submit]:focus {
  outline: none;
}

.search-menu-item2 {
  width: 90%;
  margin: 0 auto !important;
}

.search-box2 {
  background: #fff;
  width: 100%;
  height: 48px;
  line-height: 40px;
  border-bottom: 1px solid black;
  margin-bottom: 1rem;
}

#responsive-menu-pro-wrapper {
  padding: 0 0 2rem !important;
}

.search-box2 input {
  width: 100%;
}
.search-box2 input::-webkit-input-placeholder {
  font-size: 0.85rem;
}
.search-box2 input::-moz-placeholder {
  font-size: 0.85rem;
}
.search-box2 input:-ms-input-placeholder {
  font-size: 0.85rem;
}
.search-box2 input::-ms-input-placeholder {
  font-size: 0.85rem;
}
.search-box2 input::placeholder {
  font-size: 0.85rem;
}

.search-box2 input[type=submit] {
  width: 80px;
  padding: 5px 0;
  background: #000;
  color: #fff;
  margin-left: -6px;
  outline: none;
  cursor: pointer;
}

.search-filters button {
  outline: none;
  border: none;
}
.search-filters button.active {
  font-weight: bold;
}

#responsive-menu-pro-title,
.rmp-menu-title {
  height: 10rem;
}
#responsive-menu-pro-title img,
.rmp-menu-title img {
  height: 4rem;
}
#responsive-menu-pro-title #responsive-menu-pro-title-image,
.rmp-menu-title #responsive-menu-pro-title-image {
  height: 10rem;
}
#responsive-menu-pro-title #responsive-menu-pro-title-image img,
.rmp-menu-title #responsive-menu-pro-title-image img {
  height: 4rem;
}

.pagination-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding-left: 10px;
}
.pagination-custom a {
  padding-right: 30px;
}
.pagination-custom .current {
  padding-right: 30px;
}
.pagination-custom .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination-custom .prev img {
  width: 12px;
  height: 10px;
  position: relative;
  -webkit-transform: translate(-10px, 3px);
          transform: translate(-10px, 3px);
}
.pagination-custom .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination-custom .next img {
  width: 12px;
  height: 10px;
  position: relative;
  -webkit-transform: translate(10px, 3px);
          transform: translate(10px, 3px);
}

ul.menu-projetos li {
  line-height: 1.75rem;
  font-size: 0.85rem;
  font-weight: 400;
}
ul.menu-projetos li a {
  font-weight: 400;
}
ul.menu-projetos .font-bold {
  font-weight: 700;
}

#responsive-menu-pro-button,
.rmp_menu_trigger {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 30px !important;
}

.o-results-pagination,
.p-results-pagination,
.c-results-pagination {
  font-size: 0.85rem;
  margin-top: 45px;
}
.o-results-pagination .current,
.p-results-pagination .current,
.c-results-pagination .current {
  font-weight: bold;
}
.o-results-pagination .pagination a,
.p-results-pagination .pagination a,
.c-results-pagination .pagination a {
  padding: 0 0.7rem;
}
.o-results-pagination .pagination a.active,
.p-results-pagination .pagination a.active,
.c-results-pagination .pagination a.active {
  font-weight: bold;
}
.o-results-pagination .prev-wrapper img,
.o-results-pagination .next-wrapper img,
.p-results-pagination .prev-wrapper img,
.p-results-pagination .next-wrapper img,
.c-results-pagination .prev-wrapper img,
.c-results-pagination .next-wrapper img {
  width: 12px;
  height: 10px;
  position: relative;
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
}
.o-results-pagination .prev-wrapper.disabled,
.o-results-pagination .next-wrapper.disabled,
.p-results-pagination .prev-wrapper.disabled,
.p-results-pagination .next-wrapper.disabled,
.c-results-pagination .prev-wrapper.disabled,
.c-results-pagination .next-wrapper.disabled {
  opacity: 0.5;
  cursor: default;
}
.o-results-pagination .prev-wrapper.disabled:hover,
.o-results-pagination .next-wrapper.disabled:hover,
.p-results-pagination .prev-wrapper.disabled:hover,
.p-results-pagination .next-wrapper.disabled:hover,
.c-results-pagination .prev-wrapper.disabled:hover,
.c-results-pagination .next-wrapper.disabled:hover {
  cursor: default;
  color: black;
}
.o-results-pagination .prev-wrapper.disabled:hover a,
.o-results-pagination .next-wrapper.disabled:hover a,
.p-results-pagination .prev-wrapper.disabled:hover a,
.p-results-pagination .next-wrapper.disabled:hover a,
.c-results-pagination .prev-wrapper.disabled:hover a,
.c-results-pagination .next-wrapper.disabled:hover a {
  color: black;
  cursor: default;
}
.o-results-pagination .prev-wrapper.disabled:hover a:hover,
.o-results-pagination .next-wrapper.disabled:hover a:hover,
.p-results-pagination .prev-wrapper.disabled:hover a:hover,
.p-results-pagination .next-wrapper.disabled:hover a:hover,
.c-results-pagination .prev-wrapper.disabled:hover a:hover,
.c-results-pagination .next-wrapper.disabled:hover a:hover {
  color: black;
  cursor: default;
}
.o-results-pagination .prev-wrapper img,
.p-results-pagination .prev-wrapper img,
.c-results-pagination .prev-wrapper img {
  margin-right: 1rem;
}
.o-results-pagination .next-wrapper img,
.p-results-pagination .next-wrapper img,
.c-results-pagination .next-wrapper img {
  margin-left: 1rem;
}

.o-filters button,
.p-filters button,
.c-filters button {
  outline: none;
  border: none;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.o-filters button.active,
.p-filters button.active,
.c-filters button.active {
  font-weight: bold;
}

#filters-pub label {
  outline: none;
  border: none;
  font-size: 0.85rem;
  line-height: 1.75rem;
}
#filters-pub input {
  height: 0;
}

.responsive-menu-pro-box span {
  color: #4e8bc5 !important;
  z-index: 999;
}
.responsive-menu-pro-box button:hover span {
  color: #4e8bc5 !important;
}

.dataPublicacao .authors div {
  line-height: 1.75rem;
  font-size: 0.85rem;
  color: black;
}

.publication-authors {
  line-height: 1.75rem;
  font-size: 0.85rem;
  color: black;
}

@-moz-document url-prefix() {
  .pessoas-navigation input,
  .work-types-navigation input {
    display: none;
    height: 0;
  }
  .pessoas-navigation label,
  .work-types-navigation label {
    cursor: pointer;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 0rem;
  }
  .pessoas-navigation input:checked + label,
  .work-types-navigation input:checked + label {
    font-weight: 700;
  }
  .pessoas-navigation .show-checkboxes input,
  .work-types-navigation .show-checkboxes input {
    visibility: visible;
    height: auto;
    display: inline-block;
  }
}
.responsive-menu-pro-item-link,
.rmp-menu-item-link {
  border-bottom: none !important;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link {
  color: black !important;
  font-weight: 700;
}

#rmp-menu-item-5686 > a:nth-child(1) > i:nth-child(1) {
  display: none;
}

.rmp-container ul.rmp-submenu li.rmp-item.rmp-current-item > .rmp-menu-item-link {
  color: black !important;
  font-weight: 700;
}

#responsive-menu-pro .is-active {
  color: black !important;
  font-weight: 700;
}
#responsive-menu-pro .current-menu-parent a.is-active {
  color: black !important;
  font-weight: 700;
}
#responsive-menu-pro .responsive-menu-pro-item-current-ancestor .current_page_item {
  color: black !important;
  font-weight: 700;
}

#responsive-menu-pro-wrapper {
  -webkit-box-shadow: 10px 10px 68px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 68px 0px rgba(0, 0, 0, 0.75);
}

#responsive-menu-pro-title-image {
  width: 144px;
}

.news-navigation a {
  padding-right: 1rem;
}

.data-block-square img {
  padding-bottom: 3px !important;
}
.data-block-square a:hover {
  color: black;
}
.data-block-square a:focus {
  color: black;
}
.data-block-square a:active {
  color: black;
}

#filters-pub label {
  outline: none;
  border: none;
  font-size: 0.85rem;
  line-height: 1.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#filters-pub input {
  height: 0;
  display: none;
}

/* Posts and pages
--------------------------------------------- */
b,
strong {
  font-weight: 500 !important;
}

article img {
  padding-bottom: 0.85rem;
}

.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

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

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

.pessoas-resultados {
  position: relative;
  left: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 700px;
  gap: 1rem;
  top: -128px;
}

textarea#apaResult {
  border: none;
  width: 100%;
}

.arrow-back,
.vertical-titles {
  display: none;
}

@media screen and (min-width: 1660px) {
  .arrow-back,
  .vertical-titles {
    display: block;
  }
}
.divider {
  height: 1px;
  width: 100%;
  background-color: #c1c1c1;
}

.page .entry-content,
.single-post .entry-content,
.single-projetos .entry-content {
  /*> p:nth-child(1) {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0 0 1.5rem;
  }
  */
}

.single-projetos .entry-content p,
.single-concursos .entry-content p {
  padding-bottom: 1rem;
  font-weight: 300;
}

.facet-projetos .facetwp-radio.checked {
  background-image: none;
  font-weight: 700;
}
.facet-projetos .facetwp-radio {
  background: none;
  padding-left: 0;
}

.footer-pagina img {
  height: auto;
  max-width: 100%;
  width: auto;
  max-height: 40px;
}

.redes-internacionais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.institucional-footer img {
  margin: 0 auto;
}

header.site-header {
  min-height: 56.25rem;
  padding-bottom: 4rem;
}

article .entry-content h2 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 0.75rem;
}
article .entry-content h2:not(:first-of-type) {
  padding-top: 2.5rem;
}
article .entry-content h3 {
  font-size: 0.875rem;
  font-weight: bold;
}
article .entry-content ol {
  padding-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  color: black !important;
}
article .entry-content ol li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 0.875rem;
}
article .entry-content ul {
  padding-bottom: 1rem;
}
article .entry-content ul li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 0.875rem;
  margin-left: 0.75rem;
  font-weight: 300;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  article .entry-content ul li {
    margin-left: 1rem;
  }
}

.page-template-template-content-menu article p {
  font-size: 0.875rem;
  font-weight: 300;
}
.page-template-template-content-menu article a {
  text-decoration: underline;
  color: #000;
  font-weight: 300;
}
.page-template-template-content-menu article a:hover {
  color: #44c8f5;
}

.menu-interno-pages-wrapper ul li {
  line-height: 1.75rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: black !important;
}

.front-page-intro {
  position: absolute;
  z-index: 1000;
  -webkit-transform: translateY(-64rem);
          transform: translateY(-64rem);
  max-width: 1120px;
}

.home-boxes {
  position: absolute;
  z-index: 1000;
  -webkit-transform: translateY(-41rem);
          transform: translateY(-41rem);
  max-width: 1120px;
}

.site-header-home {
  background-repeat: no-repeat;
  background-color: #0b203a;
}

.event-sidebar .event-sidebar-square {
  border: 1px solid #000;
  max-width: 50%;
  padding: 1rem;
}

.not-found h1 {
  font-size: 18.75rem;
  line-height: 18.75rem;
  font-weight: 300;
  color: #8d8d8d;
}
.not-found p.first {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.not-found a {
  text-decoration: underline;
}
.not-found p.last {
  padding-bottom: 10rem;
}

@media (min-width: 768px) {
  .section-dropdesktop {
    display: block !important;
    height: auto !important;
    overflow: hidden;
  }
}

h2.home-destak-h2 {
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  h2.home-destak-h2 {
    font-size: 1.5rem !important;
  }
}

h2.home-news-h2 {
  font-weight: 500 !important;
  line-height: 1.25rem !important;
  font-size: 1rem !important;
}

.home-data {
  font-weight: 500 !important;
  line-height: 1.25rem !important;
  font-size: 1rem !important;
}

aside {
  font-size: 0.85rem;
}

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

.titulos-agenda-homepage {
  font-weight: 500 !important;
  line-height: 1.25rem !important;
  font-size: 1rem !important;
}

.sidebar-concursos button, .sidebar-concursos a {
  line-height: 1.75rem;
  font-size: 0.85rem;
  font-weight: 400;
}

.single-concursos article a {
  text-decoration: underline;
}

.single-eventos article a {
  text-decoration: underline;
}
.single-eventos article p {
  font-weight: 300;
  font-size: 0.85rem;
}
.single-eventos article ol,
.single-eventos article ul {
  margin-left: 1rem;
  padding: 1rem 0;
  font-size: 0.85rem;
}
.single-eventos article ol li,
.single-eventos article ul li {
  font-weight: 300;
  list-style: disc;
  list-style-position: outside;
}

.publication a:hover {
  color: #44c8f5;
}
.publication a:hover p {
  color: #44c8f5;
}

#filters-pub label:hover {
  color: #44c8f5;
}

.work-types-navigation label:hover {
  color: #44c8f5;
}

.sidebar-concursos button:hover {
  color: #44c8f5;
}

.pessoas-navigation label:hover {
  color: #44c8f5;
}

.search-filters button:hover {
  color: #44c8f5;
}

.media-download-text a {
  font-weight: 700 !important;
  text-decoration: none !important;
}
.media-download-text a:hover {
  color: #44c8f5 !important;
}

.entry-content ol li a,
.entry-content ul li a {
  text-decoration: underline;
}

#apaResult {
  padding-top: 1rem;
}

.destak-noticia-img {
  min-height: 17rem;
}
@media (min-width: 768px) {
  .destak-noticia-img {
    min-height: none;
  }
}

@media (max-width: 767px) {
  .addReadMore {
    font-size: 1.3rem !important;
    line-height: 1.7rem !important;
  }
}

.search-people-input::-webkit-input-placeholder {
  font-size: 0.85rem;
}

.search-people-input::-moz-placeholder {
  font-size: 0.85rem;
}

.search-people-input:-ms-input-placeholder {
  font-size: 0.85rem;
}

.search-people-input::-ms-input-placeholder {
  font-size: 0.85rem;
}

.search-people-input::placeholder {
  font-size: 0.85rem;
}

.single .post-thumbnail img {
  border: 1px solid #ddd;
  margin: 0 0 1rem 0;
}

.single-eventos img.attachment-post-thumbnail {
  border: 1px solid #ddd;
  margin: 0 0 1rem 0;
  padding-bottom: 0;
}

article .post-thumbnail img {
  border: 1px solid #ddd;
  margin: 0 0 1rem 0;
  padding-bottom: 0 !important;
}

.force-bold {
  font-weight: 700 !important;
}

/* Authors
--------------------------------------------- */
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: black;
  cursor: pointer;
  font-size: 1rem;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

/* Modal
--------------------------------------------- */
.modal-header iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.footer-contactos .widget-container {
  font-weight: 300;
}
.footer-contactos div:nth-child(4) {
  padding-bottom: 0.4rem;
}
.footer-contactos div:nth-child(6) {
  padding-bottom: 0.85rem;
}

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

figure.is-type-video {
  padding: 2rem 0;
}

img.employee-img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; /* IE 6-9 */
}

img.employee-img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.employee-img-background {
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; /* IE 6-9 */
}
.employee-img-background:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.author-page-photo img {
  /*
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.author-page-photo img:hover {
  /*    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
  */
}

.membro-avatar-bg {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; /* IE 6-9 */
}
.membro-avatar-bg:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}
.single-projetos .featured-image {
  margin-bottom: 1rem;
}
.single-projetos .featured-image img {
  max-width: 200px;
  max-height: 200px;
}

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

.wp-element-caption {
  color: #404040;
  line-height: 15pt;
  font-size: 12pt;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Sliders
--------------------------------------------- */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Footer
--------------------------------------------- */
footer h2, footer h3, footer h4 {
  font-weight: 700;
  font-size: 0.75rem;
  padding-bottom: 0.3rem;
}
footer h4 {
  text-transform: uppercase;
}

.footer-redesinternacionais .widget_block h2 {
  margin-bottom: 1rem;
}
.footer-redesinternacionais .widget_media_image {
  float: left;
  padding-right: 1.4rem;
}
.footer-redesinternacionais .widget_media_image img {
  height: 25px;
  width: auto;
}
.footer-redesinternacionais .widget_media_image:after {
  clear: both;
}

.footer-contactos {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
}
.footer-contactos .footer-email {
  margin: 0.5rem 0;
}
.footer-contactos .footer-telefone {
  margin: 0.5rem 0;
}
.footer-contactos i {
  font-size: 1.25rem;
  padding-right: 1rem;
}
.footer-contactos a:hover {
  color: #000000;
}

.menu-links-uteis-footer-container {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  padding-bottom: 2rem;
}

/* Buttons
--------------------------------------------- */
.page-btn {
  border: none;
  font-size: 1rem;
  padding: 0 0.3rem;
  font-weight: 700;
}
.page-btn.active {
  color: #333;
  cursor: pointer;
}

.page-arrow {
  border: none;
}

.arrow-back {
  position: relative;
  top: 9.5rem;
  left: 2.75rem;
}

.pubpagination img {
  width: 12px;
  height: 10px;
  margin-top: 0.5rem;
}
.pubpagination div {
  padding: 0 1rem;
}

.submit-search-form {
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

/*--------------------------------------------------------------
# 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}

/* Typography
--------------------------------------------- */
body,
p {
  font-family: "Roboto", sans-serif;
}

header.titulos-paginas {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 0 1rem 0;
  margin: 0;
}
@media (min-width: 1280px) {
  header.titulos-paginas {
    margin: 0 0 2rem 0;
  }
}
header.titulos-paginas h1,
header.titulos-paginas h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
}
@media (min-width: 768px) {
  header.titulos-paginas h1,
  header.titulos-paginas h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
header.titulos-paginas .breadcrumb {
  font-size: 0.8rem;
}

.single-post .entry-content p {
  padding: 0 0 0.85rem;
}
.single-post .entry-content a {
  text-decoration: underline;
}

article p {
  padding-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 300;
}

.tituloIntroducao {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 768px) {
  .tituloIntroducao {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

#results a.font-light:hover {
  color: #000;
}

/* Layouts
--------------------------------------------- */
.site {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 25%;
  grid-template-columns: auto 25%;
      grid-template-areas: "header header" "main sidebar" "footer footer";
}

.site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
}

.no-sidebar .site > .site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.site-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.no-sidebar .site > .site-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.widget-area {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: sidebar;
}

.site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: footer;
}

.no-sidebar .site > .site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.roles-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.roles-flex div {
  width: 100%;
}
.roles-flex .docentes-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.roles-flex .investigadores-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.roles-flex .tecnico-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.roles-flex .estudantes-doutoramento-wrapper {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.roles-flex .bolseiros-de-investigacao-wrapper {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.roles-flex .pos-docs-wrapper {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.roles-flex .colaboradores-phd-wrapper {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.roles-flex .embaixadores-wrapper {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.roles-flex .outros-colaboradores-wrapper {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.no-sidebar .site {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
      grid-template-areas: "header" "main" "footer";
}
/*# sourceMappingURL=style.css.map */