@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
.highlight .err {
  color: #e3d2d2;
  background-color: #a61717;
}
.highlight .c {
  color: #9c9996;
}
.highlight .cm {
  color: #9c9996;
}
.highlight .cp {
  color: #9c9996;
}
.highlight .c1 {
  color: #9c9996;
}
.highlight .cs {
  color: #9c9996;
  font-style: italic;
}
.highlight .gd {
  color: #e25050;
}
.highlight .gd .x {
  color: #e25050;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #3f993f;
}
.highlight .gi .x {
  color: #3f993f;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k {
  color: #cf222e;
}
.highlight .kc {
  color: #cf222e;
}
.highlight .kd {
  color: #cf222e;
}
.highlight .kp {
  color: #cf222e;
}
.highlight .kr {
  color: #cf222e;
}
.highlight .kt {
  color: #445588;
}
.highlight .n {
  color: #111111;
}
.highlight .na {
  color: #097e39;
}
.highlight .nb {
  color: #cf222e;
}
.highlight .bp {
  color: #999999;
}
.highlight .nc {
  color: #097e39;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #2c7d74;
}
.highlight .ni {
  color: #097e39;
}
.highlight .nn {
  color: #097e39;
}
.highlight .no {
  color: #a61154;
}
.highlight .nt {
  color: #b81e63;
}
.highlight .nv {
  color: #752a75;
}
.highlight .vc {
  color: #752a75;
}
.highlight .vg {
  color: #752a75;
}
.highlight .vi {
  color: #752a75;
}
.highlight .o {
  color: #0842a0;
}
.highlight .ow {
  color: #0842a0;
}
.highlight .m {
  color: #005a99;
}
.highlight .mf {
  color: #005a99;
}
.highlight .mh {
  color: #005a99;
}
.highlight .mi {
  color: #005a99;
}
.highlight .il {
  color: #005a99;
}
.highlight .mo {
  color: #005a99;
}
.highlight .s {
  color: #914d08;
}
.highlight .s1 {
  color: #914d08;
}
.highlight .s2 {
  color: #914d08;
}
.highlight .sb {
  color: #914d08;
}
.highlight .sc {
  color: #914d08;
}
.highlight .sd {
  color: #914d08;
}
.highlight .se {
  color: #914d08;
}
.highlight .sh {
  color: #914d08;
}
.highlight .si {
  color: #914d08;
}
.highlight .sr {
  color: #009926;
}
.highlight .ss {
  color: #0842a0;
}
.highlight .sx {
  color: #914d08;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .lineno, .highlight .gl {
  color: #9c9996;
}
.highlight .hll {
  background-color: #ffffcc;
}

html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Inter", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, sans-serif;
  color: rgb(65.25, 65.25, 65.25);
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
div.highlight,
figure.highlight {
  margin-bottom: 18px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: #374252;
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: #1e69d8;
  text-decoration: none;
}
a:visited {
  color: #1e69d8;
}
a:hover {
  color: rgb(65.25, 65.25, 65.25);
  text-decoration: none;
  text-underline-offset: 3px;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #818181;
  border-left: 4px solid #e7e7e7;
  padding-left: 15px;
  font-size: 1.05rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  background-color: #f6f8fa;
}
@media screen and (max-width: 640px) {
  pre,
  code {
    font-family: monospace;
  }
}

pre {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #374252;
  overflow-x: auto;
}
pre > code {
  display: inline-block;
  width: 100%;
}

