@charset "UTF-8";
/*!
Theme Name: Tema IRM
Theme URI: https://institutorodrigomendes.org.br/
Author: Instituto Rodrigo Mendes
Author URI: https://institutorodrigomendes.org.br/
Description: Projeto desenvolvido para o site do IRM
Version: 1.0.0
Tested up to: 7.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: irm
Tags:
*/
/* =======================================================================
   IMPORTS
   ======================================================================= */
/* ======================================================================= */
/* ========================= >>> VARIÁVEIS <<< =========================== */
/* ======================================================================= */
/* ======================================================================= */
/* =========================== >>> MIXINS <<< ============================ */
/* ======================================================================= */
:root {
  --alert-color-danger: #842029;
  --alert-color-danger-background: #f8d7da;
  --alert-color-danger-border: #f5c2c7;
  --alert-color-info: #084298;
  --alert-color-info-background: #cfe2ff;
  --alert-color-info-border: #b6d4fe;
  --alert-color-warning: #664d03;
  --alert-color-warning-background: #fff3cd;
  --alert-color-warning-border: #ffecb5;
  --alert-color-success: #0f5132;
  --alert-color-success-background: #d1e7dd;
  --alert-color-success-border: #badbcc;
}

.alert {
  position: relative;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.alert .alert-icon {
  font-size: 1rem;
}
.alert h3 {
  font-size: 1.1em !important;
  width: 100% !important;
  padding: 0 10px 10px 10px !important;
}
.alert strong {
  font-weight: 500;
}
.alert p {
  padding: 0 10px !important;
  line-height: 1.5rem;
}
.alert p a {
  font-weight: 600;
}
.alert .close {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 5px;
  color: inherit;
}

.alert-danger {
  color: var(--alert-color-danger);
  background: var(--alert-color-danger-background);
  border-color: var(--alert-color-danger-border);
}
.alert-danger h3 {
  color: var(--alert-color-danger) !important;
}

.alert-warning {
  color: var(--alert-color-warning);
  background: var(--alert-color-warning-background);
  border-color: var(--alert-color-warning-border);
}
.alert-warning h3 {
  color: var(--alert-color-warning) !important;
}

.alert-info {
  color: var(--alert-color-info);
  background: var(--alert-color-info-background);
  border-color: var(--alert-color-info-border);
}
.alert-info h3 {
  color: var(--alert-color-info) !important;
}

.alert-success {
  color: var(--alert-color-success);
  background: var(--alert-color-success-background);
  border-color: var(--alert-color-success-border);
}
.alert-success h3 {
  color: var(--alert-color-success) !important;
}

/* =======================================================================
   NORMALIZE
   ======================================================================= */
/**
 * Reset Mixing
 * ================================================== */
/**
 * Disable Animation
 */
/**
 * Disable animation depends on Browser or Operation System configuration
 */
/**
 * Accessability. Black and White Mode
 */
/**
 * Accessability. Inverse Mode
 */
/**
 * Meter reset
 */
/**
 * Modern CSS Reset Tweaks
 * ================================================== */
html {
  scroll-behavior: smooth;
}

body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

/* Box sizing normalization */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Hide empty cell */
td:empty,
th:empty {
  opacity: 0;
}

/**
 * Input Reset
 */
input:required,
input {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/* Make images easier to work with */
img {
  border: 0;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

/**
 * 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: 100%;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 75%;
}

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

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

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

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * 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 all browsers.
 */
summary {
  display: list-item;
}

/*
 * Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/* =======================================================================
   FONT EXTERNAL IMPORT
   ======================================================================= */
@font-face {
  font-family: "Hind";
  src: url(fonts/Hind-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url(fonts/Hind-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url(fonts/Hind-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url(fonts/Hind-Bold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Thin.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Light.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* =======================================================================
   TAGS AND CLASS
   ======================================================================= */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-text-stroke: 1px transparent;
  margin: 0;
  padding: 100px 0 0 0;
  color: #717171;
  display: flex;
  flex-direction: column;
  text-size-adjust: none;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 94px;
  }
}

pre {
  width: 100%;
  border-radius: 0.3em;
  padding: 0.8em;
  overflow: auto;
  background: #272822;
  border: #f92672 2px solid;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.4;
  tab-size: 8;
  color: #a6e22e;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #151515;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.55px;
}
h1.title-line, h2.title-line, h3.title-line, h4.title-line, h5.title-line, h6.title-line {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
h1.title-line:before, h2.title-line:before, h3.title-line:before, h4.title-line:before, h5.title-line:before, h6.title-line:before {
  background-color: #EF6A00;
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
h1.title-line-white, h2.title-line-white, h3.title-line-white, h4.title-line-white, h5.title-line-white, h6.title-line-white {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
h1.title-line-white:before, h2.title-line-white:before, h3.title-line-white:before, h4.title-line-white:before, h5.title-line-white:before, h6.title-line-white:before {
  background-color: #fff;
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-top: 15px;
}

strong {
  font-weight: 600;
}

.grey-highlight-box {
  padding-top: 5px;
}
.grey-highlight-box .col {
  margin-top: 30px;
  padding: 20px;
  border-left: 2px solid #583B8F;
}
.grey-highlight-box .col:first-of-type {
  margin-top: 0;
}
.grey-highlight-box .col h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.grey-highlight-box .col p {
  margin: 0;
}
.grey-highlight-box .col p:last-of-type {
  margin: 0 auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.display-none {
  display: none;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: flex;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

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

a {
  text-decoration: none;
  color: #151515;
}
a:hover {
  color: #717171;
}
a:focus-visible {
  box-shadow: inset 0 0 0 2px #151515;
  background: #151515 !important;
  color: #fff !important;
  outline-offset: 0;
  transition: none !important;
}
a:focus-visible * {
  transition: none;
  background: #151515 !important;
  color: #fff !important;
}
a:focus-visible img {
  transition: all 0ms ease;
  background: #151515 !important;
  display: inline-block;
  outline: 5px solid #151515;
  outline-offset: -5px;
}
a:focus:not(:focus-visible) img {
  transition: all 0ms ease;
  background: #151515 !important;
  display: inline-block;
  outline: 5px solid #151515;
  outline-offset: -5px;
}

button:focus, input[type=submit]:focus {
  background: #151515 !important;
  color: #fff !important;
}
button:focus *, input[type=submit]:focus * {
  color: #fff !important;
}
button:focus:not(:focus-visible), input[type=submit]:focus:not(:focus-visible) {
  background: none !important;
  color: #fff !important;
}

p a {
  text-decoration: underline;
}

@media (min-width: 1270px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1350px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1430px) {
  .container {
    max-width: 1200px !important;
  }
}
form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
form input, form select, form textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #cccccc;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
form input:focus, form select:focus, form textarea:focus {
  border: 2px solid #787878 !important;
  background: #eee;
}
form select {
  padding: 0 10px;
}
form input[type=radio]:focus {
  outline: 2px solid #787878 !important;
}
form fieldset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 5px;
}
form fieldset legend, form fieldset h2 {
  font-family: "Gotham", sans-serif;
  font-size: 1.5em;
  padding: 10px;
  width: 100%;
}
form fieldset label {
  display: flex;
  font-weight: 500;
}
form fieldset label a {
  padding-left: 10px;
  text-decoration: underline;
}
form fieldset label sup {
  line-height: 2;
}
form fieldset .form-hidden-content, form fieldset .form-hidden-content-yes, form fieldset .form-hidden-content-no {
  display: none;
  flex-wrap: wrap;
  margin: 5px 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
}
form fieldset .form-hidden-content.form-hidden-content-show, form fieldset .form-hidden-content-yes.form-hidden-content-show, form fieldset .form-hidden-content-no.form-hidden-content-show {
  display: flex;
}
form fieldset .form-col {
  width: 50%;
  padding: 10px;
}
@media (max-width: 991.98px) {
  form fieldset .form-col {
    width: 100%;
  }
}
form fieldset .form-col.label-block {
  display: flex;
  flex-wrap: wrap;
}
form fieldset .form-col.label-block h4 {
  width: 100%;
}
form fieldset .form-col.label-block label {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
form fieldset .form-col.label-line {
  display: flex;
  flex-wrap: wrap;
}
form fieldset .form-col.label-line h4 {
  width: 100%;
}
form fieldset .form-col.label-line label {
  width: auto;
  display: block;
  padding-bottom: 10px;
}
form fieldset .form-col.label-line label span {
  margin: 0 15px 15px 0 !important;
}
form fieldset .form-col.label-half label {
  width: 50%;
}
form fieldset .form-col input[type=radio], form fieldset .form-col input[type=checkbox] {
  width: auto;
  margin-top: 5px;
  align-self: flex-start;
}
form fieldset .form-col input[type=radio] + span, form fieldset .form-col input[type=checkbox] + span {
  margin: 0 10px 15px 10px;
}
form fieldset .form-col h4 ~ label {
  font-size: 1em;
  font-weight: 400;
}
form fieldset .form-col textarea {
  height: 150px;
}
form fieldset .form-col button {
  padding: 8px 30px;
  background: #151515;
  color: #fff;
  border: 2px solid #151515;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
form fieldset .form-col button:hover {
  color: #fff;
  background: #D61261;
  border: 2px solid #D61261;
}
form fieldset .form-col h4 {
  font-family: "Roboto", sans-serif;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 1.1em;
  font-weight: 500;
  color: #717171;
}
form fieldset .form-col.title {
  padding-bottom: 0;
  margin-bottom: -10px;
}
form fieldset .form-col.col-full {
  width: 100%;
}
form fieldset .form-col.col-half {
  width: 50%;
}
@media (max-width: 991.98px) {
  form fieldset .form-col.col-half {
    width: 100%;
  }
}
form fieldset .form-col.col-tree {
  width: 33.33%;
}
form fieldset .form-col.col-four {
  width: 25%;
}
@media (max-width: 991.98px) {
  form fieldset .form-col.col-four {
    width: 100%;
  }
}
form fieldset .form-col.col-five {
  width: 16.66%;
}
form fieldset .form-col.col-auto {
  width: auto;
}
form fieldset.option-inputs {
  border: #EF6A00 2px solid;
  background: rgb(255, 217.7154811715, 188);
  border-radius: 3px;
  padding: 20px;
}
form fieldset.option-inputs h2 {
  color: rgb(188, 83.3807531381, 0);
  font-weight: 500;
}
form fieldset.option-inputs .option-inputs-add {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
form fieldset.option-inputs .option-inputs-list {
  padding: 10px;
}
form fieldset.option-inputs .option-inputs-list .table-responsive table tr {
  background: #ffffff;
}
form fieldset.option-inputs .option-inputs-list .table-responsive table tr:nth-child(odd) {
  background: #eee;
}
form fieldset.send {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background: none;
  border: none;
}
form #result-form {
  margin-top: 30px;
}

/* =======================================================================
   ACCESSIBILITY
   ======================================================================= */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

/* =======================================================================
   HEADER
   ======================================================================= */
header.header-top {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header.header-top .credits {
  background: #f5f5f5;
  padding: 5px 10px;
}
@media (max-width: 991.98px) {
  header.header-top .credits {
    padding: 5px 12px;
  }
}
header.header-top .credits .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  header.header-top .credits .container {
    padding: 0;
  }
}
header.header-top .credits .content {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.8em;
  color: #464644;
  padding-left: 2px;
}
@media (max-width: 991.98px) {
  header.header-top .credits .content.right {
    
  }
}
header.header-top .credits .content a {
  color: #464644;
}
header.header-top .credits .content strong {
  font-weight: 600;
}
header.header-top .main-header {
  padding: 0;
}
header.header-top .main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
header.header-top .main-header .container .logo a {
  display: inline-block;
}
header.header-top .main-header .container .logo a:focus img {
  background: #fff !important;
  display: inline-block;
  outline: none;
  box-shadow: none !important;
}
header.header-top .main-header .container .logo a:focus-visible {
  background: #fff !important;
  color: #fff !important;
  outline: 2px solid #151515;
  outline-offset: 0;
  transition: none !important;
  box-shadow: none !important;
}
header.header-top .main-header .container .logo a:focus-visible * {
  transition: none;
  background: #fff !important;
  color: #fff !important;
}
header.header-top .main-header .container .logo a:focus-visible img {
  background: #fff !important;
  display: inline-block;
  outline: none;
}
header.header-top .main-header .container .logo img {
  width: 150px;
  margin: 10px 0;
}
@media (max-width: 991.98px) {
  header.header-top .main-header .container .logo img {
    width: 130px;
  }
}
header.header-top .main-header .container .main-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header-top .main-header .container .main-menu .container nav {
  padding: 0 10px;
  margin: 0 auto;
  flex: 10;
}
header.header-top .main-header .container .main-menu .container nav ul {
  display: flex;
  justify-content: center;
}
header.header-top .main-header .container .main-menu .container nav ul li {
  padding: 25px 10px;
  margin: 0 2px;
  position: relative;
}
header.header-top .main-header .container .main-menu .container nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.83em;
  color: #151515;
  text-transform: uppercase;
  display: inline-block;
}
header.header-top .main-header .container .main-menu .container nav ul li a:hover {
  color: #888888;
}
header.header-top .main-header .container .main-menu .container nav ul li a i {
  font-size: 1em;
  width: auto;
  height: auto;
}
header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children > a:after {
  content: " \f107"; /* Unicode character for "arrow down" */
  font-family: Line Awesome Free, sans-serif;
  font-weight: 900;
  transition: all 0.3s ease;
}
header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  flex-wrap: wrap;
  top: 74px;
}
header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu li {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after {
  content: " \f105" !important; /* Unicode character for "arrow right" */
  font-family: Line Awesome Free, sans-serif;
  font-weight: 900;
}
header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu li:last-of-type {
  border-bottom: none;
}
header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  color: #717171;
  text-wrap: nowrap;
}
header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu ul.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: initial;
  bottom: -1px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
header.header-top .main-header .container .header-actions {
  width: 75px;
  display: flex;
  justify-content: end;
}
@media (max-width: 991.98px) {
  header.header-top .main-header .container .header-actions {
    width: auto;
  }
}
header.header-top .main-header .container .header-actions .donation-button {
  margin-right: 10px;
}
header.header-top .main-header .container .header-actions .donation-button a {
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: 1px solid;
  border-color: #151515;
  font-size: 13px;
  padding: 3px 15px;
  color: #151515;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 991.98px) {
  header.header-top .main-header .container .header-actions .donation-button a {
    padding: 3px 10px;
    font-size: 11px;
  }
}
header.header-top .main-header .container .header-actions .donation-button a:hover {
  color: #fff;
  background: #464646;
}
header.header-top .main-header .container .header-actions .action-search a {
  color: #717171;
  padding: 5px 5px;
}
header.header-top .main-header .container .header-actions .action-search a:hover {
  color: #888888;
}
header.header-top .main-header .container .header-actions .action-search a i {
  font-size: 1.5em;
  width: auto;
  height: auto;
}
header.header-top .main-header .container .header-actions .user-menu {
  position: relative;
  z-index: 10;
}
header.header-top .main-header .container .header-actions .user-menu a {
  color: #717171;
  padding: 5px 0 0 10px;
}
header.header-top .main-header .container .header-actions .user-menu a:hover {
  color: #888888;
}
header.header-top .main-header .container .header-actions .user-menu a i {
  font-size: 1.5em;
  width: auto;
  height: auto;
}
header.header-top .main-header .container .header-actions .user-menu ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  flex-wrap: wrap;
  right: 0;
  text-align: right;
}
header.header-top .main-header .container .header-actions .user-menu ul.sub-menu li {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  white-space: nowrap;
}
header.header-top .main-header .container .header-actions .user-menu ul.sub-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  color: #717171;
}
@media (min-width: 992px) {
  header.header-top .main-header .container .header-actions .mobile-menu {
    display: none;
  }
}
header.header-top .main-header .container .header-actions .mobile-menu a {
  color: #717171;
  padding: 5px 0 5px 15px;
}
header.header-top .main-header .container .header-actions .mobile-menu a:hover {
  color: #888888;
}
header.header-top .main-header .container .header-actions .mobile-menu a i {
  font-size: 1.5em;
  width: auto;
  height: auto;
}
header.header-top .search-top {
  background-color: #f5f5f5;
  padding: 20px 0;
  display: none;
}
header.header-top .search-top form {
  display: flex;
}
header.header-top .search-top form label {
  flex: 11;
}
header.header-top .search-top form label input[type=search] {
  border: none;
  background: none;
  color: #717171;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  width: 100%;
}
header.header-top .search-top form label input[type=search]:focus {
  border: none !important;
}
header.header-top .search-top form label input[type=search]:focus-visible {
  border: none !important;
}
@media (max-width: 991.98px) {
  header.header-top .search-top form label input[type=search] {
    padding-left: 20px;
  }
}
header.header-top .search-top form button {
  flex: 1;
  color: #717171;
  font-size: 1.5em;
}
@media (max-width: 991.98px) {
  header.header-top .search-top form button {
    margin-right: 10px;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 600px;
  background: url("/images/banner.jpg") no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 1660px) {
  .banner {
    height: 36.1445783133vw;
  }
}
.banner .container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
.banner .container .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 35px;
}
.banner .container .content h1, .banner .container .content p {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.banner .container .content h1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 80px;
}
.banner .container .content h1 strong {
  font-weight: 500;
}
.banner .container .content p {
  color: #151515;
  margin: 0 auto;
  font-weight: 500;
}

.about-us {
  padding: 60px 0;
}
.about-us .container {
  padding: 0 15px;
}
.about-us .container .content {
  width: 66.66%;
}
.about-us .container .content h2 {
  font-size: 32px;
}
.about-us .container .content p.width-lg {
  width: 66.66%;
}
.about-us .container .content p:first-of-type {
  margin-top: 0;
}

.trajectory {
  padding: 70px 0 90px 0;
  background: #583B8F;
}
.trajectory .container {
  padding: 0 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.trajectory .container .col-half-left {
  width: 50%;
  position: relative;
}
.trajectory .container .col-half-left h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
}
.trajectory .container .col-half-left h3 strong {
  font-weight: 500;
}
.trajectory .container .col-half-left a {
  position: absolute;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.trajectory .container .col-half-left a:hover {
  background: #ffffff;
  color: #583B8F;
}
.trajectory .container .col-half-left a:focus-visible, .trajectory .container .col-half-left a:focus {
  background: #ffffff !important;
  color: #583B8F !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.trajectory .container .col-half-right {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.trajectory .container .col-half-right .col h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 55px;
}
.trajectory .container .col-half-right .col h3 strong {
  font-size: 30px;
  font-weight: 500;
}
.trajectory .container .col-half-right .col h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.our-programs {
  padding: 60px 0;
}
.our-programs .container {
  padding: 0 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.our-programs .container h2 {
  width: 100%;
  font-size: 32px;
  margin-bottom: 20px;
}
.our-programs .container .col {
  width: calc(33.33% - 20px);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.our-programs .container .col .content {
  display: block;
  padding: 15px 15px 0 15px;
}
.our-programs .container .col .content img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  height: auto;
}
.our-programs .container .col .content h4 {
  font-size: 22px;
  margin: 5px 0 15px 0;
}
.our-programs .container .col .content p {
  margin-bottom: 0;
}

.latest-news {
  padding-bottom: 60px;
}
.latest-news .container {
  padding: 0 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.latest-news .container h2 {
  width: 100%;
  font-size: 32px;
  margin-bottom: 20px;
}
.latest-news .container .col {
  width: calc(33.33% - 20px);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.latest-news .container .col img {
  width: 100%;
  height: auto;
}
.latest-news .container .col .content {
  padding: 15px;
}
.latest-news .container .col .content time {
  font-size: 14px;
}
.latest-news .container .col .content h4 {
  font-size: 22px;
  margin: 10px 0;
}
.latest-news .container .col .content p {
  margin-bottom: 10px;
}

.newsletter {
  padding: 50px 0;
  background: #272727;
  border-top: 3px solid #C4D600;
}
.newsletter .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter .container .col-left {
  width: 40%;
}
.newsletter .container .col-left h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
.newsletter .container .col-left h3 strong {
  display: block;
  font-size: 40px;
}
.newsletter .container .col-right {
  width: 60%;
}
.newsletter .container .col-right form fieldset {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.newsletter .container .col-right form fieldset input, .newsletter .container .col-right form fieldset select {
  width: calc(50% - 10px);
  height: 40px;
  background: #ffffff;
}
.newsletter .container .col-right form fieldset input, .newsletter .container .col-right form fieldset select {
  border: 2px solid #ffffff;
  color: #717171;
}
.newsletter .container .col-right form fieldset input::placeholder, .newsletter .container .col-right form fieldset select::placeholder {
  color: #717171;
}
.newsletter .container .col-right form fieldset input:focus, .newsletter .container .col-right form fieldset select:focus {
  border-color: #EF6A00 !important;
}
.newsletter .container .col-right form fieldset button {
  display: block;
  height: 40px;
  width: calc(25% - 10px);
  background: #C4D600;
  color: #151515;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.newsletter .container .col-right form fieldset button:hover {
  background: #EF6A00;
}

footer {
  background: #151515;
  padding: 30px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .container .col {
  width: 100%;
}
footer .container .col:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
@media (max-width: 991.98px) {
  footer .container .col:nth-of-type(1) {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    order: 1;
  }
  footer .container .col:nth-of-type(2) {
    width: 100%;
    order: 3;
  }
  footer .container .col:nth-of-type(3) {
    width: 50%;
    order: 2;
  }
}
footer .container .col img {
  width: 130px;
}
footer .container .col p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
footer .container .col p span {
  display: block;
}
footer .container .col p a {
  display: inline-block;
  clear: both;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 10px;
}
footer .container .col p a:hover {
  text-decoration: underline;
}
footer .container .col .social-media {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 3px;
}
footer .container .col .social-media a {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
}
footer .container .col .social-media a i {
  font-size: 18px;
}
footer .container .col .deaf-friendly-seal {
  text-align: right;
}
footer .container .col .deaf-friendly-seal img {
  width: 75px;
}

.header-inside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 160px;
  background: url("images/bg-header-inside.jpg") no-repeat right center;
  background-color: #f6f6f6;
}
.header-inside::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 42%;
  height: 100%;
  background-color: #f6f6f6;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
.header-inside .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 160px;
}
.header-inside .container .content {
  position: relative;
  width: 100%;
}
.header-inside .container .content span {
  position: relative;
  z-index: 2;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  color: #151515 !important;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.55px;
  text-align: left;
}
.header-inside .container .content h1, .header-inside .container .content h2 {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .header-inside .container .content h1, .header-inside .container .content h2 {
    font-size: 1.2rem;
  }
}

.irm-impacts {
  padding: 60px 0;
  background: #583B8F;
}
.irm-impacts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px 20px;
}
.irm-impacts .container h2 {
  color: #ffffff;
  width: 100%;
  font-size: 32px;
}
.irm-impacts .container h2, .irm-impacts .container h3, .irm-impacts .container h4 {
  margin-top: 0;
}
.irm-impacts .container .col-half-left, .irm-impacts .container .col-half-right {
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 30px;
}
.irm-impacts .container .col-half-left h3, .irm-impacts .container .col-half-right h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
}
.irm-impacts .container .col-half-left .col h4, .irm-impacts .container .col-half-right .col h4 {
  color: #ffffff;
  font-weight: 400;
  font-size: 55px;
}
.irm-impacts .container .col-half-left .col h4 strong, .irm-impacts .container .col-half-right .col h4 strong {
  font-size: 30px;
  font-weight: 500;
}
.irm-impacts .container .col-half-left .col h4 span, .irm-impacts .container .col-half-right .col h4 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.irm-impacts .container .col-half-left .col h4 span strong, .irm-impacts .container .col-half-right .col h4 span strong {
  font-weight: 500;
}
.irm-impacts .container .col-bottom {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.irm-impacts .container .col-bottom h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 25px;
}
.irm-impacts .container .col-bottom a {
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 5px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.irm-impacts .container .col-bottom a:hover {
  background: #ffffff;
  color: #583B8F;
}
.irm-impacts .container .col-bottom a:focus-visible, .irm-impacts .container .col-bottom a:focus {
  background: #ffffff !important;
  color: #583B8F !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.principles {
  padding: 60px 0;
}
.principles .container h2 {
  width: 100%;
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
}
.principles .container h3 {
  color: #717171;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.principles .container h2, .principles .container h3, .principles .container h4 {
  margin-top: 0;
}
.principles .container ul li {
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 5px;
}
.principles .container ul li:first-of-type {
  margin-top: 0;
}
.principles .container ul li h4 {
  margin-bottom: 10px;
}
.principles .container ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}

.principles-2 {
  padding: 60px 0;
}
.principles-2 .container {
  max-width: 1200px;
  margin: 0 auto;
}
.principles-2 .container h2 {
  text-align: center;
  margin-bottom: 40px;
}
.principles-2 .container .steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.principles-2 .container .steps .step {
  flex: 1 1 calc(20% - 20px);
  max-width: calc(20% - 20px);
  position: relative;
  padding: 15px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*&::after {
  	content: "";
  	position: absolute;
  	top: 50px; // Posiciona no centro vertical
  	right: -15px; // Ajuste da posição para fora da coluna
  	width: 30px;
  	height: 30px;
  	border-right: 5px solid #007bff; // Linha direita da seta
  	border-bottom: 5px solid #007bff; // Linha inferior da seta
  	transform: rotate(-45deg); // Gira para formar uma seta
  	z-index: 99;
  }*/
}
.principles-2 .container .steps .step:hover {
  transform: translateY(-5px);
}
.principles-2 .container .steps .step:last-child::after {
  display: none;
}
.principles-2 .container .steps .step .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px auto;
  border: 5px solid #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.principles-2 .container .steps .step .icon img {
  width: 60px;
  display: inline-block;
}
.principles-2 .container .steps .step:nth-of-type(1) .icon {
  border-color: #EF6A00;
}
.principles-2 .container .steps .step:nth-of-type(1)::after {
  border-color: #EF6A00;
}
.principles-2 .container .steps .step:nth-of-type(1) h5 {
  color: #EF6A00;
}
.principles-2 .container .steps .step:nth-of-type(2) .icon {
  border-color: #E8A204;
}
.principles-2 .container .steps .step:nth-of-type(2)::after {
  border-color: #E8A204;
}
.principles-2 .container .steps .step:nth-of-type(2) h5 {
  color: #E8A204;
}
.principles-2 .container .steps .step:nth-of-type(3) .icon {
  border-color: #E2D107;
}
.principles-2 .container .steps .step:nth-of-type(3)::after {
  border-color: #E2D107;
}
.principles-2 .container .steps .step:nth-of-type(3) h5 {
  color: #E2D107;
}
.principles-2 .container .steps .step:nth-of-type(4) .icon {
  border-color: #B8D304;
}
.principles-2 .container .steps .step:nth-of-type(4)::after {
  border-color: #B8D304;
}
.principles-2 .container .steps .step:nth-of-type(4) h5 {
  color: #B8D304;
}
.principles-2 .container .steps .step:nth-of-type(5) .icon {
  border-color: #C4D600;
}
.principles-2 .container .steps .step:nth-of-type(5)::after {
  border-color: #C4D600;
}
.principles-2 .container .steps .step:nth-of-type(5) h5 {
  color: #C4D600;
}
.principles-2 .container .steps .step h4 {
  font-size: 18px;
  margin: 15px 0;
}
.principles-2 .container .steps .step h5 {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.principles-3 {
  padding: 60px 0;
}
.principles-3 .container h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.principles-3 .container .content .col {
  display: flex;
  gap: 20px;
  color: #fff;
  padding: 40px;
  position: relative;
  margin-bottom: 10px;
  align-items: center;
  width: 780px;
  margin-left: 25%;
  margin-right: 10%;
}
.principles-3 .container .content .col:nth-child(odd) {
  margin-right: 25%;
  margin-left: 10%;
}
.principles-3 .container .content .col:nth-child(odd):after {
  z-index: -2;
}
.principles-3 .container .content .col:after {
  background: #583B8F;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: -0.75em;
  left: 0;
  z-index: -1;
  padding-bottom: 0.75em;
  transform: skewx(-22.5deg);
  content: "";
}
.principles-3 .container .content .col:nth-child(1):after {
  background: rgb(110.2178217822, 73.896039604, 179.103960396);
}
.principles-3 .container .content .col:nth-child(2):after {
  background: rgb(99.1089108911, 66.448019802, 161.051980198);
}
.principles-3 .container .content .col:nth-child(4):after {
  background: rgb(76.8910891089, 51.551980198, 124.948019802);
}
.principles-3 .container .content .col:nth-child(5):after {
  background: rgb(65.7821782178, 44.103960396, 106.896039604);
}
.principles-3 .container .content .col h5 {
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 70px;
}
.principles-3 .container .content .col .text {
  flex: 1;
  padding-left: 30px;
}
.principles-3 .container .content .col .text h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.principles-3 .container .content .col .text p {
  font-size: 14px;
}

.principles-3-1 {
  padding: 60px 0;
}
.principles-3-1 .container h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.principles-3-1 .container .content .col {
  display: flex;
  gap: 20px;
  color: #fff;
  padding: 40px;
  position: relative;
  margin-bottom: 10px;
  align-items: center;
  width: 780px;
  margin-left: 25%;
  margin-right: 10%;
}
.principles-3-1 .container .content .col:nth-child(odd) {
  margin-right: 25%;
  margin-left: 10%;
}
.principles-3-1 .container .content .col:nth-child(odd):after {
  z-index: -2;
}
.principles-3-1 .container .content .col:after {
  background: #EF6A00;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: -0.75em;
  left: 0;
  z-index: -1;
  padding-bottom: 0.75em;
  transform: skewx(-22.5deg);
  content: "";
}
.principles-3-1 .container .content .col:nth-child(1):after {
  background: rgb(255, 132.5732217573, 35);
}
.principles-3-1 .container .content .col:nth-child(2):after {
  background: rgb(255, 118.3828451883, 9.5);
}
.principles-3-1 .container .content .col:nth-child(4):after {
  background: rgb(213.5, 94.690376569, 0);
}
.principles-3-1 .container .content .col:nth-child(5):after {
  background: rgb(188, 83.3807531381, 0);
}
.principles-3-1 .container .content .col h5 {
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 70px;
}
.principles-3-1 .container .content .col .text {
  flex: 1;
  padding-left: 30px;
}
.principles-3-1 .container .content .col .text h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.principles-3-1 .container .content .col .text p {
  font-size: 14px;
}

.principles-4 {
  padding: 60px 0;
}
.principles-4 .container h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.principles-4 .step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.principles-4 .step-list-item {
  counter-increment: step-counter;
  position: relative;
}
.principles-4 .step-list-item:before {
  content: counter(step-counter);
  font-weight: 300;
  color: #d8d8d8;
}
.principles-4 .step-list-item h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.principles-4 .step-list-item .icon {
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
}
.principles-4 .step-list-item .icon img {
  width: 100%;
  height: 100%;
}
.principles-4 .step-list-item .content {
  display: flex;
  flex-direction: row;
  padding-bottom: 18px;
}
.principles-4 .step-list-item:first-child .icon {
  background: #EF6A00;
}
.principles-4 .step-list-item:nth-child(2) .icon {
  background: #583B8F;
}
.principles-4 .step-list-item:nth-child(3) .icon {
  background: #EF6A00;
}
.principles-4 .step-list-item:nth-child(4) .icon {
  background: #583B8F;
}
.principles-4 .step-list-item:nth-child(5) .icon {
  background: #EF6A00;
}
.principles-4 .step-list-item:nth-child(odd) .content {
  justify-content: flex-start;
}
.principles-4 .step-list-item:nth-child(even) .content {
  justify-content: flex-end;
}
.principles-4 .step-list-item:first-child > .step-list-item-inner:before {
  content: none;
}
.principles-4 .step-list-item:last-child > .step-list-item-inner:after {
  content: none;
}
.principles-4 .step-list-item + li {
  margin-top: 84px;
}
.principles-4 .step-list-item + li > div {
  margin-top: -1px;
}
.principles-4 .step-list-item:before {
  content: counter(step-counter);
  position: absolute;
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
  color: #151515;
  font-family: "Montserrat", sans-serif;
}
.principles-4 .step-list-item .icon {
  width: 174px;
  height: 174px;
  padding: 35px;
  align-self: center;
}
.principles-4 .step-list-item .text {
  flex: 0 1 33.3333%;
  margin-top: 84px;
}
.principles-4 .step-list-item .content {
  align-items: flex-end;
}
.principles-4 .step-list-item > .step-list-item-inner {
  position: relative;
}
.principles-4 .step-list-item > .step-list-item-inner:before, .principles-4 .step-list-item > .step-list-item-inner:after {
  border-width: 0;
  border-style: solid;
  border-color: #d8d8d8;
  display: block;
  content: "";
  position: absolute;
  height: 42px;
  width: calc(33.3333% - 42px);
}
.principles-4 .step-list-item:nth-child(odd) > .step-list-item-inner {
  text-align: right;
}
.principles-4 .step-list-item:nth-child(odd) > .step-list-item-inner:before, .principles-4 .step-list-item:nth-child(odd) > .step-list-item-inner:after {
  border-left-width: 1px;
  left: calc(33.3333% - 21px);
}
.principles-4 .step-list-item:nth-child(odd) > .step-list-item-inner:before {
  border-top-width: 1px;
  border-top-left-radius: 42px;
  margin-top: -42px;
}
.principles-4 .step-list-item:nth-child(odd) > .step-list-item-inner:after {
  border-bottom-width: 1px;
  border-bottom-left-radius: 42px;
  margin-bottom: -42px;
}
.principles-4 .step-list-item:nth-child(odd):before {
  left: 0;
  margin-left: 33.3333%;
  transform: translateX(-100%);
}
.principles-4 .step-list-item:nth-child(odd) .icon {
  margin-left: 72px;
}
.principles-4 .step-list-item:nth-child(even) > .step-list-item-inner:before, .principles-4 .step-list-item:nth-child(even) > .step-list-item-inner:after {
  border-right-width: 1px;
  right: calc(33.3333% - 21px);
}
.principles-4 .step-list-item:nth-child(even) > .step-list-item-inner:before {
  border-top-width: 1px;
  border-top-right-radius: 42px;
  margin-top: -42px;
}
.principles-4 .step-list-item:nth-child(even) > .step-list-item-inner:after {
  border-bottom-width: 1px;
  border-bottom-right-radius: 42px;
  margin-bottom: -42px;
}
.principles-4 .step-list-item:nth-child(even):before {
  right: 0;
  margin-right: 33.3333%;
  transform: translateX(100%);
}
.principles-4 .step-list-item:nth-child(even) .icon {
  margin-right: 72px;
}
.principles-4 .step-list-item:nth-child(even) .text {
  order: 1;
}
@media screen and (max-width: 600px) {
  .principles-4 .step-list-item {
    display: flex;
  }
  .principles-4 .step-list-item:before {
    content: counter(step-counter);
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: #000000;
    margin-right: 12px;
  }
  .principles-4 .step-list-item .icon {
    order: 0;
    width: 36px;
    height: 36px;
    padding: 9px;
    position: absolute;
    left: -9px;
    top: 42px;
  }
  .principles-4 .step-list-item .text {
    order: 1;
    margin-top: 8px;
    margin-left: 12px;
  }
  .principles-4 .step-list-item .content {
    align-items: flex-start;
  }
  .principles-4 .step-list-item .content:before {
    content: "";
    position: absolute;
    border-left: #d8d8d8;
    height: 100%;
    left: 9px;
    bottom: 0;
    display: block;
    width: 1px;
    background: #d8d8d8;
    top: 84px;
  }
  .principles-4 .step-list-item:last-child .content:before {
    content: none;
  }
}

.principles-5 {
  padding: 60px 0;
}
.principles-5 .container h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.principles-5 .step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.principles-5 .step-list-item {
  counter-increment: step-counter;
  position: relative;
}
.principles-5 .step-list-item:before {
  content: counter(step-counter);
  font-weight: 300;
  color: #d8d8d8;
}
.principles-5 .step-list-item h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.principles-5 .step-list-item .icon {
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
}
.principles-5 .step-list-item .icon svg {
  width: 100%;
  height: 100%;
}
.principles-5 .step-list-item .content {
  display: flex;
  flex-direction: row;
  padding-bottom: 18px;
}
.principles-5 .step-list-item:first-child .icon {
  background: rgb(255, 246.0962343096, 239);
  border: 5px solid #EF6A00;
}
.principles-5 .step-list-item:first-child .icon svg {
  fill: #EF6A00;
}
.principles-5 .step-list-item:nth-child(2) .icon {
  background: rgb(225.0891089109, 217.4801980198, 239.5198019802);
  border: 5px solid #583B8F;
}
.principles-5 .step-list-item:nth-child(2) .icon svg {
  fill: #583B8F;
}
.principles-5 .step-list-item:nth-child(3) .icon {
  background: rgb(255, 246.0962343096, 239);
  border: 5px solid #EF6A00;
}
.principles-5 .step-list-item:nth-child(3) .icon svg {
  fill: #EF6A00;
}
.principles-5 .step-list-item:nth-child(4) .icon {
  background: rgb(225.0891089109, 217.4801980198, 239.5198019802);
  border: 5px solid #583B8F;
}
.principles-5 .step-list-item:nth-child(4) .icon svg {
  fill: #583B8F;
}
.principles-5 .step-list-item:nth-child(5) .icon {
  background: rgb(255, 246.0962343096, 239);
  border: 5px solid #EF6A00;
}
.principles-5 .step-list-item:nth-child(5) .icon svg {
  fill: #EF6A00;
}
.principles-5 .step-list-item:nth-child(odd) .content {
  justify-content: flex-start;
}
.principles-5 .step-list-item:nth-child(even) .content {
  justify-content: flex-end;
}
.principles-5 .step-list-item:first-child > .step-list-item-inner:before {
  content: none;
}
.principles-5 .step-list-item:last-child > .step-list-item-inner:after {
  content: none;
}
.principles-5 .step-list-item + li {
  margin-top: 84px;
}
.principles-5 .step-list-item + li > div {
  margin-top: -1px;
}
.principles-5 .step-list-item:before {
  content: counter(step-counter);
  position: absolute;
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
  color: #717171;
  font-family: "Montserrat", sans-serif;
}
.principles-5 .step-list-item .icon {
  width: 174px;
  height: 174px;
  padding: 35px;
  align-self: center;
}
.principles-5 .step-list-item .text {
  flex: 0 1 33.3333%;
  margin-top: 84px;
}
.principles-5 .step-list-item .content {
  align-items: flex-end;
}
.principles-5 .step-list-item > .step-list-item-inner {
  position: relative;
}
.principles-5 .step-list-item > .step-list-item-inner:before, .principles-5 .step-list-item > .step-list-item-inner:after {
  border-width: 0;
  border-style: solid;
  border-color: #d8d8d8;
  display: block;
  content: "";
  position: absolute;
  height: 42px;
  width: calc(33.3333% - 42px);
}
.principles-5 .step-list-item:nth-child(odd) > .step-list-item-inner {
  text-align: right;
}
.principles-5 .step-list-item:nth-child(odd) > .step-list-item-inner:before, .principles-5 .step-list-item:nth-child(odd) > .step-list-item-inner:after {
  border-left-width: 1px;
  left: calc(33.3333% - 21px);
}
.principles-5 .step-list-item:nth-child(odd) > .step-list-item-inner:before {
  border-top-width: 1px;
  border-top-left-radius: 42px;
  margin-top: -42px;
}
.principles-5 .step-list-item:nth-child(odd) > .step-list-item-inner:after {
  border-bottom-width: 1px;
  border-bottom-left-radius: 42px;
  margin-bottom: -42px;
}
.principles-5 .step-list-item:nth-child(odd):before {
  left: 0;
  margin-left: 33.3333%;
  transform: translateX(-100%);
  color: #EF6A00;
}
.principles-5 .step-list-item:nth-child(odd) .icon {
  margin-left: 72px;
}
.principles-5 .step-list-item:nth-child(even) > .step-list-item-inner:before, .principles-5 .step-list-item:nth-child(even) > .step-list-item-inner:after {
  border-right-width: 1px;
  right: calc(33.3333% - 21px);
}
.principles-5 .step-list-item:nth-child(even) > .step-list-item-inner:before {
  border-top-width: 1px;
  border-top-right-radius: 42px;
  margin-top: -42px;
}
.principles-5 .step-list-item:nth-child(even) > .step-list-item-inner:after {
  border-bottom-width: 1px;
  border-bottom-right-radius: 42px;
  margin-bottom: -42px;
}
.principles-5 .step-list-item:nth-child(even):before {
  right: 0;
  margin-right: 33.3333%;
  transform: translateX(100%);
  color: #583B8F;
}
.principles-5 .step-list-item:nth-child(even) .icon {
  margin-right: 72px;
}
.principles-5 .step-list-item:nth-child(even) .text {
  order: 1;
}
@media screen and (max-width: 600px) {
  .principles-5 .step-list-item {
    display: flex;
  }
  .principles-5 .step-list-item:before {
    content: counter(step-counter);
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: #000000;
    margin-right: 12px;
  }
  .principles-5 .step-list-item .icon {
    order: 0;
    width: 36px;
    height: 36px;
    padding: 9px;
    position: absolute;
    left: -9px;
    top: 42px;
  }
  .principles-5 .step-list-item .text {
    order: 1;
    margin-top: 8px;
    margin-left: 12px;
  }
  .principles-5 .step-list-item .content {
    align-items: flex-start;
  }
  .principles-5 .step-list-item .content:before {
    content: "";
    position: absolute;
    border-left: #d8d8d8;
    height: 100%;
    left: 9px;
    bottom: 0;
    display: block;
    width: 1px;
    background: #d8d8d8;
    top: 84px;
  }
  .principles-5 .step-list-item:last-child .content:before {
    content: none;
  }
}

.news {
  padding: 60px 0;
}
.news .search {
  justify-content: start;
}
.news .search .title-search {
  font-size: 20px;
  flex: 10;
}
@media (max-width: 991.98px) {
  .news .search .title-search {
    width: 100%;
    flex: auto;
    padding-bottom: 20px;
  }
}
.news .search .title-search h1 {
  font-size: 20px;
  font-weight: 500;
  color: #151515;
}
.news .search .title-search h1 span {
  font-weight: 400;
}
.news .search .title-search h1 strong {
  display: block;
  font-weight: 600;
}
.news .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.news .container .search-form {
  width: calc(33.33% - 20px);
}
.news .container .search-form fieldset {
  display: flex;
  margin: 0;
}
.news .container .search-form fieldset input {
  width: auto;
  flex: 1;
  background: #f6f6f6;
  border: 2px solid transparent;
  height: 45px;
  padding: 10px 15px;
  position: relative;
}
.news .container .search-form fieldset input::placeholder {
  color: #a1a1a1;
}
.news .container .search-form fieldset button {
  background: #f6f6f6;
  height: 45px;
  padding: 10px 15px;
  font-size: 20px;
}
.news .container h2 {
  width: 100%;
  font-size: 32px;
  margin-bottom: 20px;
}
.news .container .col {
  width: calc(33.33% - 20px);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news .container .col img {
  width: 100%;
  height: auto;
}
.news .container .col .content {
  padding: 15px;
}
.news .container .col .content time {
  font-size: 14px;
}
.news .container .col .content h4 {
  font-size: 22px;
  margin: 5px 0 10px 0;
}
.news .container .col .content p {
  margin-bottom: 10px;
}
.news .container.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 15px;
  gap: 10px 20px;
}
@media (max-width: 991.98px) {
  .news .container.header-content {
    justify-content: flex-start;
  }
}
.news .container.header-content .title-category {
  font-size: 32px;
  flex: 10;
}
@media (max-width: 991.98px) {
  .news .container.header-content .title-category {
    width: 100%;
    flex: auto;
    padding-bottom: 20px;
    order: 1;
  }
}
.news .container.header-content .title-category h1 {
  position: relative;
  margin-bottom: 10px;
  /*	&:before {
  		background-color: $cor_01;
  		content: "";
  		height: 2px;
  		width: 30px;
  		position: absolute;
  		left: 0;
  		right: 0;
  		bottom: 0;
  	}*/
}
.news .container.header-content .action-filter {
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .news .container.header-content .action-filter {
    order: 2;
    padding-left: 0;
    padding-right: 15px;
  }
}
.news .container.header-content .action-filter a {
  background: #583B8F;
  border: 1px solid transparent;
  height: 45px;
  padding: 0 30px;
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news .container.header-content .action-filter a:focus, .news .container.header-content .action-filter a:active, .news .container.header-content .action-filter a:hover {
  background-color: #f6f6f6 !important;
  color: #151515 !important;
  border: 1px solid #583B8F;
}
.news .container.header-content .action-filter a i {
  margin-left: 5px;
}
.news .container.header-content .counter-itens {
  margin-left: auto;
  color: #151515;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .news .container.header-content .counter-itens {
    order: 3;
    margin-left: 0;
  }
}
.news .container.header-content .text-category {
  width: 100%;
}
.news .container.header-content .text-category.text-separator {
  position: relative;
  margin-top: 15px;
  padding-top: 20px;
}
.news .container.header-content .text-category.text-separator:before {
  background-color: #e1e1e1;
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.news .container.header-content .text-category p {
  padding-right: 33.33%;
}
@media (max-width: 991.98px) {
  .news .container.header-content .text-category {
    order: 4;
  }
  .news .container.header-content .text-category p {
    padding-right: 0;
  }
}
.news .container.header-content .text-category + .filter {
  margin-top: 10px;
}
.news .container.header-content .filter {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 10px;
  margin-top: 25px;
  display: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .news .container.header-content .filter {
    order: 5;
  }
}
.news .container.header-content .filter:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  border-top: 1px solid #ddd;
}
.news .container.header-content .filter .form-col select {
  background: #f6f6f6;
  border: 2px solid transparent;
  height: 45px;
  padding: 10px 15px;
  position: relative;
  width: 100%;
  color: #a1a1a1;
}
.news .container.header-content .filter .form-col select::placeholder {
  color: #a1a1a1;
}
.news .container.header-content .filter .form-col input[type=date]:nth-of-type(2) {
  margin-left: 16px;
}
.news .container.header-content .filter .form-col input[type=date] {
  background: #f6f6f6;
  border: 2px solid transparent;
  height: 45px;
  padding: 10px 15px;
  position: relative;
  width: 100%;
  color: #a1a1a1;
}
.news .container.header-content .filter .form-col input[type=date]::placeholder, .news .container.header-content .filter .form-col input[type=date]::-webkit-input-placeholder, .news .container.header-content .filter .form-col input[type=date]::-moz-placeholder, .news .container.header-content .filter .form-col input[type=date]:-moz-placeholder, .news .container.header-content .filter .form-col input[type=date]:-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1;
}
.news .container.header-content .filter .form-col button {
  background: #583B8F;
  border: 1px solid transparent;
  height: 45px;
  padding: 0 45px;
  line-height: 45px;
  border-radius: 0;
  float: right;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news .container.header-content .filter .form-col button:focus, .news .container.header-content .filter .form-col button:active, .news .container.header-content .filter .form-col button:hover {
  background-color: #f6f6f6 !important;
  color: #151515 !important;
  border: 1px solid #583B8F;
}
.news .pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.news .pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
}
.news .pagination ul li {
  display: block;
  border-left: 2px solid #EF6A00;
}
.news .pagination ul li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #151515;
  font-weight: bold;
  padding: 5px 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news .pagination ul li a:hover {
  color: #151515;
  background-color: #ebebeb;
}
.news .pagination ul li a.prev, .news .pagination ul li a.next {
  width: auto;
}
.news .pagination ul li a.active {
  color: #151515;
  background-color: rgba(239, 106, 0, 0.1882352941);
}

.about-inside {
  padding: 60px 0;
}
.about-inside .content h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.post-list {
  padding: 60px 0;
  background: #f6f6f6;
}
.post-list .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.post-list .container h2 {
  width: 100%;
  font-size: 32px;
  margin-bottom: 20px;
}
.post-list .container .col {
  width: calc(33.33% - 20px);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.post-list .container .col time {
  font-size: 14px;
  margin-top: 15px;
}
.post-list .container .col img {
  width: 100%;
  height: auto;
}
.post-list .container .col h4 {
  font-size: 22px;
  margin: 5px 0 10px 0;
}
.post-list .container .col p {
  margin-bottom: 10px;
}

.contact-page > .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
}
.contact-page > .container .contact {
  padding: 60px 0;
  width: 50%;
}
.contact-page > .container .contact .container h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.contact-page > .container .contact .container form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.contact-page > .container .contact .container form fieldset input,
.contact-page > .container .contact .container form fieldset select,
.contact-page > .container .contact .container form fieldset textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  color: #a1a1a1;
  border: 2px solid transparent;
  background-color: #f6f6f6;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-page > .container .contact .container form fieldset input::placeholder,
.contact-page > .container .contact .container form fieldset select::placeholder,
.contact-page > .container .contact .container form fieldset textarea::placeholder {
  color: #a1a1a1;
}
.contact-page > .container .contact .container form fieldset input:focus,
.contact-page > .container .contact .container form fieldset select:focus,
.contact-page > .container .contact .container form fieldset textarea:focus {
  border-color: #151515;
}
.contact-page > .container .contact .container form fieldset textarea {
  resize: vertical;
  height: 130px;
}
.contact-page > .container .contact .container form fieldset button {
  display: inline-block;
  padding: 12px 50px;
  font-size: 16px;
  color: #fff;
  background-color: #583B8F;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-page > .container .contact .container form fieldset button:focus, .contact-page > .container .contact .container form fieldset button:active, .contact-page > .container .contact .container form fieldset button:hover {
  background-color: #f6f6f6 !important;
  color: #151515 !important;
  border: 1px solid #583B8F;
}
.contact-page > .container .contact .container form fieldset .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.contact-page > .container .contact .container form fieldset .row .col-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-page > .container .contact .container form fieldset .row .col-top .col {
  width: calc(50% - 10px);
}
.contact-page > .container .contact .container form fieldset .row .col-top .col-full {
  width: 100%;
}
.contact-page > .container .contact .container form fieldset .row .col-bottom {
  width: 100%;
}
.contact-page > .container .contact-information {
  width: 50%;
  padding: 60px 0;
}
.contact-page > .container .contact-information .container h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.contact-page > .container .contact-information .container h3 {
  color: #717171;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.contact-page > .container .contact-information .container ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 5px;
  margin-bottom: 20px;
}
.contact-page > .container .contact-information .container ul li:first-of-type {
  margin-top: 0;
}
.contact-page > .container .contact-information .container ul li h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.contact-page > .container .contact-information .container ul li p {
  margin-top: 5px;
}
.contact-page > .container .contact-information .container ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}

.press-room {
  padding: 60px 0;
}
.press-room .container h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.press-room .container .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.press-room .container .row .col {
  width: calc(33.33% - 20px);
}
.press-room .container .row .col h4 {
  font-weight: 600;
  margin-bottom: 18px;
}
.press-room .container .row .col p:first-of-type {
  margin-top: 0;
}
.annual-reports {
  padding: 60px 0;
}
.annual-reports .container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.annual-reports .container .container-carousel {
  position: relative;
  width: calc(100% - 20px);
}
.annual-reports .container .container-carousel .carousel {
  width: 100%;
}
.annual-reports .container .container-carousel .carousel-inner {
  display: flex;
  justify-content: space-between;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  gap: 0 40px;
  padding: 0 40px;
}
.annual-reports .container .container-carousel .carousel-item {
  max-width: 100%;
  box-sizing: border-box;
}
.annual-reports .container .container-carousel .carousel-item h4 {
  padding-top: 15px;
  font-weight: 400;
  font-size: 16px;
}
.annual-reports .container .container-carousel img {
  width: 100%;
  height: auto;
  display: block;
  border: solid 1px #eeeeee;
}
.annual-reports .container .container-carousel button {
  display: none;
  position: absolute;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  color: #fff;
  font-size: 25px;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.annual-reports .container .container-carousel button:hover {
  color: #EF6A00;
}
.annual-reports .container .container-carousel button.left-arrow {
  left: -50px;
}
.annual-reports .container .container-carousel button.right-arrow {
  right: -50px;
}
.annual-reports .container .content-info {
  width: 100%;
  text-align: left;
}
.annual-reports .container .content-info h2 {
  font-size: 32px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.institutional-inside {
  padding: 0 0 60px 0;
}
.institutional-inside .container h2 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.institutional-inside .container .row .col {
  width: 100%;
  display: flex;
  justify-content: center;
}
.institutional-inside .container .row .col ul {
  padding: 0 20px;
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.institutional-inside .container .row .col ul li {
  position: relative;
  padding-left: 5px;
  width: 287px;
}
.institutional-inside .container .row .col ul li:first-of-type {
  margin-top: 0;
  width: auto;
}
.institutional-inside .container .row .col ul li h4 {
  margin-bottom: 10px;
}
.institutional-inside .container .row .col ul li p {
  margin: 0;
}
.institutional-inside .container .row .col ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.institutional-inside .container .row .col h4 {
  font-weight: 500;
  margin-bottom: 5px;
}
.institutional-inside .container .row .col p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.institutional-inside .container .row .col p:first-of-type {
  margin-top: 0;
}
.institutional-inside .container .row .col a {
  text-decoration: none;
}
.institutional-inside .container .row .col #financial-statement-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.institutional-inside .container .row .col #financial-statement-form select {
  flex: 1;
  background: #f6f6f6;
  border: 2px solid transparent;
  height: 45px;
  padding: 10px 15px;
  position: relative;
  width: 100%;
  color: #a1a1a1;
}
.institutional-inside .container .row .col #financial-statement-form select::placeholder {
  color: #a1a1a1;
}
.institutional-inside .container .row .col #financial-statement-form button {
  background: #583B8F;
  border: 1px solid transparent;
  height: 45px;
  padding: 0 30px;
  line-height: 45px;
  border-radius: 0;
  float: right;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.institutional-inside .container .row .col #financial-statement-form button:focus, .institutional-inside .container .row .col #financial-statement-form button:active, .institutional-inside .container .row .col #financial-statement-form button:hover {
  background-color: #f6f6f6 !important;
  color: #151515 !important;
  border: 1px solid #583B8F;
}
.institutional-inside .container .row .col .accordion {
  overflow: hidden;
  width: 310px;
}
.institutional-inside .container .row .col .accordion .accordion-title {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  color: #151515;
}
.institutional-inside .container .row .col .accordion .accordion-title::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 20px;
  color: #C4D600;
}
.institutional-inside .container .row .col .accordion .accordion-title i {
  transition: transform 0.3s;
}
.institutional-inside .container .row .col .accordion .accordion-title.open i {
  transform: rotate(180deg);
}
.institutional-inside .container .row .col .accordion .accordion-content {
  display: none;
  padding: 15px;
}
.institutional-inside .container .row .col .accordion .accordion-content ul {
  display: block;
  margin: 5px 0;
}
.institutional-inside .container .row .col .accordion .accordion-content ul li {
  margin-bottom: 10px;
  width: auto;
}

.history {
  background: #f6f6f6;
}
.history .list-years {
  padding: 60px 0;
}
.history .list-years .container h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.history .list-years .container ul {
  border-top: 1px solid #EF6A00;
  border-bottom: 1px solid #EF6A00;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 40px;
}
.history .list-years .container ul li a {
  display: block;
  position: relative;
  width: 50px;
  font-family: "Montserrat", sans-serif;
  color: #151515;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: -0.55px;
  font-size: 22px;
}
.history .list-years .container ul li a.active {
  font-weight: 500;
}
.history .list-years .container ul li a.active:before {
  background-color: #EF6A00;
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}
.history .history-photos {
  padding: 60px 0;
}
.history .history-photos .container .container-carousel {
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.history .history-photos .container .container-carousel .carousel {
  overflow: hidden;
  width: 100%;
}
.history .history-photos .container .container-carousel .carousel-inner {
  display: flex;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.history .history-photos .container .container-carousel .carousel-item {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.history .history-photos .container .container-carousel .carousel-item .carousel-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.history .history-photos .container .container-carousel .carousel-item .carousel-row img {
  width: calc(33.33% - 20px);
}
.history .history-photos .container .container-carousel .carousel-item h4 {
  padding-top: 15px;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.history .history-photos .container .container-carousel img {
  width: 100%;
  height: auto;
  display: block;
}
.history .history-photos .container .container-carousel button {
  position: absolute;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  font-size: 25px;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  color: #717171 !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.history .history-photos .container .container-carousel button i {
  color: #717171 !important;
}
.history .history-photos .container .container-carousel button:active, .history .history-photos .container .container-carousel button:focus, .history .history-photos .container .container-carousel button:focus-visible, .history .history-photos .container .container-carousel button:focus-within, .history .history-photos .container .container-carousel button:active {
  color: #717171 !important;
}
.history .history-photos .container .container-carousel button:hover {
  color: #EF6A00;
}
.history .history-photos .container .container-carousel button.left-arrow {
  left: -50px;
}
.history .history-photos .container .container-carousel button.right-arrow {
  right: -50px;
}
.history .history-info {
  padding: 60px 0;
}
.history .history-info .container .row {
  display: flex;
  gap: 40px;
}
.history .history-info .container .row .col h4 {
  font-size: 40px;
  font-weight: 400;
}
.timeline-history {
  padding: 60px 0;
  background: #583B8F;
}
.timeline-history .container {
  text-align: center;
}
.timeline-history .container h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 40px;
}
.timeline-history .timeline {
  position: relative;
  margin-top: 40px;
}
.timeline-history .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #EF6A00;
  z-index: 1;
}
.timeline-history .timeline .timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
}
.timeline-history .timeline .timeline-item:last-of-type {
  margin-bottom: 0;
}
.timeline-history .timeline .timeline-item .year {
  width: 100px;
  height: 80px;
  color: #EF6A00;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.timeline-history .timeline .timeline-item .content {
  width: 45%;
  padding: 30px;
  position: relative;
  color: #ffffff;
}
.timeline-history .timeline .timeline-item .content:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #EF6A00;
}
.timeline-history .timeline .timeline-item .content.left {
  margin-right: auto;
  text-align: right;
}
.timeline-history .timeline .timeline-item .content.left:before {
  right: -10px;
}
.timeline-history .timeline .timeline-item .content.right {
  margin-left: auto;
  text-align: left;
}
.timeline-history .timeline .timeline-item .content.right:before {
  left: -10px;
}
.timeline-history .timeline .timeline-item .content p:first-of-type {
  margin-top: 0;
}
.timeline-history .timeline .timeline-item .content p img {
  display: block;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .timeline-history .timeline:before {
    display: none;
  }
  .timeline-history .timeline .timeline-item {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .timeline-history .timeline .timeline-item .year {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 1rem;
  }
  .timeline-history .timeline .timeline-item .content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .timeline-history .timeline .timeline-item .content:before {
    display: none;
  }
  .timeline-history .timeline .timeline-item .content.left, .timeline-history .timeline .timeline-item .content.right {
    text-align: center;
    margin: auto;
  }
}

.timeline-history-h {
  padding: 60px 0;
  background: #583B8F;
}
.timeline-history-h .container {
  text-align: center;
}
.timeline-history-h .container h2 {
  color: #ffffff;
  font-size: 32px;
}
.timeline-history-h .container .timeline-carousel {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0 0;
  /* Linha horizontal central */
  /* Botões de navegação */
}
.timeline-history-h .container .timeline-carousel::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #007bff;
  z-index: 1;
}
.timeline-history-h .container .timeline-carousel .timeline-track {
  display: flex;
  position: relative;
  margin: 0 20px;
  transition: transform 0.4s ease-in-out;
}
.timeline-history-h .container .timeline-carousel .timeline-track .timeline-item {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  margin: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  top: calc(50% - 24px);
  /* Linha vertical nos itens */
  /* Itens alternados: configurações de estilo */
  /*&:nth-child(odd) {
  	flex-direction: column-reverse; // Inverte o conteúdo
  	bottom: calc(50% - 25px);

  	&::before {
  		bottom: 50px;
  	}

  	.year {
  		margin-top: 50px;
  	}
  }*/
  /*&:nth-child(even) {
  	top: calc(50% - 24px);

  	&::before {
  		top: 50px;
  	}

  	.year {
  		margin-bottom: 50px;
  	}
  }*/
  /* Destaque para o ano */
  /* Estilo do conteúdo */
}
.timeline-history-h .container .timeline-carousel .timeline-track .timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 70px;
  background-color: #EF6A00;
  z-index: 1;
  top: 50px;
}
.timeline-history-h .container .timeline-carousel .timeline-track .timeline-item .year {
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
  color: #EF6A00;
}
.timeline-history-h .container .timeline-carousel .timeline-track .timeline-item .content {
  padding: 20px 30px;
  font-size: 14px;
  z-index: 2;
  color: #ffffff;
  text-align: left;
}
.timeline-history-h .container .timeline-carousel .prev-arrow,
.timeline-history-h .container .timeline-carousel .next-arrow {
  position: absolute;
  top: 85px;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  color: #EF6A00;
  font-size: 30px;
  /* Efeito ao passar o mouse */
}
.timeline-history-h .container .timeline-carousel .prev-arrow:hover,
.timeline-history-h .container .timeline-carousel .next-arrow:hover {
  color: #fff;
}
.timeline-history-h .container .timeline-carousel .prev-arrow {
  left: 10px;
}
.timeline-history-h .container .timeline-carousel .next-arrow {
  right: 10px;
}

.timeline-history-p {
  padding: 60px 0;
}
.timeline-history-p .container h2 {
  color: #ffffff;
  font-size: 32px;
}
.timeline-history-p .container > p {
  font-size: 17px;
}
.timeline-history-p .container .timeline-carousel {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0 0;
  /* Linha horizontal central */
  /* Botões de navegação */
}
.timeline-history-p .container .timeline-carousel::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #007bff;
  z-index: 1;
}
.timeline-history-p .container .timeline-carousel .timeline-track {
  display: flex;
  position: relative;
  margin: 0 20px;
  transition: transform 0.4s ease-in-out;
}
.timeline-history-p .container .timeline-carousel .timeline-track .timeline-item {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  margin: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  top: calc(50% - 24px);
  /* Linha vertical nos itens */
  /* Itens alternados: configurações de estilo */
  /*&:nth-child(odd) {
  	flex-direction: column-reverse; // Inverte o conteúdo
  	bottom: calc(50% - 25px);

  	&::before {
  		bottom: 50px;
  	}

  	.year {
  		margin-top: 50px;
  	}
  }*/
  /*&:nth-child(even) {
  	top: calc(50% - 24px);

  	&::before {
  		top: 50px;
  	}

  	.year {
  		margin-bottom: 50px;
  	}
  }*/
  /* Destaque para o ano */
  /* Estilo do conteúdo */
}
.timeline-history-p .container .timeline-carousel .timeline-track .timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 70px;
  background-color: #EF6A00;
  z-index: 1;
  top: 50px;
}
.timeline-history-p .container .timeline-carousel .timeline-track .timeline-item .year {
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
  color: #EF6A00;
}
.timeline-history-p .container .timeline-carousel .timeline-track .timeline-item .content {
  padding: 20px 30px;
  font-size: 14px;
  z-index: 2;
  text-align: left;
}
.timeline-history-p .container .timeline-carousel .prev-arrow,
.timeline-history-p .container .timeline-carousel .next-arrow {
  position: absolute;
  top: 85px;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  color: #EF6A00;
  font-size: 30px;
  /* Efeito ao passar o mouse */
}
.timeline-history-p .container .timeline-carousel .prev-arrow:hover, .timeline-history-p .container .timeline-carousel .prev-arrow:focus, .timeline-history-p .container .timeline-carousel .prev-arrow:focus *, .timeline-history-p .container .timeline-carousel .prev-arrow:focus-visible, .timeline-history-p .container .timeline-carousel .prev-arrow:active,
.timeline-history-p .container .timeline-carousel .next-arrow:hover,
.timeline-history-p .container .timeline-carousel .next-arrow:focus,
.timeline-history-p .container .timeline-carousel .next-arrow:focus *,
.timeline-history-p .container .timeline-carousel .next-arrow:focus-visible,
.timeline-history-p .container .timeline-carousel .next-arrow:active {
  color: #EF6A00 !important;
}
.timeline-history-p .container .timeline-carousel .prev-arrow {
  left: 10px;
}
.timeline-history-p .container .timeline-carousel .next-arrow {
  right: 10px;
}

.timeline-container {
  padding: 60px 0;
  background: #f6f6f6;
}
.timeline-container .container {
  text-align: center;
}
.timeline-container .container h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.timeline-container .container.orange .timeline h3 {
  color: #EF6A00;
}
.timeline-container .container.orange .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #EF6A00 !important;
}
.timeline-container .container .timeline {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
}
.timeline-container .container .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #ddd;
}
.timeline-container .container .timeline .timeline-item {
  position: relative;
  margin: 30px 0;
  width: 50%;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  /*&:before {
  	content: "";
  	position: absolute;
  	top: 20px;
  	left: calc(50% - 7px);
  	width: 14px;
  	height: 14px;
  	background: #007bff; !* Cor do ponto (pode usar variável também) *!
  	border-radius: 50%;
  	box-shadow: 0 0 0 3px #fff;
  	z-index: 1;
  }*/
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.timeline-container .container .timeline .timeline-item:nth-child(odd) {
  left: 0;
}
.timeline-container .container .timeline .timeline-item:nth-child(odd) h3 {
  text-align: right;
}
.timeline-container .container .timeline .timeline-item:nth-child(odd) h3 img,
.timeline-container .container .timeline .timeline-item:nth-child(odd) p img {
  float: right;
  margin-left: 10px;
}
.timeline-container .container .timeline .timeline-item:nth-child(even) {
  left: calc(50% + 4px);
}
.timeline-container .container .timeline .timeline-item:nth-child(even) h3,
.timeline-container .container .timeline .timeline-item:nth-child(even) p {
  text-align: left;
}
.timeline-container .container .timeline .timeline-item:nth-child(even) h3 img,
.timeline-container .container .timeline .timeline-item:nth-child(even) p img {
  float: left;
  margin-right: 10px;
}
.timeline-container .container .timeline .timeline-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.timeline-container .container .timeline .timeline-item p {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 0 0;
}
.timeline-container .container .timeline .timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .timeline-container .timeline:before {
    left: 5%; /* Ajusta o eixo central no mobile */
    width: 2px;
  }
  .timeline-container .timeline .timeline-item {
    width: 90%;
    left: 5%; /* Ajusta os itens ao eixo */
    margin: 20px auto;
  }
  .timeline-container .timeline .timeline-item:nth-child(even) h3,
  .timeline-container .timeline .timeline-item:nth-child(even) p, .timeline-container .timeline .timeline-item:nth-child(odd) h3,
  .timeline-container .timeline .timeline-item:nth-child(odd) p {
    text-align: left;
  }
  .timeline-container .timeline .timeline-item:before {
    left: -20px; /* Ajuste do ponto central */
  }
}

.timeline-container-purple {
  padding: 60px 0;
  background: #583B8F;
}
.timeline-container-purple .container {
  text-align: center;
}
.timeline-container-purple .container.parallax {
  background: url("images/bg-irm.png") no-repeat center center;
  background-size: auto;
  background-attachment: fixed;
}
.timeline-container-purple .container.orange .timeline h3 {
  color: #EF6A00;
}
.timeline-container-purple .container.orange .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #EF6A00 !important;
}
.timeline-container-purple .container h2 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #ffffff;
}
.timeline-container-purple .container .timeline {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
}
.timeline-container-purple .container .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  border-radius: 2px;
  background: #fff;
}
.timeline-container-purple .container .timeline .timeline-item {
  position: relative;
  margin: 30px 0;
  width: 50%;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  /*&:before {
  	content: "";
  	position: absolute;
  	top: 20px;
  	left: calc(50% - 7px);
  	width: 14px;
  	height: 14px;
  	background: #007bff; !* Cor do ponto (pode usar variável também) *!
  	border-radius: 50%;
  	box-shadow: 0 0 0 3px #fff;
  	z-index: 1;
  }*/
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.timeline-container-purple .container .timeline .timeline-item:nth-child(odd) {
  left: -2px;
}
.timeline-container-purple .container .timeline .timeline-item:nth-child(odd) h3,
.timeline-container-purple .container .timeline .timeline-item:nth-child(odd) p {
  text-align: right;
}
.timeline-container-purple .container .timeline .timeline-item:nth-child(odd) h3 img,
.timeline-container-purple .container .timeline .timeline-item:nth-child(odd) p img {
  float: right;
  margin-left: 10px;
}
.timeline-container-purple .container .timeline .timeline-item:nth-child(even) {
  left: calc(50% + 6px);
}
.timeline-container-purple .container .timeline .timeline-item:nth-child(even) h3,
.timeline-container-purple .container .timeline .timeline-item:nth-child(even) p {
  text-align: left;
}
.timeline-container-purple .container .timeline .timeline-item:nth-child(even) h3 img,
.timeline-container-purple .container .timeline .timeline-item:nth-child(even) p img {
  float: left;
  margin-right: 10px;
}
.timeline-container-purple .container .timeline .timeline-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.timeline-container-purple .container .timeline .timeline-item p {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 0 0;
}
.timeline-container-purple .container .timeline .timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .timeline-container-purple .timeline:before {
    left: 5%; /* Ajusta o eixo central no mobile */
    width: 2px;
  }
  .timeline-container-purple .timeline .timeline-item {
    width: 90%;
    left: 5%; /* Ajusta os itens ao eixo */
    margin: 20px auto;
  }
  .timeline-container-purple .timeline .timeline-item:nth-child(even) h3,
  .timeline-container-purple .timeline .timeline-item:nth-child(even) p, .timeline-container-purple .timeline .timeline-item:nth-child(odd) h3,
  .timeline-container-purple .timeline .timeline-item:nth-child(odd) p {
    text-align: left;
  }
  .timeline-container-purple .timeline .timeline-item:before {
    left: -20px; /* Ajuste do ponto central */
  }
}

