@charset "UTF-8";
/*!
  Theme Name: TopConcursos
  Author: TopInvest
  Version: 1.0.0
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
/*! 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 */
}

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

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

body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

.center, .container {
  margin-left: auto;
  margin-right: auto;
}

* {
  font-family: Lato, Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.container {
  width: 90%;
}

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

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media screen and (max-width: 1440px) {
  .gtk-container {
    gap: 1rem !important;
  }
  .gtk-container .gtk-cards {
    gap: 1rem !important;
  }
  .gtk-container .gtk-cards .gtk-card {
    gap: 1rem !important;
  }
  .gtk-container .gtk-cards .gtk-card p {
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 1200px) {
  #topconcursos-gtk .gtk-container .desktop-title {
    display: none;
  }
  #topconcursos-gtk .gtk-container .mobile-title {
    display: flex !important;
    flex-direction: column;
  }
  #topconcursos-gtk .gtk-container .mobile-title p {
    line-height: 1;
    font-size: 1.6rem;
  }
  #topconcursos-gtk .gtk-container .mobile-title small {
    font-size: 1.2rem;
  }
  #topconcursos-gtk .gtk-cards {
    flex-direction: column;
    width: 50% !important;
    gap: 2rem !important;
  }
  #topconcursos-gtk .gtk-cards p {
    line-height: 1.8 !important;
  }
}
@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
  body table {
    display: block;
  }
  body table thead {
    display: block;
  }
  body table tbody {
    display: block;
  }
  body table th {
    display: block;
  }
  body table td {
    display: block;
  }
  body table tr {
    display: block;
  }
  #menu-default {
    display: none;
  }
  #menu-mobile {
    display: block;
  }
  header {
    width: 100% !important;
    overflow-x: hidden;
  }
  header.white .top #mobileBtn svg {
    fill: #fff;
  }
  header.white .bottom .menu .menu-item a {
    color: var(--textColor);
  }
  header.white .bottom .menu .menu-item-has-children > a::after {
    content: url(assets/img/expand_more_purple.svg);
  }
  header .top {
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  header .top .main-nav {
    flex-wrap: wrap;
    padding: 0;
  }
  header .top .main-nav > div {
    width: 100%;
    margin: 0;
  }
  header .top .main-nav .logo-container {
    flex-basis: 25%;
  }
  header .top .main-nav .main-nav-menu-container {
    flex-basis: 65%;
  }
  header .top .main-nav .main-nav-menu-container .menu .menu-item {
    margin-right: 1rem;
  }
  header .top .main-nav .header-buttons {
    flex-basis: 60%;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  header .top .main-nav .header-search {
    flex-basis: 70%;
  }
  header .top .main-nav .header-search form input {
    width: 90%;
  }
  header .top #mobileBtn {
    display: block;
    border: none;
    background-color: transparent;
    z-index: 1;
    padding-right: 2rem;
  }
  header .top #mobileBtn.fix svg {
    fill: var(--green700) !important;
  }
  header .top #mobileBtn svg {
    width: 2rem;
    height: 2rem;
    fill: var(--green700);
  }
  header .bottom {
    background-color: #fff;
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    left: -150%;
    top: 0;
    transition-duration: 0.3s;
  }
  header .bottom .menu-conteudo-container {
    padding-left: 5%;
  }
  header .bottom .menu-conteudo-container .menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  header .bottom .menu-conteudo-container .menu .menu-item {
    width: 100%;
  }
  header .bottom .menu-conteudo-container .menu .menu-item .sub-menu {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
  }
  header .bottom .menu-conteudo-container .menu .menu-item .sub-menu .menu-item {
    width: 100%;
  }
  header .bottom .menu-conteudo-container .menu .menu-item .sub-menu .menu-item a {
    font-size: 16px;
    width: 100%;
  }
  header .bottom .menu {
    flex-wrap: wrap;
    padding: 2rem 5rem;
  }
  header .bottom .menu .menu-item {
    width: 100%;
  }
  header .bottom .menu .menu-item:nth-child(1) {
    background-color: #fff;
  }
  header .bottom .menu .menu-item:nth-child(2) {
    background-color: #fff;
  }
  header .bottom .menu .menu-item:nth-child(3) {
    background-color: #fff;
  }
  header .bottom .menu .menu-item a {
    color: var(--textColor);
    text-align: left;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item-has-children {
    border-bottom: none;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item-has-children:hover .sub-menu {
    height: auto;
    padding: 1rem;
    padding-left: 2rem;
    border: none;
    border-left: solid 2px var(--gree700);
  }
  header .bottom .menu .menu-item .sub-menu .menu-item-has-children .sub-menu {
    height: auto;
    padding: 1rem;
    padding-left: 2rem;
    border: none;
    border-left: solid 2px var(--green700);
  }
  header .bottom .menu .menu-item .sub-menu .menu-item-has-children a {
    border-bottom: none;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item {
    width: 100%;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item a {
    font-size: 135%;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    font-size: 100%;
    padding: 0.5rem 2rem;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a::before {
    display: none;
  }
  header .bottom .menu > .menu-item > a {
    font-size: 150%;
    font-family: SofiaBook;
    justify-content: flex-start;
  }
  header .bottom .menu .menu-item-has-children > a {
    justify-content: flex-start;
  }
  header .bottom .menu .menu-item-has-children:hover .sub-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-left: 3rem;
    border-bottom: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  header .bottom .menu .menu-item-has-children .sub-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-left: 3rem;
    border-bottom: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  header .bottom .menu .menu-item-has-children .sub-menu .menu-item a {
    text-align: left;
    color: var(--textColor);
    border-bottom: solid 1px #DEDEF0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header .bottom .menu .menu-item-has-children .sub-menu .menu-item a::before {
    content: url(assets/img/arrow_forward_green.svg);
    margin-right: 1rem;
    scale: 0.7;
  }
  header .bottom .menu .menu-item-has-children .sub-menu .menu-item a::after {
    margin-left: 1rem;
  }
  header .bottom.show {
    left: 0;
    z-index: 99;
  }
  #main_courses .default-container {
    padding-right: 45%;
  }
  #courses_simulated .row {
    flex-direction: column;
  }
  #courses_simulated .row .card {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
  #courses_simulated .row .card .detail-content {
    max-width: unset;
  }
  #articles .row {
    flex-direction: column;
  }
  #articles .row .col-6 {
    width: 100%;
    margin: 0;
  }
  #articles .row .col-6 .article-item.first a .thumbnail {
    padding: 4rem 2rem;
  }
  .detail-content {
    padding: 2rem;
  }
  .cards-container {
    justify-content: space-between;
  }
  .cards-container .card {
    width: 46%;
  }
  #handouts #carouselContainer .content .cards-container {
    flex-wrap: wrap;
    gap: 4%;
  }
  #handouts #carouselContainer .content .cards-container .card {
    width: 48%;
  }
  #questions .row {
    display: flex;
    flex-direction: column;
  }
  #questions .row .col-6 {
    width: 100%;
  }
  #questions .row .thumbnail {
    height: 25rem;
  }
  #category_part .title-item:nth-child(1) {
    flex-basis: 45%;
  }
  .title .title-item.details h2 {
    font-size: 120%;
  }
  .post-header .content {
    width: 100%;
  }
  #single > .thumbnail,
  #page > .thumbnail {
    height: 45vh;
  }
  #single .post-header,
  #page .post-header {
    width: 90%;
  }
  #single .post-content,
  #page .post-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  #single .post-content .col-7,
  #page .post-content .col-7 {
    width: 85%;
  }
  #single .post-content .col-4,
  #page .post-content .col-4 {
    width: 60%;
    margin-left: auto;
  }
  #single.apostilas .certifications-material-list .certification .material-list .cert-material-item,
  #page.apostilas .certifications-material-list .certification .material-list .cert-material-item {
    width: 46%;
  }
  #single.about .background-decoration,
  #page.about .background-decoration {
    height: 120vh;
  }
  #single.about .page-content .default-container h1,
  #page.about .page-content .default-container h1 {
    width: 100%;
  }
  #single.about .page-content .default-container p,
  #page.about .page-content .default-container p {
    width: 100%;
  }
  #single.about .page-content .default-container .info-header,
  #page.about .page-content .default-container .info-header {
    flex-wrap: wrap;
  }
  #single.about .page-content .default-container .info-header .card.col-3,
  #page.about .page-content .default-container .info-header .card.col-3 {
    width: 48%;
    margin-bottom: 5rem;
  }
  #single.about .our-platform .default-container,
  #page.about .our-platform .default-container {
    width: 90%;
  }
  #single.about .our-platform .default-container .statistics,
  #page.about .our-platform .default-container .statistics {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  #single.about .our-platform .default-container .statistics .col-3,
  #page.about .our-platform .default-container .statistics .col-3 {
    width: 48%;
    margin: 0;
    border-left: none;
  }
  #single.about .our-office .default-container,
  #page.about .our-office .default-container {
    width: 90%;
  }
  #single.about .our-clients,
  #page.about .our-clients {
    overflow: hidden;
  }
  #single.about .our-clients .default-container .info-carousel .gallery .gallery-cell,
  #page.about .our-clients .default-container .info-carousel .gallery .gallery-cell {
    width: 40%;
  }
  #single.about .about-objective,
  #page.about .about-objective {
    overflow: hidden;
  }
  #single.about .about-objective .default-container h2,
  #single.about .about-objective .default-container p,
  #page.about .about-objective .default-container h2,
  #page.about .about-objective .default-container p {
    width: 100%;
  }
  #single.about .about-objective .default-container .info-carousel .gallery .gallery-cell,
  #page.about .about-objective .default-container .info-carousel .gallery .gallery-cell {
    width: 33%;
    height: 26rem;
    padding: 1rem;
  }
  #single.about .our-courses .default-container .tabs .tabs-options,
  #page.about .our-courses .default-container .tabs .tabs-options {
    flex-wrap: wrap;
    justify-content: center;
  }
  #single.about .our-courses .default-container .tabs .tabs-options .tab-button,
  #page.about .our-courses .default-container .tabs .tabs-options .tab-button {
    margin-bottom: 1rem;
  }
  #single.about .our-courses .default-container .courses .row,
  #page.about .our-courses .default-container .courses .row {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  #single.about .our-courses .default-container .courses .row .card,
  #page.about .our-courses .default-container .courses .row .card {
    width: 48%;
    margin: 0;
    margin-bottom: 2rem;
  }
  #single.contact .page-content .default-container h1,
  #single.contact .page-content .default-container h2,
  #page.contact .page-content .default-container h1,
  #page.contact .page-content .default-container h2 {
    width: 100%;
  }
  #single.contact .page-content .default-container p,
  #page.contact .page-content .default-container p {
    width: 100%;
  }
  #single.contact .page-content .default-container .info-contact,
  #page.contact .page-content .default-container .info-contact {
    flex-wrap: wrap;
    gap: 4%;
  }
  #single.contact .page-content .default-container .info-contact .card,
  #page.contact .page-content .default-container .info-contact .card {
    width: 48%;
  }
  #single.careers .background-decoration,
  #page.careers .background-decoration {
    height: 70vh;
  }
  #single.careers .page-content .default-container h1,
  #page.careers .page-content .default-container h1 {
    width: 100%;
  }
  #single.careers .page-content .default-container p,
  #page.careers .page-content .default-container p {
    width: 100%;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1),
  #page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) {
    padding: 2rem;
  }
  #single.careers .work .default-container,
  #page.careers .work .default-container {
    width: 90%;
  }
  #single.careers .careers-objective,
  #page.careers .careers-objective {
    background-position: 100% 0%;
  }
  #single.careers .careers-objective .default-container h2,
  #page.careers .careers-objective .default-container h2 {
    width: 100%;
  }
  #single.careers .careers-objective .default-container p,
  #page.careers .careers-objective .default-container p {
    width: 100%;
  }
  #single.careers .careers-list .default-container,
  #page.careers .careers-list .default-container {
    width: 90%;
  }
  #single.career-position .default-container,
  #page.career-position .default-container {
    width: 90%;
  }
  #single.career-position .default-container .post-content .col-8,
  #page.career-position .default-container .post-content .col-8 {
    width: 100%;
  }
  #category .category-last {
    flex-direction: column-reverse;
  }
  #category .category-last .post-content {
    width: 100%;
    padding: 3rem;
  }
  #category .category-last .thumbnail {
    width: 100%;
    height: 30vh;
  }
  #category .category-posts-content .category-articles .cards-container {
    flex-wrap: 4%;
  }
  #category .category-posts-content .category-articles .cards-container .card {
    width: 48%;
  }
  #search .background-decoration {
    height: 40vh;
  }
  #search .latest-articles .cards-container {
    flex-wrap: wrap;
    gap: 4%;
  }
  #search .latest-articles .cards-container .card {
    width: 48%;
  }
  #author .header-container .col {
    flex-direction: column;
  }
  #author .header-container .col .col-left {
    min-width: unset;
    width: max-content;
    display: grid;
    place-items: center;
  }
  #author .header-container .col .col-right p {
    text-align: center;
  }
  #author .more-content {
    flex-direction: column-reverse;
  }
  #author .more-content.row .latest-articles .cards-container {
    gap: 4%;
  }
  #author .more-content.row .latest-articles .cards-container .card {
    width: 48%;
  }
  #author .more-content .column {
    width: 100% !important;
  }
  #author .more-content .column .other-authors {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  #blog .background-decoration {
    height: 100vh;
  }
  #blog .latest-articles .cards-container {
    gap: 4%;
  }
  #blog .latest-articles .cards-container .card {
    width: 48%;
  }
  #topconcursos-methods .methods-container .desktop-title {
    display: none;
  }
  #topconcursos-methods .methods-container .mobile-title {
    display: flex !important;
    flex-direction: column;
  }
  #topconcursos-methods .methods-container .mobile-title p {
    line-height: 1;
    font-size: 1.6rem;
  }
  #topconcursos-methods .methods-container .mobile-title small {
    font-size: 1.2rem;
  }
  #topconcursos-methods .methods-container .methods-cards {
    flex-direction: column;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card.green h5 {
    text-transform: uppercase;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card.green h5::before {
    content: url(https://topconcursos.com.br/wp-content/themes/topconcursos/assets/img/thumbs-up.svg);
    display: inline-block;
    transform: scale(0.6);
    margin-right: 8px;
    vertical-align: middle;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card.red h5 {
    text-transform: uppercase;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card.red h5::before {
    content: url(https://topconcursos.com.br/wp-content/themes/topconcursos/assets/img/thumbs-down.svg);
    display: inline-block;
    transform: scale(0.6);
    margin-right: 8px;
    vertical-align: middle;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card .method-title {
    padding: 1.5rem !important;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card .method-title h3 {
    font-size: 24px !important;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card .method-title h4 {
    font-size: 16px !important;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card .result {
    width: 90%;
    margin: auto;
    padding: 0 0 1rem;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card .result .details {
    width: 100%;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card .result .details h5 {
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 500;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card .result .details p {
    line-height: 1.3rem;
    font-size: 16px;
    width: 90%;
  }
  #topconcursos-methods .methods-container .methods-cards .method-card .result img {
    display: none;
  }
  #topconcursos-methods .methods-container .method-card.green {
    order: -1;
  }
  #topconcursos-for .for-container h2 {
    text-align: start !important;
    font-weight: 100 !important;
  }
  #topconcursos-for .for-container .info-col {
    width: 45% !important;
  }
  #topconcursos-for .for-container .for-content {
    flex-direction: column;
    gap: 2rem;
  }
  #topconcursos-for .for-container .for-content .info-col {
    width: auto !important;
  }
  #topconcursos-for .for-container .for-content iframe {
    width: 100% !important;
  }
  #topconcursos-faq .default-container {
    flex-direction: column;
    align-items: center !important;
  }
  #topconcursos-faq .default-container .copy-container {
    width: 100%;
  }
  #topconcursos-faq .default-container .faq-content {
    width: 100% !important;
  }
  footer {
    width: 100%;
    overflow-x: hidden;
  }
  footer.footer-body .line-two {
    text-align: left !important;
  }
  footer.footer-body .line-two .line-two-col {
    flex-direction: column;
    margin-left: 10px;
  }
  footer.footer-body .container-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0px 10px;
  }
  footer.footer-body .container-footer.line-three {
    align-items: flex-start;
    padding: 10px;
  }
  footer.footer-body .container-footer.line-three .logos-link {
    flex-wrap: wrap;
  }
  footer.footer-body .container-footer.line-three .logos-link a {
    margin: 10px 0px;
  }
  footer.footer-body .container-footer.line-three .img-coll {
    flex-direction: column;
    align-items: flex-start;
  }
  footer.footer-body .container-footer.line-three .img-coll a {
    margin: 1rem 0px;
  }
  footer.footer-body .container-footer.line-three .social-coll {
    border-top: 0px solid #9841b6;
    width: 100%;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  footer.footer-body .container-footer.line-three .social-coll .social-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.footer-body .footer-coll {
    width: 100% !important;
    padding-right: 10px;
    max-width: 100%;
  }
  footer.footer-body .footer-coll .img-story {
    margin: 0px 0px !important;
  }
  footer.footer-body .accordion-footer-item input {
    display: none;
  }
  footer.footer-body .accordion-footer-item label {
    cursor: pointer !important;
    pointer-events: auto !important;
  }
  footer.footer-body .accordion-footer-item label i {
    display: block !important;
    color: #FFFFFF !important;
  }
  footer.footer-body .accordion-footer-item .accordion-footer-content {
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  footer.footer-body .accordion-footer-item [id^=accordion]:checked ~ .accordion-footer-content {
    height: 100%;
  }
  footer.footer-body .accordion-footer-item [id^=accordion]:checked ~ label i {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 848px) {
  .container .left,
  .container .right {
    width: 70% !important;
    border: none !important;
    padding: 0% !important;
    margin: auto !important;
  }
  .container .left {
    padding-bottom: 5% !important;
    border-bottom: 4px solid #94149e !important;
  }
  #topconcursos-benefits {
    padding: 10% 0%;
  }
  #topconcursos-benefits .default-container .row .title h2 {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 100;
  }
  #topconcursos-benefits .default-container .differences div {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 8%;
  }
  #topconcursos-benefits .default-container .button-checkout a {
    padding: 5%;
    width: 80%;
    font-size: 100%;
    text-align: center;
  }
  #topconcursos-whois {
    background: #f1f4ee;
    padding: 0% 0% 4%;
  }
  #topconcursos-whois .default-container .whois-container .left, #topconcursos-whois .default-container .whois-container .right {
    width: 100%;
  }
  #topconcursos-whois .default-container .whois-container .right {
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  #topconcursos-gtk .gtk-cards {
    width: 60% !important;
  }
  #topconcursos-learn .learn-container {
    flex-direction: column;
    gap: 2rem !important;
  }
  #topconcursos-learn .learn-container .teachers-container {
    overflow: hidden;
    order: -1;
  }
  #topconcursos-learn .learn-container .teachers-container .v-caroussel-container {
    align-self: center;
  }
  #topconcursos-public .default-container .public-container .left, #topconcursos-public .default-container .public-container .right {
    width: 100%;
  }
  #topconcursos-public .default-container .public-container .left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    order: 2;
  }
  #topconcursos-public .default-container .public-container .right {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 1rem;
  }
  #topconcursos-public .default-container .public-container .right p {
    text-align: start;
    display: flex;
    align-content: center;
    justify-content: start;
    font-size: 1rem;
  }
  #topconcursos-public .default-container .public-container .right p i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
  }
  #topconcursos-public .default-container .public-container .right p i img {
    width: 25px;
    max-width: 25px;
  }
}
@media screen and (max-width: 720px) {
  #topconcursos-whois iframe {
    height: auto;
    min-height: auto;
  }
  .post-content .share {
    flex-direction: row;
  }
  .post-content .share a {
    margin-right: 1.5rem;
  }
  .post-content .share .info {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #mobileBtn {
    position: absolute;
    padding: 0.5rem 1rem;
    right: 1rem;
  }
  header {
    position: relative;
    overflow-x: hidden;
    margin-top: 0.5rem !important;
  }
  header .details {
    display: none !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  header .details > a {
    display: none;
  }
  header .details .main-nav-menu-container .menu {
    padding-left: 0;
    flex-wrap: wrap;
    gap: 1rem;
  }
  header .bottom .menu {
    padding: 2rem;
  }
  header .bottom .menu .menu-item a {
    padding: 1rem 0;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    padding-left: 0;
    padding-right: 0;
  }
  header .bottom .menu .menu-item-has-children .sub-menu {
    padding-left: 0;
  }
  header .mobile-top-links {
    display: flex !important;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
  }
  header .mobile-top-links .link {
    display: flex;
    gap: 0.5rem;
  }
  header .mobile-top-links .link a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
  }
  header .top {
    padding: 0;
    align-items: flex-start;
  }
  header .top .main-nav {
    padding: 1rem !important;
    padding-left: 0 !important;
  }
  header .top .main-nav .logo-container {
    flex-basis: 100% !important;
    max-width: 12rem !important;
  }
  header .top .main-nav .logo-container .custom-logo-link {
    display: block;
    width: 60%;
  }
  header .top .main-nav .main-nav-menu-container {
    flex-basis: 100%;
  }
  header .top .main-nav .main-nav-menu-container .menu {
    padding: 0;
    margin-bottom: 0;
  }
  header .top .main-nav .main-nav-menu-container .menu .menu-item a {
    font-size: 90%;
    white-space: nowrap;
  }
  header .top .main-nav .header-buttons {
    display: none !important;
  }
  header .top .main-nav .header-search {
    display: none !important;
  }
  header .top #mobileBtn {
    padding: 0 !important;
    bottom: 1rem !important;
  }
  #main_courses .default-container {
    padding-right: 15%;
    padding-left: 2rem;
    font-size: 85%;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
  #main_courses .default-container p {
    font-size: 100%;
  }
  #courses_simulated .row {
    flex-direction: column;
  }
  #courses_simulated .row .detail-content {
    padding: 2rem;
  }
  #courses_simulated .row .detail-content h2 {
    font-size: 180%;
  }
  .detail-content.col-6 {
    width: 100%;
  }
  .article-item.first a .thumbnail h3,
  .article-item.first a .thumbnail p {
    width: 100%;
  }
  .article-item span {
    padding-left: 0;
  }
  .article-item h3,
  .article-item p {
    padding-left: 0;
  }
  .title h2 {
    font-size: 175%;
  }
  .title:not(.title-subtitle) {
    flex-wrap: wrap;
  }
  .title > a {
    display: none;
  }
  .cards-container .card {
    width: 100% !important;
  }
  #questions .row .col-12 {
    flex-direction: column;
  }
  #questions .row .col-12 .col-6 {
    width: 100%;
    padding: 1rem;
  }
  #questions .row .col-12 .col-6 h2 {
    font-size: 180%;
  }
  #questions .row .thumbnail {
    height: 16rem;
  }
  #category_part .title-item:nth-child(1) {
    flex-basis: 100%;
  }
  .post-header .route {
    flex-wrap: wrap;
    text-align: center;
  }
  .post-header .route a {
    font-size: 90%;
  }
  .post-header .content .post-data {
    display: grid;
    grid-template-columns: auto auto;
    place-items: center;
  }
  .post-header .content .post-data span {
    margin-bottom: 0.5rem;
    font-size: 80%;
    margin-right: 0;
  }
  .post-header .content .post-data span:nth-child(2) {
    margin-left: 0.5rem;
  }
  .post-header .content .post-data span:last-child {
    margin: 0;
    justify-self: start;
  }
  .post-header .content .post-data img {
    margin: 0;
    margin-right: 0.5rem;
    justify-self: end;
  }
  #single .background-decoration,
  #page .background-decoration {
    height: 120vh;
  }
  #single .background-decoration .overlay,
  #page .background-decoration .overlay {
    height: 100%;
  }
  #single .post-header,
  #page .post-header {
    padding: 1rem 0 3rem 0;
  }
  #single .post-header .content h1,
  #page .post-header .content h1 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  #single .post-content .col-7,
  #page .post-content .col-7 {
    width: 100%;
  }
  #single .post-content .col-4,
  #page .post-content .col-4 {
    width: 100%;
    margin-left: 0;
  }
  #single.glossary .background-decoration,
  #page.glossary .background-decoration {
    height: 150vh;
  }
  #single.glossary .background-decoration .overlay,
  #page.glossary .background-decoration .overlay {
    height: 100%;
  }
  #single.glossary .default-container .glossary-content .letter,
  #page.glossary .default-container .glossary-content .letter {
    width: 100%;
  }
  #single.about .background-decoration,
  #page.about .background-decoration {
    height: 200vh;
  }
  #single.about .page-content .default-container,
  #page.about .page-content .default-container {
    padding: 2rem 0;
  }
  #single.about .page-content .default-container h1,
  #page.about .page-content .default-container h1 {
    font-size: 180%;
  }
  #single.about .page-content .default-container .info-header .card,
  #page.about .page-content .default-container .info-header .card {
    padding: 1rem;
  }
  #single.about .page-content .default-container .info-header .card .title,
  #page.about .page-content .default-container .info-header .card .title {
    margin-top: 1rem;
  }
  #single.about .our-platform .default-container .statistics,
  #page.about .our-platform .default-container .statistics {
    flex-direction: column;
  }
  #single.about .our-platform .default-container .statistics .col-3,
  #page.about .our-platform .default-container .statistics .col-3 {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
  #single.about .our-platform .default-container .statistics .title,
  #single.about .our-platform .default-container .statistics .description,
  #page.about .our-platform .default-container .statistics .title,
  #page.about .our-platform .default-container .statistics .description {
    text-align: center;
    justify-content: center;
  }
  #single.about .our-platform .default-container .our-platform-item,
  #page.about .our-platform .default-container .our-platform-item {
    flex-direction: column-reverse;
  }
  #single.about .our-platform .default-container .our-platform-item:last-child,
  #page.about .our-platform .default-container .our-platform-item:last-child {
    flex-direction: column;
  }
  #single.about .our-platform .default-container .our-platform-item:last-child .column:first-child,
  #page.about .our-platform .default-container .our-platform-item:last-child .column:first-child {
    display: flex;
    justify-content: center;
  }
  #single.about .our-platform .default-container .our-platform-item .column,
  #page.about .our-platform .default-container .our-platform-item .column {
    width: 100%;
    margin: 0;
  }
  #single.about .our-platform .default-container .our-platform-item .column.img-right,
  #page.about .our-platform .default-container .our-platform-item .column.img-right {
    justify-content: center;
  }
  #single.about .our-platform .default-container .our-platform-item .column h2,
  #single.about .our-platform .default-container .our-platform-item .column p,
  #page.about .our-platform .default-container .our-platform-item .column h2,
  #page.about .our-platform .default-container .our-platform-item .column p {
    text-align: center;
  }
  #single.about .our-gallery .default-container .gallery-about,
  #page.about .our-gallery .default-container .gallery-about {
    column-count: 1;
  }
  #single.about .our-courses,
  #page.about .our-courses {
    padding-top: 0;
  }
  #single.about .our-courses .default-container,
  #page.about .our-courses .default-container {
    padding-top: 0;
  }
  #single.about .our-courses .default-container p,
  #page.about .our-courses .default-container p {
    width: 100%;
  }
  #single.about .our-courses .default-container .courses .row,
  #page.about .our-courses .default-container .courses .row {
    gap: 0;
  }
  #single.about .our-courses .default-container .courses .row .card,
  #page.about .our-courses .default-container .courses .row .card {
    width: 100%;
  }
  #single.about .our-clients .default-container p,
  #page.about .our-clients .default-container p {
    width: 100%;
  }
  #single.about .our-clients .default-container .info-carousel .gallery .gallery-cell,
  #page.about .our-clients .default-container .info-carousel .gallery .gallery-cell {
    width: 85%;
  }
  #single.about .about-objective .default-container h2,
  #single.about .about-objective .default-container p,
  #page.about .about-objective .default-container h2,
  #page.about .about-objective .default-container p {
    width: 100%;
  }
  #single.about .about-objective .default-container .info-carousel .gallery .gallery-cell,
  #page.about .about-objective .default-container .info-carousel .gallery .gallery-cell {
    width: 90%;
  }
  #single.contact .page-content .default-container .info-contact,
  #page.contact .page-content .default-container .info-contact {
    gap: 0;
  }
  #single.contact .page-content .default-container .info-contact .card,
  #page.contact .page-content .default-container .info-contact .card {
    width: 100%;
  }
  #single.apostilas .background-decoration .overlay,
  #page.apostilas .background-decoration .overlay {
    background: linear-gradient(to top, var(--backgroundColor), transparent 25%);
  }
  #single.apostilas .certifications-material-list .certification .material-list,
  #page.apostilas .certifications-material-list .certification .material-list {
    gap: 0;
  }
  #single.apostilas .certifications-material-list .certification .material-list .cert-material-item,
  #page.apostilas .certifications-material-list .certification .material-list .cert-material-item {
    width: 100%;
  }
  #single.careers .page-content .default-container h1,
  #page.careers .page-content .default-container h1 {
    font-size: 180%;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell,
  #page.careers .page-content .info-carousel .gallery .gallery-cell {
    width: 90%;
    height: 35rem;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell .row,
  #page.careers .page-content .info-carousel .gallery .gallery-cell .row {
    flex-direction: column-reverse;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell .row .column,
  #page.careers .page-content .info-carousel .gallery .gallery-cell .row .column {
    width: 100%;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1), #single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(2),
  #page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1),
  #page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(2) {
    width: 100%;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2, #single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(2) h2,
  #page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2,
  #page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(2) h2 {
    font-size: 150%;
  }
  #single.careers .work .work-item,
  #page.careers .work .work-item {
    flex-direction: column-reverse;
  }
  #single.careers .work .work-item:nth-child(even),
  #page.careers .work .work-item:nth-child(even) {
    flex-direction: column;
  }
  #single.careers .work .work-item .column,
  #page.careers .work .work-item .column {
    width: 100%;
  }
  #single.careers .careers-objective,
  #page.careers .careers-objective {
    background-position: 70% 0%;
  }
  #searchPageFormContainer .search-form input {
    width: 18rem;
  }
  #search .background-decoration {
    height: 50vh;
  }
  #author .header-container {
    padding-top: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #author .header-container .col {
    width: 100%;
  }
  #author .more-content .column .other-authors {
    gap: 0rem;
  }
  footer .footer-border-top {
    left: 0% !important;
    max-width: 100% !important;
    min-width: unset !important;
  }
  footer .footer-border-bottom {
    left: 0% !important;
    max-width: 100% !important;
  }
  #blog .background-decoration {
    height: 185vh;
  }
  #blog .blog-header .article-item .thumbnail h3,
  #blog .blog-header .article-item .thumbnail p {
    width: 100%;
  }
  .careers-list .modal .modal-content {
    width: 90%;
  }
  .careers-list .modal .modal-body {
    height: 85%;
  }
  #topconcursos-gtk .gtk-cards {
    width: 80% !important;
  }
}
@media screen and (max-width: 425px) {
  #topconcursos-methods .methods-container {
    width: 80% !important;
  }
  #topconcursos-gtk .gtk-cards {
    width: 100% !important;
  }
  #topconcursos-gtk .gtk-cards h3 {
    line-height: 1;
  }
  #topconcursos-gtk .gtk-cards p {
    line-height: 1.2 !important;
  }
  #topconcursos-learn {
    height: 80dvh !important;
  }
}
@media screen and (max-width: 320px) {
  header .top .menu .menu-item a {
    font-size: 85%;
  }
  header .top .main-nav .header-search {
    width: 100% !important;
  }
  header .top .main-nav .header-search form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .top .main-nav .header-search form input {
    width: 13rem;
  }
  header .top #mobileBtn {
    padding-top: 1rem;
    padding-right: 1rem;
  }
  header .bottom .menu {
    font-size: 70%;
  }
  header .bottom .menu .menu-item-has-children .sub-menu {
    padding-left: 0;
  }
  header .bottom .menu .menu-item-has-children .sub-menu .menu-item a::before {
    margin-right: 0;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item a {
    font-size: 115%;
  }
  footer .mobile-btns {
    flex-direction: column;
  }
  #single .background-decoration,
  #page .background-decoration {
    height: 120vh;
  }
  #single .background-decoration .overlay,
  #page .background-decoration .overlay {
    height: 100%;
  }
  #single.about .background-decoration,
  #page.about .background-decoration {
    height: 260vh;
  }
  #single.apostilas .background-decoration,
  #page.apostilas .background-decoration {
    height: 150vh;
  }
  #single.careers .background-decoration,
  #page.careers .background-decoration {
    height: 170vh;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell,
  #page.careers .page-content .info-carousel .gallery .gallery-cell {
    height: 45rem;
  }
  #searchPageFormContainer .search-form input {
    width: 13rem;
  }
  .post-header .content .post-data span {
    margin-right: 0.5rem;
    font-size: 75%;
  }
  #questions .row .col-12 .col-6:nth-child(1) {
    padding: 2rem;
  }
  #blog {
    height: 240vh;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  header .top .menu .menu-item {
    margin-right: 1.5rem;
  }
  header .bottom .menu .menu-item .sub-menu .menu-item a {
    font-size: 90%;
  }
  #single.about .background-decoration,
  #page.about .background-decoration {
    height: 155vh;
  }
  #single.career-position .default-container,
  #page.career-position .default-container {
    width: 70%;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --tContainerSize: 80%;
    --tSidemarginSize: 10%;
  }
  header .details {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  header .top {
    width: 80%;
    margin: 0 auto;
  }
  header .top .main-nav {
    padding-left: 0;
    padding-right: 0;
  }
  header hr {
    width: 80%;
  }
  header .bottom {
    width: 80%;
    margin: 0 auto;
  }
  header .bottom .menu .menu-item {
    padding: 0;
  }
  header .bottom .menu .menu-item a {
    width: max-content;
  }
  header .bottom .menu .menu-item-has-children .sub-menu .menu-item a {
    gap: 1rem;
  }
  .detail-content {
    padding: 4rem 12.5rem;
  }
  #main_courses .default-container {
    padding: 5rem 55% 5rem 2rem;
  }
  #questions .row .col-6:nth-child(1) {
    padding: 7rem 5rem 5rem 12.5rem;
  }
  #category .category-last .post-content {
    padding-left: 12rem;
  }
  #blog .background-decoration {
    height: 80vh;
  }
  #single.about .background-decoration,
  #page.about .background-decoration {
    height: 105vh;
  }
  #single.careers .background-decoration,
  #page.careers .background-decoration {
    height: 80vh;
  }
  #search .background-decoration {
    height: 45vh;
  }
}
@media screen and (min-width: 1890px) {
  :root {
    --tContainerSize: 75%;
    --tSidemarginSize: 12.5%;
  }
  header .details {
    width: 70%;
  }
  header .top {
    width: 70%;
  }
  header hr {
    width: 70%;
  }
  header .bottom {
    width: 70%;
  }
  #main_courses .default-container {
    padding: 5rem 40% 5rem 2rem;
  }
  .detail-content {
    padding: 4rem 10rem 4rem 17rem;
  }
  .detail-content:nth-child(2) {
    padding-left: 10rem;
  }
  #questions .row .col-6:nth-child(1) {
    padding: 7rem 5rem 5rem 20rem;
  }
  #category .category-last .post-content {
    padding-left: 20rem;
  }
  #page.glossary .default-container {
    width: 60%;
  }
  #page.about .background-decoration {
    height: 110vh;
  }
  #page.about .page-content .default-container {
    width: 70%;
  }
  #page.careers .page-content .default-container {
    width: 70%;
  }
  #blog .background-decoration {
    height: 80vh;
  }
}
@media screen and (min-width: 2450px) {
  :root {
    --tContainerSize: 60%;
    --tSidemarginSize: 20%;
  }
  header .details {
    width: 60%;
  }
  header .top {
    width: 60%;
  }
  header hr {
    width: 60%;
  }
  header .bottom {
    width: 60%;
  }
  header .bottom .menu {
    width: 60%;
  }
  #main_courses .default-container {
    padding-right: 35%;
  }
  .detail-content {
    padding: 5rem 34rem;
    padding-right: 20rem;
  }
  #questions .row .col-6:nth-child(1) {
    padding: 7rem 5rem 5rem 34rem;
  }
  #category .category-last .post-content {
    padding-left: 34rem;
  }
  #search .background-decoration {
    height: 40vh;
  }
  #single.about .background-decoration,
  #page.about .background-decoration {
    height: 90vh;
  }
  #single.about .our-platform .default-container,
  #page.about .our-platform .default-container {
    width: 60%;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell,
  #page.careers .page-content .info-carousel .gallery .gallery-cell {
    width: 60%;
    height: 28rem;
  }
  #single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2,
  #page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2 {
    font-size: 220%;
  }
  #single.careers .work .default-container,
  #page.careers .work .default-container {
    width: 60%;
  }
}
@font-face {
  font-family: AvantBold;
  src: url(../_assets/fonts/AvantGarde-Bold.otf);
}
@font-face {
  font-family: SofiaBlack;
  src: url("https://use.typekit.net/af/5d97ff/00000000000000007735f999/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3");
}
@font-face {
  font-family: SofiaBook;
  src: url("https://use.typekit.net/af/6161d4/00000000000000007735ba1e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3");
}
@font-face {
  font-family: SofiaLight;
  src: url("https://use.typekit.net/af/b89a53/00000000000000007735ba1d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3");
}
@font-face {
  font-family: SofiaMedium;
  src: url("https://use.typekit.net/af/b718ff/00000000000000007735f98d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3");
}
@keyframes "lds-ellipsis1" {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes "lds-ellipsis3" {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes "lds-ellipsis2" {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
* {
  box-sizing: border-box;
  font-family: SofiaBook;
}

:root {
  --tContainerSize: 90%;
  --tSidemarginSize: 5%;
  --backgroundColor: #F5F5FD;
  --lightGrey: #F5F5FD;
  --textColor: rgba(51, 51, 51, 1);
  --purple: #570BAD;
  --purpleMed: #6600BF;
  --darkPurple: #493372;
  --darkRed: #932846;
  --pink: #F72485;
  --darkPink: #cb397c;
  --grey: #979797;
  --blue: #4895EF;
  --v3Pink: #c41b96;
  --v3DarkBlue: #4414ae;
  --v3LightBlue: #479eed;
  --v3LightGray: #F0F0FA;
  --green700: #00EE26;
  --green600: #00EDA4;
  --green500: #72ED87;
  --green400: #70EF9D;
  --green300: #76E5C6;
  --green200: #ADE874;
  --green100: #90EA73;
  --grey600: #6d6d6d;
  --black: #000000;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
html body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #F5F5FD;
  color: var(--textColor);
  font-family: SofiaBook;
}
html body .background-decoration {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--green500), var(--green600), var(--green700));
  z-index: 1;
}
html body .background-decoration .overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 5%, var(--textColor));
}
html body p,
html body span,
html body a,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body li {
  font-family: SofiaBook;
}

