/*
Theme Name: 22v Research Template
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: t22v
Author: Fattoria
Author URI: https://fattoriaweb.com.br/
*/

/*!
 * Tipografia
 * 22V Research - Theme
 * Desenvolvido por Fattoria em: 25/07/2025
 */
.icones {
  font-family: "icones-22v" !important;
  font-size: inherit;
  font-style: normal !important;
  font-weight: normal !important;
  color: inherit;
  font-display: swap;
}

.icone-pin:before {
  content: "\e900";
}
.icone-mail:before {
  content: "\e901";
}
.icone-arrow-right:before {
  content: "\e902";
}
.icone-times:before {
  content: "\e903";
}
.icone-chevron-right:before {
  content: "\e904";
}
.icone-spotify:before {
  content: "\e905";
}
.icone-info:before {
  content: "\e906";
}
.icone-caret-down:before {
  content: "\e907";
}
.icone-check:before {
  content: "\e908";
}
.icone-eye:before {
  content: "\e909";
}
.icone-lupa:before {
  content: "\e90a";
}
.icone-swap:before {
  content: "\e90b";
}
.icone-chartbar:before {
  content: "\e90c";
}
.icone-play:before {
  content: "\e90d";
}
.icone-pdf-download:before {
  content: "\e90e";
}

/* ==========================================================================
     Reset
     ========================================================================== */
html,
body,
main {
  min-height: 100%;
  scroll-behavior: smooth;
}

img,
iframe,
object,
video {
  max-width: 100%;
  width: auto;
  height: auto;
}

form:after,
form:before {
  display: table;
  content: " ";
}
form:after {
  clear: both;
}

textarea {
  max-width: 100%;
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

address {
  font-size: inherit;
}

/* ==========================================================================
      Geral
  ========================================================================== */
@keyframes imageGoUpAnimation {
  from {
    transform: translateY(-48px);
  }
  to {
    transform: translateY(-120px);
  }
}
@keyframes imageGoOutAnimation {
  from {
    transform: translateY(-120px);
  }
  to {
    transform: translateY(-48px);
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  background-color: white;
  scroll-behavior: smooth;
}

.bg-dark {
  background-color: black;
}

.banner {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: black;
}
.banner .container {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 3;
}
.banner .titulo {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 130%;
  margin: auto 0;
  max-width: 370px;
  transform: translateY(150px);
  opacity: 0;
  transition-delay: 0.2s;
  transition: 1s ease;
}
@media (min-width: 992px) {
  .banner .titulo {
    max-width: 850px;
    font-size: 72px;
  }
}
.banner .titulo.animate {
  transform: translateY(0);
  opacity: 1;
}
.banner .banner-scroll {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  position: absolute;
  bottom: 20px;
  transform: translateY(150px);
  opacity: 0;
  transition-delay: 0.2s;
  transition: 1s ease;
}
.banner .banner-scroll.animate {
  transform: translateY(0);
  opacity: 1;
}
.banner .banner-scroll_bar {
  border-radius: 4px;
  background: #ff7c00;
  height: 3px;
  width: 150px;
  display: flex;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .banner .banner-scroll_bar {
    margin-bottom: 13px;
  }
}
.banner .banner-scroll_text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner .banner-scroll_text {
    font-size: 16px;
  }
}
.banner .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.7;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 38.96%
  );
  height: 100%;
  z-index: 2;
}
.banner .video-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  object-fit: cover;
  opacity: 0.4;
}
.banner-interna {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .banner-interna {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .banner-interna .titulo {
    margin: auto;
  }
}
.banner-advisory {
  background-image: url("../img/bg-banner-advisory-mobile.jpg");
}
@media (min-width: 992px) {
  .banner-advisory {
    background-image: url("../img/bg-banner-advisory.jpg");
  }
}
.banner-security {
  background-image: url("../img/bg-banner-security-mobile.jpg");
}
@media (min-width: 992px) {
  .banner-security {
    background-image: url("../img/bg-banner-security.jpg");
  }
}
.banner-team {
  background-image: url("../img/bg-banner-team-mobile.jpg");
}
@media (min-width: 992px) {
  .banner-team {
    background-image: url("../img/bg-banner-team.jpg");
  }
}

.about_sect {
  padding: 56px 0 103px;
  position: relative;
  background-color: white;
}
@media (min-width: 992px) {
  .about_sect {
    padding: 80px 0 114px;
  }
}
.about_sect.gray {
  background-color: #141516;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .about_sect.gray {
    padding-top: 48px;
  }
}
.about_sect .top-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .about_sect .top-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .about_sect .top-content .left-content {
    max-width: 461px;
    margin-top: 27px;
  }
}
@media (min-width: 1200px) {
  .about_sect .top-content .left-content {
    max-width: 655px;
  }
}
.about_sect .top-content .intro {
  margin-bottom: 8px;
  color: #ff7c00;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .about_sect .top-content .intro {
    font-size: 16px;
  }
}
.about_sect .top-content .titulo-top {
  color: #333536;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .about_sect .top-content .titulo-top {
    font-size: 56px;
    margin-bottom: 0;
  }
}
.about_sect .top-content .texto {
  color: #333536;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about_sect .top-content .texto {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .about_sect .desktop-only {
    padding: 0;
  }
}
.about_sect .img-area {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
  gap: 32px;
}
@media (min-width: 992px) {
  .about_sect .img-area {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 165px;
  }
}
.about_sect .img-area .image-holder {
  overflow: hidden;
  position: relative;
  width: 366px;
}
@media (min-width: 992px) {
  .about_sect .img-area .image-holder {
    width: 558px;
  }
}
.about_sect .img-area .image-holder:first-child {
  margin: -47px auto 0 0;
}
@media (min-width: 992px) {
  .about_sect .img-area .image-holder:first-child {
    margin: initial;
    transform: translateY(-48px);
  }
}
.about_sect .img-area .image-holder:last-child {
  margin: 0 0 0 auto;
}
@media (min-width: 992px) {
  .about_sect .img-area .image-holder:last-child {
    margin: initial;
    transform: translateY(80px);
  }
}
.about_sect .img-area .image-holder::after {
  content: "";
  display: block;
  padding-bottom: 115%;
}
@media (min-width: 992px) {
  .about_sect .img-area .image-holder::after {
    padding-bottom: 107%;
  }
}
.about_sect .img-area .image-holder_image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: no-repeat;
  background-size: cover;
}
.about_sect .bottom-content {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .about_sect .bottom-content {
    margin-bottom: 96px;
  }
}
.about_sect .bottom-content .titulo-bottom {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about_sect .bottom-content .titulo-bottom {
    font-size: 48px;
  }
}