.awards {
  padding: 60px 0;
}
.awards .container {
  text-align: center;
}
.awards .container h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 40px;
}
.awards .container > p {
  text-align: left;
  font-size: 17px;
}
.awards .container > p:first-of-type {
  margin-top: 0;
}
.awards .timeline {
  position: relative;
  margin-top: 40px;
}
.awards .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #583B8F;
  z-index: 1;
}
.awards .timeline .timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
}
.awards .timeline .timeline-item:last-of-type {
  margin-bottom: 0;
}
.awards .timeline .timeline-item .year {
  width: 100px;
  height: 80px;
  color: #583B8F;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.awards .timeline .timeline-item .content {
  width: 45%;
  padding: 30px;
  position: relative;
}
.awards .timeline .timeline-item .content:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #583B8F;
}
.awards .timeline .timeline-item .content.left {
  margin-right: auto;
  text-align: right;
}
.awards .timeline .timeline-item .content.left:before {
  right: -10px;
}
.awards .timeline .timeline-item .content.right {
  margin-left: auto;
  text-align: left;
}
.awards .timeline .timeline-item .content.right:before {
  left: -10px;
}
.awards .timeline .timeline-item .content p:first-of-type {
  margin-top: 0;
}
.awards .timeline .timeline-item .content p img {
  display: block;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .awards .timeline:before {
    display: none;
  }
  .awards .timeline .timeline-item {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .awards .timeline .timeline-item .year {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 1rem;
  }
  .awards .timeline .timeline-item .content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .awards .timeline .timeline-item .content:before {
    display: none;
  }
  .awards .timeline .timeline-item .content.left, .awards .timeline .timeline-item .content.right {
    text-align: center;
    margin: auto;
  }
}

/*.awards {
	padding: 60px 0;

	.container {
		h2 {
			font-size: 32px;
			margin-bottom: 30px;
		}

		p {
			text-align: justify;
		}

		.tabs-container {
			display: flex;
			flex-wrap: wrap;

			.tabs {
				padding: 20px;
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				$gap: 30px 40px;
				gap: $gap;

				button {
					width: 50px;
					display: block;
					position: relative;
					font-family: 'Montserrat', sans-serif;
					color: $cor_title !important;
					font-weight: 400;
					line-height: 1.36;
					letter-spacing: -0.55px;
					font-size: 22px;

					&.active {
						font-weight: 500;

						&:before {
							background-color: $cor_01;
							content: "";
							height: 2px;
							width: 20px;
							position: absolute;
							left: 3px;
							right: 0;
							bottom: -3px;
						}
					}
				}
			}

			.tab-contents {
				width: 100%;

				.tab-content {
					display: none;
					border: 1px solid $bg_gray;
					padding: 20px;
					flex-wrap: wrap;
					$gap: 20px;
					gap: $gap;
					width: 100%;


					.content {
						width: calc(50% - $gap);

						h2 {
							margin-bottom: 10px;
						}

						p {

						}
					}

					img {
						width: calc(50% - $gap);
					}


					&.active {
						display: flex;

					}
				}
			}

		}


	}

}*/
.team {
  padding: 60px 0;
}
.team .container {
  /*ul {
  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
  	column-gap: 20px;
  	row-gap: 20px;
  	padding: 0 20px;

  	li {
  		position: relative;
  		padding-left: 5px;

  		&:first-of-type {
  			margin-top: 0;
  		}

  		h4 {
  			margin-bottom: 10px;
  		}

  		p {
  			margin: 0;
  		}

  		// Adiciona a seta estilizada
  		&::before {
  			content: '\f105'; // Código Unicode para o ícone 'la-angle-right' (verifique o correto)
  			font-family: "Line Awesome Free"; // Ou "LineAwesome", dependendo do seu ícone
  			font-weight: 900;
  			position: absolute;
  			top: -3px; // Posiciona no topo do item <li>
  			left: -20px; // Ajusta a posição horizontal (ajuste conforme desejado)
  			font-size: 20px; // Tamanho do ícone
  			color: $cor_03; // Seta com a cor definida pela variável $cor_03
  		}
  	}
  }*/
}
.team .container h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.team .container ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.team .container ul li {
  position: relative;
  padding: 15px 0;
}
.team .container ul li:last-of-type {
  padding-bottom: 0;
}
.team .container ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.team .container ul li p {
  margin: 0;
}
.team .container.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.team .container.row .col {
  width: calc(50% - 20px);
}
.team .container.row .col ul {
  display: block;
}

.corporate-board {
  padding: 60px 0;
}
.corporate-board .container h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.corporate-board .container p:first-of-type {
  margin-top: 0;
}
.corporate-board .container ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.corporate-board .container ul li {
  position: relative;
  padding-left: 5px;
  background: #f6f6f6;
  padding: 20px;
  border-left: 3px solid #EF6A00;
}
.corporate-board .container ul li:first-of-type {
  margin-top: 0;
}
.corporate-board .container ul li h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #583B8F;
}
.corporate-board .container ul li p {
  margin: 0;
}