img {
  max-width: 100%;
}

.default-container {
  width: var(--tContainerSize);
  margin: 0 auto;
}
.default-container #carouselController {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}
.default-container #carouselController .button {
  width: 2rem;
  height: 2px;
  margin: 0.5rem;
  cursor: pointer;
  background-color: var(--green500);
}
.default-container #carouselController .active {
  background-color: var(--green700);
}
.default-container .content-carousel {
  display: flex;
}
.default-container .content {
  width: 100%;
  padding-left: 0;
  transition-duration: 0.5s;
  position: relative;
  left: 0%;
}

.btn {
  padding: 0.6rem 1rem;
  border-radius: 2rem;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 0 0.2rem;
  display: inline-block;
  font-size: 95%;
  cursor: pointer;
}
.btn.purple {
  background-color: var(--green700);
}
.btn.purple:hover {
  background-color: var(--darkPurple);
}
.btn.red {
  background-color: var(--red);
}
.btn.red:hover {
  background-color: var(--darkRed);
}
.btn.black {
  background-color: var(--textColor);
}
.btn.black:hover {
  background-color: rgba(51, 51, 51, 0.8);
}

.wp-block-button a {
  padding: 0.6rem 1rem;
  border-radius: 2rem;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 0 0.2rem;
  display: inline-block;
  font-size: 95%;
  cursor: pointer;
  background-color: var(--green500);
  color: #fff;
}
.wp-block-button a:hover {
  background-color: var(--green700);
  text-decoration: none;
}
.wp-block-button a strong {
  color: #fff;
  text-decoration: none;
}

