:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
  --primary-color: #002F6C;
  --second-color: #250E62;
  --fluentform-primary: #002F6C;
  --fluentform-secondary: #250E62;
  --fluentform-danger: #f56c6c;
  --body-color: #eef6ff;
  --fluentform-border-radius: 7px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  font-family: var(--default-font-family);
  background-color: var(--body-color);
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #f8f9fa;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

h5 {
  font-size: 1.2rem !important;
}

input,
button,
textarea,
select {
  font: inherit;
}

.primary-color,
.text-primary {
  color: var(--primary-color) !important;
}

.second-color {
  color: var(--second-color);
}

.btn-gradient {
  background: linear-gradient(90deg, var(--primary-color), var(--second-color));
  color: #fff;
  transition: background 0.3s ease;
}

.btn-gradient:hover {
  background: linear-gradient(90deg, var(--second-color), var(--primary-color));
  text-decoration: none;
  color: #fff;
}

.background-gradient {
  background: linear-gradient(270deg, var(--second-color), var(--primary-color), var(--second-color));
  background-size: 400% 400%;
  animation: GradientShift 6s ease-in-out infinite;
  border-radius: 12px;
}

@keyframes GradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.p-4 {
  padding: 1rem !important;
}

.input-custom {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 10px;
  height: 58px;
  background-color: #fff;
  color: var(--second-color);
}

.form-floating>label {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  color: #fff;
  padding-left: 0.2rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
  opacity: 1 !important;
  transform: translateY(-84px) scale(0.9);
}

.padding-left-15-right-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.text-btn-up {
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px !important;
  }
}

.rounded {
  border-radius: 10px !important;
}

.py-2 {
  width: 20rem;
  padding: 1rem !important;
}

section {
  padding: 2rem 0;
}

