
var urlSite = window.urlSite || (window.location && window.location.href ? window.location.href.replace(/^(https?:\/\/[^/]+).*$/, '$1') : '');
var pageUri = window.pageUri || (window.location && window.location.href ? window.location.href : '');
var currentUserData = window.currentUserData || {};
window.urlSite = urlSite;
window.pageUri = pageUri;
window.currentUserData = currentUserData;

/* --- style.css --- */
/*
    Theme Name: Pearson
    Theme URI: 
    Author: Pearson Team
    Author URI: 
    Description: Tema criado para todas as empresas do grupo Pearson.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: pearson
    Tags:
*/

/* --- style.css --- */
/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@font-face {
  font-family: "Work Sans";
  src: url("https://stage.wizard.com.br/wp-content/themes/pearsonwebsites/enterprise/wizard/assets/fonts/woff/WorkSans-Regular.woff"), format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://stage.wizard.com.br/wp-content/themes/pearsonwebsites/enterprise/wizard/assets/fonts/woff/WorkSans-Medium.woff"), format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://stage.wizard.com.br/wp-content/themes/pearsonwebsites/enterprise/wizard/assets/fonts/woff/WorkSans-SemiBold.woff"), format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://stage.wizard.com.br/wp-content/themes/pearsonwebsites/enterprise/wizard/assets/fonts/woff/WorkSans-Bold.woff"), format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://stage.wizard.com.br/wp-content/themes/pearsonwebsites/enterprise/wizard/assets/fonts/woff/WorkSans-ExtraBold.woff"), format("truetype");
  font-weight: 800;
  font-display: swap;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var( --default-font-variation-settings, normal );
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
    font-feature-settings: var( --default-mono-font-feature-settings, normal );
    font-variation-settings: var( --default-mono-font-variation-settings, normal );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }

  img{
    width: revert-layer;
    max-height: revert-layer;
    max-width: max-content;
    height: auto;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .z-5 {
    z-index: 5;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[70px\] {
    margin-block: 70px;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .flex-\[1\] {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .scroll-mt-\[40px\] {
    scroll-margin-top: 40px;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-lg\! {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl\! {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .text-white {
    color: var(--color-white);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 80rem) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:p-0 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .xl\:p-\[40px\] {
    @media (width >= 80rem) {
      padding: 40px;
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:py-0 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}
:root {
  --dark-blue-20: #cccfe0;
  --dark-blue-40: #99a1c2;
  --dark-blue-60: #6670a3;
  --dark-blue-80: #364085;
  --dark-blue-100: #021167;
  --pure-red-20: #faccd4;
  --pure-red-40: #f599a6;
  --pure-red-60: #f0667a;
  --pure-red-80: #eb334f;
  --pure-red-100: #e70022;
  --off-white: #fbf5f2;
  --grey-dark: #969696;
  --grey: #c9c9c9;
  --grey-light: #f0f0f0;
  --light-blue-20: #caebfa;
  --light-blue-40: #97daf7;
  --light-blue-60: #67c8f3;
  --light-blue-80: #34b7f0;
  --light-blue-100: #01a7ef;
  --green-20: #cae7d0;
  --green-40: #97d2a2;
  --green-60: #66bc77;
  --green-80: #33a749;
  --green-100: #00931c;
  --yellow-20: #fff0c9;
  --yellow-40: #ffe396;
  --yellow-60: #ffd666;
  --yellow-80: #ffc733;
  --yellow-100: #ffba00;
  --brown-20: #f3e1db;
  --brown-40: #e9c5b9;
  --brown-60: #deaa98;
  --brown-80: #d48e78;
  --brown-100: #ca7456;
  --grey-lightest: #f9f9f9;
  --grey-lighter: #f5f5f5;
  --grey-darker: #717171;
  --grey-darkest: #474747;
  --font-sans: "Work Sans", sans-serif;
}
html {
  scroll-behavior: smooth;
}
a {
  transition: 0.5s;
}
a:hover {
  color: var(--light-blue-100);
}
h1 {
  font-size: 2.75rem;
  line-height: 3rem;
}
h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h6 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.heading-display {
  font-size: 3.75rem;
  line-height: 3.75rem;
}
.caption {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.link-large, .button-large {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.link-small, .button-small, .body-large {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.bg-dark-blue-100 {
  background-color: var(--dark-blue-100);
}
.bg-dark-blue-20 {
  background-color: var(--dark-blue-20);
}
.bg-pure-red-80 {
  background-color: var(--pure-red-80);
}
.text-dark-blue-100 {
  color: var(--dark-blue-100);
}
.component-main-title {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: oblique;
  margin-bottom: 40px;
}
.component-sub-title {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.ps-button {
  padding: calc(var(--spacing) * 3) calc(var(--spacing) * 6);
  border-radius: calc(infinity * 1px);
  width: fit-content;
  cursor: pointer;
  display: block;
}
.ps-button.bg-dark-blue-100:hover {
  background-color: var(--dark-blue-80);
  color: white;
}
.ps-button.bg-white {
  border: 1px solid var(--dark-blue-100);
}
.ps-button.bg-white:hover {
  border: 1px solid var(--dark-blue-80);
  color: var(--dark-blue-100);
}
.ps-button.disabled {
  background-color: var(--grey);
  border: 1px solid var(--grey);
  color: var(--grey-dark);
  pointer-events: none;
  cursor: not-allowed;
}
.ps-button.bg-white.disabled {
  background-color: white;
  border: 1px solid var(--grey);
  color: var(--grey);
  pointer-events: none;
  cursor: not-allowed;
}
.a11y-toolbar-list-item .offscreen {
  display: none !important;
}
.box-shadow-small {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 10%);
}
.box-shadow-medium {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 14%);
}
.box-shadow-large {
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 16%);
}
.box-shadow-xlarge {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 20%);
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--dark-blue-100);
  border-bottom-color: var(--off-white);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 60rem) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .heading-display {
    font-size: 2.75rem;
    line-height: 3rem;
  }
  .caption {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
  }
  .link-large, .button-large {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .link-small, .button-small, .body-large {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}


/* --- material-symbols.css --- */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://stage.wizard.com.br/wp-content/themes/pearsonwebsites/enterprise/wizard/assets/fonts/material-symbols-outlined.ttf") format('truetype');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga' 1;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variation-settings: 'FILL' 0, 'wght' 400;
}


/* --- splide.min.css --- */
.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:.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:.9}.splide__arrow:disabled{opacity:.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:.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:.7;padding:0;position:relative;transition:transform .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:.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:.5em;top:0}

/* --- header.css --- */
header:not(:has(+ .banner-splide)) {
    margin-top: 24px;
}

.header__logo {
    width: 135px;
    height: 41px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.wizard-header-menu{
    display: flex;       
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.wizard-header-menu li a, .wizard-header-submenu-toggle, .wizard-header-submenu li a{
    color: var(--dark-blue-100);
    white-space: nowrap;
}

.wizard-header-menu li a:hover, .wizard-header-submenu-toggle:hover{
    color: var(--pure-red-40);
}

.wizard-header-submenu li {
    padding: 12px calc(var(--spacing) * 8);
    border-bottom: 1px solid var(--off-white);
    width: 100%;

}

.wizard-header-submenu li:hover{
    background-color: var(--off-white);
}

.wizard-header-submenu li:hover a{
    color: var(--dark-blue-100);
}

.wizard-header-menu li a.header-active-link{
    color: var(--pure-red-40);
    font-weight: 600;
}

.mobile-btn-toggle span{
    font-size: 40px;
    color: var(--dark-blue-100);
}

.wizard-header-submenu-toggle{
    cursor: pointer;
}

.wizard-header-submenu{
    display: none;
    width: fit-content;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    background-color: white;
    top: 105%;
    right: 0;
}

.wizard-header-submenu-container{
    position: relative;
}

.active-menu{
    display: flex !important;
    animation: fade-in .3s forwards;
}

@media (max-width: 60rem){    
    .wizard-header-menu{
        display: none;       
        flex-direction: column;
        position: absolute;
        z-index: 3;
        background-color: white;
        width: 100%;
        top: 105%;
        right: 0;
        gap: 0;
    }

    .wizard-header-submenu{
        position: relative;
        width: 100%;
        background-color: white;
        gap: 0;
    }

    .wizard-header-menu li, .wizard-header-submenu li{
        padding: 16px;
        border-bottom: 1px solid var(--off-white);
        width: 100%;
    }

    .wizard-header-menu li:last-child, .wizard-header-submenu li:last-child{
        border: none;
    }

    .wizard-header-submenu-container{
        width: 100%;
    }
    
}


@media (max-width:768px) {
    header {
        margin-top: 15px;
    }
    
    .super__bar {
        display: none;
    }
}

.super__bar h1{
    font-size: var(--text-xs);
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 53%;
    white-space: nowrap;
}

/* --- breadcrumbs.css --- */
section.breadcrumbs {
    margin: 70px 0;
    color: var(--dark-blue-100);
}

section.breadcrumbs a {
    color: var(--dark-blue-100);
}

section.breadcrumbs span {
    font-weight: bold;
}


@media all and (max-width:768px) {
    section.breadcrumbs .container {
        max-width: 90%;
    }
}

/* --- blog.css --- */
section.blog {
    margin: 60px 0;
}

/* Filtros */
section.blog .blog__categories {
    margin-bottom: 30px;
    overflow-y: hidden;
    overflow-x: auto;
}

section.blog .blog__categories-list {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 2px var(--dark-blue-40) solid;
}

section.blog .blog__categories-list a {
    padding: 10px 20px;
    display: block;
    margin-bottom: -3px;
    color: var(--dark-blue-100 );
    border-bottom: 3px transparent solid;
    transition: all .1s;
}

section.blog .blog__categories-list a.active,
section.blog .blog__categories-list a:hover {
    border-bottom: 3px var(--pure-red-80) solid;
    font-weight: bold;
}


/* Listagem */
section.blog .blog__posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:50px 30px;
    margin-bottom: 30px;
}

section.blog .blog__posts-item {
    display: flex;
    gap: 15px;
    flex-direction: column;
    color: var(--dark-blue-100)
}

section.blog .blog__posts-item img {
    border-radius: 30px;
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/11;
}

section.blog .blog__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 15px;
}

section.blog .blog__posts-date {
    font-size: 14px;
    margin: 16px 0;
}

section.blog .blog__posts-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

section.blog .blog__posts-item a {
    display: table;
    padding: 10px 30px;
    color: #fff;
    background: var(--dark-blue-100);
    border-radius: 40px;
    width: fit-content;
}

section.blog .blog__posts-item a:hover {
    color: var(--light-blue-80);
}


/* Paginação */
section.blog .blog__pages {
    margin-top: 60px;
}

section.blog .blog__pages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

section.blog .blog__pages-list a {
    display: block;
    border: 1px var(--dark-blue-20) solid;
    padding: 5px 10px;
    border-radius: 2px;
    color: var(--dark-blue-100);
    line-height: 18px;
}

section.blog .blog__pages-list a.active {
    background: var(--dark-blue-100);
    border: 1px var(--dark-blue-100) solid;
    color: #fff;
}

section.blog .blog__pages-list a:hover {
    background: var(--dark-blue-40);
    color: #fff;
}


section.blog .blog__loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px; /* Mantém altura fixa para evitar mudanças bruscas */
}

section.blog .blog__loader-spinner {
    width: 50px;
    height: 50px;
    animation: blog__spin 1s linear infinite;
}

section.blog .blog__loader-path {
    stroke: #007bff;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: blog__dash 1.5s ease-in-out infinite;
}

@keyframes blog__spin {
    100% { transform: rotate(360deg); }
}

@keyframes blog__dash {
    0% { stroke-dasharray: 1,150; stroke-dashoffset: 0; }
    50% { stroke-dasharray: 90,150; stroke-dashoffset: -40; }
    100% { stroke-dasharray: 90,150; stroke-dashoffset: -120; }
}


@media all and (max-width: 1170px) {
    section.blog .container {
        max-width: 90%;
    }

    section.blog .blog__categories-list {
        width: max-content;
    }
}

@media all and (max-width: 768px) {
    section.blog .blog__posts {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* --- footer.css --- */
footer {
    width: 100%;
    display: block;
    color: #fff;
}

footer .container {
    max-width: 1170px;
}

.footer__primary {
    padding: 60px 0;
    background: var(--dark-blue-100);
}

.footer__primary .container {
    display: flex;
    justify-content: space-between;
    gap: 120px;
}

.footer__right {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex: 1;
}

footer b {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

footer a {
    font-size: 16px;
    display: block;
}

footer a:hover {
    color: var(--light-blue-40);
}

.footer__logo {
    margin-bottom: 60px;
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: nowrap;
    margin-top: 35px;
}

.footer__copyright {
    background: #969696;
    font-size: 16px;
}

.footer__copyright .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 15px 0;
}


/*
    Reponsivo 
*/
@media all and (max-width: 1170px) {
    footer .container {
        max-width: 90%;
    }
}

@media all and (max-width: 992px) {
    .footer__primary .container,
    .footer__right {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 768px) {
    .footer__primary .container {
        gap:30px;
    }

    .footer__logo {
        margin-bottom: 30px;
    }

    .footer__left {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer__social {
        margin-top: 20px;
    }

    .footer__right {
        gap: 30px;
        justify-content: center;
        text-align: center;
        margin-top: 30px;
    }

    .footer__copyright .container {
        justify-content: center;
        gap: 15px;
    }

    .footer__copyright p {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 20px;
    }
}