.load-more-action {
  display: grid;
  place-items: center;
  margin-bottom: 2rem;
}

#loadMoreBtn {
  border: none;
  background-color: var(--green700);
}
#loadMoreBtn:hover {
  background-color: var(--darkPurple);
}

.mb-3 {
  margin-bottom: 2rem;
}

.post-content {
  padding-bottom: 3rem;
}
.post-content img {
  max-width: 100%;
}
.post-content a img {
  max-width: 100%;
}
.post-content .share {
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-content .share a {
  margin-bottom: 1rem;
}
.post-content .share .info {
  transform: rotate(-90deg);
  margin-top: 3rem;
  font-family: SofiaBook;
  font-weight: bolder;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.25);
}
.post-content .share .decoration {
  width: 2px;
  height: 100%;
  flex-grow: 3;
  background: rgba(0, 238, 38, 0.2);
  margin-top: 4rem;
}
.post-content article {
  padding-bottom: 2rem;
}
.post-content article li {
  font-size: 1.125rem;
}
.post-content article img {
  max-width: 100%;
}
.post-content article .wp-block-embed {
  margin: 1rem 0;
}
.post-content article .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post-content article .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content article .wp-block-embed .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content article .wp-block-embed .wp-block-embed__wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content article p:nth-child(1) {
  margin-top: 0;
}
.post-content article a {
  color: var(--green700);
  text-decoration: none;
}
.post-content article a:hover {
  text-decoration: underline;
}
.post-content article .wp-block-gallery {
  flex-wrap: nowrap !important;
  gap: unset !important;
}
.post-content article .social-media {
  margin-top: 1rem;
  text-align: center;
  display: flex;
  gap: 1rem;
}
.post-content article .social-media a {
  text-decoration: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

header {
  font-family: SofiaBook;
  position: relative;
  top: 0;
  z-index: 998;
  color: #000;
  width: 75%;
  margin: 0 auto;
  padding: 1%;
}
header.white .details a {
  color: #000;
}
header.white .details a svg path {
  transition: ease-in-out 0.3s;
  fill: #000;
}
header.white .details a:hover {
  color: var(--grey600);
}
header.white .details a:hover svg path {
  fill: var(--grey600);
}
header.white .details .main-nav-menu-container .menu .menu-item a {
  color: black;
}
header.white .details .main-nav-menu-container .menu .menu-item a:hover {
  color: var(--grey600);
}
header.white .top .main-nav .logo-container a svg path {
  fill: #fff;
}
header.white .top .main-nav .header-search form {
  background-color: rgba(228, 255, 215, 0.45);
}
header.white .top .main-nav .header-search form input {
  color: #fff;
}
header.white .top .main-nav .header-search form button svg {
  fill: #fff;
}
header.white hr {
  background-color: #fff;
}
header.white .bottom .menu:hover .menu-item a {
  color: black;
}
header.white .bottom .menu:hover .menu-item-has-children > a::after {
  content: url(assets/img/expand_more.svg);
}
header.white .bottom .menu .menu-item a {
  color: black;
}
header.white .bottom .menu .menu-item a:hover {
  color: black;
}
header.white .bottom .menu .menu-item-has-children > a::after {
  content: url(assets/img/expand_more.svg);
}
header .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
header .details svg {
  fill: var(--green700);
}
header .details svg path {
  fill: var(--green700);
}
header .details a {
  text-decoration: none;
  color: var(--grey600);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 70%;
  transition-duration: 0.3s;
}
header .details a:hover {
  color: var(--darkPurple);
}
header .details .main-nav-menu-container .menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .details .main-nav-menu-container .menu .menu-item {
  list-style: none;
}
header .details .main-nav-menu-container .menu .menu-item a {
  text-decoration: none;
  transition-duration: 0.3s;
  color: var(--grey600);
  font-family: SofiaBook;
  text-transform: uppercase;
  font-size: 70%;
}
header .details .main-nav-menu-container .menu .menu-item a:hover {
  color: var(--green700);
}
header .top-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
header .top-wrapper .mobile-top-links {
  display: none;
}
header .top-wrapper .top {
  width: 90%;
  margin: 0 auto;
}
header .top-wrapper .top .main-nav {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 1rem 0;
}
header .top-wrapper .top .main-nav .logo-container {
  flex-basis: 15%;
}
header .top-wrapper .top .main-nav .logo-container a {
  width: 100%;
}
header .top-wrapper .top .main-nav .logo-container a svg {
  width: 100%;
  height: auto;
}
header .top-wrapper .top .main-nav .logo-container a svg path {
  fill: var(--green700);
}
header .top-wrapper .top .main-nav .header-search {
  flex-basis: 65%;
  padding-left: 3rem;
  padding-right: 1rem;
  display: grid;
  place-items: end;
}
header .top-wrapper .top .main-nav .header-search form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: rgba(0, 238, 38, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  width: 100%;
}
header .top-wrapper .top .main-nav .header-search form input {
  background-color: transparent;
  text-transform: uppercase;
  color: var(--grey600);
  border: none;
  outline: 0;
  font-weight: bold;
  font-size: 90%;
  flex-grow: 1;
}
header .top-wrapper .top .main-nav .header-search form button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
header .top-wrapper .top .main-nav .header-search form button svg {
  fill: var(--green700);
}
header .top-wrapper .top .main-nav .header-buttons {
  flex-basis: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .top-wrapper .top .main-nav .header-buttons a {
  white-space: nowrap;
  font-family: SofiaBook;
  font-size: 80%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
header .top-wrapper .top .main-nav .header-buttons a svg path {
  stroke: #fff;
}
header hr {
  width: 90%;
  height: 2px;
  margin: 0 auto;
  border: none;
  background-color: var(--green700);
  opacity: 0.2;
}
header .bottom {
  width: 90%;
  margin: 0 auto;
}
header .bottom .menu {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0;
}
header .bottom .menu:hover .menu-item a {
  color: var(--textColor);
}
header .bottom .menu:hover .menu-item-has-children > a::after {
  content: url(assets/img/expand_more_purple.svg);
}
header .bottom .menu .menu-item {
  list-style: none;
  width: max-content;
  transition-duration: 0.3s;
  padding: 0;
}
header .bottom .menu .menu-item a {
  display: flex;
  text-decoration: none;
  color: var(--textColor);
  padding: 1rem 0;
  width: max-content;
  font-family: SofiaBook;
  transition-duration: 0.3s;
}
header .bottom .menu .menu-item .sub-menu {
  display: none;
}
header .bottom .menu .menu-item .sub-menu .menu-item {
  width: 20%;
}
header .bottom .menu .menu-item .sub-menu .menu-item a {
  color: var(--textColor);
  gap: 1rem;
}
header .bottom .menu .menu-item .sub-menu .menu-item .sub-menu {
  height: 0;
  border: none;
  overflow: hidden;
  padding: 0;
  flex-direction: column;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: none;
}
header .bottom .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item {
  width: 100%;
}
header .bottom .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
  padding: 0;
  border-bottom: none;
  font-size: 80%;
  display: flex;
}
header .bottom .menu .menu-item .sub-menu .menu-item-has-children:hover .sub-menu {
  height: auto;
  overflow: hidden;
  padding: 1rem 0;
  padding-left: 1rem;
}
header .bottom .menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .bottom .menu .menu-item-has-children > a::after {
  content: url(assets/img/expand_more_purple.svg);
  margin-left: 1rem;
  transition-duration: 0.3s;
  height: 1.5rem;
}
header .bottom .menu .menu-item-has-children:hover > a::after {
  content: url(assets/img/expand_more_purple.svg);
  transform: rotate(180deg);
}
header .bottom .menu .menu-item-has-children:hover .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  padding-left: 0;
  padding: 1rem 2rem;
  left: 0;
  z-index: 2;
  background-color: #F5F5FD;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 1px 1rem 1rem rgba(0, 0, 0, 0.2);
}
header .bottom .menu .menu-item-has-children .sub-menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(66, 66, 66);
  font-family: SofiaBook;
  padding-right: 2rem;
}
header .bottom .menu .menu-item-has-children .sub-menu .menu-item a::after {
  content: url(assets/img/arrow_forward_green.svg);
  scale: 0.7;
}
header .bottom .menu .menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
  content: url(assets/img/expand_more_purple.svg);
  margin-left: 1rem;
  transition-duration: 0.3s;
  height: 1rem;
  transform: scale(0.7);
}
header .bottom .menu > .menu-item > a {
  justify-content: center;
}
header .bottom .menu > .menu-item:hover > a {
  color: var(--textColor);
}
header .bottom .menu > .menu-item-has-children > a {
  justify-content: center;
}
header .bottom .menu .menu-item-has-children.sub-menu .menu-item {
  width: 32%;
}
header .bottom .menu .menu-item-has-children.sub-menu .menu-item a {
  text-align: left;
  color: var(--textColor);
  border-bottom: solid 1px #DEDEF0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card {
  background-color: #fff;
  border-radius: 0.6rem;
  transition-duration: 0.3s;
  margin-bottom: 2rem;
  text-decoration: none;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.card:not(.card-green):hover {
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.2);
}
.card:not(.card-green) thumbnail {
  display: block;
  width: 100%;
  height: 10rem;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  margin-bottom: 2rem;
}
.card:not(.card-green) thumbnail .video-play {
  width: 100%;
  height: 100%;
  background: var(--green700);
  display: grid;
  place-items: center;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.card:not(.card-green) thumbnail .video-play span {
  color: #fff;
  font-size: 200%;
}
.card:not(.card-green) thumbnail .video-play svg {
  width: 2rem;
  height: 2rem;
}
.card:not(.card-green) span:not(.material-icons) {
  padding: 0 1.5rem;
  color: var(--green700);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: SofiaBook;
  font-weight: bolder;
  display: block;
}
.card:not(.card-green) a {
  text-decoration: none;
}
.card:not(.card-green) a h2 {
  padding: 0;
  font-size: 120%;
  text-decoration: none;
}
.card:not(.card-green) a h3 {
  padding: 0 1.5rem 1rem 1.5rem;
  font-size: 1.1rem;
  font-family: SofiaBook;
  font-weight: bolder;
  margin-top: 0.5rem;
  line-height: 1.2;
  text-decoration: none;
}
.card.card-green {
  background-color: var(--green600);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  transition: ease-in-out 0.3s;
}
.card.card-green.invert {
  background: linear-gradient(to right, #5db16a, var(--green500), var(--green500));
  background-blend-mode: overlay;
}
.card.card-green.invert:hover {
  background: linear-gradient(to right, #000, #000, #000);
  background-color: #000;
}
.card.card-green.invert:hover svg path {
  stroke: #fff;
}
.card.card-green.invert:hover h2 {
  color: #fff;
}
.card.card-green.invert:hover h3 {
  color: #fff;
}
.card.card-green.invert:hover .cta span:not(.material-icons) {
  color: #fff;
}
.card.card-green.invert:hover .cta svg path {
  stroke: #fff;
}
.card.card-green.invert svg path {
  stroke: #fff;
}
.card.card-green.invert h2 {
  color: #fff;
}
.card.card-green.invert h3 {
  color: #fff;
}
.card.card-green.invert .cta span:not(.material-icons) {
  color: #fff;
}
.card.card-green.invert .cta svg path {
  stroke: #fff;
}
.card.card-green:hover {
  background-color: #fff;
}
.card.card-green h2 {
  color: #fff;
  line-height: 1.2;
  font-weight: lighter;
  font-size: 110%;
  margin-bottom: 1rem;
}
.card.card-green h3 {
  color: #fff;
  line-height: 1.2;
  font-weight: lighter;
  font-size: 110%;
  margin-bottom: 1rem;
}
.card.card-green .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.card.card-green .cta span:not(.material-icons) {
  color: #fff;
  font-size: 85%;
}
.card.card-green .cta svg {
  width: 1rem;
  height: 1rem;
}
.card.card-green .material-icons {
  margin-top: 1rem;
  color: #fff;
}
.card.card-green a h3 {
  color: #fff;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
}

.tabs {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.tabs .tabs-options {
  display: flex;
  justify-content: space-between;
}
.tabs .tabs-options .tab-button {
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: SofiaBook;
  font-size: 1rem;
  font-weight: lighter;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
}
.tabs .tabs-options .tab-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: transparent;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.tabs .tabs-options .tab-button.active {
  background-color: transparent;
  color: var(--green700);
}
.tabs .tabs-options .tab-button.active::after {
  transform: scaleX(1);
  background-color: var(--green700);
  bottom: -2px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
}
.tabs .tab-panels {
  display: flex;
  flex-direction: column;
}
.tabs .tab-panels .tab-panel {
  display: none;
  border-top: 1px solid #dddddd;
}
.tabs .tab-panels .tab-panel.active {
  display: block;
}

#mobileBtn {
  display: none;
}

#menu-mobile {
  display: none;
}

#main_courses {
  background-position: center;
  background-size: cover;
}
#main_courses .default-container {
  padding-right: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#main_courses .default-container p {
  margin-top: 0;
  font-weight: bold;
  font-size: 90%;
}
#main_courses .default-container h1 {
  line-height: 1.1;
  font-family: AvenirBlack;
  font-size: 235%;
}