.team_sect {
  background-color: #141516;
  overflow: hidden;
}
.team_sect .top-content {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .team_sect .top-content {
    margin-bottom: 64px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.team_sect .top-content .left-content {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .team_sect .top-content .left-content {
    margin-bottom: 0;
    max-width: 555px;
  }
}
.team_sect .top-content .left-content .intro {
  color: #ff7c00;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .team_sect .top-content .left-content .intro {
    font-size: 16px;
  }
}
.team_sect .top-content .left-content .titulo {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .team_sect .top-content .left-content .titulo {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .team_sect .top-content .right-content {
    max-width: 50%;
    margin-top: 27px;
  }
}
@media (min-width: 1200px) {
  .team_sect .top-content .right-content {
    max-width: 555px;
  }
}
.team_sect .top-content .right-content .texto {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .team_sect .top-content .right-content .texto {
    font-size: 18px;
  }
}
.team_sect .top-content .right-content .btn-link {
  color: #ff7c00;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  gap: 8px;
}
.team_sect .top-content .right-content .btn-link .icones {
  transition: all ease 0.3s;
}
.team_sect .top-content .right-content .btn-link:hover {
  color: rgb(255, 150.2, 51);
}
.team_sect .top-content .right-content .btn-link:hover .icones {
  transform: translateX(5px);
}
.team_sect .bottom-content {
  position: relative;
  background-color: #ff7c00;
}
@media (min-width: 992px) {
  .team_sect .bottom-content {
    padding: 80px 0 107px;
  }
}
@media (min-width: 1600px) {
  .team_sect .bottom-content {
    padding: 118px 0;
  }
}
.team_sect .bottom-content .img-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
@media (min-width: 992px) {
  .team_sect .bottom-content .img-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .team_sect .bottom-content .img-holder {
    max-width: 51%;
  }
}
.team_sect .bottom-content .img-holder_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team_sect .bottom-content .img-holder_img img {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  filter: grayscale(1);
}
@media (min-width: 992px) {
  .team_sect .bottom-content .container {
    display: flex;
    justify-content: flex-end;
  }
}
.team_sect .bottom-content .bottom-content_info {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .team_sect .bottom-content .bottom-content_info {
    max-width: 461px;
    padding: 0;
  }
}
.team_sect .bottom-content .titulo-bottom {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .team_sect .bottom-content .titulo-bottom {
    font-size: 32px;
  }
}
.team_sect .bottom-content .intro {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .team_sect .bottom-content .intro {
    font-size: 22px;
  }
}
.team_sect .bottom-content .texto {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .team_sect .bottom-content .texto {
    font-size: 18px;
  }
}

.titulo-secao {
  color: #ff7c00;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .titulo-secao {
    font-size: 16px;
  }
}

.section-produtos {
  position: relative;
  background-color: #141516;
  color: white;
}
.section-produtos_box {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .section-produtos_box {
    padding-top: 103px;
    padding-bottom: 129px;
  }
}
.section-produtos_titulo {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-produtos_titulo {
    font-size: 56px;
    max-width: 540px;
  }
}
.section-produtos_paragrafo {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-produtos_paragrafo {
    font-size: 18px;
  }
}
.section-produtos_content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 774px;
  padding-top: 56px;
}
@media (min-width: 992px) {
  .section-produtos_content {
    padding-top: 80px;
    padding-bottom: 115px;
    height: auto;
  }
}
.section-produtos_content.bg-securities {
  background-image: url("../img/img-produtos-securities-mobile.jpg");
}
@media (min-width: 992px) {
  .section-produtos_content.bg-securities {
    background-image: url("../img/img-produtos-securities.jpg");
  }
}
.section-produtos_content.bg-research {
  background-image: url("../img/img-produtos-research-mobile.jpg");
}
@media (min-width: 992px) {
  .section-produtos_content.bg-research {
    background-image: url("../img/img-produtos-research.jpg");
  }
}
.section-produtos_content.bg-advisory {
  background-image: url("../img/img-produtos-advisory-mobile.jpg");
}
@media (min-width: 992px) {
  .section-produtos_content.bg-advisory {
    background-image: url("../img/img-produtos-advisory.jpg");
  }
}
.section-produtos_content.bg-asset {
  background-image: url("../img/img-produtos-asset-mobile.jpg");
}
@media (min-width: 992px) {
  .section-produtos_content.bg-asset {
    background-image: url("../img/img-produtos-asset.jpg");
  }
}
.section-produtos_content.bg-events {
  background-image: url("../img/img-produtos-events-mobile.jpg");
}
@media (min-width: 992px) {
  .section-produtos_content.bg-events {
    background-image: url("../img/img-produtos-events.jpg");
  }
}
.section-produtos_content_info {
  display: flex;
  flex-direction: column;
  padding: 32px 40px;
  background-color: white;
  color: #333536;
  min-height: 265px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 992px) {
  .section-produtos_content_info {
    min-height: 326px;
  }
}
.section-produtos_content_info::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 8px;
  height: 100%;
  background-color: #ff7c00;
}
.section-produtos_content_info:hover .icones {
  transform: translateX(8px);
}
.section-produtos_content_info_titulo {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .section-produtos_content_info_titulo {
    font-size: 32px;
  }
}
.section-produtos_content_info_paragrafo {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
  flex: 1;
}
@media (min-width: 992px) {
  .section-produtos_content_info_paragrafo {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.section-produtos_content_info_link {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: black;
}
@media (min-width: 992px) {
  .section-produtos_content_info_link {
    font-size: 18px;
  }
}
.section-produtos_content_info_link .icones {
  font-size: 24px;
  color: #ff7c00;
  transition: all 0.3s ease;
}

.customers-reach-sect {
  padding: 57px 0 72px;
  background-color: #00346a;
}
@media (min-width: 1200px) {
  .customers-reach-sect {
    margin-top: -165px;
    padding-top: 250px;
    padding-bottom: 120px;
  }
}
.customers-reach-sect .intro {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .customers-reach-sect .intro {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 80px;
  }
}
.customers-reach-sect .intro_left {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .customers-reach-sect .intro_left {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
.customers-reach-sect .intro_left_title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .customers-reach-sect .intro_left_title {
    font-size: 56px;
  }
}
.customers-reach-sect .intro_text {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .customers-reach-sect .intro_text {
    width: calc(50% - 12px);
    font-size: 18px;
    padding-top: 27px;
  }
}
.customers-reach-sect .big-numbers {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .customers-reach-sect .big-numbers {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 130px;
  }
}
.customers-reach-sect .big-numbers_divisor {
  width: 100%;
  height: 2px;
  background-color: #004185;
}
@media (min-width: 1200px) {
  .customers-reach-sect .big-numbers_divisor {
    width: 2px;
    height: 80px;
  }
}
.customers-reach-sect .big-numbers_card_number {
  display: block;
  color: #fff;
  font-size: 88px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .customers-reach-sect .big-numbers_card_number {
    font-size: 120px;
    line-height: 86px;
  }
}
.customers-reach-sect .big-numbers_card_desc {
  display: block;
  color: #f6f8f9;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .customers-reach-sect .big-numbers_card_desc {
    font-size: 20px;
  }
}
.customers-reach-sect .map {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.customers-reach-sect .btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .customers-reach-sect .btns-wrapper {
    flex-direction: row;
    margin-top: 0;
  }
}
.customers-reach-sect .btns-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1200px) {
  .customers-reach-sect .btns-wrapper .btn {
    width: calc(50% - 12px);
  }
}

.section-tag {
  display: block;
  color: #ff7c00;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .section-tag {
    font-size: 16px;
  }
}