.endowments-page {
  padding: 60px 0;
}
.endowments-page .container-full {
  background: #583B8F;
  padding: 60px 0;
  margin-top: 60px;
}
.endowments-page .container-full .container h3 {
  margin-bottom: 25px;
  margin-top: 0;
  text-align: center;
  color: #ffffff;
}
.endowments-page .container-full .container p {
  color: #ffffff;
}
.endowments-page .container-full .container .box-purple {
  padding: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 25px;
}
.endowments-page .container-full .container .box-purple p {
  margin: 0;
  width: calc(33.33% - 25px);
  background: #ffffff;
  padding: 20px;
  color: #717171;
}
.endowments-page .container-full .container .box-purple p strong {
  color: #583B8F;
  font-size: 18px;
}
.endowments-page .container h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.endowments-page .container h3, .endowments-page .container h4, .endowments-page .container h5 {
  margin-top: 60px;
}
.endowments-page .container h3 + h4 {
  margin-top: 15px;
}
.endowments-page .container p.large {
  font-size: 20px;
}
.endowments-page .container ul {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 10px;
}
.endowments-page .container ul li {
  position: relative;
  padding-left: 5px;
}
.endowments-page .container ul li:first-of-type {
  margin-top: 0;
}
.endowments-page .container ul li h4 {
  margin-bottom: 10px;
}
.endowments-page .container ul li p {
  margin: 0;
}
.endowments-page .container ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.endowments-page .container .box-grey {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.endowments-page .container .box-grey p {
  margin: 0;
  width: 33.33%;
  padding: 30px 40px;
}
.endowments-page .container .box-grey p:nth-child(2) {
  border-left: 2px solid #EF6A00;
  border-right: 2px solid #EF6A00;
}
.endowments-page .container .box-grey p strong {
  color: #151515;
  font-size: 18px;
}
.endowments-page .container .box-grey-two {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.endowments-page .container .box-grey-two h4 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
}
.endowments-page .container .box-grey-two .col-left, .endowments-page .container .box-grey-two .col-right {
  width: 50%;
  padding: 30px 40px 10px 40px;
}
.endowments-page .container .box-grey-two .col-left.col-left, .endowments-page .container .box-grey-two .col-right.col-left {
  border-right: 2px solid #EF6A00;
}
.endowments-page .container .box-grey-two .col-left h3, .endowments-page .container .box-grey-two .col-right h3 {
  margin-top: 0;
  font-size: 20px;
}
.endowments-page .container .box-grey-two .col-left p, .endowments-page .container .box-grey-two .col-right p {
  margin-top: 10px;
}
.endowments-page .container .box-grey-two .col-left ul, .endowments-page .container .box-grey-two .col-right ul {
  padding: 20px;
  display: block;
}
.endowments-page .container .box-grey-two .col-left ul li, .endowments-page .container .box-grey-two .col-right ul li {
  position: relative;
  padding-left: 5px;
  margin-top: 10px;
}
.endowments-page .container .box-grey-two .col-left ul li:first-of-type, .endowments-page .container .box-grey-two .col-right ul li:first-of-type {
  margin-top: 0;
}
.endowments-page .container .box-grey-two .col-left ul li h4, .endowments-page .container .box-grey-two .col-right ul li h4 {
  margin-bottom: 10px;
}
.endowments-page .container .box-grey-two .col-left ul li p, .endowments-page .container .box-grey-two .col-right ul li p {
  margin: 0;
}
.endowments-page .container .box-grey-two .col-left ul li::before, .endowments-page .container .box-grey-two .col-right ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.endowments-page .container .box-grey-two p {
  margin: 0;
}
.endowments-page .container .box-grey-two p strong {
  color: #583B8F;
  font-size: 18px;
}
.endowments-page .container .explanation h2 {
  margin-top: 50px;
}
.endowments-page .container .presentation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.endowments-page .container .presentation .img {
  flex: 0 0 auto;
}
.endowments-page .container .presentation .content {
  flex: 1;
}
.endowments-page .container .seal-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.endowments-page .container .seal-container .seal-content {
  width: calc(50% - 20px);
}
.endowments-page .container .seal-container .seal {
  width: calc(50% - 20px);
  margin-top: 112px;
  text-align: center;
}
.endowments-page .container .seal-container .seal img {
  border: 2px solid #eeeeee;
}
.endowments-page .container .seal-container .gallery {
  width: 100%;
}
.endowments-page .container .seal-container .gallery h3 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 60px;
}
.endowments-page .container .seal-container .gallery .partners {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 20px;
}
.endowments-page .container .seal-container .gallery .partners img {
  width: 150px;
  height: auto;
}