section h2,
section h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.form-control {
  border-radius: 6px;
  border: 1px solid var(--fluentform-border-color);
  padding: 0.5rem 1rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.rounded {
  border-radius: 0.5rem;
}

.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.bg-gradient {
  background: linear-gradient(135deg, var(--primary-color), var(--second-color));
}

footer {
  color: #fff;
}

footer h6 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

footer i {
  color: #fff;
  margin-right: 0.5rem;
  cursor: pointer;
}

footer i:hover {
  opacity: 0.7;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 1rem;
}

.card-beneficio {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.card-diagnostico {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem;
}

.img-icon-3d {
  height: 80px;
  margin: 1rem auto;
}

.text-danger {
  color: #FF0000 !important;
}

blockquote-footer {
  font-size: 0.875rem;
  color: #6c757d;
}

@media (max-width: 767px) {
  .d-flex {
    flex-direction: column !important;
    align-items: center !important;
  }

  .text-center-sm {
    text-align: center;
  }
}

.footer-section-wrapper {
  background-image: url('../img/footer-back.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  min-height: 80vh;
  width: 100%;
  position: relative;
  z-index: 0;
}

.text-aling-left {
  text-align: left;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.attachment-large {
  width: 100%;
}

.hr-white {
  border: none;
  border-top: 1px solid #fff;
  opacity: 0.4;
}

.card-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 12px;
}

.card-image-hover {
  transition: transform 0.4s ease;
  will-change: transform;
}

.card-image-hover:hover {
  transform: scale(1.06);
}

.img-fluid {
  width: 100%;
}

.text-start {
  text-align: start;
}

.card-image-wrapper {
  width: 100%;
  height: 200px;
  min-width: 190px;
  overflow: hidden;
  border-radius: 10px;
}

.icon-box {
  width: 54px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 8px;
}

.icon-box img {
  min-width: 19px;
}

.control-pg {
  margin-top: 0;
  padding-right: 10px;
}

.custom-paragraph {
  color: #6B6F80;
  font-size: 0.95rem;
}

.custom-color-tag p {
  color: #6B6F80;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.bold {
  font-weight: bold;
}

.padding-top-7 {
  padding-top: 7px;
}

.consultoria-box {
  background-color: #002F6C57 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: visible;
}

.illustration {
  position: absolute;
  right: 55px;
  bottom: -20px;
  z-index: 1;
}

.illustration img {
  max-width: 360px;
  height: auto;
}

.width-50 {
  width: 50%;
}

@media (max-width: 991.98px) {
  .illustration {
    position: static;
    margin-top: 2rem;
    text-align: center;
  }

  .illustration img {
    max-width: 280px;
  }
}

.card-desafio {
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}

.icon-wrapper {
  width: 48px;
  height: 40px;
  background-color: #FF0000;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titulo-desafio {
  color: var(--second-color);
  font-weight: 600;
  margin: 0 auto;
}

.texto-desafio {
  font-size: 0.95rem;
  color: #6B6F80;
  line-height: 1.5;
}

.margin-top-15 {
  margin-top: 15px;
}

.shadow-sm {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.flex-direction {
  display: flex;
  flex-direction: column;
}

.margin-0-auto {
  margin: 0 auto;
}

.benefit-card {
  background-color: var(--primary-color) !important;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.benefit-card p {
  margin-top: 1rem;
  color: #fff;
  font-weight: 700;
}

.benefit-card h5 {
  margin-top: 1rem;
  color: #fff;
  font-weight: 700;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
}

.fade-in-up.animated {
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.benefit-card .width-40,
.benefit-card .width-icon {
  display: block;
  margin: 0 auto;
  transition: transform 0.4s ease;
}

.benefit-card:hover img {
  transform: scale(1.15);
}

.testimonial-box {
  background-color: #fff;
  border-left: 6px solid #ccc;
  position: relative;
  overflow: hidden;
}

.margin-top-25 {
  margin-top: 25px;
}

.attachment-medium {
  max-width: 80%;
  height: 46px;
}

.width-40 {
  width: 40%;
}

.width-15 {
  width: 15%;
}

.background-blue {
  background-color: #002F6C57;
  flex-direction: row !important;
}

.padding-right-top {
  padding-right: 15px;
  padding-top: 15px;
}

.border-radius-0 {
  border-radius: unset !important;
}

.benefit-card h4 {
  font-weight: bold;
  color: #fff;
}

.flip-vertical {
  transform: scaleY(-1);
}

.margin-top-16 {
  margin-top: 16px !important;
}

.icon-white {
  filter: brightness(0) invert(1);
}

/* Estiliza a barra de rolagem */
::-webkit-scrollbar {
  width: 8px;
  /* largura da barra vertical */
  height: 8px;
  /* altura da barra horizontal */
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* ou transparente */
}

/* Alça da barra (parte que se move) */
::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--second-color);
}

.client-quote {
  position: relative;
  font-style: italic;
  color: #555;
}

.quote-mark {
  font-size: 4rem;
  color: var(--primary-color);
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
}

.quote-text {
  display: inline;
}

.shadow {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04) !important;
}

.height-62 {
  height: 62vh;
}

.margin-bottom-5rem {
  margin-bottom: 5rem;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.flex-shrink-0 img {
  height: 160px;
}

.display-flex-direction-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.flex-direction-column {
  flex-direction: column;
}

.width-80 {
  width: 80%;
}

@media (max-width: 640px) {
  .attachment-medium {
    margin: 0 auto;
  }

  .btn-gradient {
    margin-top: 15px;
    width: 92%;
    font-size: 14px;
    padding: 12px 18px !important;
    letter-spacing: -0.5px;
  }

  .mb-5,
  .my-5 {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
  }

  section h2,
  section h3 {
    font-size: 1.5rem;
    text-align: center;
  }

  .illustration {
    display: none;
  }

  .text-secondary-center {
    text-align: center;
  }

  .card-image-wrapper {
    margin-top: 15px;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .width-50 {
    width: 100%;
  }

  .card-image-wrapper {
    width: 80%;
    height: auto;
  }

  .mt-5,
  .my-5 {
    margin-top: 1rem !important;
  }

  .flex-shrink-0 {
    padding-top: 15px;
  }

  .flex-shrink-0 img {
    height: 100px;
  }

  .benefit-card {
    padding: 1rem;
  }

  .col-md-4.fade-in-up {
    margin-bottom: 1rem;
  }

  #position-value {
    display: none;
  }

  .pt-5,
  .py-5 {
    padding-top: 1rem !important;
  }

  .col-md-3.fade-in-up {
    width: 80%;
    margin-bottom: 15px;
  }

  .height-62 {
    height: unset !important;
  }

  .margin-bottom-5rem {
    margin-bottom: 0;
  }

  .padding-bottom-15 {
    padding-bottom: 15px !important;
  }

  footer .container {
    padding: 0;
  }

  .margin-footer {
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .control-footer .text-aling-left,
  .margin-footer .text-aling-left {
    text-align: center;
  }

  .flex-direction-row-f {
    flex-direction: row !important;
  }

  .elementor-grid-item {
    margin-right: 8px;
  }

  .elementor-grid-item .elementor-icon {
    font-size: 22px;
  }

  .font-size-12 {
    font-size: 10px !important;
  }

  .card-image-wrapper {
    display: none;
  }

  .swiper-slide {
    padding: 0 !important;
  }

  #cards-swiper-pagination {
    bottom: 6px;
  }

  .mobile-flex-direction {
    display: flex;
    flex-direction: row !important;
  }

 
  .flex-direction-column .mb-3 {
    text-align: center;
  }

  .flex-direction-column .mb-4 {
    text-align: center;
  }

  .desafio-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }

  .padding-0 {
    padding: 0 !important;
  }

  #cards-grid-mobile .swiper-wrapper {
    align-items: stretch;
  }

  #cards-grid-mobile .swiper-slide>.card-equal {
    min-height: 280px;
    display: flex;
    align-items: center;
  }

  #desafios-grid-mobile .swiper-wrapper {
    align-items: stretch;
  }

  #desafios-grid-mobile .swiper-slide>.card-equal {
    min-height: 220px;
    display: flex;
  }

  #desafios-grid-mobile {
    margin-top: 15px;
  }

  #bonus-grid-mobile .swiper-wrapper {
    align-items: stretch;
  }

  #bonus-grid-mobile .swiper-slide>.card-equal {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .text-aling-center-mobile {
    text-align: center;
  }

  .text-aling-left-mobile {
    text-align: left;
  }
}