.newsletter-sect {
  background-color: #002e5d;
  position: relative;
}
@media (min-width: 1200px) {
  .newsletter-sect {
    background-color: transparent;
  }
  .newsletter-sect::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}
.newsletter-sect .newsletter-banner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  background-color: #002e5d;
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .newsletter-sect .newsletter-banner {
    flex-direction: row;
    align-items: flex-start;
    gap: 88px;
    padding: 64px 97px;
    margin-top: -150px;
  }
}
@media (min-width: 1200px) {
  .newsletter-sect .newsletter-banner_content {
    width: 100%;
    min-width: 100%;
  }
}
.newsletter-sect .newsletter-banner_content_title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .newsletter-sect .newsletter-banner_content_title {
    font-size: 40px;
  }
}
.newsletter-sect .newsletter-banner_content_text {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .newsletter-sect .newsletter-banner_content_text {
    font-size: 18px;
  }
}
.newsletter-sect .newsletter-banner_form {
  width: 100%;
}
.newsletter-sect .newsletter-banner_form .btn {
  margin-top: 24px;
}

.section-letstalk {
  background-color: white;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .section-letstalk {
    padding-top: 87px;
    padding-bottom: 105px;
  }
}
.section-letstalk_titulo {
  color: black;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .section-letstalk_titulo {
    font-size: 56px;
  }
}
.section-letstalk_paragrafo {
  color: #333536;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .section-letstalk_paragrafo {
    font-size: 18px;
    margin-bottom: 48px;
    max-width: 460px;
  }
}
.section-letstalk_desc {
  color: #333536;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-letstalk_desc .icones {
  color: #ff7c00;
  font-size: 24px;
}
.section-letstalk_desc_link {
  color: #333536;
}
.section-letstalk_desc_link:hover {
  opacity: 0.8;
}
.section-letstalk .form fieldset {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section-letstalk .form .btn,
  .section-letstalk .btn,
  .section-letstalk .btn-order p {
    max-width: 267px;
  }
}

.comming-soon-sect {
  padding-top: 228px;
  padding-bottom: 156px;
  text-align: center;
}
@media (min-width: 1200px) {
  .comming-soon-sect {
    padding-top: 199px;
    padding-bottom: 120px;
  }
}
.comming-soon-sect .title {
  color: #333536;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .comming-soon-sect .title {
    font-size: 56px;
  }
}
.comming-soon-sect .text {
  color: #333536;
  font-size: 16px;
  line-height: 150%;
  max-width: 752px;
  margin: 0 auto 32px;
}
@media (min-width: 992px) {
  .comming-soon-sect .text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .comming-soon-sect .btn {
    max-width: 267px;
  }
}

.topics-sect {
  background-color: white;
  padding: 32px 0;
}
@media (min-width: 1200px) {
  .topics-sect {
    padding: 40px 0 120px;
  }
}
.topics-sect .topic {
  padding-bottom: 48px;
  border-bottom: 1.5px solid #eef0f1;
}
@media (min-width: 1200px) {
  .topics-sect .topic {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
}
.topics-sect .topic:last-child {
  border-bottom: 0;
}
.topics-sect .topic + .topic {
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .topics-sect .topic + .topic {
    margin-top: 64px;
  }
}
.topics-sect .topic_left {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .topics-sect .topic_left {
    width: 558px;
    min-width: 558px;
    margin-bottom: 0;
  }
}
.topics-sect .topic_left_title {
  color: #333536;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .topics-sect .topic_left_title {
    font-size: 56px;
  }
}
.topics-sect .topic_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .topics-sect .topic_content {
    gap: 24px;
  }
}
.topics-sect .topic_content_block_title {
  color: #ff7c00;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .topics-sect .topic_content_block_title {
    font-size: 18px;
  }
}
.topics-sect .topic_content_block_text {
  color: #333536;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .topics-sect .topic_content_block_text {
    font-size: 18px;
  }
}
.topics-sect .topic_content_block .c-laranja {
  color: #ff7c00;
}
.topics-sect .topic-map {
  border-bottom: none;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .topics-sect .topic-map {
    padding-bottom: 56px;
  }
}
.topics-sect .map {
  border-bottom: 1.5px solid #eef0f1;
  padding-bottom: 32px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .topics-sect .map {
    margin-bottom: 80px;
  }
}

.section-team {
  background-color: white;
  padding-top: 56px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .section-team {
    padding-top: 96px;
    padding-bottom: 120px;
  }
}
.section-team_titulo {
  color: #333536;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section-team_titulo {
    font-size: 56px;
    margin-bottom: 24px;
  }
}
.section-team_paragrafo {
  color: #333536;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section-team_paragrafo {
    font-size: 18px;
    margin-bottom: 48px;
    max-width: 752px;
  }
}
.section-team .navOverflow {
  overflow-y: auto;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section-team .navOverflow {
    margin-bottom: 48px;
  }
}
.section-team .navOverflow::-webkit-scrollbar-button {
  display: none;
}
.section-team .navOverflow::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.section-team .navOverflow::-webkit-scrollbar-track {
  background-color: transparent;
}
.section-team .navOverflow::-webkit-scrollbar-thumb {
  background-color: rgba(51, 53, 54, 0.212);
  border-radius: 6px;
  border: 0 solid transparent;
}
.section-team_nav {
  display: flex;
  justify-content: center;
  min-width: max-content;
}
.section-team_nav .nav-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
}
@media (min-width: 992px) {
  .section-team_nav .nav-tabs {
    gap: 16px;
  }
}
.section-team_nav .nav-tabs .nav-link {
  color: black;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: none;
  margin-bottom: 0;
  padding: 8px 16px;
  border-radius: 0;
}
.section-team_nav .nav-tabs .nav-link.active {
  background-color: #ff7c00;
}