div.highlight, figure.highlight {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
div.highlight pre, figure.highlight pre {
  margin: 0;
}
div.highlight table, div.highlight tbody, div.highlight th, div.highlight tr, div.highlight td, figure.highlight table, figure.highlight tbody, figure.highlight th, figure.highlight tr, figure.highlight td {
  margin: 0;
  padding: 0;
  border: 0;
}
div.highlight .lineno, div.highlight .gl, figure.highlight .lineno, figure.highlight .gl {
  text-align: right;
}

figure.highlight table {
  margin: -8px -12px -14px;
}
figure.highlight td.gutter {
  border-right: 1px solid #e7e7e7;
}
figure.highlight td.code {
  width: 100%;
}

code.highlighter-rouge {
  padding: 1px 5px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/**
 * Clearfix
 */
.feature-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(91.8540145985, 110.2248175182, 136.9459854015);
  border-collapse: collapse;
  border: 1px solid #e7e7e7;
}
table tr:nth-child(even) {
  background-color: rgb(246.3, 246.3, 246.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(238.65, 238.65, 238.65);
  border: 1px solid rgb(223.35, 223.35, 223.35);
}
table td {
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 1200px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  position: relative;
  width: 100%;
  min-height: 57px;
  line-height: 84px;
  /* background-color: $background-color; */
  background-color: #426de5;
}

.site-title {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 640px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited, .site-title:hover, .site-title:active {
  color: #ffffff;
}

.site-nav {
  float: right;
  border: none;
  background-color: inherit;
}
.site-nav label[for=nav-trigger], .site-nav #nav-trigger {
  display: none;
}
.site-nav .nav-item {
  color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .site-nav {
    position: absolute;
    top: 10px;
    right: 18px;
    text-align: right;
    background-color: #fdfdfd;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 18px;
    text-align: center;
  }
  .site-nav .menu-icon::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(65.25, 65.25, 65.25);
  }
  .site-nav #nav-trigger ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f0c9";
    font-size: 1.25em;
  }
  .site-nav #nav-trigger ~ .nav-items {
    clear: both;
    display: none;
  }
  .site-nav #nav-trigger:checked ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f061";
    font-size: 1.5em;
  }
  .site-nav #nav-trigger:checked ~ .nav-items {
    display: block;
    padding-bottom: 15px;
  }
  .site-nav #nav-trigger:checked ~ .nav-items .nav-item {
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .nav-item {
    display: block;
    padding: 5px 0;
    color: rgb(65.25, 65.25, 65.25);
    line-height: 1.5;
  }
}

/**
 * Feature wrapper
 */
.feature-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 30px 60px 30px;
}
@media screen and (max-width: 640px) {
  .feature-wrapper {
    padding: 63px 18px;
  }
}

/**
 * Container for two-column layout
 */
.two-column-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 96px;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .two-column-container {
    flex-direction: column;
    gap: 30px;
  }
  .two-column-container.image-first {
    flex-direction: column-reverse;
  }
}
/**
 * Column in two-column layout
 */
.two-column {
  flex: 1;
}

/**
 * Site footer
 */
.site-footer {
  padding: 39px 0;
  background-color: #f7f8fb;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9375rem;
  color: rgb(100.95, 100.95, 100.95);
}

.social-links {
  font-size: 0.9375rem;
  color: rgb(100.95, 100.95, 100.95);
}

.footer-col {
  margin-bottom: 15px;
}