#topconcursos-public {
  padding: 0% 0% 4%;
  background: #FFFFF9;
}
#topconcursos-public .row .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#topconcursos-public .default-container .public-container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
#topconcursos-public .default-container .public-container .left {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 2rem;
}
#topconcursos-public .default-container .public-container .left img {
  width: 80%;
  border-radius: 20px;
  border-bottom: 8px solid var(--green700);
  border-right: 6px solid var(--green700);
}
#topconcursos-public .default-container .public-container .right {
  width: 65%;
  display: flex;
  align-content: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#topconcursos-public .default-container .public-container .right p {
  margin: 0;
  padding: 0;
}

#topconcursos-whois {
  background-image: url("./assets/img/fundo_slides_topconcursos.jpg");
  background-size: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
#topconcursos-whois .row .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#topconcursos-whois iframe {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 70%;
  min-height: 600px;
}
#topconcursos-whois .default-container .whois-container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
#topconcursos-whois .default-container .whois-container .left {
  width: 65%;
  padding-left: 5%;
}
#topconcursos-whois .default-container .whois-container .right {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 2rem;
}
#topconcursos-whois .default-container .whois-container .right img {
  width: 70%;
  border-radius: 20px; /* ou 1.25rem */
  border-bottom: 8px solid var(--green700);
  border-left: 6px solid var(--green700);
}

.green {
  color: var(--green700);
  font-weight: 900;
}

.bolder {
  font-weight: 900;
}

#topconcursos-methods {
  background-color: white;
  display: flex;
}
#topconcursos-methods .methods-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 2rem auto;
  gap: 1rem;
}
#topconcursos-methods .methods-container h2 {
  text-align: center;
  margin: 0;
}
#topconcursos-methods .methods-container .mobile-title {
  display: none;
}
#topconcursos-methods .methods-container .methods-cards {
  display: flex;
  align-items: start;
  gap: 3rem;
}
#topconcursos-methods .methods-container .methods-cards .method-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: max-content;
  height: auto;
  justify-content: space-between;
}
#topconcursos-methods .methods-container .methods-cards .method-card .method-title {
  border-radius: 16px 16px 0 0;
  padding: 2rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#topconcursos-methods .methods-container .methods-cards .method-card .method-title h3, #topconcursos-methods .methods-container .methods-cards .method-card .method-title h4 {
  margin: 0;
  color: #fff;
}
#topconcursos-methods .methods-container .methods-cards .method-card .method-title h3 {
  font-size: 32px;
}
#topconcursos-methods .methods-container .methods-cards .method-card .method-title h4 {
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}
#topconcursos-methods .methods-container .methods-cards ul {
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  width: 85%;
  margin: 2rem auto;
  display: flex;
  align-items: start;
  justify-content: center;
}
#topconcursos-methods .methods-container .methods-cards ul li {
  display: flex;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 100 !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1rem;
  align-items: center;
}
#topconcursos-methods .methods-container .methods-cards ul li img {
  position: absolute;
  left: 0;
  width: 18px;
}
#topconcursos-methods .methods-container .methods-cards .result {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  gap: 2rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 2rem 0;
  border-top: 3px solid;
  justify-content: center;
}
#topconcursos-methods .methods-container .methods-cards .result img {
  width: 15%;
  max-width: 50px;
}
#topconcursos-methods .methods-container .methods-cards .result .details {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 70%;
}
#topconcursos-methods .methods-container .methods-cards .result .details h5, #topconcursos-methods .methods-container .methods-cards .result .details p {
  margin: 0;
}
#topconcursos-methods .methods-container .methods-cards .result .details h5 {
  font-size: 24px;
}
#topconcursos-methods .methods-container .methods-cards .result .details p {
  line-height: 1.8rem;
  font-size: 16px;
}
#topconcursos-methods .methods-container .methods-cards .method-card.green {
  width: 100%;
  max-width: 575px;
  box-shadow: 8px 0px 80px rgba(28, 244, 79, 0.2), 11px 31px 80px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#topconcursos-methods .methods-container .methods-cards .method-card.green .method-title {
  background-color: #00CB7C;
}
#topconcursos-methods .methods-container .methods-cards .method-card.green .result {
  border-color: #1CF44F;
  display: flex;
  align-items: center;
}
#topconcursos-methods .methods-container .methods-cards .method-card.green .result .details h5 {
  font-size: 24px;
  color: #1CF44F;
}
#topconcursos-methods .methods-container .methods-cards .method-card.red {
  width: 100%;
  max-width: 490px;
  height: 98%;
  box-shadow: 8px 0px 80px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#topconcursos-methods .methods-container .methods-cards .method-card.red .method-title {
  background-color: #FF564A;
}
#topconcursos-methods .methods-container .methods-cards .method-card.red .result {
  width: 85%;
  border-color: #FF564A;
  height: 25%;
  display: flex;
  align-items: center;
  margin: auto auto 2rem;
}
#topconcursos-methods .methods-container .methods-cards .method-card.red .result .details h5 {
  font-size: 24px;
  color: #FF564A;
}
#topconcursos-methods .methods-container .button-checkout {
  width: 100%;
  display: flex;
  justify-content: center;
}
#topconcursos-methods .methods-container .button-checkout a {
  padding: 2% 5%;
  border-radius: 1000px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  background: #36D498;
  box-shadow: 5px 4px 19px #36D498;
  color: white;
  font-weight: bolder;
  transition: 0.2s;
  text-align: center;
  cursor: pointer !important;
  margin-top: 2rem;
}
#topconcursos-methods .methods-container .button-checkout a:hover {
  transition: 0.2s;
  transform: scale(1.03);
}

#topconcursos-gtk {
  display: flex;
}
#topconcursos-gtk .gtk-container {
  width: 80%;
  margin: 5rem auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#topconcursos-gtk .gtk-container h2 {
  text-align: center;
  margin: 0;
}
#topconcursos-gtk .gtk-container .mobile-title {
  display: none;
}
#topconcursos-gtk .gtk-container .gtk-cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
#topconcursos-gtk .gtk-container .gtk-cards .gtk-card {
  width: 100%;
  background-color: white;
  padding: 2rem;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 16px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 10px 23px 80.3px rgba(0, 0, 0, 0.15);
}
#topconcursos-gtk .gtk-container .gtk-cards .gtk-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(to bottom, #1cf44f 0%, #00ca83 100%);
  z-index: 0;
}
#topconcursos-gtk .gtk-container .gtk-cards .gtk-card > * {
  position: relative;
  z-index: 1;
}
#topconcursos-gtk .gtk-container .gtk-cards .gtk-card h3, #topconcursos-gtk .gtk-container .gtk-cards .gtk-card p {
  margin: 0;
}
#topconcursos-gtk .gtk-container .gtk-cards .gtk-card h3 {
  font-size: 1.7rem;
}
#topconcursos-gtk .gtk-container .gtk-cards .gtk-card p {
  color: #8E809E;
  line-height: 1.5rem;
}

#topconcursos-benefits {
  background: linear-gradient(to right, var(--green500), var(--green600), var(--green700));
  padding: 3% 0%;
}
#topconcursos-benefits .default-container {
  width: 90%;
  margin: auto;
}
#topconcursos-benefits .default-container .title {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
#topconcursos-benefits .default-container .title h2, #topconcursos-benefits .default-container .title b {
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  width: 30%;
}
#topconcursos-benefits .default-container .differences {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  width: 90%;
  height: 100%;
  margin: auto;
  gap: 1rem;
}
#topconcursos-benefits .default-container .differences div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f4ee;
  padding: 2% 2%;
  flex-wrap: wrap;
  align-self: stretch;
  border-radius: 10px;
  margin-bottom: 0.6rem;
  gap: 0.8rem;
  transition: 0.4s;
}
#topconcursos-benefits .default-container .differences div:hover {
  box-shadow: 0px 18px 23px -13px #5c5b5b;
  transition: 0.4s;
}
#topconcursos-benefits .default-container .differences div h4 {
  font-weight: bolder;
  color: #51A351;
  margin: 0;
  padding: 0;
  font-size: larger;
}
#topconcursos-benefits .default-container .differences div p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #51A351;
}
#topconcursos-benefits .default-container .button-checkout {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
#topconcursos-benefits .default-container .button-checkout a {
  padding: 1%;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  background: #1ebebc;
  box-shadow: 5px 4px 19px #056a69;
  color: white;
  font-weight: bolder;
  transition: 0.2s;
  cursor: pointer;
}
#topconcursos-benefits .default-container .button-checkout a:hover {
  transition: 0.2s;
  transform: scale(1.03);
}

#topconcursos-learn {
  display: flex;
  height: 100dvh;
  background: linear-gradient(270deg, #1AF153 0%, #07D64F 50.48%, #01CA83 100%, #00CB4E 100%);
  overflow: hidden;
}
#topconcursos-learn .learn-container {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  justify-content: flex-end;
  gap: 15%;
}
#topconcursos-learn .copy-container h2, #topconcursos-learn .copy-container h3 {
  color: white;
}
#topconcursos-learn .copy-container::before {
  content: "";
  display: inline-block;
  width: 25%;
  height: 0.3rem;
  background-color: #1CF44F;
  vertical-align: middle;
}
#topconcursos-learn .teachers-container {
  display: flex;
  gap: 2rem;
}
#topconcursos-learn .teachers-container .v-caroussel-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#topconcursos-learn .teachers-container .v-caroussel-container .v-caroussel {
  will-change: transform;
  animation: scrolling 15s linear infinite;
}
#topconcursos-learn .teachers-container .v-caroussel-container .v-caroussel-invert {
  will-change: transform;
  animation: scrolling-invert 15s linear infinite;
}
@keyframes scrolling {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% - 10px));
  }
}
@keyframes scrolling-invert {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(100% + 10px));
  }
}
@keyframes scrolling-lead {}

#topconcursos-for {
  background-color: white;
  display: flex;
}
#topconcursos-for .for-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 2rem auto;
  gap: 2rem;
}
#topconcursos-for .for-container h2 {
  text-align: center;
}
#topconcursos-for .for-container .for-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#topconcursos-for .for-container .for-content .info-col {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#topconcursos-for .for-container .for-content .info-col .info {
  display: flex;
  gap: 1rem;
  border-bottom: 3px solid #F5F5FD;
}
#topconcursos-for .for-container .for-content .info-col .info p {
  line-height: 1;
}
#topconcursos-for .for-container .for-content .info-col .info:last-child {
  border: none;
}
#topconcursos-for .for-container .for-content iframe {
  width: 60%;
  min-height: 400px;
  height: fit-content;
}
#topconcursos-for .for-container .button-checkout {
  width: 100%;
  display: flex;
  justify-content: center;
}
#topconcursos-for .for-container .button-checkout a {
  padding: 1% 2%;
  border-radius: 1000px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 900;
  background: #36D498;
  box-shadow: 5px 4px 19px #36D498;
  color: white;
  font-weight: bolder;
  transition: 0.2s;
  cursor: pointer !important;
}
#topconcursos-for .for-container .button-checkout a:hover {
  transition: 0.2s;
  transform: scale(1.03);
}

#topconcursos-faq {
  display: flex;
  background-color: #fff;
}
#topconcursos-faq .default-container {
  margin: 5rem auto;
  display: flex;
  justify-content: space-between;
}
#topconcursos-faq .default-container .copy-container h2 {
  font-weight: 100;
  line-height: 1;
}
#topconcursos-faq .default-container .copy-container::before {
  content: "";
  display: inline-block;
  width: 25%;
  height: 0.3rem;
  background-color: #1CF44F;
  vertical-align: middle;
}
#topconcursos-faq .default-container .faq-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 70%;
}
#topconcursos-faq .default-container .faq-content details {
  padding: 2rem;
  border: 1px solid rgba(170, 142, 202, 0.2);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
#topconcursos-faq .default-container .faq-content details summary {
  marker: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  gap: 1rem;
}
#topconcursos-faq .default-container .faq-content details summary p {
  width: 100%;
}
#topconcursos-faq .default-container .faq-content details summary::marker {
  content: "";
}
#topconcursos-faq .default-container .faq-content details summary::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("assets/img/circle-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}
#topconcursos-faq .default-container .faq-content details p, #topconcursos-faq .default-container .faq-content details li, #topconcursos-faq .default-container .faq-content details a {
  color: #8E809E;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 100;
}
#topconcursos-faq .default-container .faq-content details > *:not(summary) {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
#topconcursos-faq .default-container .faq-content details[open] {
  border-color: rgba(170, 142, 202, 0.4);
  box-shadow: 0 4px 12px rgba(170, 140, 202, 0.15);
}
#topconcursos-faq .default-container .faq-content details[open] summary {
  margin-bottom: 2rem;
}
#topconcursos-faq .default-container .faq-content details[open] summary::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("assets/img/circle-minus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(180deg);
}
#topconcursos-faq .default-container .faq-content details[open] > *:not(summary) {
  opacity: 1;
  max-height: 500px;
  padding-top: 0.5rem;
}

#courses_simulated {
  margin-top: 2rem;
}
#courses_simulated .row {
  display: flex;
  justify-content: space-between;
}
#courses_simulated .row .col-6 {
  margin: 0;
  width: 48%;
}
#courses_simulated .detail-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 30rem;
  padding: 3rem 4rem;
  height: 100%;
}
#courses_simulated .detail-content h2 {
  text-transform: uppercase;
  font-family: Avant;
  font-size: 41px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.03em;
  margin: 0;
}
#courses_simulated .detail-content p {
  font-family: SofiaBook;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  font-style: italic;
  margin-bottom: 2rem;
}
#courses_simulated .detail-content .wp-block-button.outline.red a {
  border: 2px solid var(--red);
  color: var(--red);
}
#courses_simulated .detail-content .wp-block-button.outline.red a:hover {
  background-color: var(--red);
  color: #ffffff;
}
#courses_simulated .detail-content .wp-block-button.outline.blue a {
  border: 2px solid var(--blue);
  color: var(--blue);
}
#courses_simulated .detail-content .wp-block-button.outline.blue a:hover {
  background-color: var(--blue);
  color: #ffffff;
}
#courses_simulated .detail-content .wp-block-button.outline.green a {
  border: 2px solid var(--green700);
  color: var(--green700);
}
#courses_simulated .detail-content .wp-block-button.outline.green a:hover {
  background-color: var(--green700);
  color: #ffffff;
}
#courses_simulated .detail-content .wp-block-button.outline.green-olive a {
  border: 2px solid var(--green300);
  color: var(--green300);
}
#courses_simulated .detail-content .wp-block-button.outline.green-olive a:hover {
  background-color: var(--green300);
  color: #ffffff;
}
#courses_simulated .detail-content .wp-block-button.outline a {
  text-transform: uppercase;
  font-family: SofiaBook;
  font-weight: bolder;
  font-size: 0.8rem;
  background: 0 0;
  font-weight: lighter;
}

#articles {
  padding: 3rem 0;
}
#articles h1,
#articles h2 {
  font-family: SofiaBook;
  font-size: 160%;
  margin-top: 0;
  margin-bottom: 3rem;
}
#articles .row {
  display: flex;
  flex-direction: row-reverse;
}

.article-item.first {
  height: 100%;
}
.article-item.first a {
  display: block;
  height: 100%;
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.article-item.first a .thumbnail {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 2rem;
}
.article-item.first a .thumbnail:hover .overlay {
  opacity: 1;
}
.article-item.first a .thumbnail .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, rgb(0, 0, 0), transparent);
  opacity: 0.85;
  z-index: 1;
  transition: ease-in-out 0.3s;
}
.article-item.first a .thumbnail span {
  z-index: 2;
  padding-left: 0;
  color: var(--green700);
}
.article-item.first a .thumbnail h3,
.article-item.first a .thumbnail h4 {
  width: 80%;
  font-family: Avant;
  font-size: 150%;
  text-transform: uppercase;
  z-index: 2;
  line-height: 1;
  padding-left: 0;
  color: #fff;
}
.article-item.first a .thumbnail p {
  width: 80%;
  z-index: 2;
  line-height: 1.5;
  opacity: 0.85;
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
}
.article-item.simple:not(:last-child) {
  border-bottom: solid 1px #DEDEF0;
}
.article-item.simple span {
  padding-left: 0;
  margin-top: 1rem;
  display: block;
}
.article-item.simple h3 {
  font-size: 120%;
  padding-left: 0;
  padding-bottom: 1rem;
  font-family: SofiaBook;
  margin-left: 0;
  font-weight: normal;
  margin-top: 0.5rem;
}
.article-item .thumbnail {
  width: 100%;
  height: 18rem;
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
}
.article-item a {
  text-decoration: none;
}
.article-item span {
  color: var(--green700);
  text-transform: uppercase;
  font-size: 80%;
  padding-left: 1.5rem;
  font-family: SofiaBook;
}
.article-item h3 {
  margin-top: 1rem;
  font-size: 200%;
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.article-item p {
  padding-left: 1.5rem;
  font-size: 100%;
}

#category_part {
  background-color: var(--lightGrey);
  padding: 3rem 0;
}
#category_part .title-item:nth-child(1) {
  flex-basis: 60%;
}

.title:not(.title-subtitle) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.title.col-12 {
  margin-bottom: 0;
}
.title .title-item p {
  font-size: 90%;
  margin-top: 0;
}
.title h2 {
  font-size: 150%;
  font-family: SofiaBook;
  font-weight: bolder;
}
.title > a {
  color: var(--green700);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: SofiaBook;
  font-weight: bolder;
}
.title > a span {
  color: var(--green700);
  margin-left: 0.5rem;
}
.title > a svg,
.title > a img {
  color: var(--green700);
  margin-left: 0.5rem;
}