.card-team {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-team_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.1375;
  object-fit: cover;
}
.card-team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-team_body {
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: white;
  background-color: #00346a;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .card-team_body {
    padding: 24px 32px;
  }
}
.card-team_body_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .card-team_body_title {
    font-size: 24px;
  }
}
.card-team_body_employ {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card-team_body_employ {
    font-size: 16px;
  }
}
.card-team_body_line {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.card-team_body_text-wrapper {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  flex: 1;
}
@media (min-width: 992px) {
  .card-team_body_text-wrapper {
    font-size: 16px;
  }
}
.card-team_body_text-wrapper .text-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.card-team_body .read-more {
  color: #73b8ff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline;
  text-decoration-line: underline;
}
.card-team_body .read-more:hover {
  opacity: 0.7;
  text-decoration-line: none;
}
/*   .card-team_body .card-team_body_line + p {
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  @media (min-width: 992px) {
    .card-team_body .card-team_body_line + p {
		font-size: 16px;
	}
  } */

.fade-in {
  transition: 0.8s ease;
  opacity: 0;
  transform: translateY(150px);
}
.fade-in.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.sticky-controller {
  position: relative;
}
.sticky-controller .section-produtos_content,
.sticky-controller .customers-reach-sect {
  position: sticky;
  top: 0;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-8 {
  font-size: 0.6rem !important;
}

.fs-10 {
  font-size: 0.65rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.15rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.4rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 1.65rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.9rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-42 {
  font-size: 2.65rem !important;
}

.fs-44 {
  font-size: 3rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-62 {
  font-size: 3.9rem !important;
}

.fs-70 {
  font-size: 4.4rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

/* ==========================================================================
      Botoes
     ========================================================================== */
.btn,
form div input[type="submit"].um-button{
  width: 100%;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.btn-laranja,
.form-page .form-box input[type="submit"] {
  background-color: #ff7c00;
  color: white;
  transition: all 0.3s ease;
  box-shadow: none;
}
.btn-laranja:hover,
.form-page .form-box input[type="submit"]:hover {
  background-color: rgb(229.5, 111.6, 0);
  color: white;
}
.btn-laranja:active,
.btn-laranja:focus,
.form-page .form-box input[type="submit"]:active,
.form-page .form-box input[type="submit"]:focus {
  background-color: rgb(229.5, 111.6, 0) !important;
  color: white !important;
  outline: none;
  border: 0;
}

form div input[type="submit"].um-button{
  width: 100% !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 30px !important;
  border-radius: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  background-color: #ff7c00 !important;
  color: white v;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

form div input[type="submit"].um-button:hover{
  background-color: rgb(229.5, 111.6, 0) !important;
  color: white !important;
}

form div input[type="submit"].um-button:active,
form div input[type="submit"].um-button:focus{
  background-color: rgb(229.5, 111.6, 0) !important;
  color: white !important;
  outline: none !important;
  border: 0 v;
}

.btn-transparent {
  background-color: transparent;
  color: white;
  transition: all 0.3s ease;
}
.btn-transparent:hover {
  background-color: transparent;
  color: white;
  opacity: 0.7;
}
.btn-transparent:active,
.btn-transparent:focus {
  background-color: transparent !important;
  color: white !important;
  outline: none;
  border: 0;
}
.btn-transparent-laranja,
.form-page .form-box .um-button {
  background-color: transparent;
  color: #ff7c00;
  transition: all 0.3s ease;
  box-shadow: none !important;
}
.btn-transparent-laranja:hover,
.form-page .form-box .um-button:hover {
  background-color: transparent;
  color: #ff7c00;
  opacity: 0.7;
}
.btn-transparent-laranja:active,
.btn-transparent-laranja:focus,
.form-page .form-box .um-button:focus,
.form-page .form-box .um-button:active {
  background-color: transparent !important;
  color: #ff7c00 !important;
  outline: none;
  border: 0;
}
.btn-cinza-claro {
  background-color: #f6f8f9;
  color: #939598;
  transition: all 0.3s ease;
}
.btn-cinza-claro:hover {
  background-color: rgb(230.7, 236.1, 238.8) !important;
}
.btn-cinza-claro:active,
.btn-cinza-claro:focus {
  background-color: #f6f8f9;
  outline: none;
  border: 0;
}
.btn-branco {
  background-color: white;
  color: black;
  transition: all 0.3s ease;
}
.btn-branco:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  color: black;
}
.btn-branco:active,
.btn-branco:focus {
  background-color: white !important;
  color: black;
  outline: none;
  border: 0;
}
.btn-outiline-branco {
  background-color: transparent;
  color: white;
  transition: all 0.3s ease;
  border-color: white;
}
.btn-outiline-branco:hover {
  background-color: #ff7c00;
  color: white;
}
.btn-outiline-branco:active,
.btn-outiline-branco:focus {
  background-color: #ff7c00 !important;
  color: white !important;
  outline: none;
  border: 0;
}
.btn-md {
  height: 48px;
}
.btn-lg {
  height: 52px;
}
.btn-xl {
  height: 60px;
  font-size: 16px;
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .btn-xl {
    height: 64px;
    font-size: 20px;
    padding: 0 32px;
  }
}

.modal-padrao .modal-dialog {
  max-width: 500px;
  margin: auto;
}

@media (min-width: 1200px) {
  .modal-padrao .modal-dialog {
    max-width: 640px;
  }
}
.modal-padrao .modal-content {
  border-radius: 16px;
  border: 0;
  padding: 24px;
}
@media (min-width: 992px) {
  .modal-padrao .modal-content {
    padding: 32px;
  }
}
.modal-padrao .modal-header {
  border: 0;
  padding: 0;
  border-bottom: 1px solid #e3e5e6;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.modal-padrao .modal-header .modal-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
}
.modal-padrao .modal-header .btn-fechar {
  font-size: 32px;
  color: black;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-padrao .modal-header .btn-fechar:hover {
  opacity: 0.8;
}
.modal-padrao .modal-body {
  padding: 20px 0 0;
  height: auto;
  max-height: 373px;
}
.modal-padrao .modal-body p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.modal-redirect .modal-dialog {
  max-width: 640px;
}
.modal-redirect .modal-dialog .modal-content {
  border-radius: 0;
}
.modal-redirect .modal-dialog .modal-body {
  border-radius: 0;
  padding: 32px 32px 38px;
}
.modal-redirect .modal-dialog .modal-body .title {
  color: #333536;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
}
.modal-redirect .modal-dialog .modal-body .link-indicator {
  display: block;
  color: #ff7c00;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 38px;
}
.modal-redirect .modal-dialog .modal-body .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .modal-redirect .modal-dialog .modal-body .btn-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.modal-redirect .modal-dialog .modal-body .btn-wrapper .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .modal-redirect .modal-dialog .modal-body .btn-wrapper .btn {
    width: calc(50% - 8px);
  }
}

.footer {
  background-color: #141516;
  padding: 48px 0 24px 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 48px 0 32px 0;
  }
}
.footer_image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .footer_image {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 0;
  }
}
.footer_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer_list_item_link {
  color: #f6f8f9;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.footer_list-secundary {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .footer_list-secundary {
    list-style: none;
    padding-left: 8px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
}
.footer_list-secundary_item_link {
  color: #adaeaf;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.footer a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer a:hover {
  color: #ff7c00;
}
.footer_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #333536;
  text-align: center;
  gap: 32px;
}
@media (min-width: 992px) {
  .footer_bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer_bottom_copyright {
  color: #e3e5e6;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.footer_bottom_disclosures {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .footer_bottom_disclosures {
    flex-direction: row;
    gap: 40px;
  }
}
.footer_bottom_disclosures a {
  color: #e3e5e6 !important;
}
.footer_bottom_disclosures a:hover {
  text-decoration: underline;
}

.header {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  margin-top: -72px;
  transition-delay: 0.2s;
  transition: 1s ease;
}
@media (min-width: 1200px) {
  .header {
    margin-top: -120px;
    overflow: visible;
  }
}
.header_logo {
  position: relative;
  z-index: 10;
}
.header .btn-hamburguer {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  outline: none;
  background-color: transparent;
  margin: 0;
  border: 0;
}
.header .btn-hamburguer .bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header .top-bar {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .header .top-bar {
    padding: 16px 0;
  }
}
.header .top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 1200px) {
  .header .top-bar .container {
    justify-content: flex-start;
    gap: 64px;
  }
}
.header_login-btns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header_login-btns {
    flex-direction: row;
  }
}
.site-user-info {
  position: relative;
}
.site-user-info_btn {
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
  transition: opacity ease 0.4s;
}
.site-user-info_btn:hover {
  opacity: 0.7;
}
.site-user-info .user-avatar img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.site-user-info .user-name {
  color: #ff7c00;
  font-size: 16px;
  font-weight: 400;
}
.site-user-info .icones {
  color: #ff7c00;
  font-size: 18px;
  transform: rotate(90deg);
}
.site-user-info_dropwdown {
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: max-content;
  border: 1px solid #e3e5e6;
  transform: translateY(95%);
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.4s;
}
.site-user_link {
  padding: 12px 16px;
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  color: #333536;
  text-decoration: none;
  transition: background-color ease 0.4s;
}
.site-user_link:hover {
  background-color: #f6f8f9;
}
.site-user-info_dropwdown.active {
  transform: translateY(100%);
  opacity: 1;
  pointer-events: auto;
}
.header .bottom-bar {
  padding: 120px 24px 48px;
}
@media (max-width: 1199px) {
  .header .bottom-bar {
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    background-color: #09171e;
    transition: 0.6s ease;
  }
  .header .bottom-bar::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 38.96%
    );
  }
}
@media (min-width: 1200px) {
  .header .bottom-bar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 12px 0;
  }
}
.header .bottom-bar .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .header .bottom-bar .container {
    padding-left: 206px;
  }
}
@media (max-width: 1199px) {
  .header .bottom-bar .container {
    padding: 0;
  }
}
.header .bottom-bar_nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .header .bottom-bar_nav {
    gap: 16px;
    flex-direction: row;
    align-items: center;
  }
}
.header .bottom-bar_nav .close-services-btn {
  outline: none;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
}
.header .bottom-bar_nav .close-services-btn .icones {
  font-size: 32px;
  transform: rotateZ(180deg);
}
.header .bottom-bar_nav_title {
  color: #eef0f1;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.header .bottom-bar_nav_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .header .bottom-bar_nav_list {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.header .bottom-bar_nav_list_link {
  color: #fff;
  transition: 0.3s ease;
  text-decoration: none;
  font-size: 32px;
  line-height: 130%; /* 41.6px */
  font-weight: 500;
}
@media (min-width: 1200px) {
  .header .bottom-bar_nav_list_link {
    font-size: 14px;
    line-height: normal;
    font-weight: initial;
  }
}
.header .bottom-bar_nav_list_link:hover {
  color: #ff7c00;
}
.header .bottom-bar_nav_list_link.active {
  pointer-events: none;
  opacity: 0.4;
}
.header .bottom-bar.openned {
  transform: translateX(0);
}
@media (min-width: 1200px) {
  .header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .header_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 120px 24px 48px;
    gap: 78px;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    background-color: #09171e;
    transition: 0.6s ease;
  }
  .header_nav::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 38.96%
    );
  }
}
.header_nav_list {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .header_nav_list {
    flex-direction: column;
    max-width: 100%;
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .header_nav_list .list-item {
    width: 100%;
  }
}
.header_nav_list_link {
  color: #fff;
  font-size: 32px;
  line-height: 130%;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1200px) {
  .header_nav_list_link {
    font-size: 16px;
    line-height: normal;
    font-weight: initial;
  }
}
.header_nav_list_link:hover {
  color: #ff7c00;
}
.header_nav_list_link.active {
  pointer-events: none;
  opacity: 0.4;
}
.header_nav .btn {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  width: 100%;
  height: 48px;
  min-height: 48px;
}
@media (min-width: 1200px) {
  .header_nav .btn {
    max-width: 130px;
    height: 40px;
    min-height: initial;
  }
}
.header.open-menu .top-bar .container .header_nav {
  transform: translateX(0);
}
.header.open-menu .top-bar .container .btn-hamburguer .bar1 {
  transform: rotateZ(45deg) translateX(5px) translateY(5px);
}
.header.open-menu .top-bar .container .btn-hamburguer .bar2 {
  opacity: 0;
}
.header.open-menu .top-bar .container .btn-hamburguer .bar3 {
  transform: rotateZ(-45deg) translateX(6px) translateY(-7px);
}
.header.light .top-bar .container .btn-hamburguer .bar {
  background-color: #ff7c00;
}
.header.light .top-bar .container .header_nav::after {
  display: none;
}
@media (max-width: 1199px) {
  .header.light .top-bar .container .header_nav {
    background-color: white;
  }
}
.header.light .top-bar .container .header_nav_list_link {
  color: #000000;
}
.header.light .top-bar .container .header_nav_list_link:hover {
  color: #ff7c00;
}
.header.light .top-bar .container .btn-transparent {
  color: #ff7c00;
}
.header.light .top-bar .container .btn-transparent:focus,
.header.light .top-bar .container .btn-transparent:active{
  color: #ff7c00 !important;
}
.header.light .bottom-bar {
  background-color: white;
}
@media (min-width: 1200px) {
  .header.light .bottom-bar {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.header.light .bottom-bar::after {
  display: none;
}
.header.light .bottom-bar .container .bottom-bar_nav_title {
  color: #d1d3d4;
}
.header.light .bottom-bar .container .bottom-bar_nav .close-services-btn {
  color: black;
}
.header.light .bottom-bar .container .bottom-bar_nav_list_link {
  color: #000000;
}
.header.light .bottom-bar .container .bottom-bar_nav_list_link:hover {
  color: #ff7c00;
}
.header.animate {
  margin-top: 0;
}

.header.fixed {
  position: fixed;
  background-color: white;
}

.header.fixed .top-bar {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header.fixed .top-bar .container {
  gap: 150px;
}

.header.fixed .header_logo {
  height: 24px;
}

.header.fixed .header_nav .btn {
  height: 32px;
  font-size: 14px;
}

.header.fixed.open-menu .header_nav .btn {
  font-size: 16px;
}

.header.fixed .bottom-bar {
  background-color: #f6f8f9;
}

.form-label,
.wpforms-field-label,
.form-page .form-box form label {
  display: block !important;
  color: #333536 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
}

.form-control,
.wpforms-field-medium,
.form-select,
.research-filter-form select,
.form-page .form-box form input[type="text"],
.form-page .form-box form input[type="password"] {
  width: 100% !important;
  height: 48px !important;
  border: none !important;
  border-bottom: 1px solid #333536 !important;
  border-radius: 0 !important;
  padding: 0 16px !important;
  background-color: transparent !important;
}
.form-control:focus,
.wpforms-field-medium:focus,
.form-select:focus,
.research-filter-form select:focus,
.form-page .form-box form input[type="text"]:focus,
.form-page .form-box form input[type="password"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #333536 !important;
}

.form-select.form-placeholder {
  color: #adaeaf;
  border-bottom: 1px solid #333536;
}

.input-branco .form-label,
.input-branco .wpforms-field-label {
  color: #f6f8f9;
}
.input-branco .form-control,
.input-branco .wpforms-field-medium,
.input-branco .form-select {
  border-color: #f6f8f9;
  color: #f6f8f9;
}
.input-branco .form-control::placeholder,
.input-branco .wpforms-field-medium::placeholder,
.input-branco .form-select.placeholder {
  color: white;
}
.input-branco .form-control:focus,
.input-branco .wpforms-field-medium:focus,
.input-branco .form-select:focus {
  border-color: #f6f8f9;
  background-color: transparent;
}

.section-letstalk .wpforms-field {
  margin-bottom: 32px;
}

.wpforms-hidden {
  display: none;
}

.wpcf7 {
  width: 100%;
}

.wpcf7 br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 32px;
}

.btn-order {
  order: 2;
  display: flex;
}

.wpcf7 p {
  margin-bottom: 0;
}

.wpcf7 form.sent {
  display: grid;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  order: 1;
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 24px;
  padding: 10px 16px 10px 56px;
  background-color: #f1f8ff;
  color: black;
  font-size: 14px;
  line-height: 180%;
  border: 1px solid #2a72bc;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "";
  position: absolute;
  left: 23px;
  display: block;
  width: 18px;
  height: 18px;
  border: 1.5px solid #115093;
  border-radius: 50%;
}

.wpcf7 form.sent .wpcf7-response-output::after {
  content: "";
  position: absolute;
  left: 26.5px;
  top: 47%;
  display: block;
  width: 5px;
  height: 8px;
  border: solid #115093;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg) translateY(-50%);
}

.btn-order p {
  width: 100%;
}

.section-letstalk .wpcf7 form.sent .wpcf7-response-output {
  margin-bottom: 32px;
}

.wpcf7 form.invalid {
  display: grid;
}

.wpcf7 form.invalid .wpcf7-response-output {
  position: relative;
  order: 1;
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 24px;
  padding: 10px 16px;
  background-color: #fcefef;
  color: black;
  font-size: 14px;
  line-height: 180%;
  border: 1px solid #ec4e4e;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.section-events {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: white;
}
.section-events_titulo {
  color: #333536;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .section-events_titulo {
    font-size: 56px;
  }
}

.section-events_carrossel .swiper-slide {
  height: auto;
}
.section-events_carrossel .swiper-pagination,
.section-events_carrossel .swiper-button-prev,
.section-events_carrossel .swiper-button-next {
  position: static;
  width: auto;
  height: initial;
}
.section-events_carrossel .swiper-button-prev,
.section-events_carrossel .swiper-button-next {
  margin-top: 0;
}
.section-events_carrossel .swiper-button-prev::after,
.section-events_carrossel .swiper-button-next::after {
  font-size: 24px;
  color: #ff7c00;
}
.section-events_carrossel .swiper-button-prev.swiper-button-disabled,
.section-events_carrossel .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.section-events_carrossel .swiper-pagination {
  display: flex;
  align-content: center;
  column-gap: 4px;
}
.section-events_carrossel .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #646667;
  opacity: 0.5;
}
.section-events_carrossel
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff7c00;
  opacity: 1;
}
.section-events_carrossel_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 21px;
  margin-top: 24px;
}
.section-events .newsletter-sect {
  margin-top: 64px;
  margin-bottom: 56px;
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .section-events .newsletter-sect {
    padding: 0;
  }
}
.section-events .newsletter-sect .newsletter-banner {
  margin-top: 0;
  padding-top: 44px;
  padding-bottom: 44px;
}
@media (min-width: 1200px) {
  .section-events .newsletter-sect .newsletter-banner {
    align-items: center;
  }
}
.section-events_cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-events_cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .section-events_cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.section-events_cards-wrapper .btn-div {
}
@media (min-width: 768px) {
  .section-events_cards-wrapper .btn-div {
    grid-column: 1/3;
  }
}
@media (min-width: 992px) {
  .section-events_cards-wrapper .btn-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 1/4;
  }
}