.institutional-partners {
  padding: 60px 0;
}
.institutional-partners .container h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
.institutional-partners .container h3 {
  margin-top: 45px;
}
.institutional-partners .container ul {
  padding: 0 20px;
  margin-top: 20px;
}
.institutional-partners .container ul li {
  margin-top: 20px;
  position: relative;
  padding-left: 5px;
}
.institutional-partners .container ul li:first-of-type {
  margin-top: 0;
}
.institutional-partners .container ul li h4 {
  margin-bottom: 10px;
}
.institutional-partners .container ul li p {
  margin: 0;
}
.institutional-partners .container ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.institutional-partners .container .explanation h2 {
  margin-top: 50px;
}
.institutional-partners .container .presentation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.institutional-partners .container .presentation .img {
  flex: 0 0 auto;
}
.institutional-partners .container .presentation .content {
  flex: 1;
}
.institutional-partners .container .presentation .content p:first-of-type {
  margin: 0;
}
.institutional-partners .container .presentation .content p {
  font-size: 17px;
}
.institutional-partners .container .gallery .seal {
  margin-top: 40px;
  text-align: center;
}
.institutional-partners .container .gallery .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}
.institutional-partners .container .gallery .partners img {
  width: 150px;
  height: auto;
}

.partners-project {
  padding: 60px 0;
}
.partners-project .container h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
.partners-project .container h3 {
  margin-top: 45px;
}
.partners-project .container ul {
  padding: 0 20px;
  margin-top: 20px;
}
.partners-project .container ul li {
  margin-top: 20px;
  position: relative;
  padding-left: 5px;
}
.partners-project .container ul li:first-of-type {
  margin-top: 0;
}
.partners-project .container ul li h4 {
  margin-bottom: 10px;
}
.partners-project .container ul li p {
  margin: 0;
}
.partners-project .container ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.partners-project .container .explanation h2 {
  margin-top: 50px;
}
.partners-project .container .presentation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.partners-project .container .presentation .img {
  flex: 0 0 auto;
}
.partners-project .container .presentation .content {
  flex: 1;
}
.partners-project .container .presentation .content p:first-of-type {
  margin: 0;
}
.partners-project .container .presentation .content p {
  font-size: 17px;
}
.partners-project .container .project {
  margin: 80px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.partners-project .container .project:last-of-type {
  margin-bottom: 40px;
}
.partners-project .container .project .img {
  flex: 0 0 auto;
}
.partners-project .container .project .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partners-project .container .gallery h3 {
  margin-top: 30px;
}
.partners-project .container .gallery .seal {
  margin-top: 40px;
  text-align: center;
}
.partners-project .container .gallery .partners {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px 0 0 0;
}
.partners-project .container .gallery .partners img {
  width: auto;
  height: auto;
}

.licensing-products {
  padding: 60px 0;
}
.licensing-products .container h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
.licensing-products .container h3 {
  margin-top: 45px;
}
.licensing-products .container ul {
  padding: 0 20px;
  margin-top: 15px;
}
.licensing-products .container ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 5px;
}
.licensing-products .container ul li:first-of-type {
  margin-top: 0;
}
.licensing-products .container ul li h4 {
  margin-bottom: 10px;
}
.licensing-products .container ul li p {
  margin: 0;
}
.licensing-products .container ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.licensing-products .container .explanation h2 {
  margin-top: 50px;
}
.licensing-products .container .explanation p:first-of-type {
  margin: 0;
}
.licensing-products .container .explanation p {
  font-size: 17px;
}
.licensing-products .container .gallery .seal {
  margin-top: 40px;
  text-align: center;
}
.licensing-products .container .gallery .imagens {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}
.licensing-products .container .gallery .imagens img {
  width: auto;
  height: auto;
}