.title-subtitle {
  padding: 0 2%;
}
.title-subtitle > h2 {
  margin-bottom: 0;
}
.title-subtitle > p {
  margin-top: 0;
}

#handouts {
  padding: 3rem 0;
}
#handouts .title p {
  font-weight: lighter;
  font-style: italic;
  opacity: 0.75;
}
#handouts #carouselContainer .content .cards-container {
  padding: 0 2%;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.333%;
  overflow-x: hidden;
}
#handouts #carouselContainer .content .cards-container .card {
  width: 24%;
}
#handouts #carouselContainer .content .cards-container .card.card-green h3 {
  padding: 1rem 0;
  text-align: left;
  min-height: 6rem;
}

#carouselContainer {
  overflow: hidden;
}

#questions .row .col-12 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
#questions .row .col-12 .col-6 {
  margin: 0;
  width: 50%;
}
#questions .row .col-12 .col-6:nth-child(1) {
  padding: 3rem;
}
#questions .row .col-12 .col-6 h2 {
  margin-top: 1rem;
  text-transform: uppercase;
  font-family: Avant;
  font-size: 2.56rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
#questions .row .col-12 .col-6 p {
  font-family: SofiaBook;
  color: #FFFFFF;
  font-size: 1rem;
}
#questions .row .col-12 .col-6 p:nth-child(3) {
  font-style: italic;
  margin-bottom: 1.5rem;
}
#questions .row .col-12 .col-6 .excerpt p {
  margin: 0;
  font-size: 90%;
  color: var(--green700);
  font-family: SofiaBook;
  font-weight: bolder;
}
#questions .row .thumbnail {
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32rem;
}
#questions .row .wp-block-button.red a {
  text-transform: uppercase;
  background: var(--green700);
  color: #FFFFFF;
  font-weight: bolder;
}
#questions .row .wp-block-button.red a:hover {
  background-color: var(--darkPink);
}

#lastPosts {
  background-color: var(--lightGrey);
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
#lastPosts .cards-container .card {
  background-color: transparent;
  border-bottom-color: transparent;
}

.loader-container {
  display: none;
  place-items: center;
}
.loader-container.show {
  display: grid;
}
.loader-container p {
  margin: 0;
  color: var(--green700);
}
.loader-container .lds-ellipsis {
  height: 4rem;
}
.loader-container .lds-ellipsis div {
  background-color: var(--green700);
}

#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
#pagination .page-numbers {
  color: var(--green700);
  font-weight: 600;
  display: grid;
  place-items: center;
  margin: 0 0.2rem;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.5rem;
  min-width: 3rem;
  min-height: 3rem;
  transition-duration: 0.3s;
  font-weight: lighter;
}
#pagination .page-numbers:not(.next):not(.prev):not(.dots) {
  border: 2px solid var(--green700);
}
#pagination .page-numbers:not(.next):not(.prev):not(.dots):hover {
  background-color: var(--green700);
  color: #ffffff;
}
#pagination .page-numbers.current {
  background-color: var(--green700);
  color: #ffffff;
}
#pagination .pagination-before {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(img/navigate_before.svg);
}
#pagination .pagination-next {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(img/navigate_next.svg);
}
#pagination .page-numbers.dots {
  background-color: transparent;
  color: var(--green700);
}

#category {
  background-color: var(--lightGrey);
  padding-bottom: 3rem;
}
#category .background-decoration {
  height: 85vh;
}
#category .background-decoration .overlay {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, var(--textColor));
}
#category .default-container {
  width: 70%;
}
#category .page-content {
  position: relative;
  z-index: 3;
}
#category .page-content .default-container {
  padding: 3rem 0;
}
#category .page-content .default-container h1,
#category .page-content .default-container h2 {
  color: #fff;
  font-family: Avant;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 2.5rem;
  margin: 0;
}
#category .page-content .default-container p {
  width: 50%;
  color: #fff;
  font-weight: lighter;
  font-family: SofiaBook;
  font-style: italic;
  font-size: 1rem;
}
#category .category-last {
  display: flex;
}
#category .category-last .thumbnail {
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  margin: 0 3rem;
  height: 40vh;
}
#category .category-last .post-content {
  padding: 2rem 2rem 2rem 5rem;
  color: #ffffff;
  line-height: 2.6rem;
}
#category .category-last .post-content span {
  color: var(--green700);
  text-transform: uppercase;
  font-size: 80%;
  font-family: SofiaBook;
  font-weight: bolder;
  display: block;
}
#category .category-last .post-content a {
  font-family: SofiaBook;
  font-weight: bolder;
  text-decoration: none;
}
#category .category-posts-content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  background: var(--backgroundColor);
}
#category .category-posts-content .category-articles h2 {
  margin: 2rem 0;
  padding: 0 1.5rem 1rem 1.5rem;
  font-size: 1.1rem;
  font-family: SofiaBook;
  font-weight: bolder;
}
#category .category-posts-content .category-articles .cards-container {
  justify-content: flex-start;
  gap: 3.333%;
}
#category .category-posts-content .category-articles .cards-container .card {
  margin: 0 0 2.5rem 0;
  width: 31%;
  border-bottom: 0;
}

#search .background-decoration {
  height: 60vh;
}
#search .background-decoration .overlay {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, var(--textColor));
}
#search .default-container {
  width: 70%;
}
#search .page-content {
  position: relative;
  z-index: 3;
}
#search .page-content .default-container {
  padding: 1rem 0;
}
#search .page-content .default-container h1,
#search .page-content .default-container h2 {
  color: #fff;
  font-family: Avant;
  text-transform: uppercase;
  width: 50%;
  line-height: 1.1;
  font-size: 2.5rem;
  margin: 0;
}
#search .page-content .default-container p {
  width: 50%;
  color: #fff;
  font-weight: lighter;
  font-family: SofiaBook;
  font-style: italic;
  font-size: 1rem;
}
#search .page-content .default-container .info-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
#search .page-content .default-container .info-contact .col-3 {
  width: 24%;
}
#search .page-content .default-container .info-contact .card {
  padding: 1.5rem;
}
#search .page-content .default-container .info-contact .card-top {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 4rem;
}
#search .page-content .default-container .info-contact h2 {
  color: var(--green700);
  font-family: SofiaBook;
  text-transform: none;
  font-weight: lighter;
  font-size: 1.1rem;
  width: 100%;
  margin-top: 8rem;
}
#search .page-content .default-container .info-contact a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: var(--green700);
  text-transform: uppercase;
  font-family: SofiaBook;
  font-weight: lighter;
  font-size: 0.8rem;
  text-decoration: none;
}
#search .page-content .default-container .info-contact p {
  color: #333333;
  font-style: normal;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 2rem;
}
#search .latest-articles {
  margin-top: 6rem;
}
#search .latest-articles h2 {
  font-family: SofiaBook;
  font-size: 1.5rem;
  margin: 2rem 0;
}
#search .latest-articles .cards-container {
  justify-content: flex-start;
  gap: 3.333%;
}
#search .latest-articles .cards-container .card {
  margin: 0 0 2.5rem 0;
  width: 31%;
  border-bottom: 0;
}

#searchPageFormContainer {
  background-color: var(--lightGrey);
  height: 35vh;
  display: grid;
  place-items: center;
}
#searchPageFormContainer .search-form {
  padding-left: 0;
  font-size: 250%;
}
#searchPageFormContainer .search-form input {
  width: 25rem;
  border-bottom: solid 2px var(--green700);
}
#searchPageFormContainer .search-form button span {
  color: var(--green700);
  font-size: 85%;
}

.post-header {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
.post-header .route {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SofiaBook;
  font-style: italic;
}
.post-header .route a {
  text-decoration: underline;
  color: #ffffff;
  font-size: 1rem;
}
.post-header .route span {
  margin-right: 0.5rem;
  color: #bbb;
}
.post-header .route svg {
  margin-right: 0.5rem;
}
.post-header .route span.material-icons {
  color: rgb(223, 223, 223);
  font-size: 80%;
}
.post-header .content {
  width: 100%;
}
.post-header .content h1 {
  text-align: center;
  font-family: Avant;
  color: #ffffff;
  line-height: 3rem;
  text-transform: uppercase;
}
.post-header .content p {
  font-family: SofiaBook;
  font-style: italic;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}
.post-header .content .post-data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.post-header .content .post-data span {
  color: #ffffff;
  margin-right: 2rem;
}
.post-header .content .post-data span.publish-time {
  opacity: 0.5;
}
.post-header .content .post-data span.update-time {
  opacity: 0.5;
}
.post-header .content .post-data span a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 1rem;
}
.post-header .content .post-data img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  margin-right: 0.5rem;
  border-radius: 50%;
}

#page .background-decoration .overlay,
#single .background-decoration .overlay {
  background: linear-gradient(to bottom, transparent 0%, var(--textColor));
}
#page .title-item:nth-child(1),
#single .title-item:nth-child(1) {
  flex-basis: 60%;
}
#page .post-header,
#single .post-header {
  width: 70%;
}
#page .post-body,
#single .post-body {
  position: relative;
  z-index: 1;
  background: var(--lightGrey);
}
#page .post-content,
#single .post-content {
  padding-top: 3rem;
  display: flex;
  align-items: stretch;
}
#page .post-content #mcViewBlock,
#single .post-content #mcViewBlock {
  margin: 2rem 0;
  background-color: #fff;
  width: 100%;
  display: flex;
  filter: drop-shadow(4px 4px 10px #777);
}
#page .post-content #mcViewBlock.full .material-content,
#single .post-content #mcViewBlock.full .material-content {
  width: 100%;
  padding: 3rem 8rem;
}
#page .post-content #mcViewBlock .external-source-content,
#single .post-content #mcViewBlock .external-source-content {
  width: 100%;
  height: 25rem;
}
#page .post-content #mcViewBlock .external-source-content iframe,
#single .post-content #mcViewBlock .external-source-content iframe {
  width: 100% !important;
  height: 100% !important;
}
#page .post-content #mcViewBlock .material-thumbnail,
#single .post-content #mcViewBlock .material-thumbnail {
  width: 30%;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
#page .post-content #mcViewBlock .material-content,
#single .post-content #mcViewBlock .material-content {
  padding: 3rem;
  width: 70%;
}
#page .post-content #mcViewBlock .material-content h4,
#single .post-content #mcViewBlock .material-content h4 {
  margin: 0;
}
#page .post-content #mcViewBlock .material-content h3,
#single .post-content #mcViewBlock .material-content h3 {
  font-size: 200%;
  margin-top: 0.5rem;
}
#page .post-content #mcViewBlock #mcForm,
#single .post-content #mcViewBlock #mcForm {
  margin-top: 0;
}
#page .post-content #mcViewBlock #mcForm .input-container,
#single .post-content #mcViewBlock #mcForm .input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#page .post-content #mcViewBlock #mcForm .input-container input,
#single .post-content #mcViewBlock #mcForm .input-container input {
  width: 49%;
  border: none;
  outline: 0;
  color: #252525;
  border-bottom: solid 2px var(--green700);
  padding: 1rem 0.5rem;
  background-color: transparent;
}
#page .post-content #mcViewBlock #mcForm a,
#single .post-content #mcViewBlock #mcForm a {
  display: block;
  width: 100%;
  padding: 0.5rem;
  color: #fff;
  background-color: var(--green700);
  border-radius: 2rem;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.3s;
  text-decoration: none;
}
#page .post-content #mcViewBlock #mcForm a:hover,
#single .post-content #mcViewBlock #mcForm a:hover {
  background-color: #493372;
}
#page > .thumbnail,
#single > .thumbnail {
  width: 100%;
  height: 60vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}
#page .comment-respond,
#single .comment-respond {
  margin-top: 10rem;
}
#page .comment-respond #commentform,
#single .comment-respond #commentform {
  display: flex;
  flex-wrap: wrap;
}
#page .comment-respond #commentform p,
#single .comment-respond #commentform p {
  margin-bottom: 0;
}
#page .comment-respond #commentform p.comment-form-comment,
#single .comment-respond #commentform p.comment-form-comment {
  width: 100%;
}
#page .comment-respond #commentform p.comment-form-cookies-consent,
#single .comment-respond #commentform p.comment-form-cookies-consent {
  display: none;
}
#page .comment-respond #commentform p.form-submit,
#single .comment-respond #commentform p.form-submit {
  width: 100%;
  display: grid;
  place-items: end;
  margin-top: 2rem;
}
#page .comment-respond #commentform p.comment-form-url,
#single .comment-respond #commentform p.comment-form-url {
  display: none;
}
#page .comment-respond #commentform label,
#single .comment-respond #commentform label {
  opacity: 0.7;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#page .comment-respond #commentform fieldset,
#single .comment-respond #commentform fieldset {
  border: none;
  padding: 1rem 0;
}
#page .comment-respond #commentform input,
#single .comment-respond #commentform input {
  display: flex;
  width: 10rem;
  margin-right: 1.75rem;
  border: none;
  border: solid 2px rgb(196, 244, 210);
  border-radius: 1rem;
  color: var(--textColor);
  padding: 0.5rem;
  outline: 0;
}
#page .comment-respond #commentform textarea,
#single .comment-respond #commentform textarea {
  box-sizing: border-box;
  width: 100%;
  height: 15rem;
  border: none;
  border: solid 2px rgb(196, 244, 210);
  border-radius: 1rem;
  padding: 0.5rem;
  outline: 0;
}
#page .comment-respond #commentform #submit,
#single .comment-respond #commentform #submit {
  width: max-content;
  padding: 0.5rem 1rem !important;
  border-radius: 2rem;
  background-color: var(--green700);
  text-align: center;
  color: #fff;
  transition: var(--transition);
  opacity: 1;
  height: 2.5rem;
  margin-right: 0;
  border: none !important;
  cursor: pointer;
}
#page .comment-respond #commentform #submit:hover,
#single .comment-respond #commentform #submit:hover {
  opacity: 0.8;
}
#page #commentsContainer,
#single #commentsContainer {
  padding-top: 2rem;
}
#page #commentsContainer .wp-comments-container,
#single #commentsContainer .wp-comments-container {
  color: var(--darkGrey);
}
#page #commentsContainer .wp-comments-container .comment-item,
#single #commentsContainer .wp-comments-container .comment-item {
  margin-bottom: 1rem;
}
#page #commentsContainer .wp-comments-container .comment-item .author,
#single #commentsContainer .wp-comments-container .comment-item .author {
  display: flex;
  align-items: center;
}
#page #commentsContainer .wp-comments-container .comment-item .author img,
#single #commentsContainer .wp-comments-container .comment-item .author img {
  width: 3rem;
  height: 3rem;
  border: solid 2px #fff;
  border-radius: 2rem;
  object-fit: cover;
  object-position: center;
  margin-right: 1rem;
}
#page #commentsContainer .wp-comments-container .comment-item .author .name-date .name,
#single #commentsContainer .wp-comments-container .comment-item .author .name-date .name {
  margin: 0;
  color: var(--green700);
}
#page #commentsContainer .wp-comments-container .comment-item .author .name-date .date,
#single #commentsContainer .wp-comments-container .comment-item .author .name-date .date {
  margin: 0;
  opacity: 0.5;
}
#page #commentsContainer .wp-comments-container .comment-item p,
#single #commentsContainer .wp-comments-container .comment-item p {
  opacity: 0.75;
  font-size: 90%;
  line-height: 1.3;
}
#page.login .default-container,
#single.login .default-container {
  position: relative;
  z-index: 2;
}
#page.login .default-container .post-header,
#single.login .default-container .post-header {
  width: 100%;
  text-align: center;
}
#page.login .default-container .post-header h1,
#single.login .default-container .post-header h1 {
  color: #fff;
  font-family: Avant;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 2rem;
}
#page.login .default-container .post-header p,
#single.login .default-container .post-header p {
  color: #fff;
  font-weight: lighter;
  font-style: italic;
  opacity: 0.75;
}
#page.login .login-forms,
#single.login .login-forms {
  width: 100%;
  min-height: 80%;
  background: #F5F5FD;
  padding: 3% 0px 10% 0%;
  z-index: 2;
  position: relative;
}
#page.login .login-forms .container,
#single.login .login-forms .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: auto;
}
#page.login .login-forms .container .left,
#single.login .login-forms .container .left {
  border-right: 4px solid var(--green300);
  padding: 0px 10% 0px 0px;
  width: 45%;
  height: 100%;
  position: relative;
  margin: auto;
}
#page.login .login-forms .container .left .access-info-content,
#single.login .login-forms .container .left .access-info-content {
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}
#page.login .login-forms .container .left .access-info,
#single.login .login-forms .container .left .access-info {
  font-size: 15px;
}
#page.login .login-forms .container .left h2,
#single.login .login-forms .container .left h2 {
  font-size: 1.5rem;
  text-align: center;
}
#page.login .login-forms .container .left .access-info,
#single.login .login-forms .container .left .access-info {
  font-size: 15px;
}
#page.login .login-forms .container .left input[type=text],
#single.login .login-forms .container .left input[type=text] {
  color: #333;
  font-size: 16px;
  padding: 10px 10px 10px 0;
  position: relative;
  display: block;
  border: none;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  background-color: transparent;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
#page.login .login-forms .container .left input[type=password],
#single.login .login-forms .container .left input[type=password] {
  color: #333;
  font-size: 16px;
  padding: 10px 10px 10px 0;
  position: relative;
  display: block;
  border: none;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  background-color: transparent;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