@media (min-width: 768px) {
  .section-events_cards-wrapper .btn-div .btn {
    grid-column: 1/3;
  }
}
@media (min-width: 992px) {
  .section-events_cards-wrapper .btn-div .btn {
    grid-column: 2/3;
  }
}

.info-tag {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 8px 16px;
  background-color: #f6f8f9;
}
.info-tag .icones {
  font-size: 20px;
}
.info-tag_texto {
  margin-bottom: 0;
  font-size: 16px;
}
.info-tag .link-indicator {
  color: #ff7c00;
  transition: all ease 0.3s;
}
.info-tag .link-indicator:hover {
  opacity: 0.7;
}

.spotify-banner {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding: 16px;
  background-color: #ad5400;
}
@media (min-width: 992px) {
  .spotify-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
  }
}
.spotify-banner_info {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 600;
  column-gap: 20px;
}
.spotify-banner_img {
  box-shadow: 0px 1.458px 4.812px 0px rgba(0, 0, 0, 0.25);
}
.spotify-banner_title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.spotify-banner_name {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.96px;
}
.spotify-banner .btn-spotify {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  margin-top: 24px;
  width: 100%;
  height: 40px;
  padding: 8px 24px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid white;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .spotify-banner .btn-spotify {
    margin-top: 0;
    max-width: 400px;
  }
}
.spotify-banner .btn-spotify .icones {
  font-size: 20px;
}
.spotify-banner .btn-spotify:hover {
  color: #ad5400;
  background-color: white;
}

