@charset "UTF-8";
@font-face {
  font-family: "n27";
  src: url("./fonts/n27-regular.eot?") format("eot"), url("./fonts/n27-regular.woff2") format("woff2"), url("./fonts/n27-regular.ttf") format("truetype"), url("./fonts/n27-regular.svg") format("svg");
  font-weight: regular;
  text-rendering: optimizeLegibility;
  font-display: swap; }
@font-face {
  font-family: "n27";
  src: url("./fonts/n27-bold.eot?") format("eot"), url("./fonts/n27-bold.woff2") format("woff2"), url("./fonts/n27-bold.ttf") format("truetype"), url("./fonts/n27-bold.svg") format("svg");
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-display: swap; }
@font-face {
  font-family: "roboto";
  src: url("./fonts/roboto-light.eot?") format("eot"), url("./fonts/roboto-light.woff2") format("woff2"), url("./fonts/roboto-light.ttf") format("truetype"), url("./fonts/roboto-light.svg") format("svg");
  text-rendering: optimizeLegibility;
  font-display: swap; }
:root {
  --font-text: 'roboto', sans-serif;
  --font-headers: 'n27', sans-serif;
  --fontsize-small: 1.2rem;
  --fontsize-default: 1.6rem;
  --fontsize-big: 1.5rem;
  --fontsize-bigger: 1.75rem;
  --fontsize-subtitle: 3rem;
  --fontsize-title: 6rem;
  --lineheight-default: 1.6; }

@media all and (min-width: 1281px) {
  :root {
    --font-text: 'roboto', sans-serif;
    --font-headers: 'n27', sans-serif;
    --fontsize-small: 1.2rem;
    --fontsize-default: 1.6rem;
    --fontsize-big: 1.8rem;
    --fontsize-bigger: 2.25rem;
    --fontsize-subtitle: 3rem;
    --fontsize-title: 6rem;
    --lineheight-default: 1.6; } }
:root {
  --color-text: #062045;
  --color-sand-light: #ece8e0;
  --color-sand-medium: #ece5d9;
  --color-sand-dark: #d9d1c1;
  --color-background: #d9d1c1;
  --color-accent: #ff1e66; }

:root {
  --m: 24px; }

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10. */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  font-family: var(--font-text);
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.6);
  background-color: var(--color-background);
  color: var(--color-text);
  overflow-x: hidden;
  min-height: 100vh; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-headers);
  font-weight: bold; }

h1 {
  font-size: var(--fontsize-title, 2.5rem);
  line-height: var(--lineheight-title, 1.5); }

h2 {
  font-size: var(--fontsize-subtitle, 2.25rem);
  line-height: var(--lineheight-subtitle, 1.5); }

h3 {
  font-size: var(--fontsize-bigger, 2rem);
  line-height: var(--lineheight-bigger, 1.5); }

h4 {
  font-size: var(--fontsize-big, 1.75rem);
  line-height: var(--lineheight-big, 1.5); }

h5 {
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.5); }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

a {
  text-decoration: none; }

a:link, a:visited {
  color: inherit; }

a:hover {
  color: inherit; }

figure {
  margin: 0; }

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

::-webkit-scrollbar {
  height: 24px;
  width: 6px;
  background: var(--color-sand); }

::-webkit-scrollbar-thumb {
  background-color: var(--color-text); }

* {
  scrollbar-color: var(--color-text) var(--color-sand);
  scrollbar-width: auto; }

::-moz-selection,
::selection {
  background: var(--color-sand-light); }

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(110%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.fixed-width {
  width: 960px;
  margin: 0 auto; }

@media all and (min-width: 900px) {
  .flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media all and (min-width: 1200px) {
  .grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px; } }
@media all and (min-width: 900px) {
  .grid-three {
    display: grid;
    grid-gap: var(--m);
    grid-template-columns: 1fr 1fr; } }
@media all and (min-width: 1200px) {
  .grid-three {
    grid-template-columns: 1fr 1fr 1fr; } }

@media all and (min-width: 900px) {
  .grid-list {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 25% 1fr; } }

.icon--white {
  filter: invert(1); }

.inverted {
  background-color: var(--color-text);
  color: var(--color-background); }

.hidden {
  display: none !important; }

.showing-modal {
  overflow: hidden; }

#masthead {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  color: white;
  width: 100vw;
  z-index: 11001;
  background-color: rgba(4, 20, 43, 0.95); }

