/*======= font sizes =========*/
/*======= colors =========*/
/*======= font weight =========*/
/*======= responsive variables =========*/
/*---------------- MOVE-BG----------------*/
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px); } }

@-webkit-keyframes MOVE-BG {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px); } }

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px); } }

/*---------------- MOVE-BG 2 ----------------*/
@-webkit-keyframes MOVE-BG2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px); } }

@-webkit-keyframes MOVE-BG2 {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -ms-transform: translateX(48px);
    transform: translateX(48px); } }

@keyframes MOVE-BG2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px); } }

/*---------------- FLIP ----------------*/
@keyframes flip {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(180deg) rotateX(180deg); } }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*---------------- container ----------------*/
.container {
  max-width: 1200px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

/*========== badge ==========*/
.badge-md {
  padding: 6px 12px;
  font-size: 14px; }

/*========== opacity ==========*/
.opacity-8 {
  opacity: 0.8 !important; }

/*========== position ==========*/
.top-0 {
  top: 0 !important; }

.right-0 {
  right: 0 !important; }

.bottom-0 {
  bottom: 0 !important; }

.left-0 {
  left: 0 !important; }

/*========== z-index ==========*/
.z-index-0 {
  z-index: 0 !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-2 {
  z-index: 2 !important; }

/*========== hover effect ==========*/
.hover-y {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .hover-y:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px); }

/*========== border color ==========*/
.border-gray {
  border-color: rgba(128, 137, 150, 0.1) !important; }

.border-top-gray {
  border-top-color: rgba(128, 137, 150, 0.1) !important; }

.border-right-gray {
  border-right-color: rgba(128, 137, 150, 0.1) !important; }

.border-bottom-gray {
  border-bottom-color: rgba(128, 137, 150, 0.1) !important; }

.border-left-gray {
  border-left-color: rgba(128, 137, 150, 0.1) !important; }

/*========== color ==========*/
.text-black {
  color: #3f4161 !important; }

.colorLightSlateGrey {
  color: #F8F8FF !important; }

.colorBlueViolet {
  color: #8a2be2 !important; }

.colorBluePSR2 {
  color: #2A838A !important; }

.colorDeepSkyBlue {
  color: #358FF7 !important; }

.colorLimeGreen {
  color: #32cd32 !important; }

.colorYellow {
  color: #FDE449 !important; }

/*========== bg ==========*/
.bg-gradient {
  background: #f68a03 !important;
  background: -moz-linear-gradient(-45deg, #f68a03 0%, #f4c58b 100%) !important;
  background: -webkit-linear-gradient(-45deg, #f68a03 0%, #f4c58b 100%) !important;
  background: linear-gradient(135deg, #f68a03 0%, #f4c58b 100%) !important; }

.bgGhostWhite {
  background-color: #F8F8FF !important; }

.bgGhostGreen {
    background-color: #DAEAE9 !important; }

.bgGhostBlue {
  background-color: #42425c !important; }

.bgDarkBlue {
  background-color: #0C4156 !important; }

.bg-blue {
  background-color: #4267B2 !important;
  border-color: #4267B2 !important; }

.bg-cyan {
  background-color: #00acee !important;
  border-color: #00acee !important; }

.bg-img {
  background-image: url(../images/promo-img.jpg);
  background-size: cover;
  background-position: center; }

.bg-img-2 {
  background-image: url(../images/cta-img.jpg);
  background-size: cover;
  background-position: center; }

.bg-image-solutions {
  background-image: linear-gradient(90deg, rgba(0, 40, 70, 0.9) 53%, rgba(22, 41, 68, 0.8) 90%), url(../images/section_solutions_background.jpg) ;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
  }

.bg-image-financial {
  background-image: linear-gradient(90deg, rgba(0, 40, 70, 0.9) 53%, rgba(22, 41, 68, 0.8) 90%), url(../images/section-financial-tools.jpg) ;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
  }


  .bg-image-licensing {
    background-image: linear-gradient(90deg, rgba(0, 40, 70, 0.7) 53%, rgba(22, 41, 68, 0.7) 90%), url(../images/section-financial-tools.jpg) ;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;  
    background-position: center;
    }

.bg-image-support {
  background-image: url(../images/section-support.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: bottom;
  }

  .bg-image-technical-sddp {
    background-image: url(../images/section-sddp-technical-2.png) ;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size:contain;  
    background-position: right;
    }

.bg-image-hero-psrio {
    background-image: linear-gradient(90deg, rgba(218, 234, 233, 0.79) 0%, rgba(218, 234, 233, 0.79) 90%), url(../images/hero-psrio.png) ;
      background-size: 100%;
      background-repeat: no-repeat;
      background-size: cover;  
      background-position: center;
      }

.bg-image-psrio-marketplace {
  background-color: #DAEAE9 !important;
  background-image: url(../images/section-psrio-marketplace.png) ;
  background-repeat: no-repeat;
  background-size: 25%; /* Aumenta o tamanho da imagem */
  background-position: right center; /* Mantém a imagem alinhada à direita e centraliza verticalmente */
  }

/*========== font-size ==========*/
.font-120 {
  font-size: 120px !important; }

.font-100 {
  font-size: 100px !important; }

.font-90 {
  font-size: 90px !important; }

.font-80 {
  font-size: 80px !important; }

.font-60 {
  font-size: 60px !important; }

.font-50 {
  font-size: 50px !important; }

.font-24 {
  font-size: 24px !important; }

.font-20 {
  font-size: 20px !important; }

.font-18 {
  font-size: 18px !important; }

.font-15 {
  font-size: 15px !important; }

.font-14 {
  font-size: 14px !important; }

/*-=========== font-weight =============-*/
.fw-medium {
  font-weight: 500 !important; }

/*-=========== spacing =============-*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

.section--padding {
  padding-top: 100px;
  padding-bottom: 70px; }

  .section---padding {
    padding-top: 50px;
    padding-bottom: 50px; }

    .section----padding {
      padding-top: 25px;
      padding-bottom: 25px; }

/* padding top */
.pt-120 {
  padding-top: 120px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-70 {
  padding-top: 70px !important; }

/* padding bottom */
.pb-190 {
  padding-bottom: 190px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

/*---- btn ----*/
.analytics-btn {
  font-weight: 500;
  padding: 12px 24px; 
  border-radius: .5rem;
  color: #fff;
}
  .analytics-btn:focus, .analytics-btn.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.analytics-btn-sm {
  padding: 6px 12px; }

.analytics-btn-primary {
  background-color: #2A838A;
  border-color: #2A838A; }

.analytics-btn-outline-primary {
  border-color: #2A838A;
  color: #2A838A; }

.analytics-btn-primary:hover,
.analytics-btn-outline-primary:hover {
  background-color: #2b7277;
  border-color: #2b7277; 
  color: #fff;
}


.btn-link {
  color: #778899; }
  .btn-link:hover {
    color: #c6eaec; }

.button-support-link {
      display: inline-block;
      margin-top: 20px;
      line-height: 50px;
      width: auto;
      height: 50px;
      padding-left: 15px;
      padding-right: 15px;
      background-color: #A49375; /* Cor de fundo azul */
      color: white; /* Texto branco */
      text-align: center;
      text-decoration: none; /* Remove o sublinhado típico dos links */
      font-size: 20px;
      font-weight: 400;
      border-radius: 5px; /* Bordas arredondadas */
      transition: background-color 0.3s; /* Transição suave para hover */
  }

  .button-support-link:hover {
      background-color: #907b58; /* Cor mais escura ao passar o mouse */
      color: #ddd3c2; /* Muda a cor do texto para dourado */
  }

  .button-tools-link {
    display: inline-block;
    margin-top: 20px;
    line-height: 50px;
    width: auto;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #2A838A; /* Cor de fundo azul */
    color: white; /* Texto branco */
    text-align: center;
    text-decoration: none; /* Remove o sublinhado típico dos links */
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px; /* Bordas arredondadas */
    transition: background-color 0.3s; /* Transição suave para hover */
}

.button-tools-link:hover {
    background-color: #186b71; /* Cor mais escura ao passar o mouse */
    color: #ddd3c2; /* Muda a cor do texto para dourado */
}

.icon-element {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #3f4161;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  text-align: center; }
  .icon-element[aria-expanded=true] {
    color: #F68A03; }
    .icon-element[aria-expanded=true] i:before {
      content: "\f106"; }

a.icon-element {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  a.icon-element:hover {
    color: #F68A03; }

.icon-element-lg {
  width: 90px;
  height: 90px;
  font-size: 32px; }

.icon-element-sm {
  width: 35px;
  height: 35px;
  font-size: 16px; }

.avatar {
  width: 90px;
  height: 90px; }

.avatar-sm {
  width: 55px;
  height: 55px; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a:hover,
a:focus {
  text-decoration: none; }

button:focus,
input:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #3f4161;
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #778899;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.link-faixa{
  color: #fff;
  text-decoration: underline;
  }

.link-faixa:hover{
  color: #b2bcc6;
  text-decoration: underline;
  }

.link-license{
  color: #fff;
  text-decoration: underline;
  }

.link-license:hover{
  color: #b2bcc6;
  text-decoration: underline;
  } 

/*-=========== loader =============-*/
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999; }
  .loader div {
    width: 80px;
    height: 80px;
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .loader div:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      background-color: #F68A03;
      top: 15px;
      left: 15px;
      animation: flip 1s infinite; }

/*-=========== overlay =============-*/
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .6;
  z-index: -1; }

/*-=========== pattern-bg =============-*/
.pattern-bg {
  position: relative;
  z-index: 1; }
  .pattern-bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/line-shape.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: .2;
    pointer-events: none; }

/*-=========== title-shape =============-*/
.title-shape {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  height: 1px; }
  .title-shape span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #F68A03; }

/*-=========== spacing =============-*/

/* Base size for .font-38 */
.sec-title.font-38 {
  font-size: 38px !important; /* Ensures this font size overrides the base .sec-title font size */
}

.sec-title {
  font-size: 50px;
  font-weight: 600; }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-title.font-60, .sec-title.font-80, .sec-title.font-90, .sec-title.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec-title.font-60, .sec-title.font-80, .sec-title.font-90, .sec-title.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title.font-60, .sec-title.font-80, .sec-title.font-90, .sec-title.font-120 {
      font-size: 30px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title.font-38 {
      font-size: 24px !important; /* Adjust the font size for small devices */}}
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec-title.font-38 {
      font-size: 30px !important; /* Adjust for slightly larger screens */}}
    
.sec-desc {
  font-size: 18px;
  line-height: 28px; }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-desc {
      font-size: 16px; } }

  .sec-title em {
      color: #DAEAE9;
      text-decoration: none;
      font-style: normal !important;
  }

/*-=========== list-item-white =============-*/
.list-item li {
  margin-bottom: 7px; }
  .list-item li a {
    color: #778899;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .list-item li a:hover {
      color: #F68A03; }

/*-=========== list-item-white =============-*/
.list-item-white li {
  color: #fff; }
  .list-item-white li a {
    color: #fff; }

/*-=========== owl-theme =============-*/
.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #D3D3D3;
  background: transparent;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px; }
  .owl-theme .owl-dots .owl-dot span::after {
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  border-color: #F68A03;
  background: transparent; }
  .owl-theme .owl-dots .owl-dot:hover span::after, .owl-theme .owl-dots .owl-dot.active span::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #F68A03; }

/*========= custom-control-input ==========*/
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #F68A03;
  border-color: #F68A03; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #F68A03; }

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 138, 3, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(246, 138, 3, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(246, 138, 3, 0.25); }

/*===== blockquote =====*/
.blockquote {
  border-left: 5px solid #F8F8FF;
  padding: 10px 20px;
  font-size: 18px; }

/*======= pagination-list ========*/
.pagination-list .page-item.active .page-link {
  background-color: #F68A03; }
  .pagination-list .page-item.active .page-link:hover {
    color: #fff; }

.pagination-list .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-list .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-list .page-link {
  margin-left: 3px;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #778899; }
  .pagination-list .page-link:hover {
    color: #3f4161; }

/*-=========== list-group =============-*/
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0; }

.list-group-item {
  border-bottom-color: rgba(128, 137, 150, 0.1); }
  .list-group-item a {
    color: #778899;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    .list-group-item a:hover {
      color: #F68A03; }

/*-=========== back-to-top =============-*/
#back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden; }
  #back-to-top.active {
    opacity: 1;
    visibility: visible; }
  #back-to-top:hover {
    background-color: #F68A03;
    color: #fff; }

.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1024; }
  .header-area.fixed-top {
    position: fixed;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .header-area.fixed-top .sticky-logo-hide {
      display: none; }
    .header-area.fixed-top .sticky-logo-show {
      display: block; }
    .header-area.fixed-top .main-menu-white > ul > li > a {
      color: #3f4161; }
      .header-area.fixed-top .main-menu-white > ul > li > a:hover {
        color: #F68A03; }

.header--area {
  position: relative;
  top: auto; }

/*===== logo-box =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

/*===== main-menu =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu {
    display: none; } }

.main-menu > ul > li {
  display: inline-block;
  position: relative;
  font-weight: 500;
  margin-right: 30px; }
  @media (max-width: 1024px) {
    .main-menu > ul > li {
      margin-right: 10px; } }
  .main-menu > ul > li > a {
    color: #3f4161;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    display: block;
    padding-bottom: 24px;
    margin-bottom: -24px; }
    .main-menu > ul > li > a:hover {
      color: #F68A03; }
  .main-menu > ul > li .drop-down-menu {
    position: absolute;
    left: 0;
    top: 55px;
    width: 225px;
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden; }
    .main-menu > ul > li .drop-down-menu li:not(:last-child) {
      margin-bottom: 10px; }
    .main-menu > ul > li .drop-down-menu li a {
      color: #778899;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-transform: capitalize; }
      .main-menu > ul > li .drop-down-menu li a:hover {
        color: #F68A03; }
  .main-menu > ul > li:hover .drop-down-menu {
    top: 45px;
    opacity: 1;
    visibility: visible; }

/*===== main-menu-white =====*/
.main-menu-white > ul > li > a {
  color: #fff; }

/*====== main-header-action =======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-action {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-header-action {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-header-action {
    display: none; } }

/*====== off-canvas =======*/
.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  z-index: 1035;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  .off-canvas.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

/*=== off-canvas-menu ===*/
.off-canvas-menu {
  text-transform: capitalize;
  padding-top: 60px;
  font-weight: 500; }
  .off-canvas-menu > li {
    margin-bottom: 15px; }
    .off-canvas-menu > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #3f4161; }
    .off-canvas-menu > li .off-canvas-dropdown {
      display: none;
      padding-left: 20px;
      font-size: 15px; }
      .off-canvas-menu > li .off-canvas-dropdown > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between; }

/*=== off-canvas-dropdown-toggle ===*/
.off-canvas-dropdown-toggle.icon-element {
  border: 0;
  font-size: 20px; }

.off-canvas-dropdown-toggle.active, .off-canvas-dropdown-toggle:hover {
  color: #F68A03; }

.off-canvas-dropdown-toggle.active i:before {
  content: "\f106"; }

.off-canvas-open,
.sticky-logo-show {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .off-canvas-open {
    display: inline-flex; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .off-canvas-open {
    display: inline-flex; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .off-canvas-open {
    display: inline-flex; } }

.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-weight: 500; }

.breadcrumb-item a {
  color: #fff;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .breadcrumb-item a:hover {
    color: #F68A03;
    text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  color: #fff; }

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7); }

.form-control {
  height: 50px;
  color: #3f4161;
  border-color: transparent;
  background-color: rgba(127, 136, 151, 0.1);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #F68A03; }

.alert-message {
  display: none; }

/*=========== toggle-password =============*/
.toggle-password {
  display: inline-flex;
  align-items: center; }
  .toggle-password:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .toggle-password:hover {
    color: #F68A03; }
  .toggle-password .eye-off {
    display: none; }
  .toggle-password.active .eye-off {
    display: block; }
  .toggle-password.active .eye-on {
    display: none; }

.hero-bg-1 {
  background-image: url(../images/hero-img1.jpg); }

.hero-bg-2 {
  background-image: url(../images/hero-img2.jpg); }

.hero-bg-3 {
  background-image: url(../images/hero-img3.jpg); }

.hero-bg-4 {
  background-image: url(../images/hero-img4.jpg); }

.hero-bg-5 {
  background-image: url(../images/hero-img5.jpg); }

.hero-item {
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-item {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-item {
      padding-top: 120px;
      padding-bottom: 120px; } }

.hero-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-video-hera {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: flex-start;
  z-index: -1;
}

.overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #002846, #0C4156);
  opacity: 0.95;
  z-index: -1; /* On top of the video, behind the text */
}

.overlay-video-sddp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #002846, #0C4156);
  opacity: 0.60;
  z-index: -1; /* On top of the video, behind the text */
}

.overlay-video-optgen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #11595e, #2A838A);
  opacity: 0.8;
  z-index: -1; /* On top of the video, behind the text */
}

.overlay-video-tsl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #115e4a, #093d2f);
  opacity: 0.8;
}

.overlay-video-hera {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #368287, #47a9b0);
  opacity: 0.6;
}

.container.position-relative {
  z-index: 1; /* Ensures the text and content are on top */
}

/*====== faixa =====*/

.faixa-impacto {
  background-color: #2A838A; /* Altere para a cor desejada */
  padding: 20px; /* Ajuste o padding conforme necessário */
  text-align: center; /* Centraliza o texto na faixa */
}

.frase-impacto {
  text-align: center !important;
  color: white !important;    /* Cor do texto */
  font-size: 24px;              /* Tamanho do texto */
  font-weight: bold !important; /* Peso da fonte */
  margin: 0;                    /* Remove margens padrão do <p> */
}

.faixa-impacto .link-impacto {
  color: #ffffff !important;        /* Cor do link */
  text-decoration: none !important;   /* Remove o sublinhado do link */
  font-weight: bold !important;       /* Opcional: torna o texto do link em negrito */
}

.faixa-impacto .link-impacto:hover {
  text-decoration: underline !important;  /* Adiciona um sublinhado ao passar o mouse sobre o link */
}

.analytics-overview-card-text
{
  text-align: center !important;
  margin: 0 !important;
  color: #778899 !important;
}

.analytics-overview-card-text.number
{
  font-size: 30px !important; 
  font-weight: 700 !important;
}

.capabilities-area {
  position: relative;
  overflow: hidden; /* Ensures no overflow from the line */
}

.card-solution-text {
  text-align: center !important;
}

.analytics-solution-text
{
  font-size: 24px; 
  color: #ffffff; 
  line-height: 32px;
  text-align: start !important;
}

.card-financial-tools-text{
  text-align: start !important;

}

/*======= timeline =======*/
.timeline {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  overflow: visible;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 20px;
  background-color: #002846;
  left: 50%;
  width: 100vw;
  height: 3px;
  z-index: 0;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  align-self: self-start;
  width: 30%;
  text-align: center;
}

.timeline-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(-42%);
  width: 10px;
  height: 10px;
  background-color: #002846;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item:hover::before {
  width: 15px;
  height: 15px;
  transform: translateX(-100%);
  transform: translateY(-42%);
}

.timeline-content {
  text-align: center;
  padding-top: 20px;
}

.timeline-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

.timeline-content p {
  font-size: 18px;
  color: #474747;
}

@media screen and (max-width: 768px) {
  .timeline {
      flex-direction: column;
      align-items: flex-start;
  }

  .timeline::before {
      top: 0;
      left: 20px;
      width: 2px;
      height: 100%;
      transform: translateY(0);
  }

  .timeline-item {
      width: 100%;
      height: 200px;
      text-align: left;
      margin-bottom: 20px;
      flex-direction: row;
      align-items: flex-start;
  }

  .timeline-item:before {
      left: 0;
      top: 10px;
      transform: translateX(-50%);
  }

  .timeline-content {
      margin-left: 40px;
      margin-top: 0;
  }
}

.section-title-model
{
  font-size:40px;
  color: #002846;
}

.section-title-model em
{
  color: #2A838A;
  font-style: normal !important;
}

.section-title-model-marketplace
{
  font-size:40px;
  color: #002846;
}

.section-title-model-marketplace em
{
  color: #2A838A;
  font-weight: 500;
  font-style: normal !important;
}

.section-support-title
{
  font-size:40px;
  color: #ffffff;
}

.section-support-text
{
  font-size:20px;
  color: #ffffff;
}

/* Para imagens dentro da classe .overview-area */
.overview-area img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .overview-area img {
      height: auto;
      width: 100%;
  }

  .about-content-box {
      padding-left: 0 !important;
  }
}

/*===== integration =====*/
.integration-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden; /* Para cortar a parte superior e inferior */
  height: 600px;
}
.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Alinhar ao topo para permitir que o esquema ultrapasse */
  width: 100%;
  position: relative;
}

.text-content {
  flex: 1;
  padding-right: 20px;
  margin-top: 90px;
}

.image-content {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.solar-system {
  position: relative;
  width: 700px;
  height: 700px;
}

.orbit {
  position: absolute;
  border: 1px dashed #8888889e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  overflow: hidden !important; /* Adiciona esta linha */
}

.planet {
  position: absolute;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer; /* Faz o cursor parecer clicável quando sobre os planetas */
  z-index: 10;
  background-size: cover; /* Garante que a imagem cubra o círculo completo */
  background-position: center; /* Centraliza a imagem no círculo */
  background-repeat: no-repeat;
}

.sun {
  width: 150px;
  height: 150px;
  background-color: #ff0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; /* Faz o cursor parecer clicável quando sobre os planetas */
  z-index: 10; /* Garantir que o sol fique acima de tudo */
  background-size: 50%; /* Garante que a imagem cubra o círculo completo */
  background-position: center; /* Centraliza a imagem no círculo */
  background-repeat: no-repeat;
  background-image: url(../images/SDDP_BRANCO.svg);
}

.tooltip-model {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  color: #3c3f42;
  border-radius: 5px;
  display: none;
  z-index: 1000;
  font-size: 22px;
  text-align: center;
  display: none; /* Esconde a tooltip por padrão */
  pointer-events: none; /* Permite passar o mouse por cima sem desativar */
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
  .integration-area {
      flex-direction: column;
      align-items: center;
      justify-content:flex-start;
      text-align: center;
      height: 900px;
      padding-top: 50px !important;
  }

  .content-wrapper {
      flex-direction: column;
      align-items: center;
  }

  .text-content {
      padding-right: 0;
      margin-top: 0px !important;
  }

  .image-content {
      justify-content: center;
      margin-top: 120px;
  }

  .solar-system {
      width: 90px;
      height: 90px;
  }

  .orbit {
      width: 180px !important; /* Ajustar as dimensões das órbitas para mobile */
      height: 180px !important;
  }

  .orbit:nth-child(2) {
      width: 300px !important; /* Ajustar as dimensões das órbitas para mobile */
      height: 300px !important;
  }

  .planet {
      width: 50px !important; /* Ajustar o tamanho dos planetas para mobile */
      height: 50px !important;
  }

  .sun {
      width: 75px; /* Ajustar o tamanho do sol para mobile */
      height: 75px;
  }
}

/*====== card =====*/
.card {
  border: 0;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/*====== card-img-top =====*/
.card-img-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; 
}

/*====== card-title =====*/
.card-title {
  font-size: 24px; }
  .card-title a {
    color: #3f4161;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .card-title a:hover {
      color: #2A838A; }

/*====== card-model =====*/
.card-solution {
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-radius: .5rem;
  margin-bottom: 10px;
}

.card-solution:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.card-solution-body {
  padding: 20px;
}

.card-solution-img {
  display: block;
  margin: 0 auto; /* Centralizar imagem */
  width: 25%; /* Dimensionamento da imagem */
  max-width: 100%; /* Garantir que a imagem não ultrapasse o tamanho do contêiner */
  margin-bottom: 20px;
}

.card-solution-title {
  font-size: 24px; 
  font-weight: 700;
  color: #002846 !important;
}

.card-transparent {
    border: none;
    background-color: none;
    margin-bottom: 10px;
  }

.card-solution-2 {
    display: flex;
    flex-direction: row; /* Orientação horizontal */
    align-items: center; /* Centraliza verticalmente */
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    border-radius: .5rem;
    padding: 20px; /* Espaçamento interno */
    margin-bottom: 10px;
    height: 110px;
}
.card-solution-2-img-left {
    width: 18%; /* Define a largura da imagem */
    height: auto; /* Mantém a proporção da imagem */
    margin-left: 20px ;
    margin-right: 20px ;
}
.card-solution-2-body {
    padding-left: 20px; /* Espaçamento entre a imagem e o texto */
}

.card-support {
  border: none;
  background-color: #A49375;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-radius: .5rem;
  margin-bottom: 10px;
}

.card-support:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.card-support-title {
  font-size: 24px; 
  font-weight: 500; 
  color: #fff; }

.card-capabilities {
  display: flex;
  flex-direction: row; /* Orientação horizontal */
  align-items: center; /* Centraliza verticalmente */
  padding: 20px; /* Espaçamento interno */
  margin-bottom: 10px;
  /* height: 110px; */
}
.card-capabilities-img-left {
  width: 21%; /* Define a largura da imagem */
  height: auto; /* Mantém a proporção da imagem */
  vertical-align: top; /* Alinha o conteúdo no topo */
  margin-left: 0px ;
  margin-right: 20px ;
}

.card-capabilities:hover {
  background-color: #e6e6e694; /* Cor de fundo quando houver hover */
}

.card-capabilities-title {
  font-size: 22px; /* Espaçamento entre a imagem e o texto */
  text-align: start !important;
}

.card-capabilities-body {
  margin-top: 5px;
  font-size: 16px; /* Espaçamento entre a imagem e o texto */
}

.card-capabilities-sddp {
  display: flex;
  flex-direction: row; /* Orientação horizontal */
  align-items: start;  /* Centraliza verticalmente */
  margin-bottom: 10px;
  /* height: 110px; */
}

.card-capabilities-sddp-title {
  font-size: 20px; /* Espaçamento entre a imagem e o texto */
  color: #00111e
}

.card-capabilities-sddp-body {
  margin-top: 5px;
  font-size: 16px; /* Espaçamento entre a imagem e o texto */
  color: #001b2f;
}

.card-tools {
  border: none;
  background-color: none;
  border-radius: .5rem;
  margin-bottom: 10px;
  padding: 10px;
}

.card-tools:hover {
  background-color: #b7d7d5; /* Cor de fundo quando houver hover */
}

.card-tools.no-hover:hover {
  background-color: #DAEAE9;
}

.card-tools-body {
  padding: 10px;
}

.card-tools-title {
  font-size:36px;
  color: #002846;
  font-weight: bolder;
}

.card-tools-subtitle
{
  font-size:28px;
  color: #002846;
}

.card-tools-text
{
  font-size:20px;
  color: #00111e;
  text-align: start !important;
  margin-bottom: 30px !important;
}

.card-tools-subtitle em
{
  color: #2A838A;
  font-style: normal !important;
}

.card-tools-body h5,
.card-tools-body h6,
.card-tools-body p,
.card-tools-body a {
    margin-bottom: 15px; /* Adiciona 15 pixels de margem abaixo de cada elemento */
}

.card-tools-body .btn {
  font-size: 18px; /* Defina o tamanho da fonte desejado */
}

.card-license {
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px; }

  .card-landpage-overview {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center; /* Alinha o texto e outros elementos no centro horizontalmente */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza o conteúdo verticalmente */
}

.card-landpage-overview .card-img-top {
    width: 30%; /* Auto para manter as proporções da imagem */
    height: auto;
    margin: 0 auto; /* Centraliza a imagem horizontalmente */
}

.card-landpage-overview .card-body {
    padding: 15px;
    font-size: 20px;
    line-height: 32px;
}

/* Adaptação responsiva para exibição adequada em diferentes tamanhos de tela */
@media (max-width: 768px) {
    .card-landpage-overview {
        margin-bottom: 15px;
    }
}


.complementary-tools-img{
  width: 100%; /* Define a largura da imagem */
  height: auto; /* Mantém a proporção da imagem */
}

.feature-list li {
  padding-left: 30px; /* Espaçamento à esquerda para o texto */
  margin-bottom: 20px; /* Espaço entre itens */
  position: relative; /* Necessário para posicionamento absoluto dos ícones */
  line-height: 1.6; /* Espaçamento entre linhas */

  font-size: 20px; /* Define o tamanho da fonte */
  font-weight: normal; /* Define a espessura da fonte */
  color: #333; /* Define a cor do texto */
  text-transform: none; /* Define transformações de texto (opcional) */
}

.feature-list li::before {
  content: '\f111'; /* Unicode para icon-circle-blank */
  font-family: 'FontAwesome'; /* Define a fonte para FontAwesome */
  position: absolute; /* Posiciona absolutamente em relação ao item da lista */
  left: 0; /* Alinha à esquerda */
  top: 0; /* Alinha ao topo */
  font-size: 16px; /* Tamanho do ícone */
  color: #2A838A; /* Cor do ícone */
}
.feature-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 5.5px; /* Centraliza a linha no meio do ícone */
  top: 17.5px; /* Início da linha após o ícone */
  height: calc(120%); /* Altura até o próximo ícone */
  border-left: 3px solid #2A838A; /* Linha vertical */
}

.feature-list-style li {
  padding-left: 30px; /* Espaçamento à esquerda para o texto */
  margin-bottom: 20px; /* Espaço entre itens */
  position: relative; /* Necessário para posicionamento absoluto dos ícones */
  line-height: 1.6; /* Espaçamento entre linhas */

  font-size: 20px; /* Define o tamanho da fonte */
  font-weight: 600; /* Define a espessura da fonte */
  color: #2A838A; /* Define a cor do texto */
  text-transform: none; /* Define transformações de texto (opcional) */
}

.feature-list-style li::before {
  content: '\f111'; /* Unicode para icon-circle-blank */
  font-family: 'FontAwesome'; /* Define a fonte para FontAwesome */
  position: absolute; /* Posiciona absolutamente em relação ao item da lista */
  left: 0; /* Alinha à esquerda */
  top: 0; /* Alinha ao topo */
  font-size: 16px; /* Tamanho do ícone */
  color: #2A838A; /* Cor do ícone */
}
.feature-list-style li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 5.5px; /* Centraliza a linha no meio do ícone */
  top: 17.5px; /* Início da linha após o ícone */
  height: calc(120%); /* Altura até o próximo ícone */
  border-left: 3px solid #2A838A; /* Linha vertical */
}

.card-financial {
  display: flex;
  flex-direction: row; /* Orientação horizontal */
  align-items: center; /* Centraliza verticalmente */
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-radius: .5rem;
  padding: 20px; /* Espaçamento interno */
  margin-bottom: 10px;
  height: 150px;
}
.card-financial-img-left {
  width: 18%; /* Define a largura da imagem */
  height: auto; /* Mantém a proporção da imagem */
  margin-left: 20px ;
  margin-right: 20px ;
}

.card-financial-body {
  padding-left: 20px; /* Espaçamento entre a imagem e o texto */
}

.card-financial-title {
  font-size: 24px; 
  font-weight: 700;
}

.financial-title {
  font-size: 48px; 
  font-weight: 600;
}

.financial-title em {
  font-size: 48px; 
  font-weight: 600;
  color: #C3B191;
  font-style: normal !important;
}

.get-sddp-title {
  font-size: 36px; 
  font-weight: 600;
}

.get-sddp-title em {
  font-size: 36px; 
  font-weight: 600;
  color: #81abae;
  font-style: normal !important;
}

.integration-title {
  font-size: 48px; 
  font-weight: 600;
  color: #00111e;
}

.integration-title em {
  font-size: 48px; 
  font-weight: 600;
  color: #418185;
  font-style: normal !important;
}

.card-extra-tools {
  position: relative;
  display: flex;
  flex-direction: row; /* Orientação horizontal */
  align-items: center; /* Centraliza verticalmente */
  background-color: none;
  transition: box-shadow 0.3s ease;
  border-radius: .5rem;
  padding: 10px; /* Espaçamento interno */
  margin-bottom: 10px;
}

.card-extra-tools:hover{
  background-color: #b7d7d5; /* Cor de fundo quando houver hover */
}

.card-extra-tools-img-left {
  width: 15%; /* Define a largura da imagem */
  height: auto; /* Mantém a proporção da imagem */
  margin-left: 10px ;
  margin-right: 20px ;
}

.card-extra-tools-title {
  font-size: 24px; 
  font-weight: 800; }

.card-extra-tools-body {
  padding-left: 5px; /* Espaçamento entre a imagem e o texto */
}

/*====== card-number-icon =====*/
.card-number-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 600;
  font-size: 30px;
  opacity: 0.2; }

#temporary-section.collapsing {
    height: 0;
    transition: height 0.5s ease-in-out;
  }

/* card clicável */
.stretched-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  color: inherit;
  text-decoration: none;
}

/*====== formulário para download ====== */
.popup-form {
  display: none; /* Certifique-se de que o pop-up esteja oculto por padrão */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center; /* Centro horizontalmente */
  align-items: center; /* Centro verticalmente */
  opacity: 0; /* Defina a opacidade como 0 */
  transition: opacity 0.3s; /* Adicione uma transição suave */
}

.popup-form-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
  position: relative; /* Necessário para posicionar o botão de fechar */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-form.show {
  display: flex; /* Mostrar o pop-up quando a classe 'show' é adicionada */
  opacity: 1; /* Tornar o pop-up visível */
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

label {
  display: block;
  margin-top: 10px;
}

input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
}

.back-link {
  margin-top: 30px;
  font-size: 22px;
}

.link-back {
  color: white;
  text-decoration: none;
}

.link-back:hover {
  color: white;
  text-decoration: underline; /* Adiciona um sublinhado ao passar o mouse, opcional */
}

/* ===== responsive download table ===== */
.table-container {
  padding: 20px;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th, .table td {
  text-align: center;
  vertical-align: middle;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

table tbody tr:nth-child(even) {
  background-color: #e9e9e9;
}

table tbody tr:hover {
  background-color: #d1e7fd;
}

.btn-download-link {
  width: auto;
  white-space: nowrap;
  display: inline-block; /* Adiciona um display inline-block para ajustar ao conteúdo */
  padding: 5px 10px; /* Ajusta o padding para garantir que o botão não seja muito largo */
  text-align: center; /* Centraliza o texto */
  background-color: #007bff; /* Certifica-se de que a cor do botão está correta */
  color: white; /* Cor do texto */
  border: none; /* Remove bordas */
  border-radius: 4px; /* Adiciona bordas arredondadas */
  text-decoration: none; /* Remove sublinhado */
}

.btn-download-link:hover {
  background-color: #0056b3; /* Cor de fundo ao passar o mouse */
  text-decoration: none; /* Remove sublinhado ao passar o mouse */
  color: #fff;
}


/*====== media =====*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .media {
    flex-direction: column; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .media-body {
    width: 100%;
    margin-top: 20px; } }

/*====== media-text =====*/
.media-text {
  font-weight: 500; }
  .media-text a {
    color: #778899;
    display: inline-block; }

.media-title a {
  color: #3f4161; }

.media-title a,
.media-text a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .media-title a:hover,
  .media-text a:hover {
    color: #F68A03; }

/*-========= countdown ============-*/
#countdown .wrapper {
  width: 190px;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.05);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.05);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.05);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #countdown .wrapper {
      width: 120px;
      height: 120px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #countdown .wrapper {
      width: auto;
      height: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    #countdown .wrapper {
      width: auto;
      height: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 20px; } }
  #countdown .wrapper .time {
    color: #3f4161;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #countdown .wrapper .time {
        font-size: 30px;
        line-height: 30px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #countdown .wrapper .time {
        font-size: 30px;
        line-height: 30px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      #countdown .wrapper .time {
        font-size: 30px;
        line-height: 30px; } }
  #countdown .wrapper .label {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    text-transform: capitalize; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #countdown .wrapper .label {
        font-size: 15px;
        margin-top: 4px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #countdown .wrapper .label {
        font-size: 15px;
        margin-top: 4px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      #countdown .wrapper .label {
        font-size: 15px;
        margin-top: 4px; } }

/*====== fun-fact-item ======*/
.fun-fact-item {
  background-color: #fff;
  width: 235px;
  height: 235px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .fun-fact-item {
      width: 210px;
      height: 210px; } }
  .fun-fact-item:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .fun-fact-item span {
    position: absolute;
    top: 40px;
    left: 40px;
    color: rgba(128, 137, 150, 0.1);
    font-size: 70px; }
  .fun-fact-item .fun-fact-title {
    margin-bottom: 10px;
    font-size: 50px; }
  .fun-fact-item .fun-fact-meta {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }

/*===== schedule-tab =====*/
.schedule-tab .nav-item {
  flex: 1;
  margin-right: 10px;
  margin-left: 10px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .schedule-tab .nav-item {
      flex: auto; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .schedule-tab .nav-item {
      flex: auto; } }

.schedule-tab .nav-link {
  padding: 30px;
  text-align: center;
  color: #3f4161;
  background-color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .schedule-tab .nav-link {
      padding: 20px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .schedule-tab .nav-link {
      padding: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .schedule-tab .nav-link {
      padding: 20px; } }
  .schedule-tab .nav-link span {
    display: block;
    font-weight: 500; }
  .schedule-tab .nav-link .date {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 600; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .schedule-tab .nav-link .date {
        font-size: 40px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .schedule-tab .nav-link .date {
        font-size: 40px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .schedule-tab .nav-link .date {
        font-size: 40px; } }
  .schedule-tab .nav-link .month {
    font-size: 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .schedule-tab .nav-link .month {
        font-size: 18px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .schedule-tab .nav-link .month {
        font-size: 18px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .schedule-tab .nav-link .month {
        font-size: 18px; } }
  .schedule-tab .nav-link .day-text {
    margin-top: 10px; }
  .schedule-tab .nav-link.active {
    background-color: #F68A03; }
  .schedule-tab .nav-link:hover:not(.active) {
    -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
    -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
    box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08); }

/*===== nav-pills =====*/
.nav-pills .nav-item {
  margin-right: 10px;
  margin-bottom: 10px; }

.nav-pills .nav-link {
  color: #3f4161;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  font-weight: 500; }
  .nav-pills .nav-link.active {
    background-color: #F68A03; }

/*======== TESTIMONIAL =======*/
.testimonial-slider .owl-item {
  padding: 15px; }

.gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px; }
  .gallery-item .gallery-img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .gallery-item .gallery-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .gallery-item .icon-element {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .gallery-item:hover .gallery-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .gallery-item:hover .icon-element {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .gallery-item:hover .gallery-content {
    opacity: 1;
    visibility: visible; }

.accordion .card {
  margin-bottom: 15px; }

.accordion .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom-color: rgba(128, 137, 150, 0.1); }

.accordion .btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px; }
  .accordion .btn[aria-expanded=true] {
    color: #F68A03; }
    .accordion .btn[aria-expanded=true] i:before {
      content: "\f068"; }

.accordion .card-body {
  padding: 1.25rem; }

.single-team-img-container {
  position: relative;
  z-index: 1; }
  .single-team-img-container img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .single-team-img-container:before {
    position: absolute;
    content: '';
    border: 10px solid rgba(35, 61, 99, 0.1);
    height: 100%;
    width: 100%;
    left: -40px;
    bottom: -40px;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.instagram-feed-list {
  margin-left: -5px;
  margin-right: -5px; }
  .instagram-feed-list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }

.posts-nav li a {
  position: relative;
  display: inline-block;
  color: #3f4161;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .posts-nav li a span {
    display: block;
    color: #778899;
    font-size: 15px;
    margin-bottom: 1px; }
  .posts-nav li a:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .posts-nav li a:hover {
    color: #F68A03; }

.posts-nav li.prev-post a {
  padding-left: 30px; }
  .posts-nav li.prev-post a:after {
    left: 0;
    content: "\f104"; }
  .posts-nav li.prev-post a:hover:after {
    -webkit-transform: translate3d(-5px, -50%, 0);
    -moz-transform: translate3d(-5px, -50%, 0);
    -ms-transform: translate3d(-5px, -50%, 0);
    -o-transform: translate3d(-5px, -50%, 0);
    transform: translate3d(-5px, -50%, 0); }

.posts-nav li.next-post a {
  padding-right: 30px; }
  .posts-nav li.next-post a:after {
    right: 0;
    content: "\f105"; }
  .posts-nav li.next-post a:hover:after {
    -webkit-transform: translate3d(5px, -50%, 0);
    -moz-transform: translate3d(5px, -50%, 0);
    -ms-transform: translate3d(5px, -50%, 0);
    -o-transform: translate3d(5px, -50%, 0);
    transform: translate3d(5px, -50%, 0); }

/*===== comments =====*/
.comments li {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .comments li:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.comments ul {
  margin-top: 25px;
  margin-left: 94px;
  padding-top: 25px;
  border-top: 1px solid rgba(128, 137, 150, 0.1); }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .comments ul {
      margin-left: 30px; } }

.comment .avatar img {
  width: 100%; }

.logo-modelo {
  margin-right: 20px;
  margin-bottom: 10px;
}