.card-event {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  row-gap: 24px;
  height: 100%;
  min-height: 320px;
  padding: 24px;
  background-color: white;
  border: 1px solid #e3e5e6;
}
.card-event.hidden {
  display: none;
}
.card-event.inactive {
  min-height: inherit;
  background-color: #f6f8f9;
}
.card-event_title {
  margin-bottom: 24px;
  color: #333536;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
.card-event_infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.card-event_infos_title {
  margin-bottom: 4px;
  color: #646667;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
}
.card-event_infos_text {
  margin-bottom: 0;
  color: #333536;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
.card-event_users {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.card-event_users-title {
  margin-bottom: 4px;
  color: #646667;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
}
.card-event_users_user {
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
}
.card-event_users_user_name {
  margin-bottom: 0;
  color: #ff7c00;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-event_users_user_img,
.card-event_users_user_img img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.modal-event-user .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
}
.modal-event-user .modal-header_info {
  color: #58595b;
  font-size: 12px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .modal-event-user .modal-header_info {
    font-size: 14px;
  }
}
.modal-event-user .modal-header_info .modal-title {
  text-align: left;
  margin-bottom: 4px;
  color: black;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 768px) {
  .modal-event-user .modal-header_info .modal-title {
    font-size: 20px;
  }
}
.modal-event-user .modal-header_info p {
  margin-bottom: 0;
}
.modal-event-user .modal-header .btn-fechar {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-event-user_img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .modal-event-user_img {
    width: 56px;
    height: 56px;
  }
}
.modal-event-user_img img {
  min-width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .modal-event-user_img img {
    min-width: 56px;
    height: 56px;
  }
}
.modal-event-user .modal-body p {
  margin-bottom: 0;
  color: #333536;
  font-size: 14px;
  line-height: 160%;
}
@media (min-width: 768px) {
  .modal-event-user .modal-body p {
    font-size: 16px;
  }
}
.modal-event-user .modal-dialog {
  max-width: 440px;
}
@media (max-width: 767px) {
  .modal-event-user .modal-dialog {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.modal-event-register .btn-fechar {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  font-size: 32px;
  color: #000;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-event-register .modal-dialog {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modal-event-register .modal-dialog {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.modal-event-register .modal-title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .modal-event-register .modal-title {
    font-size: 32px;
  }
}
.modal-event-register .modal-text {
  margin-bottom: 32px;
  color: #333536;
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .modal-event-register .modal-text {
    font-size: 16px;
  }
}

.modal-event-register .btn-order {
  position: relative;
}
.modal-event-register .btn-order p {
  width: 100%;
}
.modal-event-register .btn-order .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: none;
}
.modal-event-register .btn-order .btn {
  position: relative;
  z-index: 2;
}
.modal-event-register .form {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .modal-event-register .form {
    row-gap: 32px;
    margin-top: 32px;
  }
}
.modal-event-register .form::before,
.modal-event-register .form::after {
  content: none;
}

.page-404 .title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 992px) {
  .page-404 .title {
    font-size: 96px;
  }
}

.page-404 .subtitle {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

@media (min-width: 992px) {
  .page-404 .subtitle {
    font-size: 18px;
  }
}

.disclaimer_list {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #333536;
}

@media (min-width: 768px) {
  .disclaimer_list {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.disclaimer_list .footer_list-secundary {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
  .disclaimer_list .footer_list-secundary {
    display: flex;
  }
}

.footer_list-secundary_text {
  grid-column: 1/3;
  line-height: normal;
}

@media (min-width: 768px) {
  .disclaimer_list .footer_list-secundary {
    grid-column: auto;
  }
}

.footer_list-secundary_text .footer_list-secundary_text_link {
  color: #e3e5e6;
  font-size: 12px;
  line-height: normal;
}

.footer_list-secundary_text .footer_list-secundary_text_link:hover {
  color: #e3e5e6;
}

.footer_list-secundary_text .footer_list-secundary_text_link span {
  color: #ff7c00;
  font-size: 12px;
  line-height: normal;
  text-decoration: underline;
}

.common-page {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .common-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

.common-page .title {
  margin-bottom: 16px;
  color: #333536;
  font-size: 56px;
  font-weight: 500;
  line-height: normal;
}

.common-page .subtitle {
  margin-bottom: 40px;
  color: #333536;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.common-page .common-page_content {
  color: #333536;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.common-page .common-page_content h2 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.common-page .common-page_content p + h2 {
  margin-top: 32px;
}

.common-page .common-page_content h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.common-page .common-page_content a {
  color: inherit;
  transition: all ease 0.3s;
}

.common-page .common-page_content a:hover {
  color: #ff7c00;
}

@media (max-width: 1199px) {
  .common-page.index {
    padding-top: 32px;
  }
}

.index .title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
}

@media (min-width: 1200px) {
  .index .title {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 32px;
  }
}

.index_back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  color: #ff7c00;
  text-decoration: none;
  column-gap: 4px;
}

.index_back .icones {
  font-size: 18px;
  transform: rotate(180deg);
}

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 6px 8px;
  background-color: #003d4c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.index_back + .tag{
	margin-top: 32px;
}

.index_row {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .index_row {
    align-items: center;
    flex-direction: row;
    column-gap: 6px;
    margin-bottom: 24px;
  }
}

.index_row_separator {
  display: none;
  color: #333536;
}

@media (min-width: 1200px) {
  .index_row_separator {
    display: block;
  }
}

.index_date {
  margin-bottom: 0;
  color: #646667;
}

.index_link {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  padding: 0;
  background-color: transparent;
  color: #ff7c00;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all ease 0.4s;
}

.index_link:hover {
  opacity: 0.7;
}

.index_link .icones {
  font-size: 20px;
}

.index_link_texto{
	text-decoration: underline;
}

.index_authors {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

@media (min-width: 1200px) {
  .index_authors {
    column-gap: 8px;
  }
}

.index_authors_wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.index_authors .card-event_users_user {
  cursor: initial;
}

@media (max-width: 1199px) {
  .index_authors_wrapper {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.index_header {
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  border-bottom: 1px solid #e3e5e6;
}

@media (min-width: 1200px) {
  .index_header {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

.index .common-page_content {
  font-size: 16px;
}

.wpcf7-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: transparent;
  opacity: 1;
  width: 100%;
  height: 48px;
  border-radius: 0;
  margin: 0;
  transform: translateX(-50%);
}

.wpcf7-spinner::before {
  display: block;
  position: static;
  background-color: transparent;
  width: 28px;
  height: 28px;
  border: 5px solid white;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform-origin: center;
}

.btn-order p {
  position: relative;
}

.btn-laranja + .wpcf7-spinner {
  background-color: #ff7c00;
}

.btn-branco + .wpcf7-spinner {
  background-color: white;
}

.btn-branco + .wpcf7-spinner::before {
  border: 5px solid black;
  border-bottom-color: transparent;
}

.modal-body_info-text {
  margin-bottom: 0;
  font-size: 18px;
}

.modal-body_info-text .link-indicator {
  text-decoration: none;
}

.topics-sect_title {
  margin-bottom: 16px;
  color: #333536;
  font-size: 24px;
  font-weight: 700;
}

.topics-sect_text {
  margin-bottom: 16px;
  color: #333536;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.topics-sect_text strong,
.topics-sect_text b {
  font-weight: 700;
}

.topics-sect_learn-more {
  margin-bottom: 64px;
  color: #333536;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.topics-sect_learn-more_link {
  color: #ff7c00;
  text-decoration: none;
}

.modal-newsletter .modal-dialog {
  max-width: 800px !important;
}

.research-sect {
  padding: 72px 0;
  background-color: #141516;
}

@media (min-width: 1200px) {
  .research-sect {
    padding-bottom: 220px;
  }
}

.research-sect_header {
  align-items: center;
}

.research-sect_subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #ff7c00;
  text-transform: uppercase;
}

.research-sect_title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .research-sect_title {
    font-size: 56px;
    max-width: 540px;
  }
}

.research-sect_text {
  font-size: 18px;
  line-height: 150%;
  color: white;
}

.research-sect_posts {
  row-gap: 24px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.research-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.research-card_figure {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.research-card_figure img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  transition: transform ease 0.4s;
}

.research-card_figure_thumbnail {
  background-color: #012348;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 234px;
  padding-left: 45px;
  padding-right: 45px;
  transition: transform ease 0.4s;
}

.research-card_figure_thumbnail_img {
  width: 100%;
  max-height: 48px;
  opacity: 0.2;
}

.research-card_figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  background-color: #003d4c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.research-card_info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  background-color: white;
}

.research-card_date {
  margin-bottom: 8px;
  color: #646667;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.research-card_name {
  flex: 1;
  margin-bottom: 16px;
  color: #333536;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.research-card_info_subtitle {
  margin-bottom: 6px;
  color: #646667;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

.research-card:hover .research-card_figure img,
.research-card:hover .research-card_figure_thumbnail {
  transform: scale(1.05);
}

.reports-sect {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: white;
}
.reports-sect_title {
  color: #333536;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .reports-sect_title {
    font-size: 56px;
  }
}

.reports-sect .research-card_info {
  border: solid 1px #e3e5e6;
}

.common-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.common-pagination a.page-numbers,
.common-pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 14px;
  color: black;
  text-decoration: none;
  border: 1px solid #e3e5e6;
}

.common-pagination a.page-numbers:hover {
  background-color: #ff7c00;
  color: white;
  border-color: #ff7c00;
}

.common-pagination .page-numbers.current {
  background-color: #ff7c00;
  color: white;
  border-color: #ff7c00;
}

.common-pagination .pagination-wrapper {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: max-content;
  margin-left: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.common-pagination .prev .icones {
  transform: rotate(180deg);
}

.common-pagination .page-numbers[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
}

.input-box,
.research-filter-form select {
  border: 1px solid #e3e5e6 !important;
}

.input-box:placeholder {
  color: #adaeaf;
}

.form-page {
  padding-top: 180px;
  padding-bottom: 80px;
}

.form-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.form-page_title {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 500;
  color: #333536;
  line-height: 100%;
}

.form-page_text {
  margin-bottom: 32px;
  color: #646667;
  font-size: 14px;
}

.form-page .form-box {
  padding: 32px;
  max-width: 450px;
  border: 1px solid #eef0f1;
}

.form-page .form-box.lg{
  max-width: 750px;
}

.form-page .form-box .um-link-alt {
  color: #ff7c00 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
}

.form-page .form-box .um-field-checkbox {
  margin-bottom: 24px !important;
}

.stock-sect {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: white;
}

.stock-sect_title {
  margin-bottom: 0;
  color: #333536;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 992px) {
  .stock-sect_title {
    font-size: 56px;
  }
}

.stock-sect_subtitle {
  margin-bottom: 8px;
  color: #ff7c00;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .stock-sect_subtitle {
    font-size: 16px;
  }
}

.stock-sect_text {
  margin-bottom: 32px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (min-width: 992px) {
  .stock-sect_text {
    margin-bottom: 64px;
    font-size: 18px;
  }
}

.stock-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 250px;
  padding: 16px;
  background-color: white;
  text-decoration: none;
  border: 1px solid #e3e5e6;
  border-radius: 10px;
  transition: all ease 0.4s;
}

.stock-card_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  width: 48px;
  height: 48px;
  color: #ff7c00;
  font-size: 32px;
  background-color: #fff2e5;
  padding: 8px;
}

.stock-card_title {
  flex: 1;
  margin-bottom: 24px;
  color: #333536;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: all ease 0.4s;
}

.stock-card_date {
  margin-bottom: 16px;
  color: #646667;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: all ease 0.4s;
}

.stock-card_link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #ff7c00;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: all ease 0.4s;
}

.stock-card_link .icones {
  font-size: 20px;
}

.stock-card:hover {
  background-color: #ff7c00;
  color: white;
}

.stock-card:hover .stock-card_link,
.stock-card:hover .stock-card_date,
.stock-card:hover .stock-card_title {
  color: white;
}

.stock-card:hover .stock-card_link {
  column-gap: 16px;
}

.stock-sect_group{
	row-gap: 24px;
}

.stock-sect_group-title {
  margin-bottom: 32px;
  color: black;
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .stock-sect_group-title {
    font-size: 40px;
  }
}

.stock-sect_group + .stock-sect_group-title{
	margin-top: 48px;
}

.modal-video .modal-dialog{
	max-width: 945px;
}

.modal-video .modal-content{
	position: relative;
	border-radius: 12px;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
	border: none;
}

.modal-video .modal-body{
	padding: 0;
	border-radius: 12px;
	overflow: hidden;
}

.modal-video .btn-fechar{
	display: inline-flex;
	margin-left: auto;
	font-size: 24px;
	color: white;
}

.modal-video_btn-play{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
    height: 50px;
    font-size: 22px;
	border-radius: 50%;
	background-color: #FF7C00;
	color: white;
	border: none;
	transform: translate(-50%,-50%);
	cursor: pointer;
}

@media (min-width: 1200px){
	.modal-video_btn-play{
		width: 100px;
		height: 100px;
		font-size: 38px;
	}
}

.modal-video_video{
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 12px;
}

.about_sect .btn{
	margin-top: 24px;
	max-width: 270px;
	column-gap: 8px;
}

.post-disclosures{
	margin-top: 64px;
	font-size: 12px;
}

.post-disclosures h3{
	font-size: 16px;
}

.post-disclosures h4{
	font-size: 14px;
}

.common-page_content_extra{
	padding: 20px;
	background-color: #F6F8F9;
}

/* .common-page_content_extra hr{
	border-top-width: 2px;
	border-color: #E3E5E6;
}

.common-page_content_extra .titulo{
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500px;
	color: #141516;
}

.common-page_content_extra .list{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.common-page_content_extra .list_li{
	display: flex;
	align-self: center;
	justify-content: space-between;
	margin-bottom: 16px;
	font-size: 14px;
}

.common-page_content_extra .list_li p{
	margin-bottom: 0;
}

.common-page_content_extra .list_li strong{
	font-weight: 500;
}

.common-page_content_extra table{
	font-size: 12px;
	line-height: 100%;
}

.common-page_content_extra table td,
.common-page_content_extra table thead th{
	text-align: right;
}

.common-page_content_extra table thead th{
	padding: 3px;
	background-color: #EEF0F1;
	font-weight: 400;
	border-left: 8px solid #F6F8F9;
}

.common-page_content_extra table thead th:first-of-type{
	border-left: none;
}


.common-page_content_extra table tbody tr:first-of-type td{
	padding-top: 16px;
}

.common-page_content_extra table tbody td{
	padding-top: 8px;
	padding-bottom: 8px;
}

.common-page_content_extra table tbody td:first-of-type{
	text-align: left;
}

.common-page_content_extra .disclaimer{
	margin-top: 24px;
	margin-bottom: 0;
	color: #141516;
} */

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