@keyframes hideup {
  0% {
    top: 0; }
  100% {
    top: -204px; } }
@keyframes showdown {
  0% {
    top: -204px; }
  100% {
    top: 0; } }
@keyframes adminhideup {
  0% {
    top: 32px; }
  100% {
    top: -204px; } }
@keyframes adminshowdown {
  0% {
    top: -204px; }
  100% {
    top: 32px; } }
#masthead.not-visible {
  animation: hideup 1s 1 forwards; }

#masthead.visible {
  animation: showdown 1s 1 forwards; }

.admin-bar #masthead {
  top: 32px; }
.admin-bar #masthead.not-visible {
  animation: adminhideup 1s 1 forwards; }
.admin-bar #masthead.visible {
  animation: adminshowdown 1s 1 forwards; }

#colophon {
  padding: 24px;
  background-color: black;
  color: white; }

#primary {
  margin-top: 210px;
  background: white; }
  @media all and (min-width: 900px) {
    #primary {
      margin-top: 100px; } }

.home #primary {
  margin-top: 0; }

#page .list__sidebar .aagb__accordion_head h4.aagb__accordion_title,
#page .list__sidebar .aagb__accordion_head .aagb__accordion_icon {
  color: inherit !important; }

#page .list__sidebar .aagb__accordion_body {
  font-size: 0.8em; }
  #page .list__sidebar .aagb__accordion_body ul {
    margin: 0;
    padding: 0; }
  #page .list__sidebar .aagb__accordion_body li {
    list-style: none; }
    #page .list__sidebar .aagb__accordion_body li:before {
      content: "—";
      margin-right: 6px; }

#page .list__sidebar .wp-block-aab-accordion-item {
  border: 0 !important; }

.aerospace-header {
  background-color: var(--color-sand-light);
  padding: 0 24px;
  border-top: 4px solid var(--color-sand-dark); }

.aerospace-header h2 {
  line-height: 72px;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

.appendix {
  background-position: 75% center;
  background-attachment: fixed;
  background-color: var(--color-text);
  position: relative;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset; }
  @media all and (min-width: 900px) {
    .appendix {
      min-height: 360px; } }

.appendix__inner {
  font-size: var(--fontsize-bigger);
  text-shadow: 0 0 5px black;
  line-height: 1.3;
  text-align: center;
  padding: 48px 0; }
  @media all and (min-width: 900px) {
    .appendix__inner {
      width: 600px;
      padding: 0;
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%; } }

.appendix__action {
  text-align: center;
  margin-top: 24px; }

.appendix__action a {
  background-color: var(--color-accent);
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  width: 288px;
  padding: 12px 24px;
  border-radius: 8px; }

#aux-navigation {
  text-align: right; }

.aux-navigation__item {
  display: inline;
  list-style: none;
  text-align: center; }
  .aux-navigation__item:hover {
    cursor: pointer; }

.aux-navigation__item--search,
.aux-navigation__item--contact {
  filter: invert(1);
  margin-left: 12px; }

.aux-navigation__item--home,
.aux-navigation__item--platform {
  filter: invert(1);
  margin-right: 24px; }

.aux-navigation__item--langs {
  margin-left: 36px; }

.aux-navigation__item img {
  vertical-align: middle;
  position: relative; }

.page-template-template-plataforma #aux-navigation {
  margin: 32px 0; }

.site-branding img {
  width: auto;
  position: relative; }
  @media all and (min-width: 900px) {
    .site-branding img {
      z-index: 15000;
      max-height: 60px; } }

.empty-results {
  text-align: center;
  margin: 192px 0; }

.empty-results img {
  display: block;
  width: 120px;
  margin: 0 auto 48px;
  animation: rotate 5s infinite; }

.formation:not(:last-child) {
  border-bottom: 2px dashed var(--color-sand-light); }

.formation__title {
  margin-bottom: 12px;
  line-height: 1.3; }

.formation__teacher {
  margin-top: 24px;
  font-size: 0.9em; }

.formation__content {
  text-align: right; }

.formation__content .formation__value {
  text-align: left; }

.formation__seemore {
  margin-top: 24px;
  display: inline-block;
  transition: all 0.2s ease;
  font-weight: bold;
  font-size: 0.9em;
  font-family: "n27", sans-serif; }
  .formation__seemore:hover {
    cursor: pointer;
    background-color: white;
    color: var(--color-text); }

.formation__seemore .less {
  display: none; }
.formation__seemore .more {
  display: inline; }