#page.login .login-forms .container .left label,
#single.login .login-forms .container .left label {
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 0.3s ease all;
  width: 100%;
  left: 0;
  text-align: left;
  top: -10px;
  font-size: 12px;
}
#page.login .login-forms .container .left .bar,
#single.login .login-forms .container .left .bar {
  position: relative;
  display: block;
  width: 99%;
}
#page.login .login-forms .container .left input:focus,
#single.login .login-forms .container .left input:focus {
  outline: none;
}
#page.login .login-forms .container .left .card-topinvest,
#single.login .login-forms .container .left .card-topinvest {
  background: white;
  padding: 50px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#page.login .login-forms .container .right,
#single.login .login-forms .container .right {
  width: 35%;
  height: 100%;
  position: relative;
  margin: auto;
}
#page.login .login-forms .container .right .not-registred,
#single.login .login-forms .container .right .not-registred {
  color: #94149e !important;
}
#page.login .login-forms .container .right span,
#single.login .login-forms .container .right span {
  text-align: center;
}
#page.login .login-forms .container .right span a,
#single.login .login-forms .container .right span a {
  color: var(--green700);
}
#page.login .login-forms .container .right .access-info-content,
#single.login .login-forms .container .right .access-info-content {
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}
#page.login .login-forms .container .right .access-info,
#single.login .login-forms .container .right .access-info {
  font-size: 15px;
}
#page.login .login-forms .container .right h2,
#single.login .login-forms .container .right h2 {
  font-size: 1.5rem;
  text-align: center;
}
#page.login .login-forms .container .right input[type=text],
#single.login .login-forms .container .right input[type=text] {
  color: #333;
  font-size: 16px;
  padding: 10px 10px 10px 0;
  position: relative;
  display: block;
  border: none;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  background-color: transparent;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
#page.login .login-forms .container .right input[type=password],
#single.login .login-forms .container .right input[type=password] {
  color: #333;
  font-size: 16px;
  padding: 10px 10px 10px 0;
  position: relative;
  display: block;
  border: none;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  background-color: transparent;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
#page.login .login-forms .container .right label,
#single.login .login-forms .container .right label {
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 0.3s ease all;
  width: 100%;
  left: 0;
  text-align: left;
  top: -10px;
  font-size: 12px;
}
#page.login .login-forms .container .right .bar,
#single.login .login-forms .container .right .bar {
  position: relative;
  display: block;
  width: 99%;
}
#page.login .login-forms .container .right input:focus,
#single.login .login-forms .container .right input:focus {
  outline: none;
}
#page.login .login-forms .container .right .card-topinvest,
#single.login .login-forms .container .right .card-topinvest {
  background: white;
  padding: 50px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#page.login .login-forms .container h3,
#single.login .login-forms .container h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px !important;
  font-weight: bolder;
}
#page.login .login-forms div.login-forms-list-header,
#single.login .login-forms div.login-forms-list-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#page.login .login-forms div.login-forms-list-header .row,
#single.login .login-forms div.login-forms-list-header .row {
  position: relative;
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
#page.login .login-forms div.login-forms-list-header .row .title,
#single.login .login-forms div.login-forms-list-header .row .title {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0% 5%;
}
#page.login .login-forms div.login-forms-list-header .row .subtitle,
#single.login .login-forms div.login-forms-list-header .row .subtitle {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0% 5%;
}
#page.login .login-forms div.login-forms-list-header .header h1,
#single.login .login-forms div.login-forms-list-header .header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#page.login .login-forms div.login-forms-list-header .header p,
#single.login .login-forms div.login-forms-list-header .header p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#page.login .material-form .container .material-input,
#single.login .material-form .container .material-input {
  position: relative;
  margin-bottom: 30px;
  width: 85%;
}
#page.login .material-form .container .material-input:focus .bar::after,
#single.login .material-form .container .material-input:focus .bar::after {
  width: 100% !important;
}
#page.login .material-form .container .material-input:focus .bar::before,
#single.login .material-form .container .material-input:focus .bar::before {
  width: 100% !important;
}
#page.login .material-form .container .material-input input:focus,
#single.login .material-form .container .material-input input:focus {
  border-bottom: 1px solid var(--green700) !important;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
#page.login .card-topinvest.card-login .card-login-links,
#single.login .card-topinvest.card-login .card-login-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
  min-height: 115px;
}
#page.login .card-topinvest.card-login .card-login-links span,
#single.login .card-topinvest.card-login .card-login-links span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: grey;
}
#page.login .card-topinvest.card-login .card-login-links span a,
#single.login .card-topinvest.card-login .card-login-links span a {
  color: rgba(59, 130, 246, 0.8);
}
#page.login .card-topinvest.card-login .card-login-links a,
#single.login .card-topinvest.card-login .card-login-links a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #7c6eaf;
  font-weight: bold;
}
#page.login .card-topinvest.card-login .card-login-links a:nth-child(4) h2,
#single.login .card-topinvest.card-login .card-login-links a:nth-child(4) h2 {
  color: var(--green700) !important;
  margin-top: 5px;
  border-top: 1px solid lightgray;
  padding: 5px 20px;
  font-size: 0.8125rem;
}
#page.login .card-topinvest.card-login .card-login-links .not-registred,
#single.login .card-topinvest.card-login .card-login-links .not-registred {
  font-size: 13px;
  color: #7c6eaf;
  width: 100%;
}
#page.login .card-topinvest.card-login .card-login-links button,
#single.login .card-topinvest.card-login .card-login-links button {
  width: 80%;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 12px 20px;
  border-radius: 5px;
  border: currentColor;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(59, 130, 246, 0.8);
}
#page.login .card-topinvest.card-login .card-login-links button:hover,
#single.login .card-topinvest.card-login .card-login-links button:hover {
  background: #0E62EB !important;
  color: #fff;
  transition: all 0.3s ease;
}
#page.login .card-topinvest.card-login .card-login-links .button.color-pink:hover,
#single.login .card-topinvest.card-login .card-login-links .button.color-pink:hover {
  background: #af0654 !important;
  color: #fff;
  transition: all 0.3s ease;
}
#page.login .card-topinvest.card-login .material-input,
#single.login .card-topinvest.card-login .material-input {
  width: 85%;
}
#page.login .button img,
#single.login .button img {
  max-width: 13px;
  filter: invert(1);
}
#page.login .button.color-pink,
#single.login .button.color-pink {
  background: var(--green700) !important;
}
#page.glossary .default-container,
#single.glossary .default-container {
  position: relative;
  z-index: 2;
}
#page.glossary .default-container .post-header,
#single.glossary .default-container .post-header {
  width: 100%;
}
#page.glossary .default-container .post-header h1,
#single.glossary .default-container .post-header h1 {
  color: #fff;
  font-family: Avant;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 2rem;
}
#page.glossary .default-container .post-header p,
#single.glossary .default-container .post-header p {
  color: #fff;
  font-weight: lighter;
  font-style: italic;
  opacity: 0.75;
}
#page.glossary .default-container .post-header p strong,
#page.glossary .default-container .post-header p em,
#page.glossary .default-container .post-header p b,
#single.glossary .default-container .post-header p strong,
#single.glossary .default-container .post-header p em,
#single.glossary .default-container .post-header p b {
  color: #fff;
}
#page.glossary .glossary-content,
#single.glossary .glossary-content {
  padding: 5rem 0;
  background-color: var(--backgroundColor);
  position: relative;
  z-index: 2;
}
#page.glossary .glossary-content .letter,
#single.glossary .glossary-content .letter {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  gap: 2rem;
}
#page.glossary .glossary-content .letter span,
#single.glossary .glossary-content .letter span {
  width: 10%;
  text-transform: uppercase;
  font-size: 350%;
  font-family: Avant;
  color: var(--green700);
  display: block;
  user-select: none;
}
#page.glossary .glossary-content .letter .letter-content,
#single.glossary .glossary-content .letter .letter-content {
  width: 90%;
  padding-top: 1rem;
}
#page.glossary .glossary-content .letter .letter-content a,
#single.glossary .glossary-content .letter .letter-content a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: var(--textColor);
}
#page.glossary .glossary-content .letter .letter-content a h2,
#single.glossary .glossary-content .letter .letter-content a h2 {
  margin: 0;
  font-size: 150%;
  transition-duration: 0.3s;
}
#page.glossary .glossary-content .letter .letter-content a p,
#single.glossary .glossary-content .letter .letter-content a p {
  margin-bottom: 1rem;
}
#page.glossary .glossary-content .letter .letter-content a .read-more,
#single.glossary .glossary-content .letter .letter-content a .read-more {
  width: max-content;
  font-size: 100%;
  color: var(--green700);
  font-weight: lighter;
  text-transform: none;
  margin-bottom: 3rem;
  font-family: SofiaBook;
  transition-duration: 0.3s;
}
#page.glossary .glossary-content .letter .letter-content a:hover h2,
#single.glossary .glossary-content .letter .letter-content a:hover h2 {
  color: var(--green700);
}
#page.glossary .glossary-content .letter .letter-content a:hover .read-more,
#single.glossary .glossary-content .letter .letter-content a:hover .read-more {
  text-decoration: underline;
}
#page.careers .background-decoration,
#single.careers .background-decoration {
  height: 120vh;
}
#page.careers .background-decoration .thumb,
#single.careers .background-decoration .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
#page.careers .background-decoration .overlay,
#single.careers .background-decoration .overlay {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, var(--textColor));
}
#page.careers .page-content,
#single.careers .page-content {
  position: relative;
  z-index: 3;
}
#page.careers .page-content .default-container,
#single.careers .page-content .default-container {
  padding: 3rem 0;
}
#page.careers .page-content .default-container h1,
#single.careers .page-content .default-container h1 {
  color: #fff;
  font-family: Avant;
  text-transform: uppercase;
  width: 90%;
  line-height: 1.1;
  margin-top: 3rem;
  font-size: 200%;
}
#page.careers .page-content .default-container p,
#single.careers .page-content .default-container p {
  width: 90%;
  color: #fff;
  font-weight: lighter;
}
#page.careers .page-content .info-carousel,
#single.careers .page-content .info-carousel {
  position: relative;
  top: 2rem;
}
#page.careers .page-content .info-carousel .gallery,
#single.careers .page-content .info-carousel .gallery {
  outline: 0;
}
#page.careers .page-content .info-carousel .gallery .gallery-cell,
#single.careers .page-content .info-carousel .gallery .gallery-cell {
  cursor: grab;
  width: 70%;
  height: 22rem;
  margin-right: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 3px 3px 1rem rgba(73, 51, 114, 0.35);
  overflow: hidden;
}
#page.careers .page-content .info-carousel .gallery .gallery-cell .row,
#single.careers .page-content .info-carousel .gallery .gallery-cell .row {
  width: 100%;
  height: 100%;
  display: flex;
}
#page.careers .page-content .info-carousel .gallery .gallery-cell .row .column,
#single.careers .page-content .info-carousel .gallery .gallery-cell .row .column {
  margin: 0;
}
#page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1),
#single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) {
  width: 60%;
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2,
#single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Avant;
  text-transform: uppercase;
  line-height: 1.1;
  width: 100%;
  text-align: left;
}
#page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) p,
#single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) p {
  margin: 0;
  font-family: SofiaBook;
  font-weight: lighter;
  opacity: 0.75;
}
#page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) p:not(:last-child),
#single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(1) p:not(:last-child) {
  margin-bottom: 1rem;
}
#page.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(2),
#single.careers .page-content .info-carousel .gallery .gallery-cell .row .column:nth-child(2) {
  width: 40%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#page.careers .page-content .info-carousel .gallery .flickity-button,
#single.careers .page-content .info-carousel .gallery .flickity-button {
  display: none;
}
#page.careers .page-content .info-carousel .gallery .flickity-page-dots,
#single.careers .page-content .info-carousel .gallery .flickity-page-dots {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}
#page.careers .page-content .info-carousel .gallery .flickity-page-dots li,
#single.careers .page-content .info-carousel .gallery .flickity-page-dots li {
  width: 2rem;
  height: 2px;
  background-color: var(--green700);
  opacity: 0.2;
  list-style: none;
  cursor: pointer;
}
#page.careers .page-content .info-carousel .gallery .flickity-page-dots li::marker,
#single.careers .page-content .info-carousel .gallery .flickity-page-dots li::marker {
  content: "";
}
#page.careers .page-content .info-carousel .gallery .flickity-page-dots li.is-selected,
#single.careers .page-content .info-carousel .gallery .flickity-page-dots li.is-selected {
  opacity: 1;
}
#page.careers .work,
#single.careers .work {
  padding: 3rem 0;
}
#page.careers .work .default-container,
#single.careers .work .default-container {
  width: 70%;
}
#page.careers .work h3,
#single.careers .work h3 {
  text-align: center;
  margin-bottom: 2rem;
}
#page.careers .work .work-item,
#single.careers .work .work-item {
  display: flex;
  align-items: center;
  gap: 4%;
  margin: 0 auto 3rem auto;
}
#page.careers .work .work-item .column,
#single.careers .work .work-item .column {
  width: 48%;
}
#page.careers .work .work-item .column h2,
#single.careers .work .work-item .column h2 {
  font-family: Avant;
  text-transform: uppercase;
  line-height: 1.1;
}
#page.careers .work .work-item .column p,
#single.careers .work .work-item .column p {
  font-family: SofiaBook;
  font-weight: lighter;
  opacity: 0.75;
  font-size: 90%;
}
#page.careers .work .work-item .column img,
#single.careers .work .work-item .column img {
  width: 100%;
  height: auto;
}
#page.careers .depositions,
#single.careers .depositions {
  padding-left: 1rem;
}
#page.careers .depositions .gallery,
#single.careers .depositions .gallery {
  outline: 0;
}
#page.careers .depositions .gallery .gallery-cell,
#single.careers .depositions .gallery .gallery-cell {
  cursor: grab;
}
#page.careers .depositions .gallery .gallery-cell.deposition,
#single.careers .depositions .gallery .gallery-cell.deposition {
  padding: 0 1rem;
  width: 20rem;
  height: 20rem;
  margin-right: 1rem;
  position: relative;
}
#page.careers .depositions .gallery .gallery-cell.deposition .deposition-container,
#single.careers .depositions .gallery .gallery-cell.deposition .deposition-container {
  background-color: var(--green700);
  padding: 1.5rem;
  color: #fff;
  font-size: 90%;
  width: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0.5rem;
}
#page.careers .depositions .gallery .gallery-cell.deposition .deposition-container::after,
#single.careers .depositions .gallery .gallery-cell.deposition .deposition-container::after {
  content: " ";
  background-color: var(--green700);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: -2rem;
  left: -17rem;
}
#page.careers .depositions .gallery .gallery-cell.deposition .deposition-container blockquote,
#single.careers .depositions .gallery .gallery-cell.deposition .deposition-container blockquote {
  margin: 0;
  font-weight: lighter;
  font-style: italic;
  font-size: 85%;
  color: #fff;
}
#page.careers .depositions .gallery .gallery-cell.deposition .deposition-container p,
#single.careers .depositions .gallery .gallery-cell.deposition .deposition-container p {
  font-size: 95%;
  margin-bottom: 0;
  color: #fff;
}
#page.careers .depositions .gallery .gallery-cell.deposition .deposition-container span,
#single.careers .depositions .gallery .gallery-cell.deposition .deposition-container span {
  font-size: 75%;
  text-transform: uppercase;
  color: var(--green300);
}
#page.careers .depositions .gallery .gallery-cell.deposition img,
#single.careers .depositions .gallery .gallery-cell.deposition img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 14rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
#page.careers .depositions .gallery .flickity-button,
#single.careers .depositions .gallery .flickity-button {
  display: none;
}
#page.careers .depositions .gallery .flickity-page-dots,
#single.careers .depositions .gallery .flickity-page-dots {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}
#page.careers .depositions .gallery .flickity-page-dots li,
#single.careers .depositions .gallery .flickity-page-dots li {
  width: 2rem;
  height: 2px;
  background-color: var(--green700);
  opacity: 0.2;
  list-style: none;
  cursor: pointer;
}
#page.careers .depositions .gallery .flickity-page-dots li::marker,
#single.careers .depositions .gallery .flickity-page-dots li::marker {
  content: "";
}
#page.careers .depositions .gallery .flickity-page-dots li.is-selected,
#single.careers .depositions .gallery .flickity-page-dots li.is-selected {
  opacity: 1;
}
#page.careers .careers-objective,
#single.careers .careers-objective {
  background: var(--darkPurple);
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  padding: 8rem 0;
  color: #fff;
}
#page.careers .careers-objective .overlay,
#single.careers .careers-objective .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, var(--green300), var(--green700));
  opacity: 0.5;
}
#page.careers .careers-objective .default-container,
#single.careers .careers-objective .default-container {
  position: relative;
  z-index: 2;
}
#page.careers .careers-objective .default-container span,
#single.careers .careers-objective .default-container span {
  font-family: SofiaBook;
  font-weight: lighter;
  font-style: italic;
  color: #fff;
}
#page.careers .careers-objective .default-container h2,
#single.careers .careers-objective .default-container h2 {
  font-family: Avant;
  text-transform: uppercase;
  width: 40%;
  line-height: 1.1;
  color: #fff;
}
#page.careers .careers-objective .default-container p,
#single.careers .careers-objective .default-container p {
  width: 40%;
  font-weight: lighter;
  color: #fff;
}
#page.about .background-decoration,
#single.about .background-decoration {
  height: 140vh;
}
#page.about .background-decoration .thumb,
#single.about .background-decoration .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
#page.about .background-decoration .overlay,
#single.about .background-decoration .overlay {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, var(--textColor));
}
#page.about .page-content,
#single.about .page-content {
  position: relative;
  z-index: 3;
}
#page.about .page-content .default-container,
#single.about .page-content .default-container {
  padding: 3rem 0;
}
#page.about .page-content .default-container h1,
#single.about .page-content .default-container h1 {
  color: #fff;
  font-family: Avant;
  text-transform: uppercase;
  width: 90%;
  line-height: 1.1;
  margin-top: 3rem;
}
#page.about .page-content .default-container p,
#single.about .page-content .default-container p {
  width: 90%;
  color: #fff;
  font-weight: lighter;
}
#page.about .page-content .default-container p strong,
#page.about .page-content .default-container p b,
#page.about .page-content .default-container p em,
#single.about .page-content .default-container p strong,
#single.about .page-content .default-container p b,
#single.about .page-content .default-container p em {
  color: #fff;
}
#page.about .page-content .default-container .info-header,
#single.about .page-content .default-container .info-header {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
#page.about .page-content .default-container .info-header .card,
#single.about .page-content .default-container .info-header .card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: #2A2438;
  color: #ffffff;
  text-align: left;
  padding: 1rem 3rem 2rem 2rem;
  border-bottom: 0;
  position: relative;
}
#page.about .page-content .default-container .info-header .card .icon,
#single.about .page-content .default-container .info-header .card .icon {
  position: absolute;
  top: -2.7rem;
  left: 2rem;
  background-color: #2A2438;
  border-radius: 50%;
  padding: 1rem;
}
#page.about .page-content .default-container .info-header .card .icon svg,
#single.about .page-content .default-container .info-header .card .icon svg {
  font-size: 1rem;
}
#page.about .page-content .default-container .info-header .card .title,
#single.about .page-content .default-container .info-header .card .title {
  font-size: 1rem;
  color: var(--green500);
  margin: 3rem 0rem 1rem 0rem;
}
#page.about .page-content .default-container .info-header .card .description,
#single.about .page-content .default-container .info-header .card .description {
  font-family: SofiaBook;
  font-style: italic;
  font-size: 0.8rem;
  color: #fff;
}
#page.about .page-content .default-container .info-header .card.col-3,
#single.about .page-content .default-container .info-header .card.col-3 {
  width: 23%;
}
#page.about .our-platform,
#single.about .our-platform {
  padding: 2rem 0;
  position: relative;
  z-index: 2;
  background-color: var(--backgroundColor);
}
#page.about .our-platform .default-container,
#single.about .our-platform .default-container {
  width: 70%;
}
#page.about .our-platform .default-container h3,
#single.about .our-platform .default-container h3 {
  text-align: center;
  margin-bottom: 2rem;
}
#page.about .our-platform .default-container .statistics,
#single.about .our-platform .default-container .statistics {
  margin-bottom: 4rem;
}
#page.about .our-platform .default-container .statistics .col-3,
#single.about .our-platform .default-container .statistics .col-3 {
  padding: 2rem 0 1rem 1rem;
  border-left: 2px solid rgba(170, 142, 202, 0.2509803922);
}
#page.about .our-platform .default-container .statistics .title,
#single.about .our-platform .default-container .statistics .title {
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--green700);
  font-family: Avant;
  white-space: nowrap;
}
#page.about .our-platform .default-container .statistics .description,
#single.about .our-platform .default-container .statistics .description {
  font-family: SofiaBook;
  font-style: italic;
  font-size: 0.8rem;
}
#page.about .our-platform .default-container .our-platform-item,
#single.about .our-platform .default-container .our-platform-item {
  display: flex;
  align-items: center;
  gap: 1%;
  margin: 0 auto 3rem auto;
}
#page.about .our-platform .default-container .our-platform-item .column,
#single.about .our-platform .default-container .our-platform-item .column {
  width: 48%;
}
#page.about .our-platform .default-container .our-platform-item .column h2,
#single.about .our-platform .default-container .our-platform-item .column h2 {
  font-family: Avant;
  text-transform: uppercase;
  line-height: 1.1;
}
#page.about .our-platform .default-container .our-platform-item .column p,
#single.about .our-platform .default-container .our-platform-item .column p {
  font-family: SofiaBook;
  font-weight: lighter;
  opacity: 0.75;
  font-size: 90%;
}
#page.about .our-platform .default-container .our-platform-item .column img,
#single.about .our-platform .default-container .our-platform-item .column img {
  width: 80%;
  height: auto;
}
#page.about .our-platform .default-container .our-platform-item .column.img-right,
#single.about .our-platform .default-container .our-platform-item .column.img-right {
  display: flex;
  justify-content: end;
}
#page.about .our-office,
#single.about .our-office {
  margin-bottom: 3rem;
}
#page.about .our-office .default-container,
#single.about .our-office .default-container {
  width: 70%;
}
#page.about .our-office .default-container h3,
#single.about .our-office .default-container h3 {
  font-family: Avant;
  text-transform: uppercase;
  text-align: center;
}
#page.about .our-gallery,
#single.about .our-gallery {
  padding: 2rem 0;
  position: relative;
  z-index: 2;
}
#page.about .our-gallery .default-container,
#single.about .our-gallery .default-container {
  width: 80%;
}
#page.about .our-gallery .default-container h3,
#single.about .our-gallery .default-container h3 {
  text-align: center;
  margin-bottom: 2rem;
}
#page.about .our-gallery .default-container .gallery-about,
#single.about .our-gallery .default-container .gallery-about {
  margin: 0 auto;
  column-count: 3;
  column-gap: 10px;
}
#page.about .our-gallery .default-container .gallery-about img,
#single.about .our-gallery .default-container .gallery-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: 0.5s;
  cursor: pointer;
}
#page.about .our-gallery .default-container .gallery-about img:hover,
#single.about .our-gallery .default-container .gallery-about img:hover {
  transform: scale(1.015);
}
#page.about .our-gallery .default-container .gallery-about .overlay,
#single.about .our-gallery .default-container .gallery-about .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#page.about .our-gallery .default-container .gallery-about .overlay img,
#single.about .our-gallery .default-container .gallery-about .overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
  object-fit: contain;
}
#page.about .our-gallery .default-container .gallery-about .overlay .close-button-image,
#single.about .our-gallery .default-container .gallery-about .overlay .close-button-image {
  position: absolute;
  top: 0;
  right: 1.3rem;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
}
#page.about .our-courses,
#single.about .our-courses {
  padding: 2rem 0;
  border-bottom: 1px solid #dddddd;
}
#page.about .our-courses .default-container,
#single.about .our-courses .default-container {
  padding: 3rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#page.about .our-courses .default-container h3,