.footer-center-col {
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 1200px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 640px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Styles for iframes
 */
.iframe-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.iframe-container iframe {
  width: 100%;
  height: 1400px;
}

/**
 * Page content
 */
.page-content {
  padding: 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: rgb(100.95, 100.95, 100.95);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.post-meta .bullet-divider {
  padding-inline: 15px;
}
.post-meta .meta-label {
  font-weight: 600;
}
.post-meta .force-inline {
  display: inline;
}
.post-meta .force-inline::before {
  content: "•";
  padding-inline: 5px;
}
.post-meta .post-authors {
  margin-top: 3px;
}

.post-title,
.post-content h1 {
  margin-bottom: 10px;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 1200px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1200px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 1200px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

/**
 * Social media
 */
.social-media-list {
  display: table;
  margin: 0 auto;
}
.social-media-list li {
  float: left;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type {
  margin-right: 0;
}
.social-media-list li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #e7e7e7;
}
.social-media-list li a:hover {
  border-color: rgb(218.25, 218.25, 218.25);
}

/**
 * Grid helpers
 */
@media screen and (min-width: 1200px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Regular.woff2") format("woff2"), url("/assets/fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Medium.woff2") format("woff2"), url("/assets/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("/assets/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Bold.woff2") format("woff2"), url("/assets/fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.icon-image {
  vertical-align: middle;
  margin-right: 8px;
  height: 1.7em;
}

.front-title {
  font-weight: 600;
  font-size: 64px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 640px) {
  .front-title {
    font-size: 48px;
  }
}

.front-subtitle {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-title-light {
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-title {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-title-2 {
  font-weight: 600;
  font-size: 42px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-title-3 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-two-col-title {
  font-weight: 600;
  font-size: 42px;
  text-align: left;
}

.feature-subtitle {
  font-size: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-link {
  font-size: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-text {
  font-size: 18px;
  color: #575a6a;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-two-col-text {
  font-size: 18px;
  color: #575a6a;
}

.feature-two-col-text li {
  margin-bottom: 6px;
}

.feature-image-center {
  display: block;
  border-radius: 5px;
  margin: 54px;
  margin-bottom: 54px;
  margin-left: auto;
  margin-right: auto;
}

.feature-image-shadow-small {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.feature-image-small {
  border-radius: 5px;
}

.feature-diagram-small {
  border-radius: 30px;
  border: 1px dashed #d7d9de;
}

.bg--blue {
  background-color: #426de5;
  color: #ffffff;
}

.bg--white {
  background-color: #ffffff;
  color: #374252;
}

.bg--light-grey {
  background-color: #f7f8fb;
  color: #374252;
}

.bg--dark-grey {
  background-color: #1d2836;
  color: #ffffff;
}

.bg--green {
  background-color: #25bea1;
  color: #374252;
}

.connector-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.connector {
  flex-basis: calc(50% - 10px); /* Half of container width minus half of gap */
  box-sizing: border-box; /* Padding included in the width */
  padding: 42px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background-color: #ffffff;
}

@media screen and (max-width: 640px) {
  .connector {
    flex-basis: 100%; /* Full container width */
  }
}
.connector-title {
  font-weight: 600;
  font-size: 22px;
  text-align: left;
}

.connector-text {
  font-size: 17px;
  color: #575a6a;
}

.connector-image {
  height: 64px;
  margin-bottom: 25px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.5%; /* 16:9 aspect ratio */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--blue {
  display: inline-block;
  padding: 15px 30px;
  margin: 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #11a0f3;
  border: 2px solid #11a0f3;
  border-radius: 5px;
}
.button--blue:hover, .button--blue:active, .button--blue:visited {
  background-color: #1195e1;
  border-color: #1195e1;
  text-decoration: none;
  color: #ffffff;
}

body {
  font-family: "Open Sans", sans-serif;
}

.feature-title .feature-subtitle .feature-two-col-title .feature-two-col-text .page-content {
  color: #191f38 !important;
}

.feature-title {
  font-size: 40px;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: white;
}

.site-header .wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.wrapper .nav-item {
  color: #191f38 !important;
}

.feature-wrapper--hero {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.feature-wrapper {
  padding: 75px 30px 75px 30px;
}

.feature-image-hero,
.feature-video {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(25, 31, 56, 0.2);
  overflow: hidden;
}

.feature-video {
  height: auto;
  object-fit: cover;
}

.narrow-image {
  max-width: 1000px;
}

.icon-image {
  vertical-align: middle;
  margin-right: 8px;
  height: 2.2em;
}

.nav-button {
  padding: 0.6em 1.3em;
  margin-left: 50px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  background-color: #4566ed !important;
  color: white !important;
  transition: background 0.3s, color 0.3s;
  line-height: normal;
}
.nav-button:hover {
  background-color: #628CF4 !important;
}
.nav-button::after {
  content: " ↗";
  margin-left: 0.3em;
  font-size: 0.9em;
  display: inline-block; /* necessário para animar */
  transition: transform 0.3s ease; /* animação suave */
}
.nav-button:hover::after {
  transform: translate(3px, -3px); /* seta “sobe” e vai p/ direita */
}

.site-header {
  background-color: #191f38;
}

.bg--dark-grey {
  background-color: #191f38;
  color: #ffffff;
}

.bg--dark-grey,
.bg--dark-grey h1,
.bg--dark-grey h2,
.bg--dark-grey h3,
.bg--dark-grey p,
.bg--dark-grey li {
  color: white;
}

.header-buttons {
  display: flex;
  justify-content: center;
  padding: 0px;
  gap: 1.5rem;
  padding-bottom: 60px;
}

.button--blue {
  display: inline-block;
  padding: 0.6rem 2rem;
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #4566ed !important;
  border: 2px solid #4566ed !important;
  border-radius: 10px;
  border-color: #4566ed;
}

.button--blue:hover {
  background-color: #628CF4 !important;
  border-color: #628CF4 !important;
}

.button--blue:link,
.button--blue:visited,
.button--blue:active {
  color: white;
  text-decoration: none;
}

.button--header-blue,
.button--white {
  display: inline-flex; /* para alinhar bem o texto + seta */
  align-items: center; /* alinha verticalmente */
  justify-content: center;
  padding: 0.6rem 2rem;
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.button--header-blue {
  color: #ffffff !important;
  background-color: #4566ed !important;
  border: 2px solid #4566ed !important;
}

.button--header-blue:hover {
  background-color: #628CF4 !important;
  border-color: #628CF4 !important;
}

.button--white {
  color: #628CF4 !important;
  background-color: transparent;
  border: 2px solid #628CF4;
}

.button--white:hover {
  background-color: rgba(138, 175, 249, 0.2);
}

.button--header-blue:link,
.button--header-blue:visited,
.button--header-blue:active,
.button--white:link,
.button--white:visited,
.button--white:active {
  text-decoration: none;
}

.button--white::after,
.button--header-blue::after {
  content: "↗";
  margin-left: 0.5rem;
  font-size: 0.9em;
  display: inline-block;
  transition: transform 0.2s ease;
}

/* Animação da seta */
.button--white:hover::after,
.button--header-blue:hover::after {
  transform: translate(3px, -3px);
}

.bg--blue {
  background-color: #191f38;
}

.front-title {
  font-weight: 600;
  font-size: 55px;
  color: #ffffff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  line-height: 75px;
}

.front-title--narrow {
  max-width: 700px;
}

.front-subtitle {
  font-size: 23px;
  color: #ffffff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  line-height: 35px;
}

.link--readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #4566ed !important;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.link--readmore::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.2s ease-in-out;
}

.link--readmore:hover {
  color: #4566ed;
}

.link--readmore:hover::after {
  transform: translateX(3px);
}

.link--newtab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #4566ed;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.link--newtab::after {
  content: "↗";
  transition: transform 0.2s ease-in-out;
}

.link--newtab:hover {
  color: #4566ed;
}

.link--newtab:hover::after {
  transform: translate(3px, -3px);
}

.site-nav a[target=_blank]::after {
  content: "↗";
  margin-left: 0.3em;
  font-size: 0.9em;
  display: inline-block;
  transition: transform 0.2s ease;
}

.site-nav a[target=_blank]:hover::after {
  transform: translate(3px, -3px);
}

.site-footer {
  padding: 20px 0;
  background-color: white;
  max-width: auto;
  border-top: 1px solid #e4e4e7;
}

.footer-col-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 0.9375rem;
  color: rgb(100.95, 100.95, 100.95);
  justify-content: space-between;
}

.social-media-list .fa-brands,
.social-media-list .svg-icon {
  color: #000000;
  transition: color 0.3s ease;
}

.social-media-list .fa-brands:hover,
.social-media-list .svg-icon:hover {
  color: #2e2f30;
}

.social-media-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-media-list a {
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.shadow-blue {
  box-shadow: 0 4px 10px rgba(0, 20, 60, 0.35);
  border-radius: 8px;
}

.bg--light-blue {
  background-color: #EEF5FF;
}

.bg--light-grey {
  background-color: #f7f8fb;
}

/* HERO full-width background */
.home-hero {
  background: linear-gradient(135deg, #13256F 0%, #4667ED 100%);
  padding-bottom: 100px;
  padding-top: 100px;
}

/* HERO container – centered container */
.feature-wrapper.feature-wrapper--hero {
  max-width: 1200px; /* largura do container */
  margin: 0 auto; /* ISTO centra o container */
  padding-left: 30px;
  padding-right: 30px;
}

/* HERO text – aligned left */
.feature-wrapper.feature-wrapper--hero .front-title,
.feature-wrapper.feature-wrapper--hero .front-subtitle {
  text-align: left;
  max-width: 700px; /* largura do texto */
  margin-left: 0;
  margin-right: 0;
}

/* Hero secondary link – force white */
.feature-wrapper--hero .hero-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
}

/* arrow */
.feature-wrapper--hero .hero-link .arrow {
  margin-left: 8px;
  display: inline-block;
  color: #ffffff !important;
  transition: transform 0.2s ease;
}

/* hover – KEEP IT WHITE */
.feature-wrapper--hero .hero-link:hover,
.feature-wrapper--hero .hero-link:hover .arrow {
  color: #ffffff !important;
}

/* hover animation only */
.feature-wrapper--hero .hero-link:hover .arrow {
  transform: translateX(4px);
}

/* =========================
   Services grid – Home
   ========================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-top: 60px;
}

.service-item {
  text-align: left;
  max-width: 320px;
}

.service-icon {
  font-size: 36px;
  margin-bottom: 16px;
}

.service-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #191f38;
}

.service-text {
  font-size: 16px;
  line-height: 1.6;
  color: #5f6b8a; /* cinzento azulado */
}

/* Responsive */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================
   Footer (modern)
   ========================= */
.footer-modern {
  background: #13256F;
  color: rgba(255, 255, 255, 0.85);
  padding: 70px 0 30px 0;
}

.footer-modern a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.footer-modern a:hover {
  color: #ffffff;
}

.footer-modern .footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
}

/* Left brand */
.footer-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 520px;
}

.footer-logo-box {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF6A3D;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.footer-brand-name {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-brand-tagline {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Right columns */
.footer-columns {
  display: grid;
  grid-template-columns: 180px 220px;
  gap: 60px;
}

.footer-col-title {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  font-size: 18px;
  line-height: 1.4;
}

/* Divider + bottom */
.footer-divider {
  height: 1px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.12);
}

.footer-bottom {
  padding-top: 22px;
}

.footer-copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
}

/* Responsive */
@media (max-width: 900px) {
  .footer-modern .footer-inner {
    flex-direction: column;
    gap: 40px;
  }
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }
}
.footer-modern .wrapper {
  background-color: transparent;
}

/* Footer font size */
.footer-modern {
  font-size: 15px;
}

.footer-modern .footer-links a,
.footer-modern .footer-contact {
  font-size: 15px;
}

.footer-modern .footer-col-title {
  font-size: 13px;
}

.footer-copyright {
  font-size: 14px;
}

/* Footer contact spacing */
.footer-contact {
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}

.footer-contact-name {
  font-weight: 600;
  margin-bottom: 14px; /* espaço após o nome */
  color: #ffffff;
}

.footer-contact-address {
  margin-bottom: 18px; /* espaço antes do email */
}

.footer-contact-email a {
  color: #ffffff;
  text-decoration: none;
}

.footer-contact-email a:hover {
  text-decoration: underline;
}

/* Footer brand stacked */
.footer-brand {
  display: flex;
  flex-direction: column; /* LOGO em cima */
  gap: 16px;
  align-items: flex-start;
}

.footer-logo-image {
  height: 42px;
  width: auto;
  display: block;
}

.footer-brand-tagline {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 420px;
}

/* Footer alignment – match header spacing */
.footer-modern .wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

/* Footer layout alignment */
.footer-modern .footer-inner {
  display: flex;
  justify-content: space-between;
}

/* Empurrar NAV + CONTACT para a direita */
.footer-modern .footer-columns {
  margin-left: auto;
}

.service-icon img {
  height: 48px;
  width: auto;
  display: block;
  margin-bottom: 16px;
}

/* Footer mobile alignment fix */
@media (max-width: 900px) {
  .footer-modern .footer-inner {
    align-items: flex-start;
  }
  .footer-modern .footer-columns {
    margin-left: 0; /* remove empurrão à direita */
    justify-self: flex-start;
  }
  .footer-modern .footer-col {
    text-align: left;
  }
}
/* About page copy */
.about-copy p {
  font-size: 18px;
  line-height: 1.75;
  color: #191f38;
  max-width: 900px;
}

/* Services icons (SVG) */
.service-icon img {
  height: 48px;
  width: auto;
  display: block;
  margin-bottom: 16px;
}

/* About: two-column text layout */
.about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1100px;
}

.about-col p {
  font-size: 18px;
  line-height: 1.75;
  color: #191f38;
  margin-bottom: 22px;
}

/* Mobile: volta a 1 coluna */
@media (max-width: 900px) {
  .about-columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
/* About hero: smaller + white */
.about-hero {
  background: #ffffff !important;
  padding-top: 40px;
  padding-bottom: 30px;
}

/* make the hero wrapper less tall */
.about-hero .feature-wrapper--hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* smaller typography on About hero */
.about-hero .front-title {
  font-size: 36px !important;
  line-height: 1.2 !important;
  color: #191f38 !important;
}

.about-hero .front-subtitle {
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: #5f6b8a !important;
  max-width: 650px;
}

/* =========================
   Our Approach section
   ========================= */
.approach-list {
  margin-top: 50px;
  max-width: 900px;
}

.approach-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 45px;
}

.approach-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: calc(100% - 6px);
  border-radius: 2px;
}

/* Brand colours */
.approach-blue::before {
  background-color: #4667ED;
}

.approach-dark::before {
  background-color: #13256F;
}

.approach-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #191f38;
}

.approach-text {
  font-size: 18px;
  line-height: 1.7;
  color: #6b7280; /* cinzento azulado */
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .approach-item {
    padding-left: 24px;
  }
  .approach-title {
    font-size: 20px;
  }
  .approach-text {
    font-size: 17px;
  }
}
/* =========================
   Directors – horizontal cards
   ========================= */
/* =========================
   Directors – horizontal cards (with card styling)
   ========================= */
.directors-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

.director-card-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 10px rgba(25, 31, 56, 0.05);
  border: 1px solid rgba(25, 31, 56, 0.05);
  max-width: 1100px;
}

.director-photo {
  width: 200px;
  flex-shrink: 0;
  border-radius: 14px;
}

.director-content {
  max-width: 750px;
}

.director-name {
  font-size: 22px;
  font-weight: 600;
  color: #191f38;
  margin-bottom: 4px;
}

.director-role {
  font-size: 15px;
  font-weight: 500;
  color: #8990aa;
  margin-bottom: 16px;
}

.director-bio {
  font-size: 16px;
  line-height: 1.75;
  color: #6b7280;
}

/* Tablet */
@media (max-width: 900px) {
  .director-card-horizontal {
    gap: 30px;
    padding: 32px;
  }
  .director-photo {
    width: 170px;
  }
}
/* Mobile */
@media (max-width: 640px) {
  .director-card-horizontal {
    flex-direction: column;
    padding: 28px;
    gap: 20px;
  }
  .director-photo {
    width: 160px;
  }
}
/* Navigation link hover */
.site-nav .nav-item {
  position: relative;
  text-decoration: none;
}

.site-nav .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #4667ED; /* cor da marca */
  transition: width 0.25s ease;
}

.site-nav .nav-item:hover::after {
  width: 100%;
}

/* Nav underline hover + active */
.site-nav .nav-item {
  position: relative;
  text-decoration: none;
}

.site-nav .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #4667ED; /* cor da marca */
  transition: width 0.25s ease;
}

.site-nav .nav-item:hover::after,
.site-nav .nav-item.active::after {
  width: 100%;
}

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