.formation__seemore.show-less .less {
  display: inline; }
.formation__seemore.show-less .more {
  display: none; }

.formation__content .formation__value {
  margin-top: 0;
  padding: 24px;
  margin: 0 24px;
  background-color: var(--color-sand-light);
  border-radius: 8px; }
  .formation__content .formation__value h3, .formation__content .formation__value h4, .formation__content .formation__value h5 {
    margin-bottom: 12px; }

.formation__address-map {
  margin-left: 8px;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: dotted; }

.home-section {
  min-height: 100vh;
  padding: 24px; }
  @media all and (min-width: 900px) {
    .home-section {
      padding: 72px;
      display: grid;
      gap: 192px;
      grid-template-columns: 288px 1fr; } }
  @media all and (min-width: 1400px) {
    .home-section {
      grid-template-columns: 480px 1fr;
      position: sticky;
      top: 0; } }

@media all and (min-width: 900px) {
  .home-section--right {
    grid-template-columns: 1fr 288px; } }
@media all and (min-width: 1400px) {
  .home-section--right {
    grid-template-columns: 1fr 480px; } }

.home-section__info {
  text-align: right; }

.home-section--right .home-section__info {
  order: 1;
  text-align: left; }

.home-section__title {
  font-size: 48px;
  margin-bottom: 24px;
  font-weight: normal;
  font-family: var(--font-headers); }

.home-section__text {
  display: inline-block;
  line-height: 1.35;
  font-size: var(--fontsize-bigger);
  border-top: 4px solid;
  border-bottom: 4px solid;
  margin-bottom: 48px; }

.home-section__items {
  margin: 0;
  padding: 0; }

.home-section__item {
  list-style: none;
  margin-bottom: 48px;
  text-align: center;
  opacity: 0; }

.home-section__item-title {
  text-transform: uppercase;
  font-size: var(--fontsize-bigger);
  margin: 12px 0; }