.donations {
  padding: 60px 0;
}
.donations .container h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
.donations .container ul {
  padding: 0 20px;
  margin-top: 20px;
}
.donations .container ul li {
  margin-top: 20px;
  position: relative;
  padding-left: 5px;
}
.donations .container ul li:first-of-type {
  margin-top: 0;
}
.donations .container ul li h4 {
  margin-bottom: 10px;
}
.donations .container ul li p {
  margin: 0;
}
.donations .container ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.donations .container .explanation h2 {
  margin-top: 50px;
}
.donations .container .presentation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.donations .container .presentation .img {
  flex: 0 0 auto;
}
.donations .container .presentation .content {
  flex: 1;
}
.donations .container .presentation .content h3 {
  font-size: 22px;
  margin-top: 30px;
}
.donations .container .presentation .content p:first-of-type {
  margin: 0;
}
.donations .container .presentation .content p {
  font-size: 17px;
}
.donations .container .gallery .seal {
  margin-top: 40px;
  text-align: center;
}
.donations .container .gallery .imagens {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.donations .container .gallery .imagens img {
  width: auto;
  height: auto;
}

.programs {
  padding: 60px 0;
}
.programs .container h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.programs .container ul.list {
  padding: 0 20px;
  margin-top: 20px;
}
.programs .container ul.list li {
  margin-top: 20px;
  position: relative;
  padding-left: 5px;
}
.programs .container ul.list li:first-of-type {
  margin-top: 0;
}
.programs .container ul.list li h4 {
  margin-bottom: 10px;
}
.programs .container ul.list li p {
  margin: 0;
}
.programs .container ul.list li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.programs .container ul.column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.programs .container ul.column li {
  position: relative;
  padding-left: 5px;
  padding: 20px;
}
.programs .container ul.column li:first-of-type {
  margin-top: 0;
}
.programs .container ul.column li h4 {
  margin-bottom: 10px;
}
.programs .container ul.column li p {
  margin: 0;
}
.programs .container .explanation {
  width: 66.66%;
}
.programs .container .explanation p:first-of-type {
  margin: 0;
}
.programs .container .explanation p {
  font-size: 16px;
}
.programs .container .explanation h2 {
  margin-top: 45px;
}
.programs .container .explanation h2:first-of-type {
  margin-top: 0;
}
.programs .container .explanation h3 {
  font-size: 22px;
  margin-top: 20px;
}
.programs .container .presentation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.programs .container .presentation .img {
  flex: 0 0 auto;
}
.programs .container .presentation .content {
  flex: 1;
}
.programs .container .presentation .content h3 {
  font-size: 22px;
  margin-top: 30px;
}
.programs .container .gallery .seal {
  margin-top: 40px;
  text-align: center;
}
.programs .container .gallery .imagens {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.programs .container .gallery .imagens img {
  width: auto;
  height: auto;
}

.programs-items {
  padding: 0 0 60px 0;
}
.programs-items .container {
  padding: 0 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
}
.programs-items .container h2 {
  width: 100%;
  font-size: 32px;
  margin-bottom: 25px;
}
.programs-items .container .col {
  width: calc(33.33% - 40px);
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.programs-items .container .col .content {
  display: block;
  padding: 15px;
}
.programs-items .container .col .content img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  height: auto;
}
.programs-items .container .col .content h4 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.programs-items .container .col .content p {
  margin: 0;
}

.post-content {
  padding: 60px 0;
}
.post-content .container .content .breadcrumb {
  margin-bottom: 10px;
  font-size: 14px;
}
.post-content .container .content .breadcrumb a {
  display: inline-block;
  color: #717171;
  text-decoration: none;
}
.post-content .container .content .breadcrumb a:hover {
  text-decoration: underline;
}
.post-content .container .content h1.title-line {
  margin-bottom: 22px;
}
.post-content .container .content h3.title-line {
  margin-bottom: 20px;
}
.post-content .container .content p:first-of-type {
  margin-top: 0;
}
.post-content .container .content p .img-description {
  display: block;
  color: #8B8B8B;
  font-size: 12px;
  margin-top: 10px;
}
.post-content .container .content .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
}
.post-content .container .content .row .col-left {
  width: calc(66.66% - 60px);
}
.post-content .container .content .row .col-left h2, .post-content .container .content .row .col-left h3, .post-content .container .content .row .col-left h4, .post-content .container .content .row .col-left h5, .post-content .container .content .row .col-left h6 {
  margin-top: 45px;
}
.post-content .container .content .row .col-left .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}
.post-content .container .content .row .col-left .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post-content .container .content .row .col-left ul.list {
  padding: 0 20px;
  margin-top: 15px;
}
.post-content .container .content .row .col-left ul.list li {
  margin-top: 15px;
  position: relative;
  padding-left: 5px;
}
.post-content .container .content .row .col-left ul.list li:first-of-type {
  margin-top: 0;
}
.post-content .container .content .row .col-left ul.list li h4 {
  margin-bottom: 10px;
}
.post-content .container .content .row .col-left ul.list li p {
  margin: 0;
}
.post-content .container .content .row .col-left ul.list li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}
.post-content .container .content .row .col-right {
  width: calc(33.33% - 60px);
  padding: 0 15px 15px;
}
.post-content .container .content .row .col-right h3 {
  font-size: 18px;
}
.post-content .container .content .row .col-right .col {
  margin-bottom: 45px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-content .container .content .row .col-right .col .content {
  display: block;
}
.post-content .container .content .row .col-right .col .content img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  height: auto;
}
.post-content .container .content .row .col-right .col .content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px 0;
}
.post-content .container .content .row .col-right .col .content p {
  margin-bottom: 10px;
}
.post-content .container .share {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  width: 100%;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 15px 0;
}
.post-content .container .share p {
  margin: 0;
  padding: 0;
  color: #717171;
  font-weight: 500;
}
.post-content .container .share .social {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
}
.post-content .container .share .social li {
  display: block;
  margin-right: 7px;
  border: 1px solid #583B8F;
}
.post-content .container .share .social li a {
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  color: #583B8F;
  font-size: 20px;
  line-height: 1.5;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-content .container .share .social li a:hover, .post-content .container .share .social li a:focus, .post-content .container .share .social li a:focus-visible, .post-content .container .share .social li a:active {
  border: 1px solid #583B8F;
  color: #fff;
  background: #583B8F;
}
.post-content .container .share .social li a i {
  line-height: inherit;
}

.partners-page {
  padding: 60px 0;
}
.partners-page .container h2 {
  margin-top: 45px;
}
.partners-page .container h2:first-of-type {
  margin-top: 0;
}
.partners-page .container p:first-of-type {
  margin-top: 0;
}
.partners-page .container .partners-gallery {
  margin-bottom: 60px;
}
.partners-page .container .partners-gallery h3 {
  font-size: 32px;
}
.partners-page .container .partners-gallery .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}
.partners-page .container .partners-gallery .row img {
  width: 150px;
  height: auto;
}
.partners-page .container .partners-gallery .row.small img {
  width: 80px;
}