#single.about .our-courses .default-container h3 {
  text-align: center;
  margin-bottom: 2rem;
}
#page.about .our-courses .default-container p,
#single.about .our-courses .default-container p {
  font-family: SofiaBook;
  font-style: italic;
  font-size: 1rem;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
#page.about .our-courses .default-container .courses .row,
#single.about .our-courses .default-container .courses .row {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#page.about .our-courses .default-container .courses .row .col-3,
#single.about .our-courses .default-container .courses .row .col-3 {
  width: 24%;
  margin: 0.3rem;
}
#page.about .our-courses .default-container .courses .row .card,
#single.about .our-courses .default-container .courses .row .card {
  align-self: stretch;
}
#page.about .our-courses .default-container .courses .row .card .card-header,
#single.about .our-courses .default-container .courses .row .card .card-header {
  padding: 1.5rem 2rem;
  background: var(--darkPurple);
  text-align: left;
  border-radius: 0.6rem 0.6rem 0 0;
}
#page.about .our-courses .default-container .courses .row .card .card-header span,
#single.about .our-courses .default-container .courses .row .card .card-header span {
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  font-size: 0.65rem;
  color: #ffffff;
  font-weight: lighter;
}
#page.about .our-courses .default-container .courses .row .card .card-header p,
#single.about .our-courses .default-container .courses .row .card .card-header p {
  font-family: SofiaBook;
  font-style: italic;
  font-size: 0.9rem;
  color: #ffffff;
  margin: 0;
  width: 100%;
  text-align: left;
  font-weight: 100;
  margin-top: 3rem;
}
#page.about .our-courses .default-container .courses .row .card .card-header a,
#single.about .our-courses .default-container .courses .row .card .card-header a {
  display: block;
  margin-top: 0;
}
#page.about .our-courses .default-container .courses .row .card .card-header h4,
#single.about .our-courses .default-container .courses .row .card .card-header h4 {
  font-family: SofiaBook;
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0;
}
#page.about .our-courses .default-container .courses .row .card .card-body,
#single.about .our-courses .default-container .courses .row .card .card-body {
  padding: 1.5rem 2rem;
  text-align: left;
}
#page.about .our-courses .default-container .courses .row .card .card-body a,
#single.about .our-courses .default-container .courses .row .card .card-body a {
  margin-top: 0;
}
#page.about .our-courses .default-container .courses .row .card .card-body a h3,
#single.about .our-courses .default-container .courses .row .card .card-body a h3 {
  width: 100%;
  font-family: Avant;
  line-height: 1.2rem;
  text-transform: uppercase;
  text-align: left;
  margin: 0.5rem 0;
  padding: 0;
  font-weight: lighter;
}
#page.about .our-courses .default-container a:not(.card),
#single.about .our-courses .default-container a:not(.card) {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 0.9rem;
}
#page.about .our-courses .default-container a:not(.card).outline,
#single.about .our-courses .default-container a:not(.card).outline {
  text-transform: uppercase;
  font-family: SofiaBook;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2.5px solid var(--green700);
  color: var(--green700);
  padding: 0.8rem 1.5rem;
  max-width: 20rem;
}
#page.about .our-courses .default-container a:not(.card).outline svg,
#single.about .our-courses .default-container a:not(.card).outline svg {
  margin-left: 1rem;
}
#page.about .our-courses .default-container a:not(.card).outline:hover,
#single.about .our-courses .default-container a:not(.card).outline:hover {
  background-color: var(--green700);
  color: #ffffff;
}
#page.about .our-courses .default-container a:not(.card).outline:hover svg,
#single.about .our-courses .default-container a:not(.card).outline:hover svg {
  fill: #ffffff;
}
#page.about .our-clients,
#single.about .our-clients {
  padding: 2rem 0;
}
#page.about .our-clients .default-container,
#single.about .our-clients .default-container {
  width: 60%;
}
#page.about .our-clients .default-container h3,
#single.about .our-clients .default-container h3 {
  text-align: center;
  margin-bottom: 2rem;
}
#page.about .our-clients .default-container p,
#single.about .our-clients .default-container p {
  font-family: SofiaBook;
  font-style: italic;
  font-size: 1rem;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
#page.about .our-clients .default-container .info-carousel,
#single.about .our-clients .default-container .info-carousel {
  position: relative;
  top: 5rem;
  margin-bottom: 2rem;
}
#page.about .our-clients .default-container .info-carousel .gallery,
#single.about .our-clients .default-container .info-carousel .gallery {
  outline: 0;
}
#page.about .our-clients .default-container .info-carousel .gallery .gallery-cell,
#single.about .our-clients .default-container .info-carousel .gallery .gallery-cell {
  cursor: grab;
  width: 23%;
  height: 8rem;
  margin-right: 1rem;
  background-color: transparent;
  border: 2px solid #dddddd;
  padding: 1rem;
  border-radius: 0.5rem;
}
#page.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row,
#single.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row {
  width: 100%;
  height: 100%;
  display: flex;
}
#page.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column,
#single.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
}
#page.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1),
#single.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#page.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2,
#single.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Avant;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.1rem;
}
#page.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) p,
#single.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) p {
  width: 100%;
  font-family: SofiaBook;
  font-weight: lighter;
  font-style: italic;
  margin-top: 1rem;
  font-size: 1rem;
}
#page.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(2),
#single.about .our-clients .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(2) {
  width: 80%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#page.about .our-clients .default-container .info-carousel .gallery .flickity-button,
#single.about .our-clients .default-container .info-carousel .gallery .flickity-button {
  display: none;
}
#page.about .our-clients .default-container .info-carousel .gallery .flickity-page-dots,
#single.about .our-clients .default-container .info-carousel .gallery .flickity-page-dots {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}
#page.about .our-clients .default-container .info-carousel .gallery .flickity-page-dots li,
#single.about .our-clients .default-container .info-carousel .gallery .flickity-page-dots li {
  width: 2rem;
  height: 2px;
  background-color: var(--green300);
  opacity: 0.2;
  list-style: none;
  cursor: pointer;
}
#page.about .our-clients .default-container .info-carousel .gallery .flickity-page-dots li::marker,
#single.about .our-clients .default-container .info-carousel .gallery .flickity-page-dots li::marker {
  content: "";
}
#page.about .our-clients .default-container .info-carousel .gallery .flickity-page-dots li.is-selected,
#single.about .our-clients .default-container .info-carousel .gallery .flickity-page-dots li.is-selected {
  opacity: 1;
}
#page.about .about-objective,
#single.about .about-objective {
  background: var(--darkPurple);
  background-blend-mode: overlay;
  position: relative;
  z-index: 3;
  padding: 6rem 0;
  color: #fff;
  margin-top: 2rem;
  background-size: cover;
}
#page.about .about-objective .overlay,
#single.about .about-objective .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, var(--green700), transparent);
  opacity: 0.5;
}
#page.about .about-objective .default-container,
#single.about .about-objective .default-container {
  position: relative;
  z-index: 2;
}
#page.about .about-objective .default-container span,
#single.about .about-objective .default-container span {
  font-family: SofiaBook;
  font-weight: lighter;
  font-style: italic;
  color: #fff;
}
#page.about .about-objective .default-container h2,
#single.about .about-objective .default-container h2 {
  font-family: Avant;
  text-transform: uppercase;
  width: 40%;
  line-height: 1.1;
  color: #fff;
}
#page.about .about-objective .default-container p,
#single.about .about-objective .default-container p {
  width: 40%;
  font-weight: lighter;
  color: #fff;
}
#page.about .about-objective .default-container .info-carousel,
#single.about .about-objective .default-container .info-carousel {
  position: relative;
  top: 5rem;
  margin-bottom: 2rem;
}
#page.about .about-objective .default-container .info-carousel .gallery,
#single.about .about-objective .default-container .info-carousel .gallery {
  outline: 0;
}
#page.about .about-objective .default-container .info-carousel .gallery .gallery-cell,
#single.about .about-objective .default-container .info-carousel .gallery .gallery-cell {
  cursor: grab;
  width: 25%;
  height: 26rem;
  margin-right: 1rem;
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 3px 3px 1rem rgba(73, 51, 114, 0.35);
  overflow: hidden;
}
#page.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row,
#single.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row {
  width: 100%;
  height: 100%;
  display: flex;
}
#page.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column,
#single.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column {
  margin: 0;
}
#page.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1),
#single.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#page.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2,
#single.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Avant;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.1rem;
}
#page.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) p,
#single.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(1) p {
  width: 100%;
  font-family: SofiaBook;
  font-weight: lighter;
  font-style: italic;
  margin-top: 1rem;
  font-size: 1rem;
}
#page.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(2),
#single.about .about-objective .default-container .info-carousel .gallery .gallery-cell .row .column:nth-child(2) {
  width: 80%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#page.about .about-objective .default-container .info-carousel .gallery .flickity-button,