.home-section__item-action a {
  color: white;
  background-color: #ff1e66;
  padding: 0 24px;
  line-height: 36px;
  display: inline-block;
  border-radius: 4px;
  transition: background-color 0.5s ease; }
  .home-section__item-action a:hover {
    background-color: #ea004b; }

.home-section__item-image {
  position: relative; }

.home-section__item-number {
  font-size: 7em;
  font-family: var(--font-headers);
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply; }

.home-section__item {
  animation: fadeup 1s 1 forwards; }

.home-section__item--second {
  animation-delay: 0.5s; }

.home-section__item--third {
  animation-delay: 1s; }

.home-section__item--fourth {
  animation-delay: 1.5s; }

.aerospace-icon {
  transform: scale(0.75);
  position: relative;
  display: inline-block;
  opacity: 0.5;
  top: 5px;
  filter: invert(11%) sepia(20%) saturate(4732%) hue-rotate(193deg) brightness(97%) contrast(101%); }

.aerospace-edit {
  position: absolute;
  top: 6px;
  right: 0; }

.front-landing {
  background-size: cover;
  background-position: center center;
  min-height: 100vh; }

.admin-bar .front-landing {
  min-height: calc(100vh - 32px); }

.front-landing__text {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  font-family: var(--font-headers);
  padding: 48px 24px;
  line-height: 1.35;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  position: relative;
  top: 192px; }
  .front-landing__text p {
    margin: 0; }
  @media all and (min-width: 900px) {
    .front-landing__text {
      width: 480px;
      top: 96px; } }

.lang-switcher {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  font-family: "n27", sans-serif; }

.lang-switcher .lang-item {
  list-style: none;
  display: inline;
  text-transform: uppercase;
  font-weight: bold; }

.lang-switcher .lang-item:last-child {
  margin-left: 12px; }

.lang-item:not(.current-lang) {
  opacity: 0.66; }

.list-filters {
  position: sticky;
  top: 0;
  padding: 24px 0;
  font-weight: bold;
  text-align: center; }

.admin-bar .list-filters {
  top: 32px; }

.list-filters__select,
.list-filters__input {
  border: 0;
  background-color: rgba(0, 0, 0, 0.025);
  border-bottom: 1px dashed black;
  text-align: center;
  padding: 0 8px;
  border-radius: 2px;
  font-weight: bold;
  transition: background-color 0.5s ease;
  color: var(--color-text); }
  .list-filters__select:not(:last-child),
  .list-filters__input:not(:last-child) {
    margin: 0 12px; }
  .list-filters__select:last-child,
  .list-filters__input:last-child {
    margin-left: 12px; }
  .list-filters__select::placeholder,
  .list-filters__input::placeholder {
    opacity: 1;
    color: var(--color-text); }
  .list-filters__select:hover,
  .list-filters__input:hover {
    cursor: pointer;
    background-color: white; }
  @media all and (min-width: 900px) and (max-width: 1280px) {
    .list-filters__select,
    .list-filters__input {
      font-size: 0.8em; } }

.list__tabs {
  margin: 0;
  padding: 0; }

.list__tab {
  list-style: none;
  text-align: center;
  padding: 12px 0;
  background-color: var(--color-sand-dark);
  transition: background-color 0.2s ease; }

.list__tab:not(.list__tab--current):hover {
  cursor: pointer;
  background-color: var(--color-sand-medium); }

.list__tab--current {
  background-color: white;
  font-weight: bold; }

.list__tab-icon {
  filter: invert(11%) sepia(20%) saturate(4732%) hue-rotate(193deg) brightness(97%) contrast(101%);
  transform: scale(0.8);
  margin-right: 8px;
  opacity: 0.5;
  position: relative;
  top: 6px; }

@media all and (max-width: 900px) {
  .list__tab {
    background-color: white; } }
.list__sidebar {
  padding: 24px;
  background-color: var(--color-sand-medium);
  background-position: center center;
  position: relative;
  display: block; }
  @media all and (min-width: 900px) {
    .list__sidebar {
      border-right: 4px solid var(--color-sand-dark); } }

.list__sidebar-text {
  font-size: var(--fontsize-bigger);
  line-height: 1.2;
  font-weight: bold; }

.list__items {
  margin: 24px 24px 72px;
  padding: 0; }
  @media all and (min-width: 900px) {
    .list__items {
      width: 50%;
      margin: 72px auto; } }

@media all and (min-width: 900px) {
  .list__items--grid {
    width: 75%; } }

.list__item {
  list-style: none;
  padding: 24px 0;
  position: relative; }

.aerospace-leaflet-map {
  height: 800px;
  margin: 24px;
  background-color: var(--color-sand-light) !important; }

.aerospace-leaflet-map .leaflet-tile {
  filter: url("filters/aerospace.svg#aerospace"); }

.aerospace-leaflet-map.leaflet-touch .leaflet-bar {
  border: 0; }
  .aerospace-leaflet-map.leaflet-touch .leaflet-bar a {
    border-radius: 0 !important; }

.aerospace-leaflet-map .leaflet-control-attribution {
  font-size: var(--fontsize-small);
  font-family: var(--font-text);
  background-color: white !important; }
  .aerospace-leaflet-map .leaflet-control-attribution a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted; }
  .aerospace-leaflet-map .leaflet-control-attribution svg {
    display: none !important; }

.member-popup {
  text-align: center; }

.member-popup__title {
  font-weight: normal;
  line-height: 1.2;
  margin-top: 12px; }

.member-popup__logo {
  margin-top: 12px;
  max-height: 96px;
  width: auto; }

.aerospace-leaflet-map .leaflet-popup-content-wrapper {
  border-radius: 0; }

.member {
  border-bottom: 2px dashed var(--color-sand-light); }
  .member > a {
    vertical-align: top; }
  @media all and (min-width: 900px) {
    .member {
      padding: 12px 24px; } }