.error-404 {
  padding: 60px 0;
}
.error-404 .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.error-404 .container .content-area {
  width: 66.66%;
}
.error-404 .container .content-area .search-form {
  width: calc(50% - 20px);
  margin-top: 30px;
}
.error-404 .container .content-area .search-form fieldset {
  display: flex;
  margin: 0;
}
.error-404 .container .content-area .search-form fieldset input {
  width: auto;
  flex: 1;
  background: #f6f6f6;
  border: 2px solid transparent;
  height: 45px;
  padding: 10px 15px;
  position: relative;
}
.error-404 .container .content-area .search-form fieldset input::placeholder {
  color: #a1a1a1;
}
.error-404 .container .content-area .search-form fieldset button {
  background: #f6f6f6;
  height: 45px;
  padding: 10px 15px;
  font-size: 20px;
}
.about-us-en {
  padding: 60px 0;
}
.about-us-en .container .row {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.about-us-en .container .row .col {
  width: 33.33%;
  padding: 25px;
}
.about-us-en .container .row .col h3 {
  font-size: 20px;
}
.about-us-en .container .row .col:nth-of-type(2) {
  border-left: 2px solid #EF6A00;
  border-right: 2px solid #EF6A00;
}

.diversa-en {
  padding: 0 0 60px 0;
}
.diversa-en .container h2 {
  font-size: 32px;
}
.diversa-en .container .row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.diversa-en .container .row .col {
  width: calc(50% - 20px);
}
.diversa-en .container .row .col .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}
.diversa-en .container .row .col .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.open-doors-inclusion-en {
  padding: 0 0 60px 0;
}
.open-doors-inclusion-en .container h2 {
  font-size: 32px;
}
.open-doors-inclusion-en .container .row {
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.open-doors-inclusion-en .container .row .col {
  width: calc(25% - 20px);
}
.trajectory-en {
  padding: 90px 0;
  background: #583B8F;
  background-size: auto 97%;
}
.trajectory-en .container {
  padding: 0 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  color: #ffffff;
}
.trajectory-en .container h2 {
  color: #ffffff;
}
.trajectory-en .container h3 {
  color: #ffffff;
  font-size: 26px;
  margin-top: 45px;
}
.trajectory-en .container h3:first-of-type {
  margin-top: 0;
}
.trajectory-en .container a {
  position: absolute;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.trajectory-en .container a:hover {
  background: #ffffff;
  color: #583B8F;
}
.trajectory-en .container a:focus-visible, .trajectory-en .container a:focus {
  background: #ffffff !important;
  color: #583B8F !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.trajectory-en .container .row {
  display: flex;
  gap: 20px 60px;
}
.trajectory-en .container .row .col {
  margin-bottom: 20px;
}
.trajectory-en .container .row .col h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 42px;
  margin-top: 0;
}
.trajectory-en .container .row .col h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.superintendency-en {
  padding: 60px 0;
}
.superintendency-en .container {
  display: flex;
  gap: 20px 40px;
}
.superintendency-en .container img {
  width: 100px;
}
.superintendency-en .container .content {
  width: 66.66%;
}
.superintendency-en .container .content p {
  margin-top: 0;
}
.superintendency-en .container .content h3 {
  margin-top: 10px;
}
.superintendency-en .container .content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.boxs {
  padding: 60px 0;
}
.boxs .container .box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxs .container .box:first-of-type {
  margin-top: 0;
}
.boxs .container .box .col-left {
  margin-right: 10px;
}
.boxs .container .box .col-right {
  margin-left: 10px;
}
.boxs .container .box .col-left, .boxs .container .box .col-right {
  width: calc(50% - 20px);
  padding: 20px 30px;
}
.boxs .container .box.box-1 .col-left, .boxs .container .box.box-1 .col-right {
  border-left: 2px solid #583B8F;
}
.boxs .container .box.box-2 .col-left, .boxs .container .box.box-2 .col-right {
  border-left: 2px solid #583B8F;
}
.boxs .container .box.box-2 .col-left h3, .boxs .container .box.box-2 .col-right h3 {
  color: #583B8F;
}
.boxs .container .box.box-3 .col-left, .boxs .container .box.box-3 .col-right {
  border-left: 2px solid #583B8F;
  background: #f6f6f6;
}
.boxs .container .box.box-4 .col-left, .boxs .container .box.box-4 .col-right {
  border-left: 2px solid #583B8F;
  background: #f6f6f6;
}
.boxs .container .box.box-4 .col-left h3, .boxs .container .box.box-4 .col-right h3 {
  color: #583B8F;
}
.boxs .container .box.box-5 .col-left, .boxs .container .box.box-5 .col-right {
  border-left: 2px solid #EF6A00;
}
.boxs .container .box.box-6 .col-left, .boxs .container .box.box-6 .col-right {
  border-left: 2px solid #EF6A00;
}
.boxs .container .box.box-6 .col-left h3, .boxs .container .box.box-6 .col-right h3 {
  color: #EF6A00;
}
.boxs .container .box.box-7 .col-left, .boxs .container .box.box-7 .col-right {
  border-left: 2px solid #EF6A00;
  background: #f6f6f6;
}
.boxs .container .box.box-8 .col-left, .boxs .container .box.box-8 .col-right {
  border-left: 2px solid #EF6A00;
  background: #f6f6f6;
}
.boxs .container .box.box-8 .col-left h3, .boxs .container .box.box-8 .col-right h3 {
  color: #EF6A00;
}
.boxs .container .box.box-9 .col-left, .boxs .container .box.box-9 .col-right {
  border-left: 2px solid #EF6A00;
}
.boxs .container .box.box-9 .col-left h3, .boxs .container .box.box-9 .col-right h3 {
  color: #583B8F;
}
.boxs .container .box.box-10 .col-left, .boxs .container .box.box-10 .col-right {
  border-left: 2px solid #583B8F;
}
.boxs .container .box.box-10 .col-left h3, .boxs .container .box.box-10 .col-right h3 {
  color: #EF6A00;
}
.boxs .container .box.box-11 .col-left, .boxs .container .box.box-11 .col-right {
  border-top: 2px solid #583B8F;
  border-bottom: 2px solid #583B8F;
}
.boxs .container .box.box-12 .col-left, .boxs .container .box.box-12 .col-right {
  width: 50%;
  padding: 20px 30px;
  margin: 0;
}
.boxs .container .box.box-12 .col-left.col-left, .boxs .container .box.box-12 .col-right.col-left {
  border-right: 2px solid #583B8F;
}
.boxs .container .box.box-12 .col-left h3, .boxs .container .box.box-12 .col-right h3 {
  color: #583B8F;
}
.boxs .container .box.box-13 .col-left, .boxs .container .box.box-13 .col-right {
  width: 50%;
  padding: 20px 30px;
  margin: 0;
}
.boxs .container .box.box-13 .col-left.col-left, .boxs .container .box.box-13 .col-right.col-left {
  border-right: 2px solid #583B8F;
}
.boxs .container .box.box-14 .col-left, .boxs .container .box.box-14 .col-right {
  background: #583B8F;
}
.boxs .container .box.box-14 .col-left h3, .boxs .container .box.box-14 .col-right h3 {
  color: #ffffff;
}
.boxs .container .box.box-14 .col-left p, .boxs .container .box.box-14 .col-right p {
  color: #ffffff;
}
.boxs .container .box.box-15 .col-left, .boxs .container .box.box-15 .col-right {
  background: #EF6A00;
}
.boxs .container .box.box-15 .col-left h3, .boxs .container .box.box-15 .col-right h3 {
  color: #ffffff;
}
.boxs .container .box.box-15 .col-left p, .boxs .container .box.box-15 .col-right p {
  color: #ffffff;
}
.boxs .container .box.box-16 .col-left, .boxs .container .box.box-16 .col-right {
  border: 2px solid #EF6A00;
}
.boxs .container .box.box-17 .col-left, .boxs .container .box.box-17 .col-right {
  border: 2px solid #583B8F;
}
.boxs .container .box.box-18 .col-left, .boxs .container .box.box-18 .col-right {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.boxs .container .box.box-19 .col-left, .boxs .container .box.box-19 .col-right {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.boxs .container .box.box-19 .col-left h3, .boxs .container .box.box-19 .col-right h3 {
  color: #583B8F;
}
.boxs .container .box.box-20 .col-left, .boxs .container .box.box-20 .col-right {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.boxs .container .box.box-20 .col-left p strong, .boxs .container .box.box-20 .col-right p strong {
  color: #583B8F;
  font-weight: bold;
}
.boxs .container .box.box-20 .col-left:hover, .boxs .container .box.box-20 .col-right:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.boxs .container .box h4 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
.boxs .container .box h3 {
  margin-top: 0;
  font-size: 20px;
}
.boxs .container .box p {
  margin-top: 10px;
}
.boxs .container .box p strong {
  color: #583B8F;
  font-size: 18px;
}
.boxs .container .box ul {
  padding: 20px;
  display: block;
}
.boxs .container .box ul li {
  position: relative;
  padding-left: 5px;
  margin-top: 10px;
}
.boxs .container .box ul li:first-of-type {
  margin-top: 0;
}
.boxs .container .box ul li h4 {
  margin-bottom: 10px;
}
.boxs .container .box ul li p {
  margin: 0;
}
.boxs .container .box ul li::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  color: #C4D600;
}

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