#single.about .about-objective .default-container .info-carousel .gallery .flickity-button {
  display: none;
}
#page.about .about-objective .default-container .info-carousel .gallery .flickity-page-dots,
#single.about .about-objective .default-container .info-carousel .gallery .flickity-page-dots {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}
#page.about .about-objective .default-container .info-carousel .gallery .flickity-page-dots li,
#single.about .about-objective .default-container .info-carousel .gallery .flickity-page-dots li {
  width: 2rem;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
  list-style: none;
  cursor: pointer;
}
#page.about .about-objective .default-container .info-carousel .gallery .flickity-page-dots li::marker,
#single.about .about-objective .default-container .info-carousel .gallery .flickity-page-dots li::marker {
  content: "";
}
#page.about .about-objective .default-container .info-carousel .gallery .flickity-page-dots li.is-selected,
#single.about .about-objective .default-container .info-carousel .gallery .flickity-page-dots li.is-selected {
  opacity: 1;
}
#page.career-position .post-header,
#single.career-position .post-header {
  color: #333333;
  padding-bottom: 0;
}
#page.career-position .post-header .route,
#single.career-position .post-header .route {
  justify-content: flex-start;
}
#page.career-position .post-header .route a,
#single.career-position .post-header .route a {
  color: var(--green700);
}
#page.career-position .post-header .content h1,
#single.career-position .post-header .content h1 {
  font-family: SofiaBook;
  text-transform: none;
  color: #333333;
  text-align: left;
}
#page.career-position .post-header .content p,
#single.career-position .post-header .content p {
  color: #333333;
  text-align: left;
}
#page.career-position .post-header .content hr,
#single.career-position .post-header .content hr {
  border: none;
  background-color: var(--green700);
  height: 2px;
  width: 60%;
  margin: 0;
}
#page.career-position .default-container,
#single.career-position .default-container {
  width: 60%;
}
#page.career-position .wp-block-button a,
#single.career-position .wp-block-button a {
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 0 0.2rem;
  display: inline-block;
  font-size: 95%;
  cursor: pointer;
  background-color: var(--green500);
}
#page.career-position .wp-block-button a:hover,
#single.career-position .wp-block-button a:hover {
  background-color: var(--green200);
}
#page.contact .background-decoration .overlay,
#single.contact .background-decoration .overlay {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, var(--textColor));
}
#page.contact .page-content,
#single.contact .page-content {
  position: relative;
  z-index: 3;
}
#page.contact .page-content .default-container,
#single.contact .page-content .default-container {
  padding: 3rem 0;
}
#page.contact .page-content .default-container h1,
#page.contact .page-content .default-container h2,
#single.contact .page-content .default-container h1,
#single.contact .page-content .default-container h2 {
  color: black;
  font-family: Avant;
  text-transform: uppercase;
  width: 50%;
  line-height: 1.1;
  font-size: 2.5rem;
  margin: 0;
}
#page.contact .page-content .default-container p,
#single.contact .page-content .default-container p {
  width: 50%;
  color: black;
  font-weight: lighter;
  font-family: SofiaBook;
  font-style: italic;
  font-size: 1rem;
}
#page.contact .page-content .default-container p em,
#page.contact .page-content .default-container p strong,
#single.contact .page-content .default-container p em,
#single.contact .page-content .default-container p strong {
  color: black;
}
#page.contact .page-content .default-container p strong,
#single.contact .page-content .default-container p strong {
  font-weight: bolder;
}
#page.contact .page-content .default-container .info-contact,
#single.contact .page-content .default-container .info-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  flex-wrap: wrap;
}
#page.contact .page-content .default-container .info-contact .card,
#single.contact .page-content .default-container .info-contact .card {
  padding: 1.5rem;
}
#page.contact .page-content .default-container .info-contact .card .card-top,
#single.contact .page-content .default-container .info-contact .card .card-top {
  height: auto;
}
#page.contact .page-content .default-container .info-contact .card h2,
#single.contact .page-content .default-container .info-contact .card h2 {
  margin: 0;
  padding: 0;
}
#page.contact .page-content .default-container .info-contact .card-top,
#single.contact .page-content .default-container .info-contact .card-top {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 4rem;
}
#page.contact .page-content .default-container .info-contact h2,
#single.contact .page-content .default-container .info-contact h2 {
  color: var(--green700);
  font-family: SofiaBook;
  text-transform: none;
  font-weight: lighter;
  font-size: 1.1rem;
  width: 100%;
  margin-top: 8rem;
}
#page.contact .page-content .default-container .info-contact a,
#single.contact .page-content .default-container .info-contact a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: var(--green700);
  text-transform: uppercase;
  font-family: SofiaBook;
  font-weight: lighter;
  font-size: 0.8rem;
  text-decoration: none;
}
#page.contact .page-content .default-container .info-contact p,
#single.contact .page-content .default-container .info-contact p {
  color: #333333;
  font-style: normal;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 2rem;
}
#page.contact .page-content .default-container .info-contact p a,
#single.contact .page-content .default-container .info-contact p a {
  width: auto;
  display: contents;
}
#page.apostilas .background-decoration .overlay,
#single.apostilas .background-decoration .overlay {
  background: linear-gradient(to bottom, transparent 0%, var(--textColor));
}
#page.apostilas .certifications-material-list,
#single.apostilas .certifications-material-list {
  position: relative;
  z-index: 2;
  background-color: var(--backgroundColor);
  padding: 3rem 0;
}
#page.apostilas .certifications-material-list .certification,
#single.apostilas .certifications-material-list .certification {
  margin-bottom: 3rem;
}
#page.apostilas .certifications-material-list .certification .decoration,
#single.apostilas .certifications-material-list .certification .decoration {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--green700), rgba(11, 173, 22, 0.2) 10%);
}
#page.apostilas .certifications-material-list .certification h3,
#single.apostilas .certifications-material-list .certification h3 {
  margin-bottom: 0;
}
#page.apostilas .certifications-material-list .certification p,
#single.apostilas .certifications-material-list .certification p {
  font-weight: lighter;
  margin: 0.5rem 0 0 0;
  opacity: 0.75;
  font-size: 90%;
}
#page.apostilas .certifications-material-list .certification .material-list,
#single.apostilas .certifications-material-list .certification .material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
#page.apostilas .certifications-material-list .certification .material-list .cert-material-item,
#single.apostilas .certifications-material-list .certification .material-list .cert-material-item {
  width: 28%;
  margin-bottom: 1rem;
}
#page.apostilas .certifications-material-list .certification .material-list .cert-material-item > h2,
#single.apostilas .certifications-material-list .certification .material-list .cert-material-item > h2 {
  font-size: 165%;
  line-height: 1.2;
  margin-bottom: 0;
}
#page.apostilas .certifications-material-list .certification .material-list .cert-material-item > p,
#single.apostilas .certifications-material-list .certification .material-list .cert-material-item > p {
  margin-bottom: 1rem;
  font-style: italic;
}
#page.apostilas .certifications-material-list .certification .material-list .cert-material-item .card h2,
#single.apostilas .certifications-material-list .certification .material-list .cert-material-item .card h2 {
  margin: 2rem 0;
}

#blog .background-decoration {
  height: 120vh;
}
#blog .background-decoration .overlay {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, var(--textColor));
}
#blog .blog-header {
  position: relative;
  z-index: 3;
}
#blog .blog-header #articles .default-container h1,
#blog .blog-header #articles .default-container h2 {
  color: #ffffff;
}
#blog .blog-header #articles .default-container .article-item.simple h3 {
  color: #ffffff;
}
#blog .blog-header #articles .default-container .article-item.simple:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3098039216);
}
#blog .latest-articles {
  margin-top: 1.2rem;
}
#blog .latest-articles h2 {
  font-family: SofiaBook;
  font-size: 1.5rem;
  margin: 2rem 0;
}
#blog .latest-articles .cards-container {
  justify-content: flex-start;
  gap: 3.333%;
}
#blog .latest-articles .cards-container .card {
  margin: 0 0 2.5rem 0;
  width: 31%;
  border-bottom: 0;
}

.careers-list {
  background: linear-gradient(155deg, var(--green700) 0%, var(--green600) 100%);
  padding: 5rem 0;
  color: #fff;
  /* Estilo básico para o modal */
}
.careers-list .default-container {
  width: 60%;
}
.careers-list .default-container h3 {
  text-align: center;
  color: #fff;
}
.careers-list .default-container .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careers-list .default-container .row.head-row::after {
  content: " ";
  display: block;
  width: 2rem;
}
.careers-list .default-container .row .column {
  margin: 0;
  width: 50%;
}
.careers-list .default-container .row .column.head {
  text-transform: uppercase;
  color: var(--green700);
  font-size: 90%;
}
.careers-list .default-container details[open] summary::after {
  visibility: hidden;
}
.careers-list .default-container details summary {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0;
}
.careers-list .default-container details summary.row .column a {
  color: #fff;
  text-decoration: none;
}
.careers-list .default-container details summary.row .column a:hover {
  text-decoration: underline;
}
.careers-list .default-container details summary.row .column h4,
.careers-list .default-container details summary.row .column span {
  font-family: SofiaBook;
  margin: 0;
  font-weight: lighter;
  color: #fff;
}
.careers-list .default-container details summary.row .column h4 {
  text-decoration: none;
}
.careers-list .default-container details summary.row .column h4:hover {
  text-decoration: underline;
}
.careers-list .default-container details summary.row .column span {
  font-style: italic;
}
.careers-list .default-container details summary::after {
  width: 2rem;
  content: url(assets/img/plus.svg);
  cursor: pointer;
}
.careers-list .default-container details p {
  opacity: 0.75;
  color: #fff;
}
.careers-list .default-container div[open] summary::after {
  visibility: hidden;
}
.careers-list .default-container div summary {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0;
  cursor: pointer;
}
.careers-list .default-container div summary.row .column a {
  text-decoration: none;
}
.careers-list .default-container div summary.row .column a:hover {
  text-decoration: underline;
}
.careers-list .default-container div summary.row .column h4,
.careers-list .default-container div summary.row .column span {
  font-family: SofiaBook;
  margin: 0;
  font-weight: lighter;
  color: #fff;
}
.careers-list .default-container div summary.row .column span {
  font-style: italic;
}
.careers-list .default-container div summary::after {
  width: 2rem;
  content: url(assets/img/plus.svg);
  cursor: pointer;
}
.careers-list .default-container div p {
  opacity: 0.75;
  color: #fff;
}
.careers-list .modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 2%;
}
.careers-list .modal .modal-content {
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #888;
  width: 70%;
  height: 98%;
  margin: 0 auto;
  border-radius: 0.5rem;
  color: #000;
}
.careers-list .modal .modal-content p {
  color: #000 !important;
}
.careers-list .modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
}
.careers-list .modal .modal-content .modal-header .close {
  cursor: pointer;
  font-size: 22px;
  border-radius: 100%;
  padding: 0px 8px;
  border: 2px solid #000 !important;
}
.careers-list .modal .modal-content .modal-header .close:hover {
  background: var(--green500);
  border: 2px solid var(--green500) !important;
  color: #fff;
}
.careers-list .modal .modal-content .modal-body {
  width: 100%;
  height: 90%;
  padding-right: 2rem;
  padding-bottom: 2rem;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
.careers-list .modal .modal-content .modal-body::-webkit-scrollbar {
  width: 4px;
}
.careers-list .modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(201, 201, 201, 0.4);
}
.careers-list .modal .modal-content .modal-body::-webkit-scrollbar-track {
  background-color: transparent;
}

.post-more {
  background-color: var(--v3LightGray);
  padding: 3rem 0;
}

#newsletter {
  background-color: var(--green700);
  padding: 3rem;
  border-radius: 0.5rem;
}
#newsletter p {
  color: #fff;
}
#newsletter form input {
  color: #fff;
  width: 100%;
  outline: 0;
  padding: 1rem 0;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #fff;
  margin-bottom: 1rem;
}
#newsletter form .btn {
  background-color: var(--textColor);
  color: #fff;
  margin-top: 1rem;
  border: none;
}
#newsletter form .btn:hover {
  background-color: rgba(51, 51, 51, 0.8);
}

#not_found h1 {
  font-size: 400%;
  text-align: center;
  margin-bottom: 0;
}
#not_found p {
  text-align: center;
}

#author {
  padding-bottom: 3rem;
}
#author .header-container {
  padding: 5rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#author .header-container .col {
  width: 75%;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e3e3e3;
}
#author .header-container .col .col-left {
  padding-right: 0.5rem;
  min-width: 17rem;
}
#author .header-container .col .col-left img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
#author .header-container .col .col-left h1 {
  margin: 0;
  font-size: 1.6rem;
  font-family: SofiaBook;
  padding-bottom: 1rem;
}
#author .header-container .col .col-right p {
  font-family: SofiaBook;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#author .separator {
  width: 8rem;
  height: 3px;
  color: var(--green700);
  background-color: var(--green700);
  margin: 0 auto;
  top: -2px;
  position: relative;
}
#author .more-content.row {
  display: flex;
  flex-direction: column;
  gap: 3%;
  padding-bottom: 5rem;
}
#author .more-content.row .other-authors {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#author .more-content.row .other-authors h3 {
  font-family: SofiaBook;
  font-size: 1.1rem;
}
#author .more-content.row .other-authors .other-authors-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#author .more-content.row .other-authors .other-authors-items .author {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: SofiaBook;
  margin: 0 1rem;
}
#author .more-content.row .other-authors .other-authors-items .author:hover {
  color: var(--green700);
}
#author .more-content.row .other-authors .other-authors-items .author h4 {
  font-size: 100%;
}
#author .more-content.row .other-authors .other-authors-items .author img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
}
#author .more-content.row .latest-articles {
  margin-top: 1.2rem;
  border-top: 1px solid #e3e3e3;
}
#author .more-content.row .latest-articles h2 {
  font-family: SofiaBook;
  font-size: 1.5rem;
  margin: 2rem 0;
}
#author .more-content.row .latest-articles .cards-container {
  justify-content: flex-start;
  gap: 3.333%;
}
#author .more-content.row .latest-articles .cards-container .card {
  margin: 0 0 2.5rem 0;
  width: 31%;
  border-bottom: 0;
}

footer {
  background: var(--green400);
  color: #fff;
  z-index: 2;
}
footer p {
  color: #fff;
}
footer .app img {
  max-width: 170px;
  height: 50px;
  margin-top: 10px;
}
footer .app p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150.6%;
  text-align: center;
  color: #ffffff;
}
footer .row:nth-child(2) {
  margin-top: 30px;
}
footer .row:nth-child(2) .col-6 {
  display: grid;
  place-items: center;
}
footer .row:nth-child(2) .col-6 .button-container {
  padding-bottom: 3rem;
  border-bottom: solid 3px var(--green400);
}
footer .row .trademark {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150.6%;
  color: rgba(255, 255, 255, 0.5);
}
footer .row .social a {
  margin-left: 1rem;
}
footer .row .social a i {
  color: var(--green200);
  font-size: 25px;
}
footer.footer-body {
  margin: 0px;
  background: rgb(148, 20, 158);
  background: radial-gradient(circle at 50% 125%, var(--black) 0%, var(--black) 30%, var(--black) 100%);
  padding-bottom: 2rem;
}
footer.footer-body .footer-border-top {
  position: relative;
  left: 32.5%;
  right: 0%;
  top: -29%;
  bottom: 0%;
  height: 6px;
  margin-top: -48px;
  max-width: 60%;
  min-width: 400px;
  background: linear-gradient(162deg, var(--green700) 30.02%, var(--green500) 70%);
}
footer.footer-body .footer-border-bottom {
  position: relative;
  left: 32.5%;
  right: 0%;
  top: 0%;
  bottom: 95%;
  height: 6px;
  max-width: 40%;
  min-width: 200px;
  background: var(--green500);
}
footer.footer-body .container-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer.footer-body .line-one {
  padding-top: 2.5rem;
  gap: 2rem;
}
footer.footer-body .line-one .footer-coll {
  max-width: unset;
}
footer.footer-body .line-one .footer-coll:nth-child(1) {
  max-width: 16rem;
  display: flex;
  flex-direction: column;
}
footer.footer-body .line-one .footer-coll:nth-child(2) {
  margin-left: auto;
}
footer.footer-body .line-two {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
footer.footer-body .line-two .line-two-col {
  display: flex;
  width: 100%;
}
footer.footer-body .line-two .line-two-col:first-child {
  justify-content: flex-start;
}
footer.footer-body .line-two .line-two-col:nth-child(2) {
  justify-content: center;
}
footer.footer-body .line-two .line-two-col:last-child {
  justify-content: flex-end;
}
footer.footer-body .line-two .line-two-col .footer-coll {
  max-width: 250px;
  align-items: center;
  display: flex;
}
footer.footer-body .line-two .line-two-col .footer-coll a,
footer.footer-body .line-two .line-two-col .footer-coll p {
  display: flex;
}
footer.footer-body .line-two .line-two-col .footer-coll a {
  gap: 0.5rem;
  align-items: center;
}
footer.footer-body .line-two .line-two-col .footer-coll span {
  margin-left: 5px;
}
footer.footer-body .line-three {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer.footer-body .line-three .line-three-coll {
  display: flex;
  align-items: center;
}
footer.footer-body .line-three .line-three-coll a {
  padding: 0px 10px;
}
footer.footer-body .line-three .logos-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  gap: 2rem;
}
footer.footer-body .line-three .logos-link a {
  margin: 0;
}
footer.footer-body .line-three .social-media {
  margin-top: 8px;
  text-align: center;
}
footer.footer-body .line-three .social-media a {
  text-decoration: none;
}
footer.footer-body .space {
  margin: 1.2rem 0 2rem;
}
footer.footer-body .footer-row {
  margin: 40px 0px;
  border-top: 1px solid var(--green500);
  border-bottom: 1px solid var(--green500);
}
footer.footer-body .footer-row .footer-coll a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  margin: 0 10px 0 0;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: lighter;
}
footer.footer-body .footer-row .footer-coll a:hover {
  color: var(--green700);
}
footer.footer-body .footer-coll {
  max-width: unset;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
footer.footer-body .footer-coll a.logo svg path {
  fill: #fff;
}
footer.footer-body .footer-coll .title-itens {
  color: #fff;
  padding-right: 1rem;
  font-size: 16px;
  font-family: SofiaBook;
  font-weight: lighter;
  line-height: 20px;
  margin-top: 0;
}
footer.footer-body .footer-coll .img-story {
  width: 160px;
  margin-top: 5px;
}
footer.footer-body .footer-coll .accordion-footer-item {
  margin-left: 10px;
}
footer.footer-body .footer-coll .accordion-footer-item input {
  display: none;
}
footer.footer-body .footer-coll .accordion-footer-item label {
  cursor: default;
  pointer-events: none;
  display: flex;
  align-content: space-between;
  transition: ease-in-out 0.3s;
}
footer.footer-body .footer-coll .accordion-footer-item label span {
  width: 100%;
}
footer.footer-body .footer-coll .accordion-footer-item label i {
  display: none;
  color: #4F0094;
  padding-top: 5px;
  margin: -2px 10px 1px 1px;
}
footer.footer-body .footer-coll .accordion-footer-item label p {
  display: block !important;
}
footer.footer-body .footer-coll .accordion-footer-item .accordion-footer-content {
  overflow: hidden;
  transition: all ease 0.5s;
}
footer.footer-body .footer-coll .accordion-footer-item .accordion-footer-content ul {
  padding: 0px;
  margin: 7px 0 5px !important;
  list-style: none;
  margin-bottom: 20px;
  overflow-x: hidden;
}
footer.footer-body .footer-coll .accordion-footer-item .accordion-footer-content ul li a {
  text-decoration: none;
  font-size: 15px;
  font-family: SofiaBook;
  font-weight: lighter;
  margin: 0 10px 0 0;
  color: #fff;
  line-height: 1.2;
}
footer.footer-body .footer-coll .accordion-footer-item .accordion-footer-content ul li a:hover {
  color: var(--green700);
}
footer.footer-body .footer-coll .accordion-footer-item .accordion-footer-content p {
  margin-bottom: 0px !important;
}
footer.footer-body .footer-coll .accordion-footer-item .accordion-footer-content p a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  font-size: 80%;
  font-family: SofiaBook;
  font-weight: lighter;
  margin: 0 10px 0 0;
  line-height: 1.2;
  overflow: hidden;
}
footer.footer-body .footer-coll .accordion-footer-item .accordion-footer-content p a:hover {
  color: var(--green700);
}
footer.footer-body .cp-container {
  padding: 1rem 0 2rem 0;
}
footer.footer-body .cp-container p {
  font-size: 75%;
  font-weight: 100;
  color: #FFFFFF;
  opacity: 0.7;
  text-align: center;
}

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