@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Fira Sans", sans-serif !important;
  color: #222222;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #155193; }

::selection {
  color: #fff;
  background: #155193; }

.cookiealert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 15%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #155193; }
  .cookiealert p {
    color: #EFEFEF;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px; }
  .cookiealert a {
    color: #fff; }
  .cookiealert button.acceptcookies {
    background-color: #EFEFEF !important;
    color: #155193 !important;
    padding: 12px !important;
    font-size: 0.875rem;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center;
    text-transform: uppercase; }
    .cookiealert button.acceptcookies:hover {
      opacity: 0.8; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    bottom: 10px;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%); }
    .cookiealert button.acceptcookies {
      margin: 0 auto; }

  .cookiealert.show {
    transform: translate(-50%, 0%); } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 80px 0; }

.bg-blue {
  background-color: #155193 !important; }
  .bg-blue * {
    color: #fff !important; }

.h1, h1, .h2, h2, .h3, h3 {
  font-family: "JetBrains Mono", monospace !important; }

@media (min-width: 1140px) {
  .container {
    max-width: 1270px; } }
@media (max-width: 1380px) {
  .container {
    max-width: 1170px; } }
.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

img.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 2; }

.image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 0 40px 0 0;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.img-radius {
  border-radius: 0 0 40px 0; }

.embed-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .embed-video iframe {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.gap20 {
  gap: 20px; }

.gap50 {
  gap: 50px; }

.gap60 {
  gap: 60px; }

.gap80 {
  gap: 80px; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.w-100 {
  width: 100%; }

.pt-100 {
  padding-top: 100px; }

.mt-60 {
  margin-top: 60px; }

.redes ul {
  gap: 8px; }
  .redes ul li {
    margin: 0 !important; }
    .redes ul li a {
      display: block;
      background-color: #222222;
      width: 40px;
      min-width: 40px;
      height: 40px;
      border-radius: 10px; }
      .redes ul li a img {
        margin: 0 !important; }

.share ul {
  gap: 10px; }
.share a {
  display: block;
  background-color: #155193;
  width: 58px;
  min-width: 58px;
  height: 58px; }
  .share a img {
    width: 30px;
    height: 30px;
    object-fit: contain; }

h1, h2, h3 {
  font-family: "JetBrains Mono", monospace; }

h1, .h1, .h2, h2 {
  color: #155193;
  font-size: 90px;
  font-weight: 200;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 25px; }

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%; }

p, li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px; }

.text-xl h1, .text-xl h2 {
  font-size: 3.125rem; }

.text-lg p, .text-lg li {
  font-size: 1.375rem;
  line-height: 30px; }

b, strong {
  font-weight: bold; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary {
  font-family: "JetBrains Mono", monospace;
  background-color: #155193;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 0px;
  padding: 20px 24px;
  width: 100%;
  max-width: max-content;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  white-space: break-spaces;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    background-color: #155193;
    color: #fff; }

.link-line {
  display: block;
  font-family: "JetBrains Mono", monospace;
  position: relative;
  color: #155193 !important;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0;
  text-decoration: none !important;
  max-width: max-content;
  transition: all ease 300ms; }
  .link-line:after {
    content: '';
    background-color: #155193 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px; }
  .link-line:hover {
    transform: scale(1.05); }

.link-line._2 {
  color: #fff !important; }
  .link-line._2:after {
    background-color: #fff !important; }

.box-blue {
  position: relative;
  width: 100%;
  background-color: #D3E7FD;
  border-radius: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 35px;
  color: #155193;
  text-transform: uppercase;
  min-height: 280px; }
  .box-blue h3 {
    font-size: 2.5rem;
    font-weight: 400; }
    .box-blue h3 b, .box-blue h3 strong {
      font-weight: 800; }
  .box-blue .arrow {
    position: absolute;
    right: 60px;
    top: 40px; }
  .box-blue:hover .arrow {
    transform: translateX(10px); }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/prev.svg") !important;
  right: 70px;
  left: auto; }

.swiper-button-next {
  background-image: url("../img/icons/next.svg") !important;
  right: 15px; }

.swiper-button-lock {
  display: none !important; }

.swiper-pagination {
  bottom: -60px !important; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff !important;
    border: solid 2px #155193 !important;
    opacity: 1; }

.swiper-pagination .swiper-pagination-bullet-active {
  background: #155193 !important; }

@media screen and (max-width: 1380px) {
  h1, .h1, .h2, h2 {
    font-size: 80px;
    margin-bottom: 20px; }

  .text-xl h1, .text-xl h2 {
    font-size: 3rem; }

  .text-lg p, .text-lg li {
    font-size: 1.25rem;
    line-height: 26px; }

  .box-blue h3 {
    font-size: 2.25rem;
    line-height: 110%; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 40px 0; }

  .gap20 {
    gap: 10px; }

  .grid {
    gap: 15px; }

  .mt-60 {
    margin-top: 30px; }

  h1, .h1, .h2, h2 {
    font-size: 40px;
    margin-bottom: 15px; }

  p, li {
    font-size: 0.875rem;
    line-height: 20px; }

  .text-xl h1, .text-xl h2 {
    font-size: 2.25rem; }

  .text-lg p, .text-lg li {
    font-size: 1.125rem;
    line-height: 24px; }

  .link-line {
    font-size: 1rem;
    line-height: 1.2; }

  .btn.btn-primary {
    max-width: 100%;
    font-size: 1.125rem; }

  .box-blue {
    padding: 25px;
    min-height: 200px; }
    .box-blue h3 {
      font-size: 1.75rem; }
      .box-blue h3 br {
        display: block; }
    .box-blue .arrow {
      right: 30px;
      top: 20px;
      transform: scale(0.8); }

  .swiper-button-next, .swiper-button-prev {
    top: -35px;
    transform: scale(0.8); }

  .swiper-pagination {
    bottom: -40px !important; } }
header {
  position: relative;
  background: #fff;
  padding: 60px 0;
  z-index: 10; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header nav.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 20px; }
      header nav.nav-menu ul li {
        position: relative;
        margin-bottom: 0; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          width: 100%;
          color: #999999;
          font-size: 1.375rem;
          font-weight: 300;
          line-height: 1;
          padding: 8px 2px;
          text-align: center;
          text-decoration: none !important;
          transition: all ease 300ms; }
          header nav.nav-menu ul li a:hover {
            color: #222222;
            transform: translateY(-2px); }
        header nav.nav-menu ul li a.active {
          color: #222222; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 30px;
    border-radius: 0px;
    background-color: #155193;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines .close-line.close-middle {
    width: 18px; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #155193;
      padding: 0;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li a {
          color: #EFEFEF;
          font-size: 1.25rem;
          text-align: left;
          padding: 25px 15px;
          border-bottom: solid 1px #EFEFEF; }
          header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
            background-color: #EFEFEF;
            color: #155193; }
        header .menu-overlay .nav-menu ul li a.active {
          background-color: #EFEFEF;
          color: #155193; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1380px) {
    header {
      padding: 50px 0; }
      header .brand img {
        max-width: 300px; }
      header nav.nav-menu ul li a {
        font-size: 1.25rem; } }
  @media screen and (max-width: 1140px) {
    header {
      padding: 20px 0 40px; }
      header .brand img {
        max-width: 262px; } }

section.title {
  padding: 0; }

section.hero {
  padding-top: 0; }
  section.hero:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #EFEFEF;
    width: 80%;
    height: 85%; }
  section.hero h1 {
    font-size: 2.5rem;
    font-weight: 300; }
  section.hero .atuacoes-hero a {
    text-transform: uppercase; }
    section.hero .atuacoes-hero a:hover {
      transform: translateY(-5px); }
  @media screen and (max-width: 1380px) {
    section.hero h1 {
      font-size: 2.25rem; } }
  @media screen and (max-width: 1140px) {
    section.hero:before {
      height: 20%; }
    section.hero h1 {
      font-size: 2rem;
      margin-top: 30px; }
    section.hero .atuacoes-hero {
      flex-direction: column; }
    section.hero .mt-60 {
      margin-top: 10px; } }

section.about .numbers {
  background-color: #155193;
  position: absolute;
  width: 100%;
  top: 219px;
  height: 105px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff; }
section.about .swiperNumbers {
  height: 100%; }
  section.about .swiperNumbers .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center; }
  section.about .swiperNumbers .swiper-slide {
    font-family: "JetBrains Mono", monospace;
    max-width: max-content;
    font-size: 1.25rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px; }
    section.about .swiperNumbers .swiper-slide b, section.about .swiperNumbers .swiper-slide strong {
      font-weight: 800; }
    section.about .swiperNumbers .swiper-slide:after {
      content: '';
      position: absolute;
      right: -45px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      min-width: 12px;
      height: 12px;
      background-color: #fff;
      border-radius: 100px; }
section.about .img-absolute {
  position: absolute;
  left: 0;
  bottom: 0; }
  section.about .img-absolute img {
    max-width: 66vw; }
section.about .flex {
  align-items: stretch;
  margin-bottom: -140px; }
section.about .mb-200 {
  margin-bottom: 200px; }
section.about .box {
  background-color: #222222;
  padding: 40px 120px 40px 40px;
  border-radius: 0px 0px 40px 0; }
  section.about .box h3 {
    margin-bottom: 20px; }
  section.about .box p {
    margin-bottom: 0; }
@media screen and (max-width: 1380px) {
  section.about .flex {
    margin-bottom: -160px; }
  section.about .box {
    padding: 30px 90px 30px 30px; } }
@media screen and (max-width: 1140px) {
  section.about {
    padding-top: 0; }
    section.about .img-absolute {
      position: relative; }
      section.about .img-absolute img {
        max-width: 100%; }
    section.about .numbers {
      position: relative;
      width: 100%;
      top: 0;
      height: 80px;
      margin-bottom: 20px; }
    section.about .swiperNumbers .swiper-slide {
      font-size: 1.125rem; }
    section.about .mb-200 {
      margin-bottom: 15px; }
    section.about .flex {
      flex-direction: column; }
    section.about .box {
      padding: 25px; }
    section.about .mt-60 {
      margin-top: 20px; } }

section.atuacoes {
  padding-top: 225px; }
  section.atuacoes h2 {
    color: #155193; }
  section.atuacoes h4 {
    font-size: 2.125rem;
    font-weight: 300; }
  section.atuacoes .flex-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px; }
    section.atuacoes .flex-wrapper .box {
      width: calc(33.33% - 10px); }
      section.atuacoes .flex-wrapper .box .image-wrapper {
        height: 240px; }
      section.atuacoes .flex-wrapper .box .content {
        background-color: #155193;
        color: #fff;
        padding: 40px 30px 45px; }
        section.atuacoes .flex-wrapper .box .content h3 {
          text-transform: uppercase;
          margin-bottom: 20px; }
        section.atuacoes .flex-wrapper .box .content ul {
          padding-left: 20px;
          margin-bottom: 20px; }
  @media screen and (max-width: 1380px) {
    section.atuacoes h4 {
      font-size: 2rem; }
    section.atuacoes .flex-wrapper .box .image-wrapper {
      height: 215px; } }
  @media screen and (max-width: 1140px) {
    section.atuacoes h4 {
      font-size: 1.5rem; }
    section.atuacoes .flex-wrapper {
      flex-direction: column; }
      section.atuacoes .flex-wrapper .box {
        width: 100%; }
        section.atuacoes .flex-wrapper .box .image-wrapper {
          height: auto; }
        section.atuacoes .flex-wrapper .box .content {
          padding: 30px 20px 30px; } }

section.blog {
  border-radius: 0 80px 0 0; }
  section.blog .grid {
    margin-top: 30px;
    align-items: stretch; }
  section.blog .box {
    display: flex;
    flex-direction: column;
    height: 100%; }
    section.blog .box .image-wrapper {
      height: 260px; }
    section.blog .box .content {
      flex: 1;
      background-color: #fff;
      min-height: 210px;
      padding: 30px 60px; }
      section.blog .box .content h3 a {
        font-family: "Fira Sans", sans-serif;
        color: #999999 !important;
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 1.2; }
      section.blog .box .content p.date {
        color: #999999 !important;
        font-weight: 200;
        font-size: 14px;
        margin-bottom: 0; }
  @media screen and (max-width: 1380px) {
    section.blog .box .content {
      padding: 20px 40px;
      min-height: 160px; }
      section.blog .box .content h3 a {
        font-size: 1.75rem; } }
  @media screen and (max-width: 1140px) {
    section.blog {
      border-radius: 0 40px 0 0; }
      section.blog .box .image-wrapper {
        height: auto; }
      section.blog .box .content {
        padding: 20px 25px;
        min-height: auto; }
        section.blog .box .content h3 a {
          font-size: 1.375rem; } }

section.socios .grid {
  margin-top: 20px; }
section.socios .item .image-wrapper {
  height: 460px;
  border-radius: 0 0 40px 0; }
section.socios .item .name {
  margin-top: 20px; }
  section.socios .item .name h3 {
    color: #155193;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase; }
  section.socios .item .name p {
    margin-top: 20px; }
@media screen and (max-width: 1380px) {
  section.socios .item .name h3 {
    font-size: 2.25rem; } }
@media screen and (max-width: 1140px) {
  section.socios .item .image-wrapper {
    height: auto; }
  section.socios .item .name h3 {
    font-size: 1.75rem; } }

section.cta {
  z-index: 2;
  padding-top: 0; }
  section.cta .cta-wrapper {
    color: #fff;
    border-radius: 0 0 40px 0;
    margin-bottom: -300px; }
    section.cta .cta-wrapper .content {
      margin-left: auto;
      width: 50%;
      padding: 85px 60px; }
      section.cta .cta-wrapper .content h2 {
        color: #fff;
        font-size: 2.5rem; }
  @media screen and (max-width: 1380px) {
    section.cta .cta-wrapper .content h2 {
      font-size: 2.25rem; } }
  @media screen and (max-width: 1140px) {
    section.cta .cta-wrapper .content {
      width: 100%;
      padding: 60px 30px; }
      section.cta .cta-wrapper .content h2 {
        font-size: 2rem; } }

section.faq {
  background-color: #EFEFEF;
  padding-top: 300px;
  z-index: 0; }
  section.faq h2 {
    font-size: 2.5rem;
    font-weight: 400; }

section.faq._2 {
  padding-top: 80px; }
  section.faq._2 .faq-accordion .faq-question .arrow:before {
    background-image: url("../img/icons/arrow-faq-2.svg"); }

.faq-component {
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px; }

.faq-accordion {
  border-bottom: solid 2px #CFCFCF; }
  .faq-accordion .faq-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 30px;
    cursor: pointer;
    z-index: 2; }
    .faq-accordion .faq-question .arrow {
      position: relative;
      width: 15px;
      height: 19px;
      min-width: 15px;
      -webkit-transition: all ease .5s;
      transition: all ease .5s; }
      .faq-accordion .faq-question .arrow:before {
        content: '';
        background-image: url("../img/icons/arrow-faq.svg");
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(-180deg);
        width: 15px;
        height: 19px;
        transform-style: preserve-3d;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease .5s;
        transition: all ease .5s; }
    .faq-accordion .faq-question h4 {
      font-size: 1.25rem;
      font-weight: 500;
      padding-right: 50px;
      margin-bottom: 0; }
  .faq-accordion .faq-answer {
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden; }
    .faq-accordion .faq-answer .padding {
      padding: 20px 0px 5px;
      margin-top: -20px; }
    .faq-accordion .faq-answer strong, .faq-accordion .faq-answer b {
      color: #EFEFEF; }
  @media screen and (max-width: 1140px) {
    .faq-accordion .faq-question h4 {
      font-size: 1.125rem; } }

.faq-accordion.active .faq-question .arrow:before {
  transform: translateX(-50%) rotate(0deg); }
.faq-accordion.active .faq-answer {
  max-height: 2000px; }

article h2 {
  margin-top: 40px; }
article h3 {
  margin-top: 30px; }
@media screen and (max-width: 1140px) {
  article h2 {
    margin-top: 30px; }
  article h3 {
    margin-top: 20px; } }

section.about._2 h2 {
  font-size: 2.5rem; }
@media screen and (max-width: 1380px) {
  section.about._2 h2 {
    font-size: 2.25rem; } }
@media screen and (max-width: 1140px) {
  section.about._2 h2 {
    font-size: 2rem; } }

section.colaboradores .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 20px; }
section.colaboradores .item {
  width: calc(25% - 8px); }
  section.colaboradores .item .image-wrapper {
    height: 286px; }
  section.colaboradores .item .content {
    background-color: #155193;
    color: #fff;
    padding: 30px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    min-height: 140px; }
    section.colaboradores .item .content h4 {
      font-size: 1rem;
      font-family: "JetBrains Mono", monospace;
      text-transform: uppercase;
      margin-bottom: 2px; }
  section.colaboradores .item .icon-plus {
    display: block;
    background-image: url("../img/icons/icon-plus.png");
    background-position: center;
    background-size: cover;
    width: 24px;
    min-width: 24px;
    height: 24px; }
@media screen and (max-width: 1140px) {
  section.colaboradores .flex-wrapper {
    align-items: stretch; }
  section.colaboradores .item {
    width: calc(50% - 5px);
    flex: 1;
    display: flex;
    flex-direction: column; }
    section.colaboradores .item .image-wrapper {
      height: auto; }
    section.colaboradores .item .content {
      padding: 15px;
      gap: 10px;
      justify-content: space-between;
      min-height: 115px;
      flex: 1; } }

@media screen and (max-width: 1140px) {
  section.about.bg-blue._2 {
    padding-top: 50px; } }

section.atuacoes._2:after {
  content: '';
  background-color: #EFEFEF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
  z-index: -1; }
section.atuacoes._2 .flex-wrapper {
  gap: 30px; }
  section.atuacoes._2 .flex-wrapper .box {
    width: 100% !important;
    display: flex;
    flex-direction: row-reverse; }
    section.atuacoes._2 .flex-wrapper .box .content {
      width: 55%; }
      section.atuacoes._2 .flex-wrapper .box .content h3 {
        font-size: 1.875rem; }
      section.atuacoes._2 .flex-wrapper .box .content ul {
        padding-left: 35px;
        margin-bottom: 50px; }
      section.atuacoes._2 .flex-wrapper .box .content p, section.atuacoes._2 .flex-wrapper .box .content li {
        font-size: 22px;
        line-height: 30px; }
    section.atuacoes._2 .flex-wrapper .box .image-wrapper {
      width: 45%;
      height: 100%; }
@media screen and (max-width: 1380px) {
  section.atuacoes._2 .flex-wrapper .box .content h3 {
    font-size: 1.75rem; }
  section.atuacoes._2 .flex-wrapper .box .content ul {
    margin-bottom: 40px; }
    section.atuacoes._2 .flex-wrapper .box .content ul li {
      font-size: 20px;
      line-height: 26px; } }
@media screen and (max-width: 1140px) {
  section.atuacoes._2 .flex-wrapper {
    margin-top: 20px; }
    section.atuacoes._2 .flex-wrapper .box {
      flex-direction: column; }
      section.atuacoes._2 .flex-wrapper .box .image-wrapper {
        width: 100%; }
      section.atuacoes._2 .flex-wrapper .box .content {
        width: 100%; }
        section.atuacoes._2 .flex-wrapper .box .content h3 {
          font-size: 1.5rem; }
        section.atuacoes._2 .flex-wrapper .box .content ul {
          margin-bottom: 30px;
          padding-left: 20px; }
          section.atuacoes._2 .flex-wrapper .box .content ul li {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 2px; } }

section.single-atuacao {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1140px) {
    section.single-atuacao .pt-4, section.single-atuacao .py-4 {
      padding-top: 0.5rem !important; }
    section.single-atuacao .mt-4, section.single-atuacao .my-4 {
      margin-top: .5rem !important; } }

section.single-atuacao._2 {
  padding: 380px 0 50px;
  margin-top: -400px;
  z-index: 0; }
  @media screen and (max-width: 1140px) {
    section.single-atuacao._2 {
      padding: 100px 0 50px;
      margin-top: -100px; } }

section.vantagens .grid {
  align-items: stretch;
  gap: 15px; }
section.vantagens .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  border: solid 1px #155193;
  padding: 40px;
  border-radius: 0 0 40px 0; }
  section.vantagens .card h3 {
    color: #155193;
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase; }
  section.vantagens .card ul {
    padding-left: 20px; }
@media screen and (max-width: 1380px) {
  section.vantagens .card {
    padding: 30px; }
    section.vantagens .card h3 {
      font-size: 1.75rem; } }

section.single-atuacao._3 {
  background-color: #EFEFEF;
  padding-top: 300px; }
  section.single-atuacao._3 h3 {
    color: #155193;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 40px; }
  section.single-atuacao._3 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 30px 0;
    list-style-type: none; }
    section.single-atuacao._3 ul li {
      width: calc(25% - 8px);
      background-color: #155193;
      color: #fff;
      padding: 30px;
      font-size: 0.875rem;
      line-height: 1.3;
      display: flex;
      align-items: center; }
  @media screen and (max-width: 1380px) {
    section.single-atuacao._3 ul li {
      padding: 20px; } }
  @media screen and (max-width: 1140px) {
    section.single-atuacao._3 h3 {
      font-size: 1.75rem;
      margin-bottom: 10px;
      margin-top: 30px; }
    section.single-atuacao._3 ul {
      gap: 2px; }
      section.single-atuacao._3 ul li {
        width: calc(50% - 1px);
        padding: 15px; } }

section.beneficios {
  background-color: #EFEFEF; }
  section.beneficios h2 {
    font-size: 1.875rem; }
  section.beneficios .card .content {
    padding: 20px 0; }
  section.beneficios .card h3 {
    font-family: "Fira Sans", sans-serif !important;
    color: #999999;
    font-size: 1.875rem;
    font-weight: 400; }
  @media screen and (max-width: 1380px) {
    section.beneficios .card h3 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 1140px) {
    section.beneficios .card .content {
      padding: 15px 0; }
    section.beneficios .card h3 {
      font-size: 1.5rem;
      line-height: 1.1; } }

section.cta-atuacao {
  background-color: #EFEFEF; }
  section.cta-atuacao .wrapper {
    border-radius: 0 0 40px 0;
    padding: 60px; }
    section.cta-atuacao .wrapper h2 {
      font-family: "Fira Sans", sans-serif !important;
      font-size: 2.25rem;
      text-transform: none; }
    section.cta-atuacao .wrapper h3 {
      font-family: "Fira Sans", sans-serif !important;
      font-size: 2rem;
      font-weight: 200;
      text-transform: uppercase;
      margin-bottom: 20px; }
  @media screen and (max-width: 1380px) {
    section.cta-atuacao .wrapper h2 {
      font-size: 2rem; }
    section.cta-atuacao .wrapper h3 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 1140px) {
    section.cta-atuacao .wrapper {
      padding: 40px; }
      section.cta-atuacao .wrapper h2 {
        font-size: 1.75rem; }
      section.cta-atuacao .wrapper h3 {
        font-size: 1.5rem; } }

section.ebooks {
  padding-bottom: 100px; }
  section.ebooks .item .image-wrapper {
    max-height: 360px; }
  section.ebooks .item .content {
    justify-content: flex-start;
    min-height: auto; }
    section.ebooks .item .content h3 {
      font-size: 1.5rem;
      font-weight: 700; }
  @media screen and (max-width: 1380px) {
    section.ebooks .item .content {
      padding: 30px; }
      section.ebooks .item .content h3 {
        font-size: 1.375rem; } }
  @media screen and (max-width: 1140px) {
    section.ebooks {
      margin-top: 20px;
      padding-bottom: 80px; }
      section.ebooks .item .content {
        padding: 20px; }
        section.ebooks .item .content h3 {
          font-size: 1.25rem; } }

section.blog._2 {
  background-color: #EFEFEF; }
  section.blog._2 .box .content {
    background-color: #155193;
    display: flex;
    align-items: flex-end;
    gap: 40px; }
    section.blog._2 .box .content h3 a, section.blog._2 .box .content p {
      color: #fff !important; }
    section.blog._2 .box .content a.arrow {
      display: block;
      margin-bottom: 20px; }
      section.blog._2 .box .content a.arrow:hover {
        transform: translateX(5px); }
  @media screen and (max-width: 1140px) {
    section.blog._2 .grid {
      margin-top: 15px; }
    section.blog._2 .box .content {
      gap: 30px; } }

section.unidades .box {
  border: solid 1px #155193;
  border-radius: 0 0 40px 0;
  padding: 40px; }
  section.unidades .box h3 {
    color: #155193;
    font-size: 2.5rem;
    font-weight: 200;
    text-transform: uppercase; }
  section.unidades .box a {
    color: #222222; }
    section.unidades .box a:hover {
      color: #155193; }
  section.unidades .box a.link-line {
    color: #155193; }
@media screen and (max-width: 1380px) {
  section.unidades .box h3 {
    font-size: 2.25rem; } }
@media screen and (max-width: 1140px) {
  section.unidades .box {
    padding: 25px; }
    section.unidades .box h3 {
      font-size: 2rem; } }

.formulario label {
  font-size: 1.25rem; }
.formulario .form-control {
  background-color: #155193;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 0px;
  height: 60px;
  border: solid 2px #fff;
  padding: 8px 16px;
  margin-bottom: 10px; }
  .formulario .form-control::placeholder {
    color: #ffffffbf;
    font-size: 1.125rem; }
.formulario textarea.form-control {
  height: 200px; }
.formulario input.wpcf7-submit {
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0px;
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: solid 2px #fff;
  padding: 2px 0;
  transition: all ease 300ms; }
  .formulario input.wpcf7-submit:hover {
    transform: scale(1.05); }
.formulario span.wpcf7-list-item {
  margin: 0; }
.formulario .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.875rem;
  margin: -5px 0 10px; }
.formulario .wpcf7 form .wpcf7-response-output {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 15px 0 0;
  padding: 20px;
  border-radius: 8px;
  text-align: center; }
.formulario .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: #000; }
.formulario .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff; }
.formulario span.wpcf7-spinner {
  margin-bottom: -10px; }
@media screen and (max-width: 1140px) {
  .formulario .form-control {
    font-size: 1.125rem;
    height: 55px;
    border: solid 1px #fff;
    padding: 6px 12px;
    margin-bottom: 8px; }
  .formulario input.wpcf7-submit {
    font-size: 1.25rem; } }

footer {
  background-color: #EFEFEF;
  padding: 60px 0 40px; }
  footer .grid {
    -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
  footer li {
    margin-bottom: 0; }
  footer p, footer a {
    color: #222222;
    font-size: 1rem;
    margin-bottom: 0; }
  footer a {
    font-size: 1.25rem;
    text-decoration: none !important; }
    footer a:hover {
      color: #155193; }
  footer nav {
    width: 100%; }
    footer nav ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
      list-style-type: none;
      padding: 0;
      margin: 0; }
  footer .copy {
    margin-top: 60px; }
    footer .copy a {
      font-size: 1rem;
      font-weight: 400; }
    footer .copy p {
      font-weight: 400;
      margin-bottom: 10px; }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 40px 0 20px; }
      footer .pl-4, footer .px-4 {
        padding-left: 0 !important; }
      footer img {
        margin-bottom: 20px; }
      footer nav {
        margin-top: 10px; }
      footer .redes {
        margin-top: 20px; }
      footer .copy {
        margin-top: 40px; } }

/*# sourceMappingURL=styles.css.map */