.custom-tag {
  color: #6B6F80;
}

#cards-grid-mobile {
  min-height: 16rem;
}

/* visibilidade responsiva simples */
.only-desktop {
  display: none;
}

.only-desktop-block {
  display: none;
}

.only-mobile {
  display: block;
}

@media (min-width: 768px) {
  .only-desktop {
    display: flex;
  }

  .only-desktop-block {
    display: block;
  }

  .only-mobile {
    display: none;
  }
}

.testimonial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
  height: 23rem;
  min-height: 100%;
}

.text-wrap {
  min-width: 0;
  flex: 1 1 auto;
}

.logo-wrap {
  flex: 0 0 auto;
  margin-right: 20px;
}

.logo {
  width: 310px;
  height: auto;
  display: block;
}

.client-quote {
  position: relative;
  margin: 0 0 10px;
  padding-left: 62px;
}

.client-quote::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 6px;
  bottom: 10px;
  width: 4px;
  background: #636363;
  border-radius: 2px;
}

.client-quote::after {
  content: "";
  position: absolute;
  left: 65px;
  top: -19px;
  width: 86px;
  height: 4px;
  background: #636363;
  border-radius: 2px;
}

.quote-title {
  margin: 0 0 6px;
  font-weight: 800;
  color: var(--primary-color);
  font-size: clamp(1.05rem, 2.1vw, 1.4rem);
  line-height: 1.25;
  position: relative;
}

.quote-title::before {
  content: "“";
  position: absolute;
  left: -51px;
  top: -40px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 84px;
  line-height: 1;
  color: #636363;
}

.quote-lead {
  color: #8a909b;
  margin: 0;
  max-width: 720px;
}

.quote-author {
  color: #4b5563;
  font-weight: 600;
  margin: .5rem 0 0 0;
  padding-left: 61px;
}

.logo-wrap-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .testimonial {
    gap: 14px;
    height: 40rem;
  }

  .logo {
    width: 220px;
  }

  .client-quote {
    padding-left: 56px;
  }

  .client-quote::before {
    left: 28px;
    top: 6px;
    bottom: 10px;
    width: 4px;
  }

  .client-quote::after {
    left: 54px;
    top: -16px;
    width: 70px;
    height: 4px;
  }

  .quote-title::before {
    left: -44px;
    top: -34px;
    font-size: 72px;
  }

  .quote-author {
    padding-left: 55px;
  }
}

@media (max-width: 575.98px) {
  .testimonial {
    gap: 4px;
    height: 30rem;
  }

  .logo-wrap {
    margin-right: 0;
  }

  .logo {
    width: 160px;
  }

  .text-wrap {
    min-width: 0;
  }

  .quote-lead {
    max-width: 100%;
  }

  .client-quote {
    padding-left: 48px;
    margin-bottom: 8px;
  }

  .client-quote::before {
    left: 20px;
    top: 8px;
    bottom: 8px;
    width: 3px;
  }

  .client-quote::after {
    left: 46px;
    top: -12px;
    width: 54px;
    height: 3px;
  }

  .quote-title::before {
    left: -38px;
    top: -26px;
    font-size: 56px;
  }

  .quote-author {
    padding-left: 46px;
    font-size: .95rem;
  }
}

@media (max-width: 450px) {
  .logo-wrap {
    display: none;
  }

  .logo-wrap-mobile {
    display: block;
    float: right;
    position: relative;
    top: -13px;
  }

  .testimonial {
    gap: 4px;
    height: 23rem;
  }

  .logo {
    width: 105px;
  }

  .client-quote {
    padding-left: 44px;
  }

  .client-quote::after {
    left: 42px;
    width: 130px;
  }

  .quote-title::before {
    left: -34px;
  }
}