.member > a:not(.member__edit) {
  display: block;
  padding: 12px;
  border-radius: 8px;
  transition: background-color 0.2s ease; }
  .member > a:not(.member__edit):hover {
    background-color: #f5f5f5; }
    .member > a:not(.member__edit):hover .member__logo {
      filter: none; }

.member__title {
  font-weight: normal;
  margin: 12px 6px; }

.member__logo {
  display: block;
  text-align: center; }
  .member__logo img {
    max-height: 96px;
    width: auto; }

.member__website {
  color: #ff1e66; }

.members-actions {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 48px; }

.members-actions__item {
  list-style: none;
  display: inline;
  margin: 0 24px;
  text-transform: uppercase;
  font-size: var(--fontsize-big);
  font-weight: bold;
  line-height: 48px;
  display: inline-block; }

.members-actions__item--join {
  color: white;
  background-color: var(--color-text);
  padding: 0 48px; }
  .members-actions__item--join:hover {
    cursor: pointer; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(4, 20, 43, 0.8);
  color: white;
  transition: opacity 0.35s ease;
  z-index: 12000; }

.modal__title {
  line-height: 1.3;
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 12px; }

.modal--search {
  background-color: #04142b; }

.modal:not(.visible) {
  opacity: 0;
  pointer-events: none; }

.modal__inner {
  position: absolute;
  width: 792px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #093169;
  padding: 48px; }
  @media all and (max-width: 900px) {
    .modal__inner {
      padding: 24px;
      width: calc(100vw - 48px); } }

.modal__inner--search {
  background: none; }

.modal__close {
  position: absolute;
  top: -24px;
  right: -24px;
  filter: invert(1);
  transform: scale(1.5); }

.modal__close--search {
  top: -72px;
  right: -72px; }

.modal label {
  text-transform: uppercase;
  font-family: var(--font-headers);
  font-weight: bold; }

.modal input {
  line-height: 36px !important;
  height: 36px !important;
  border: 0 !important;
  color: white;
  padding: 0 24px;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.2s ease; }
  .modal input:hover, .modal input:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
    outline: 0 !important; }

.modal textarea {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.2s ease;
  color: white !important;
  padding: 24px !important; }
  .modal textarea:hover, .modal textarea:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
    outline: 0 !important; }

.modal input[type="submit"] {
  line-height: 48px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: white;
  font-family: var(--font-headers);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 0 48px;
  transition: background-color 0.2s ease; }
  .modal input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.75) !important;
    cursor: pointer; }

.modal__close:hover {
  cursor: pointer; }

.cf7vb-buildr-frontend {
  padding: 0 !important;
  margin-top: 36px; }

.modal .required label:after {
  content: "*";
  color: red;
  margin-left: 12px; }

.page-template-default .entry-content {
  position: relative; }

@media all and (min-width: 900px) {
  .page .entry-content,
  .page__secondary-inner {
    width: 768px;
    margin: 0 auto; } }

.page .entry-content {
  padding: 72px 24px; }

.page__secondary-inner {
  padding: 48px 24px; }

.page__secondary-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0; }

.page__secondary {
  border-top: 8px solid var(--color-sand-dark);
  background-color: var(--color-sand-light); }

.page-template-template-plataforma,
.page-platform {
  background-color: #03142c;
  color: white; }

.post__header {
  font-size: 0.8em;
  opacity: 0.75;
  margin: 8px 0; }

.post__title {
  margin-top: 12px;
  line-height: 1.2; }

.post__image {
  text-align: center; }

.post__excerpt {
  font-size: var(--fontsize-big); }

.post:hover {
  cursor: s-resize; }

.post.full:hover {
  cursor: n-resize; }

.post:not(.full) .post__content {
  display: none; }

.page--search-none {
  min-height: calc(100vh - 190px);
  position: relative; }

.admin-bar .page--search-none {
  min-height: calc(100vh - 222px); }

.page__form--search-none {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px; }

.page-title--search {
  text-align: center; }

.content--search {
  width: 480px;
  margin: 48px auto; }

#secondary-menu {
  font-family: "n27", sans-serif;
  padding: 0;
  margin: 48px 0 0;
  text-align: center; }
  @media all and (min-width: 900px) {
    #secondary-menu {
      margin: 0; } }

#secondary-menu .menu-item {
  list-style: none;
  display: inline;
  font-size: 0.9em; }

#secondary-menu .menu-item:not(:first-child) {
  margin-left: 48px; }

.signature {
  font-size: 0.8em;
  letter-spacing: 2px;
  font-family: "n27", sans-serif;
  text-transform: uppercase; }

.signature__name {
  font-weight: bold; }

.menu-toggle {
  display: none;
  text-transform: uppercase; }

#site-navigation {
  font-family: "n27", sans-serif;
  text-align: right; }

#site-navigation .menu-item {
  text-transform: uppercase;
  list-style: none;
  display: inline;
  margin-left: 24px;
  letter-spacing: 1px;
  opacity: 0.85;
  transition: opacity 0.2s ease; }

#site-navigation .current_page_item {
  font-weight: bold;
  opacity: 1; }

#site-navigation:hover .menu-item {
  opacity: 0.5; }

#site-navigation:hover .menu-item:hover {
  opacity: 1; }

.social-networks {
  filter: invert(1); }

.wp-block-social-links {
  margin: 12px 0 0;
  padding: 0; }

.welcome {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/*# sourceMappingURL=style.css.map */
