/* Variáveis e base refatorada */
:root {
  --color-primary: #365abd;
  --color-primary-light: #4cb4ff;
  --color-bg-light: #f8fafc;
  --color-text: #1a1a1a;
  --color-text-muted: #4a5568;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --section-padding-y: 80px;
  --section-padding-y-mobile: 48px;
  --header-height: 80px;
  --radius: 8px;
  --shadow: 0 2px 12px rgba(0,0,0,0.06);
  --transition: 0.2s ease;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}
html {
  scroll-behavior: smooth;
}
html, body{
  min-width: auto !important;
  overflow: auto !important;
  font-family: var(--font-sans);
  font-size: 16px;
}
@media (max-width: 768px) {
  html, body{
    min-width: auto !important;
    overflow: auto !important;
  }

     /* edit new site */
  .font-size-first {
    font: normal normal normal 45px/1.50em oswald-medium,oswald,sans-serif !important;
    font-weight: 400 !important;
    font-stretch: 90%;
    text-transform: uppercase;
  }

  .margin-top {
    margin-top: 60px;
  }
  .padding-bot {
    padding-bottom: 60px;
  }

  .technology-wrap {
    position: relative;
  }
  
  .foco {
    position: relative;
    height: auto !important;
    padding: 0px !important;
  }

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

  .img-cashless {
    height: 480px !important;
  }
  .imageP {
    height: 480px !important;
  }
  .text-18 {
    font-size: 18px !important;
  }
  .text-40{
    font-size: 40px !important;
  }
  .margin-left {
    margin-left: 10px !important;
  }

  .margin-top {
    margin-top: 60px !important;    
  }
  .margin-bot {
    margin-bottom: 60px !important;
  }
  div >  h4 .aboutUs {
    font: normal normal normal 30px/1.2em oswald,sans-serif !important;
    color: #365abd;
    font-weight: 400;
    font-stretch: extra-condensed;    
  }
  .heigh-827 {
    height: 480px !important;
  }
  .heigh-520 {
    height: auto;
  }
  .heigh-250 {
    height: auto;
  }
  .heigh-210 {
    height: 110px !important;
    width: 110px;
  }
  .display-none {
    display: none;
  }
  .clients-div{
    height: auto !important;
  }
  .align-items {
    align-items: center;
    margin-left: 42%;
  }
  .margin-left-100 {
    margin-left: 100px;
    margin-bottom: 25px !important;
  }

  .clients-div img{
    height: 80px !important; 
    width: 95px !important;
    object-fit: contain;
    margin: 0 8px !important;
  }
  
}

/* Logo sempre visível no header (nunca esconder) */
header .logo-wrap .logo-nav {
  display: block !important;
}
@media (max-width: 390px) {
  header .logo-wrap .logo-nav { display: block !important; }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: white; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(36, 36, 36, 0.5); }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(36, 36, 36, 0.5); }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(36, 36, 36, 0.5); }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(36, 36, 36, 0.5); }

html {
  font-family: 'Oswald', sans-serif;;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text);
  background-color: #fff;
}

.wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden; }

a, button {
  color: #365abd;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #4cb4ff;
  text-decoration: none !important; }

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.equal > [class*='col-'], .equal > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.text-center-verticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; 
  color: white;
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.text-red {
  color: #FF425F; }

.text-green {
  color: #148827; }

.text-yellow {
  color: #C7A70A; }

.light-blue {
  background: #f7fcff; }

/* width */
::-webkit-scrollbar {
  width: 6px; }

/* Track */
::-webkit-scrollbar-track {
  background: rgba(36, 36, 36, 0.44);
  background-clip: content-box; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #365abd;
  background: -moz-linear-gradient(top, #365abd 0%, #4cb4ff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #365abd), color-stop(100%, #4cb4ff));
  background: -webkit-linear-gradient(top, #365abd 0%, #4cb4ff 100%);
  background: -o-linear-gradient(top, #365abd 0%, #4cb4ff 100%);
  background: -ms-linear-gradient(top, #365abd 0%, #4cb4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#365abd), to(#4cb4ff));
  background: linear-gradient(to bottom, #365abd 0%, #4cb4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365abd', endColorstr='#4cb4ff', GradientType=0 );
  border-radius: 3px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #365abd;
  background: -moz-linear-gradient(top, #365abd 0%, #4cb4ff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #365abd), color-stop(100%, #4cb4ff));
  background: -webkit-linear-gradient(top, #365abd 0%, #4cb4ff 100%);
  background: -o-linear-gradient(top, #365abd 0%, #4cb4ff 100%);
  background: -ms-linear-gradient(top, #365abd 0%, #4cb4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#365abd), to(#4cb4ff));
  background: linear-gradient(to bottom, #365abd 0%, #4cb4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365abd', endColorstr='#4cb4ff', GradientType=0 ); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0; }

p {
  margin: 0; }

h1 {
  font-size: 44px;
  line-height: 54px; }

h2 {
  font-size: 36px;
  line-height: 38px; }

h3 {
  font-size: 28px;
  line-height: 38px; }

h4 {
  font-size: 24px;
  line-height: 34px; }

h5 {
  font-size: 20px;
  line-height: 30px; }

h6 {
  font-size: 18px;
  line-height: 28px; }

button:focus {
  outline: 0; }

.button {
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  border: none;
  white-space: nowrap;
  display: inline-block; }
  .button.blank-button {
    background: transparent; }
    .button.blank-button:hover {
      color: #4cb4ff; }
  .button.green-button {
    font-size: 14px;
    font-weight: 600;
    padding: 16px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    background: #52cd5f;
    background: -moz-linear-gradient(45deg, #52cd5f 0%, #28b53d 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #52cd5f), color-stop(100%, #28b53d));
    background: -webkit-linear-gradient(45deg, #52cd5f 0%, #28b53d 100%);
    background: -o-linear-gradient(45deg, #52cd5f 0%, #28b53d 100%);
    background: -ms-linear-gradient(45deg, #52cd5f 0%, #28b53d 100%);
    background: linear-gradient(45deg, #52cd5f 0%, #28b53d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52cd5f', endColorstr='#28b53d', GradientType=1 );
    -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
    -o-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.button.wpp-button {
   font-size: 15px;
   font-weight: 300;
   font-family: raleway, sans-serif;
   padding: 14px 17px;
   /* -webkit-border-radius: 30px; */
   /* -moz-border-radius: 1em; */
   /* -ms-border-radius: 30px; */
   border: 30px;
   color: #ffffff;
   /*background: #365abdc5;*/
   background-color: #28b53d;
   filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
   -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
   -moz-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
   -ms-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
   -o-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
   filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
   transition: all 0.4s;
   /*-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
   /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
   /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
}
.button.wpp-button:hover{
  background-color: rgba(54, 90, 189, 0.6);
}

/* WhatsApp fixo no canto inferior direito (mobile) */
.wpp-fab {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  font-size: 28px;
}
.wpp-fab:hover { color: #fff; transform: scale(1.08); box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5); }
.wpp-fab:focus-visible { outline: 2px solid #25d366; outline-offset: 3px; color: #fff; }
.wpp-fab i { line-height: 1; }
@media (max-width: 992px) {
  .wpp-fab { display: flex; }
  header .menu-right .button-wrap { display: none !important; }
}
@media (min-width: 993px) {
  .wpp-fab { display: none !important; }
}
 
     .button.green-button img {
       margin-right: 8px; }
     .button.green-button:hover {
       background: #28b53d;
       background: -moz-linear-gradient(45deg, #28b53d 0%, #52cd5f 100%);
       background: -webkit-gradient(left bottom, right top, color-stop(0%, #28b53d), color-stop(100%, #52cd5f));
       background: -webkit-linear-gradient(45deg, #28b53d 0%, #52cd5f 100%);
       background: -o-linear-gradient(45deg, #28b53d 0%, #52cd5f 100%);
       background: -ms-linear-gradient(45deg, #28b53d 0%, #52cd5f 100%);
       background: linear-gradient(45deg, #28b53d 0%, #52cd5f 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b53d', endColorstr='#52cd5f', GradientType=1 ); 
}
   .button.blue-button {
     font-size: 18px;
     font-weight: 600;
     padding: 16px 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     border-radius: 30px;
     color: #ffffff;
     background: #365abd;
     background: -moz-linear-gradient(-45deg, #365abd 0%, #4cb4ff 100%);
     background: -webkit-gradient(left top, right bottom, color-stop(0%, #365abd), color-stop(100%, #4cb4ff));
     background: -webkit-linear-gradient(-45deg, #365abd 0%, #4cb4ff 100%);
     background: -o-linear-gradient(-45deg, #365abd 0%, #4cb4ff 100%);
     background: -ms-linear-gradient(-45deg, #365abd 0%, #4cb4ff 100%);
     background: -webkit-linear-gradient(315deg, #365abd 0%, #4cb4ff 100%);
     background: -o-linear-gradient(315deg, #365abd 0%, #4cb4ff 100%);
     background: linear-gradient(135deg, #365abd 0%, #4cb4ff 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365abd', endColorstr='#4cb4ff', GradientType=1 );
     -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
     -moz-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
     -ms-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
     -o-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
     filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }
     .button.blue-button:hover {
       background: #4cb4ff;
       background: -moz-linear-gradient(-45deg, #4cb4ff 0%, #365abd 100%);
       background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cb4ff), color-stop(100%, #365abd));
       background: -webkit-linear-gradient(-45deg, #4cb4ff 0%, #365abd 100%);
       background: -o-linear-gradient(-45deg, #4cb4ff 0%, #365abd 100%);
       background: -ms-linear-gradient(-45deg, #4cb4ff 0%, #365abd 100%);
       background: -webkit-linear-gradient(315deg, #4cb4ff 0%, #365abd 100%);
       background: -o-linear-gradient(315deg, #4cb4ff 0%, #365abd 100%);
       background: linear-gradient(135deg, #4cb4ff 0%, #365abd 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb4ff', endColorstr='#365abd', GradientType=1 ); }
   .button.white-button {
     font-size: 14px;
     font-weight: 600;
     padding: 16px 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     border-radius: 30px;
     color: #4cb4ff;
     background: #ffffff; }
     .button.white-button:hover {
       background: #2e3b4e; }
 
 .disc-list {
   list-style-type: disc;
   padding-left: 18px; }
   .disc-list li {
     margin: 0 0 5px; }
 
 header {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   background: transparent;
   z-index: 200;
   border-bottom: 1px solid;
   border-color: #ffffff;
   /* The Fallback */
   border-color: rgba(255, 255, 255, 0.2);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out; }
 header#spy-navbar{
  background-color : white;
   
 }
   header.stick {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1000;
     background-color: #ffffff;
     /* The Fallback */
     /* border-color: #000000; */
     /* The Fallback */
     /* border-color: rgba(0, 0, 0, 0.2); */
     box-shadow: rgba(43, 83, 135, 0.08) 0px 3px 8px 0px;    
 }
 
    @media (max-width: 575px) {
      header.stick {
        padding: 0px; } }
    header.stick .menu-row {
      position: relative;
      min-height: 70px; }
      header.stick .menu-row .logo-wrap p a img.black-logo {
        display: block; }
      header.stick .menu-row .logo-wrap p a img.white-logo {
        display: none; }
      header.stick .menu-row .menu-wrap .menu-left .menu-mobile-icon {
        top: 31px; }
        @media (max-width: 575px) {
          header.stick .menu-row .menu-wrap .menu-left .menu-mobile-icon {
            top: 31px; } }
        header.stick .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span {
          background: #365abd; }
      header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li:hover a, header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li.active a {
        color: #365abd; }
        @media (max-width: 1199px) {
          header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li:hover a, header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li.active a {
            color: #57c0117e; } }
        header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li:hover a span::after, header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li.active a span::after {
          bottom: -32px !important;
          background: #365abd !important; }
          @media (max-width: 1199px) {
            header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li:hover a span::after, header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li.active a span::after {
              bottom: -8px !important;
              background: #ffffff !important; } }
      header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li a {
        color: #000000; }
        @media (max-width: 1199px) {
          header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li a {
            color: black; } }
      header.stick .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ul li a {
        padding: 8px 15px; }
      header.stick .menu-row .menu-wrap .menu-right .button-wrap .green-button {
        padding: 12px 22px; }
        header.stick .menu-row .menu-wrap .menu-right .button-wrap .green-button img {
          width: 18px; }
      header.stick .menu-row .menu-wrap .menu-right .button-wrap .dropdown {
        padding: 21px 0; }
  header .menu-row {
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    header .menu-row .logo-wrap {
      width: 195px;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
      header .menu-row .logo-wrap img {
        width: 153px;
        object-fit: cover;
        /*height: 70px;*/
      }
      @media (max-width: 1199px) {
        header .menu-row .logo-wrap {
          width: 95px;
          margin-left: 40px; } 
        .heigh-827 {
          height: 827px ;
        }
        .heigh-520 {
          height: 520px;
        }
        .heigh-250 {
          height: 250px;
        }
        .heigh-210 {
          height: 210px;
        }
        }
      @media (max-width: 575px) {
        header .menu-row .logo-wrap {
          margin-left: 28px; } }
      header .menu-row .logo-wrap p {
        margin: 0;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
        header .menu-row .logo-wrap p a {
          display: inline-block; }
          header .menu-row .logo-wrap p a img {
            max-width: 195px; }
            @media (max-width: 575px) {
              header .menu-row .logo-wrap p a img {
                max-width: 150px; } }
            header .menu-row .logo-wrap p a img.black-logo {
              display: none; }
            header .menu-row .logo-wrap p a img.white-logo {
              display: block; }
    header .menu-row .menu-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      header .menu-row .menu-wrap .menu-left .menu-mobile-icon {
        display: none; }
        @media (max-width: 1199px) {
          header .menu-row .logo-wrap {
            margin-left: 64px;
          }
          header .menu-row .menu-wrap .menu-left .menu-mobile-icon {
            display: flex !important;
            position: fixed;
            left: 16px;
            top: 18px;
            z-index: 1002;
            width: 48px;
            height: 48px;
            min-width: 48px;
            min-height: 48px;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,0.98);
            border-radius: 10px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.15);
            border: 1px solid rgba(54,90,189,0.15); } }
        @media (max-width: 575px) {
          header .menu-row .menu-wrap .menu-left .menu-mobile-icon {
            left: 12px;
            top: 14px; } }
        header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon {
          width: 24px;
          height: 18px;
          position: relative;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          cursor: pointer; }
          header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background-color: #365abd;
            border-radius: 1px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease; }
            header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span:nth-child(1) {
              top: 0px; }
            header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span:nth-child(2), header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span:nth-child(3) {
              top: 6px; }
            header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span:nth-child(4) {
              top: 12px; }
          header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(1) {
            top: 18px;
            width: 0%;
            left: 50%; }
          header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
          header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(4) {
            top: 18px;
            width: 0%;
            left: 50%; }
      header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list {
        margin: 0 20px 0 0; }
        @media (max-width: 1199px) {
          header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list {
            margin: 15px 0 0; } }
        header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li {
          float: left;
          position: relative; }
          header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li:hover ul {
            display: block; }
          header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li.active a span, header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li:hover a span {
            position: relative; }
            header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li.active a span::after, header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li:hover a span::after {
              content: "";
              position: absolute;
              left: 0;
              bottom: -43px;
              right: 0;
              height: 3px;
              background: #365abd; }
              @media (max-width: 1199px) {
                header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li.active a span::after, header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li:hover a span::after {
                  bottom: -50px; } }
          header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -20px;
            right: 0;
            height: 50px; }
            @media (max-width: 1199px) {
              header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ::after {
                display: none; } }
          @media (max-width: 1199px) {
            header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li {
              width: 100%; } }
          header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li a {
            font-size: 16px;
            font-weight: 300;
            color: #365abd;
            padding: 4px 16px;
            display: inline-block;
            position: relative; }
            @media (max-width: 1199px) {
              header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li a {
                padding: 10px 10px; } }
          header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ul {
            display: none;
            position: absolute;
            padding: 20px 10px;
            right: 0;
            top: 100%;
            width: 250px;
            background-color: #365abd;
            -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
            @media (max-width: 1199px) {
              header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ul {
                position: relative;
                bottom: inherit;
                right: inherit;
                overflow: hidden; } }
            header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ul::before {
              content: "";
              position: absolute;
              top: -12px;
              right: 10px;
              border-left: 12px solid transparent;
              border-right: 12px solid transparent;
              border-bottom: 12px solid #365abd; }
            header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ul li {
              display: block;
              width: 100%; }
              header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ul li a {
                color: #365abd;
                padding: 8px 15px;
                display: block; }
                @media (max-width: 1199px) {
                  header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ul li a {
                    padding: 10px 10px; } }
                header .menu-row .menu-wrap .menu-left .main-navigation .nav .main-menu-list > li > ul li a:hover {
                  color: #365abd; }
      @media (max-width: 1199px) {
        header .menu-row .menu-wrap .menu-left .pushmenu {
          display: none !important;
          pointer-events: none;
        }
        header .menu-row .menu-wrap .menu-left .pushmenu-left,
        header .menu-row .menu-wrap .menu-left .pushmenu-open {
          display: none !important;
        }
        /* (menu lateral desativado – usar só dropdown #header-nav) */
        header .menu-row .menu-wrap .menu-left .pushmenu .main-menu-list > li a,
        header .menu-row .menu-wrap .menu-left .pushmenu .main-menu-list > li a span {
          color: #ffffff !important;
          font-weight: 600;
          font-size: 17px;
          padding: 16px 24px;
          text-decoration: none;
          display: block;
          line-height: 1.4; }
        header .menu-row .menu-wrap .menu-left .pushmenu .main-menu-list > li a:hover,
        header .menu-row .menu-wrap .menu-left .pushmenu .main-menu-list > li a:hover span {
          color: #ffffff !important;
          background: rgba(255,255,255,0.12); }
        header .menu-row .menu-wrap .menu-left .pushmenu .main-menu-list > li.active a span::after,
        header .menu-row .menu-wrap .menu-left .pushmenu .main-menu-list > li:hover a span::after {
          display: none; }
        header .menu-row .menu-wrap .menu-left .pushmenu-left {
          left: -280px; }
        header .menu-row .menu-wrap .menu-left .pushmenu-open {
          left: 0; }
        .pushmenu.pushmenu-open .main-menu-list li a,
        .pushmenu.pushmenu-open .main-menu-list li a span {
          color: #fff !important;
          opacity: 1;
        } }
      header .menu-row .menu-wrap .menu-right .button-wrap .green-button {
        position: relative; }
        @media (max-width: 575px) {
          header .menu-row .menu-wrap .menu-right .button-wrap .green-button {
            padding: 10px 25px; } }
        @media (max-width: 480px) {
          header .menu-row .menu-wrap .menu-right .button-wrap .green-button span {
            display: none; } }
      header .menu-row .menu-wrap .menu-right .button-wrap .dropdown {
        padding: 31px 0;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
        @media (max-width: 1199px) {
          header .menu-row .menu-wrap .menu-right .button-wrap .dropdown {
            padding: 21px 0; } }
        @media (max-width: 575px) {
          header .menu-row .menu-wrap .menu-right .button-wrap .dropdown {
            padding: 14px 0; } }

header .menu-row .menu-wrap .menu-right .button-whats .green-button {
  position: relative; }
  @media (max-width: 575px) {
    header .menu-row .menu-wrap .menu-right .button-whats .green-button {
      padding: 10px 25px; } }
  @media (max-width: 480px) {
    header .menu-row .menu-wrap .menu-right .button-whats .green-button span {
      display: none; } }
header .menu-row .menu-wrap .menu-right .button-whats .dropdown {
  padding: 31px 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  @media (max-width: 1199px) {
    header .menu-row .menu-wrap .menu-right .button-whats .dropdown {
      padding: 21px 0; } }
  @media (max-width: 575px) {
    header .menu-row .menu-wrap .menu-right .button-whats .dropdown {
      padding: 14px 0; } }

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .pushmenu-push.pushmenu-push-toright {
    left: 280px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .pushmenu-push.pushmenu-push-toright header.stick {
      left: 280px; }

/* Header desktop: Logo ESQUERDA | Menu | WhatsApp DIREITA (layout original) */
@media (min-width: 1200px) {
  header .menu-row .header-spacer { display: none !important; }
  header .menu-row .menu-wrap .menu-left { display: none !important; }
  header .menu-row .menu-wrap .button-wrap { display: block !important; }
  header .menu-row {
    display: flex !important; 
    align-items: center !important; 
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
  }
  header .container {
    max-width: 100% !important;
  }
  /* Logo à esquerda (mais colado na borda) */
  header .menu-row .logo-wrap {
    order: 1 !important; 
    flex: 0 0 auto !important;
    position: relative !important; 
    left: auto !important; 
    transform: none !important;
    display: flex !important; 
    margin-right: 20px !important;
  }
  header .menu-row .logo-wrap img,
  header .menu-row .logo-wrap img.white-logo,
  header .menu-row .logo-wrap img.black-logo {
    width: 200px !important;
    max-width: 200px !important;
    height: auto !important;
    max-height: 65px !important;
    object-fit: contain !important;
  }
  header .menu-row .logo-wrap p { display: flex !important; }
  /* Menu mais à direita */
  header .menu-row .header-dropdown-menu {
    order: 2 !important; 
    flex: 1 !important; 
    display: flex !important; 
    justify-content: flex-end !important; 
    align-items: center !important;
    padding-right: 20px !important;
  }
  #header-nav .main-menu-list { 
    display: flex !important; 
    flex-direction: row !important; 
    margin: 0 !important; 
    padding: 0 !important; 
    list-style: none !important; 
    gap: 12px !important; 
  }
  #header-nav .main-menu-list > li { float: none !important; border: none !important; }
  #header-nav .main-menu-list > li a { 
    color: #365abd !important; 
    padding: 10px 28px !important; 
    font-size: 18px !important; 
    font-weight: 700 !important; 
    border: none !important; 
  }
  #header-nav .main-menu-list > li a:hover {
    background: rgba(54,90,189,0.08) !important;
    border-radius: 8px !important;
  }
  #header-nav .main-menu-list > li a span::after { display: none !important; }
  /* WhatsApp à direita */
  header .menu-row .menu-wrap { 
    order: 3 !important; 
    flex: 0 0 auto !important; 
    display: flex !important; 
    justify-content: flex-end !important; 
    align-items: center !important; 
  }
  .header-dropdown-menu .menu-extra.mobile-only { display: none !important; }
  .button.wpp-button {
    font-size: 16px !important;
    padding: 14px 24px !important;
  }
}
@media (max-width: 1199px) {
  header#spy-navbar { background: #fff !important; }
  header .menu-row {
    display: flex !important; 
    flex-wrap: wrap !important; 
    align-items: center !important; 
    justify-content: flex-end !important;
    padding-bottom: 0 !important; 
    position: relative !important; 
    min-height: 68px !important;
    height: 68px !important;
  }
  header .menu-row .header-spacer { display: none !important; }
  header .menu-row .logo-wrap {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    transform: none !important;
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important;
    width: fit-content !important; 
    max-width: 60% !important;
    z-index: 1 !important; 
    pointer-events: auto !important;
  }
  header .menu-row .logo-wrap p { 
    display: flex !important; 
    justify-content: center !important; 
    margin: 0 !important; 
  }
  header .menu-row .logo-wrap p a { display: inline-flex !important; }
  header .menu-row .logo-wrap img,
  header .menu-row .logo-wrap img.white-logo,
  header .menu-row .logo-wrap img.black-logo,
  header .menu-row .logo-wrap img.logo-nav {
    width: 190px !important; 
    max-width: 190px !important;
    height: 52px !important; 
    max-height: 52px !important;
    object-fit: contain !important;
    display: none !important; 
    visibility: visible !important; 
    opacity: 1 !important;
  }
  header .menu-row .logo-wrap .white-logo { display: block !important; }
  header .menu-row .logo-wrap .black-logo { display: none !important; }
  header .menu-row .menu-wrap {
    order: 1; flex: 0 0 auto; display: flex !important; justify-content: flex-end; align-items: center;
    position: relative; z-index: 1002;
  }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon {
    position: fixed;
    right: 16px;
    left: auto;
    top: 18px;
    z-index: 1003;
  }
  header .menu-row .menu-wrap .button-wrap { display: none !important; }
  header .menu-row .menu-wrap .menu-left {
    flex: 0 0 auto; display: flex !important; position: relative; align-items: center; justify-content: center;
  }
  /* Sanduíche à direita – moderno, cores do sistema */
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon,
  header .menu-row .menu-left .menu-mobile-icon {
    width: 48px; height: 48px; min-width: 48px; min-height: 48px; display: inline-flex !important;
    align-items: center; justify-content: center; padding: 0;
    background: #fff; border: 2px solid var(--color-primary); border-radius: 12px;
    box-shadow: 0 2px 8px rgba(54,90,189,0.15); cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon:hover,
  header .menu-row .menu-left .menu-mobile-icon:hover {
    background: rgba(54,90,189,0.06); border-color: var(--color-primary-light); box-shadow: 0 4px 12px rgba(54,90,189,0.2);
  }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon,
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon {
    width: 22px; height: 16px; position: relative; display: block;
    transition: transform 0.25s ease;
  }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span,
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon span {
    display: block; position: absolute; left: 0; width: 100%;
    height: 2.5px; border-radius: 2px; background: var(--color-primary);
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span:nth-child(1),
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon span:nth-child(1) { top: 0; }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span:nth-child(2),
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span:nth-child(3),
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon span:nth-child(2),
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon span:nth-child(3) { top: 6.5px; }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon span:nth-child(4),
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon span:nth-child(4) { top: 13px; }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(1),
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(1) { opacity: 0; transform: translateX(-6px); }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(2),
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(2) { top: 6.5px; transform: rotate(45deg); }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(3),
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(3) { top: 6.5px; transform: rotate(-45deg); }
  header .menu-row .menu-wrap .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(4),
  header .menu-row .menu-left .menu-mobile-icon #toggle-icon.open span:nth-child(4) { opacity: 0; transform: translateX(6px); }
  /* Menu mobile estilo painel – X sozinho na primeira linha, resto em coluna, sem scroll desnecessário */
  header .menu-row .header-dropdown-menu,
  header .menu-row #header-nav,
  #header-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    min-height: 100vh !important;
    height: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18) !important;
    border-radius: 0 !important;
    padding: 0 20px 24px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1001 !important;
  }
  header .menu-row .header-dropdown-menu.open,
  header .menu-row #header-nav.open {
    transform: translateX(0);
  }
  /* Linha do X: mesmo padding horizontal do painel (20px) para alinhar ao menu */
  #header-nav .menu-close-row {
    flex: 0 0 auto;
    width: 100%;
    min-height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 20px !important;
    box-sizing: border-box;
  }
  #header-nav .menu-close-btn {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(54,90,189,0.1);
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 12px;
    cursor: pointer;
    font-size: 1.25rem;
    transition: background 0.2s ease, color 0.2s ease;
  }
  #header-nav .menu-close-btn:hover {
    background: var(--color-primary);
    color: #fff;
  }
  #header-nav .nav {
    display: block !important;
    flex: 0 0 auto;
    width: 100%;
    text-align: left;
  }
  .header-dropdown-menu .main-menu-list,
  #header-nav .main-menu-list,
  .main-menu-list { 
    margin: 0 !important; 
    padding: 0 !important; 
    list-style: none !important; 
    display: block !important; 
    text-align: left !important; 
  }
  .header-dropdown-menu .main-menu-list > li,
  #header-nav .main-menu-list > li { 
    width: 100% !important; 
    float: none !important; 
    border-bottom: 1px solid rgba(54,90,189,0.12) !important; 
  }
  .header-dropdown-menu .main-menu-list > li a,
  .header-dropdown-menu .main-menu-list > li a span,
  #header-nav .main-menu-list > li a,
  #header-nav .main-menu-list > li a span {
    color: var(--color-primary) !important;
    font-weight: 600 !important; 
    font-size: 18px !important; 
    padding: 16px 12px !important; 
    display: block !important;
    text-decoration: none !important; 
    line-height: 1.4 !important; 
    border: none !important;
    transition: background 0.2s ease, color 0.2s ease !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .header-dropdown-menu .main-menu-list > li a span::after { display: none !important; }
  .header-dropdown-menu .main-menu-list > li a:hover {
    background: rgba(54,90,189,0.06);
    color: var(--color-primary-light) !important;
  }
  .header-dropdown-menu .main-menu-list > li a:hover span { color: var(--color-primary-light) !important; }
  /* Menu extra: Portal (último item do menu), depois Fale conosco e Sociais na mesma alinhação dos itens */
  .header-dropdown-menu .menu-extra.mobile-only {
    display: block !important;
    padding: 16px 0 8px 0;
    padding-left: 12px !important;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  .header-dropdown-menu .menu-divider {
    height: 1px; background: rgba(54,90,189,0.15); margin: 12px 0; border: none;
  }
  /* Portal do cliente = último dado do menu (mesma faixa visual dos links) */
  .header-dropdown-menu .menu-portal-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 12px;
    margin: 0 !important;
    color: var(--color-primary) !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid var(--color-primary);
    border-radius: 12px;
    transition: background 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
  }
  .header-dropdown-menu .menu-portal-btn:hover {
    background: rgba(54,90,189,0.08); color: var(--color-primary-light) !important;
  }
  /* Fale conosco e Sociais na mesma alinhação vertical que Quem Somos / Serviços / Contato */
  .header-dropdown-menu .menu-block-title {
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 12px 0;
    padding-left: 0 !important;
    text-align: left !important;
  }
  .header-dropdown-menu .menu-fale-conosco,
  .header-dropdown-menu .menu-sociais {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 8px;
    padding-left: 0 !important;
  }
  .header-dropdown-menu .menu-icon-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; border-radius: 12px;
    background: rgba(54,90,189,0.1); color: var(--color-primary) !important;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .header-dropdown-menu .menu-icon-btn:hover {
    background: var(--color-primary); color: #fff !important;
  }
  .header-dropdown-menu .menu-icon-btn i { font-size: 1.25rem; }
}

.form-control {
  height: 40px;
  border-radius: 5px;
  border-color: #000000;
  background-color: black;
  /* The Fallback */
  border-color: rgba(0, 0, 0, 0.1); }
  .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control.borderless {
    border: none;
    border-radius: 0; }

.form-group {
  position: relative; }

.custom-input ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #365abd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.custom-input:focus ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: 0; }

footer {
  position: relative;
  padding: 56px 0 0;
  background: #365abd;
  margin-bottom: 0 !important;
  font-family: var(--font-sans);
}
  footer .logo {
    float: left;
    width: 70px;
    margin: 0 0 20px; }
  footer p {
    font-weight: 300;
    color: #ffffff; }
    footer p.para {
      line-height: 28px;
      max-width: 220px;
      margin: 0 0 40px; }
  footer h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px; }
  footer .footer-list li {
    display: block; }
    footer .footer-list li a {
      text-decoration: none;
      color: #ffffff;
      line-height: 28px; }
      footer .footer-list li a:hover {
        color: #365abd; }
  footer .form-group {
    margin: 0 0 50px; }
  footer .footer-input {
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    /* The Fallback */
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    border: none;
    padding: 4px 2px 4px 20px;
    color: #ffffff; }
    footer .footer-input::-moz-placeholder {
      color: #ffffff; }
    footer .footer-input::-webkit-input-placeholder {
      color: #ffffff; }
    footer .footer-input:-ms-input-placeholder {
      color: #ffffff; }
    footer .footer-input::-ms-input-placeholder {
      color: #ffffff; }
    footer .footer-input::placeholder {
      color: #ffffff; }
  @media (max-width: 991px) {
    footer .ma-col {
      margin-top: 40px; } }
  footer .search-button {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 12px; }

.banner-wrap {
  position: relative;
z-index: 100;}

  #home{
    z-index: -1000;
    height: 140vh;
  }
/* 
  section, .wrapper {
    background-color: #000;
  } */

  .banner-wrap .background_video {
    position: absolute;
    top: 70%; left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 500px; width: 100%;
    z-index: -1000;
  }

  .banner-wrap #video_cover {
    position: absolute;
    width: 100%; height: 100%;
    background: url('../images/bg-placeholder.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

  .banner-wrap #overlay {
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
  }
  .banner-wrap .container {
      position: relative;
      z-index: 5;
  }

  .banner-wrap .contetn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right; }

    @media (max-width: 991px) {
      .banner-wrap .contetn-wrap {
        padding: 0; } }
    .banner-wrap .contetn-wrap h1 {
      font-size: 43px;
      font-weight: 600;
      line-height: 50px;
      color: #ffffff;
      margin: 100px 0 20px;
      text-align: center; }
      @media (max-width: 991px) {
        .banner-wrap .contetn-wrap h1 {
          font-size: 36px;
          line-height: 42px; } }
          @media (max-width: 768px) {
            .banner-wrap .contetn-wrap {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                justify-content: center;
                padding: 60px 0 0;
            }            
          }
          @media (max-width: 575px) {
            .banner-wrap .contetn-wrap h1 {
                margin: 20px 0;
            }
          }
    .banner-wrap .contetn-wrap .content-box p {
      font-size: 22px;
      font-weight: 300;
      line-height: 24px;
      color: #ffffff;
      max-width: 360px;
      margin: 0 0 30px;
      text-align: center; }

    .banner-wrap .contetn-wrap .content-box .button-wrap {
      max-width: 360px;
      text-align: center; }

      @media (max-width: 575px) {
        .banner-wrap .contetn-wrap .content-box .button-wrap .down-arrow img {
            max-width: 60px;
        }
      }

.what-we-do {
  position: relative;
  padding: 0 0 30px; }
  .what-we-do .light-blue {
    position: relative;
    padding: 100px 0; }
    @media (max-width: 767px) {
      .what-we-do .light-blue {
        padding: 40px 0; } }
    .what-we-do .light-blue .top-head h1 {
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .what-we-do .light-blue .top-head h1 {
          font-size: 30px;
          line-height: 44px; } }
    .what-we-do .light-blue .top-head p {
      max-width: 460px;
      margin: 0 auto; }
  .what-we-do .content-row {
    padding-top: 30px;
    padding-bottom: 30px; }
    .what-we-do .content-row .image-right {
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end; 
    }

    @media (max-width: 767px) {
        .what-we-do .content-row .image-right {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center; 
        }
    }

    .what-we-do .content-row img {
      max-width: 300px;
      width: 100%; }
    .what-we-do .content-row h2 {
      font-size: 30px;
      font-weight: 700;
      margin: 0 0 5px; }
      @media (max-width: 767px) {
        .what-we-do .content-row h2 {
          font-size: 26px; } }
    .what-we-do .content-row h6 {
      margin: 0 0 15px; }
    .what-we-do .content-row .disc-list {
      margin: 0 0 0 20px; }
      .what-we-do .content-row .disc-list li {
        margin: 0 0 10px; }

.foco {
  position: relative;
  height: 928px;
}
.foco > .row{
  height: 100%;
}
  @media (max-width: 991px) {
    .foco {
      padding: 80px 0 40px; } }
  .foco h2 {
    font-size: 40px;
    font-weight: 400;
    color: #365abd;
    margin: 0 0 5px;
    text-align: center; }
    @media (max-width: 767px) {
      .foco {
        padding: 40px 0 40px; } 
      .foco h2 {
        font-size: 30px;
        line-height: 40px; } 
    }
  .foco p {
    font-size: 20px;
    line-height: 32px;
    max-width: 820px;
    margin: 0 auto 100px;
    text-align: center; }
    @media (max-width: 767px) {
      .foco p {
        margin: 0 auto 50px; } }
  .foco h3 {
    font-size: 28px;
    font-weight: 400;
    color: #838383;
    margin: 0 0 60px;
    text-align: center; }
  .foco .statistic .number-wrap {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .foco .statistic .number-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 991px) {
      .foco .statistic .number-wrap > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 50%;
        margin: 0 0 50px; } }
    @media (max-width: 575px) {
      .foco .statistic .number-wrap > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .foco .statistic .number-wrap > div h2 {
      /* font-family: 'sans-serif'; */
      font-size: 60px;
      font-weight: 700;
      color: #365abd;
      margin: 0 0 10px; }
      @media (max-width: 767px) {
        .foco .statistic .number-wrap > div h2 {
          font-size: 60px; }
        .technology-wrap {
          position: relative;
          padding: 80px 0 0 !important;
        }
      }
    .foco .statistic .number-wrap > div p {
      font-size: 13px;
      color: #365abd;
      margin: 0;
      text-align: center; }

.technology-wrap {
  position: relative;
  padding: 80px 0;
}
/* Serviços: sem margem/padding vertical (top e bottom) */
#technology.technology-wrap {
  padding: 0 !important;
  margin: 0 !important;
}
#technology .margin-top { margin-top: 0 !important; }
#technology .margin-subtitle { margin-top: 0 !important; }
#technology .services-intro { text-align: left; }
#technology .services-intro .letter-color { color: #333; }
  .technology-wrap h2 {
    font-size: 36px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    margin: 0 0 10px; }
  .technology-wrap .sub-head {
    font-size: 15px;
    line-height: 26px;
    max-width: 520px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 60px; }
  @media (max-width: 991px) {
    .technology-wrap .content-col.first-col {
      margin-bottom: 80px; } }
  .technology-wrap .content-col h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .technology-wrap .content-col h3 {
        text-align: center;
        margin: 40px 0 20px; } }
  .technology-wrap .content-col ul li {
    color: #ffffff;
    margin: 0 0 10px; }
  .technology-wrap .content-col .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    -webkit-align-items: self-start;
    -moz-align-items: self-start;
    align-items: self-start; }
    @media (max-width: 991px) {
      .technology-wrap .content-col .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }

        .technology-wrap .content-col .content div {
            width: 100%;
        }

        .technology-wrap .content-col .content div img.img-fluid {
            float: right;
        }

        @media (max-width: 767px) {

            .technology-wrap .content-col .content div {
                text-align: center;
            }

            .technology-wrap .content-col .content div img.img-fluid {
                float: none;
            }
        }

.produto {
  position: relative;
}
  @media (max-width: 991px) {
    .produto {
      padding: 0 0 0px; } }
  .produto h2 {
    font-size: 40px;
    font-weight: 400;
    color: #365abd;
    margin: 0 0 5px;
    text-align: center; }
    @media (max-width: 767px) {
      .produto h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 0 0 40px !important; } }
  .produto p {
    font-size: 20px;
    line-height: 32px;
    max-width: 820px;
    margin: 0 auto 100px;
    text-align: center; }
    @media (max-width: 767px) {
      .produto p {
        margin: 0 auto 50px;
        font-size: 18px; } }
  .produto h3 {
    font-size: 28px;
    font-weight: 400;
    color: #838383;
    margin: 0 0 60px;
    text-align: center; }
  .produto .statistic .number-wrap {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .produto .statistic .number-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 991px) {
      .produto .statistic .number-wrap > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 50%;
        margin: 0 0 50px; } }
    @media (max-width: 575px) {
      .produto .statistic .number-wrap > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .produto .statistic .number-wrap > div h2 {
      /* font-family: 'sans-serif'; */
      font-size: 60px;
      font-weight: 700;
      color: #365abd;
      margin: 0 0 10px; }
      @media (max-width: 767px) {
        .produto .statistic .number-wrap > div h2 {
          font-size: 60px; } }
    .produto .statistic .number-wrap > div p {
      font-size: 13px;
      color: #365abd;
      margin: 0;
      text-align: center; }

.testimonials {
  position: relative; }

    .testimonial-slider .owl-item .item {
        min-height: 650px;
        position: relative;
        padding: 100px 0;
        display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    }

    @media (max-width: 767px) {
        .testimonial-slider .owl-item .item  {
            min-height: 500px;
        }
    }

    .testimonial-slider .owl-item .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, black));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    }

    .testimonials .slider-wrap .testimonial-slider .item .content h4 {
      font-size: 40px;
      font-weight: 400;
      color: #ffffff;
      line-height: 50px;
      margin: 0 0 30px;
      max-width: 660px; }
      @media (max-width: 767px) {
        .testimonials .slider-wrap .testimonial-slider .item .content h4 {
          font-size: 28px;
          line-height: 40px; } }
    .testimonials .slider-wrap .testimonial-slider .item .content .person-details {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .testimonials .slider-wrap .testimonial-slider .item .content .person-details .image-wrap {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        overflow: hidden;
        margin-right: 10px; }
      .testimonials .slider-wrap .testimonial-slider .item .content .person-details .test-name p {
        font-size: 13px;
        color: #ffffff; }
    .testimonials .slider-wrap .testimonial-slider .owl-dots {
      position: absolute;
      left: 0;
    right: 0;
    bottom: 50px;
    text-align: left;
    max-width: 1110px;
    margin: 0 auto; }

    @media (max-width: 1199px) {
        .testimonials .slider-wrap .testimonial-slider .owl-dots{
           max-width: 930px;
        } 
    }

    @media (max-width: 991px) {
        .testimonials .slider-wrap .testimonial-slider .owl-dots{
           max-width: 690px;
        } 
    }

    @media (max-width: 767px) {
        .testimonials .slider-wrap .testimonial-slider .owl-dots{
           max-width: 510px;
        } 
    }

    @media (max-width: 576px) {
        .testimonials .slider-wrap .testimonial-slider .owl-dots{
           left: 15px;
        } 
    }
        

      .testimonials .slider-wrap .testimonial-slider .owl-dots .owl-dot {
        width: 12px;
        height: 6px;
        background-color: #365abd;
        margin: 0 3px;
        -webkit-border-radius: 1.5px;
        -moz-border-radius: 1.5px;
        -ms-border-radius: 1.5px;
        border-radius: 1.5px; }
        .testimonials .slider-wrap .testimonial-slider .owl-dots .owl-dot.active {
          width: 30px;
          height: 6px;
          background-color: #ffffff; }
.carrossel {
  position: relative;
  padding-top: var(--header-height);
}
.hero-section {
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: stretch;
}
.hero-carousel-wrap {
  flex: 1;
  width: 100%;
  min-height: calc(100vh - var(--header-height));
}
.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item {
  height: 100%;
  min-height: calc(100vh - var(--header-height));
}
.hero-section .carousel-item {
  position: relative;
}
.hero-section .size-img {
  height: 100%;
  min-height: calc(100vh - var(--header-height));
  object-fit: cover;
  object-position: center;
}

.about {
  position: relative;
  padding: 80px 0; }
  @media (min-width: 992px) {
    .about {
      padding: 0 0 24px !important;
      min-height: 100vh;
      box-sizing: border-box;
    }
  }
  @media (max-width: 991px) {
    .about {
      padding: 80px 0 40px; } }
  .about h2 {
    font-size: 40px;
    font-weight: 400;
    color: #365abd;
    margin: 0 0 25px;
    text-align: center; }
    @media (max-width: 767px) {
      .about {
        padding: 40px 0; }
      .about h2 {
        font-size: 30px;
        line-height: 40px; }
    }
  .about p {
    font-size: 20px;
    line-height: 32px;
    max-width: 820px;
    margin: 0 auto 100px;
    text-align: center; }
    @media (max-width: 767px) {
      .about p {
        margin: 0 auto 50px; } }
  .about h3 {
    font-size: 28px;
    font-weight: 400;
    color: #838383;
    margin: 0 0 60px;
    text-align: center; }
  .about .statistic .number-wrap {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .about .statistic .number-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 991px) {
      .about .statistic .number-wrap > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 50%;
        margin: 0 0 50px; } }
    @media (max-width: 575px) {
      .about .statistic .number-wrap > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .about .statistic .number-wrap > div h2 {
      /* font-family: 'sans-serif'; */
      font-size: 60px;
      font-weight: 700;
      color: #365abd;
      margin: 0 0 10px; }
      @media (max-width: 767px) {
        .about .statistic .number-wrap > div h2 {
          font-size: 60px; }
        .py-5 {
          padding: 0xp !important;
        }
      }
    .about .statistic .number-wrap > div p {
      font-size: 13px;
      color: #365abd;
      margin: 0;
      text-align: center; }

/* Quem Somos - 1 PÁGINA: título no topo, texto, números, mapa (tudo visível) */
@media (min-width: 992px) {
  .about {
    min-height: 100vh !important;
    padding: 0 0 20px !important;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    overflow: visible;
  }
  .about .container.about-page-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    overflow: visible;
  }
  .about .section-title,
  .about h2.section-title {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }
  .about .about-row {
    flex: 1;
    overflow: visible;
  }
  .about .about-intro,
  .about p.letter-color {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px !important;
  }
  .about .about-numbers-row {
    margin-top: 32px;
    padding-top: 24px;
  }
  .about .about-numbers-row .statistic {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100%;
  }
  .about .about-numbers-row .number-wrap {
    max-width: 100% !important;
    width: 100%;
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    padding-left: 0;
    padding-right: 0;
  }
  .about .about-numbers-row .number-wrap > div {
    flex: 0 0 auto;
    min-width: 0;
  }
  .about .statistic .number-wrap {
    margin-top: 0;
  }
  .about .about-row {
    margin-top: 0;
  }
  .about .about-text-col {
    padding-right: 2rem;
  }
  .about .about-intro {
    text-align: left !important;
    margin-bottom: 24px !important;
  }
  .about .about-map-col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about .about-map-wrap {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }
  .about .about-map-img {
    display: block !important;
    width: 100%;
    height: auto;
    max-height: 50vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }
}

/* Página única: Quadros + Carrossel de clientes */
.values-and-clients-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 48px 0 32px;
}
@media (min-width: 992px) {
  .values-and-clients-page {
    padding: 56px 0 40px;
  }
  .values-and-clients-page .values-row-wrap {
    flex: 0 0 auto;
    padding-bottom: 24px;
  }
  .values-and-clients-page .clients-marquee-wrap {
    flex: 1;
    min-height: 200px;
    display: flex;
    align-items: center;
  }
}

.about .about-map-wrap {
  display: block !important;
  margin-top: 16px;
}
.about .about-map-img {
  display: block !important;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  object-fit: contain;
}
@media (max-width: 991px) {
  .about .about-map-wrap {
    text-align: center;
  }
  .about .about-map-img {
    max-width: 100%;
    width: auto;
  }
}

.clients {
  position: relative;
  padding: 180px 0;
  background: #2e3b4e; }
  .clients .client-slider .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

    @media (max-width: 767px) {
        .clients {
            padding: 100px 0;
        }
    }

.contact-us {
  position: relative;
  padding: 80px 0;
  background: black; }
  .contact-us::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 71px;
    left: 50%;
    top: -36px;
    margin-left: -70px;
    background-repeat: no-repeat; }
  .contact-us h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff; }
  .contact-us p {
    color: white;
    line-height: 36px; }
    .contact-us p.mail {
      margin: 30px 0; }
      .contact-us p.mail a {
        color: #ffffff; }
        .contact-us p.mail a:hover {
          color: #365abd; }
  .contact-us .custom-input {
    font-weight: 300;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    height: 40px;
    width: 100%;
    color: #ffffff; }
    .contact-us .custom-input::-moz-placeholder {
      color: #ffffff; }
    .contact-us .custom-input::-webkit-input-placeholder {
      color: #ffffff; }
    .contact-us .custom-input:-ms-input-placeholder {
      color: #ffffff; }
    .contact-us .custom-input::-ms-input-placeholder {
      color: #ffffff; }
    .contact-us .custom-input::placeholder {
      color: #ffffff; }
  .contact-us .button {
    margin: 15px 0 0;
    width: 220px; }
  
   /* edit new site */
  .font-size-first {
    font: normal normal normal 70px/1.25em oswald-medium,oswald,sans-serif;
    font-weight: 500;
    font-stretch: 100%;
    text-transform: uppercase;
    }

  .subtitle-carousel {
    font: normal normal normal 20px/1.67em raleway,sans-serif ;
    color: white;
    font-weight: 200;
  }
  h1.center {
    text-align: center;
    margin-bottom: 40px;
  }
  h4.center-text {
    text-align: center;
    color: #365abd;
  }
  div >  h1 .aboutUs {
    font: normal normal normal 45px/1.1em oswald,sans-serif ;
    color: #365abd;
    font-weight: 400;
    font-stretch: extra-condensed;
  }

  div > p > span.letter {
    color: #365abd;
    font: normal normal normal 18px/1.0em oswald,sans-serif ;
    font-weight: 600;
  }
  .margin-l {
    margin-left: 40px;
  }

  .backcollor {
    background-color: white !important;
  }
  
  .greycollor {
    /*background-color: rgba(0, 0, 0, 0.87);*/
    /* background-color: cadetblue; */
    background-color: white !important;
    z-index: 100;
  }

  .letter-color {
    color: black;
    font-family: 'Raleway', sans-serif;
    font-stretch:100%;
    font-size:18px;
    font-variant-east-asian:normal;
    font-variant-ligatures:normal;
    font-variant-numeric:normal;
    letter-spacing:normal;
    line-height:31.5px;
  }

  .letter-color.text-small{
    font-size: 15px;
  }

  div >  h2 .aboutUs {
    font: normal normal normal 40px/1.2em oswald,sans-serif ;
    color: #365abd;
    font-weight: 400;
    font-stretch: extra-condensed;
    line-height: 54px;
  }

  div >  h4 .aboutUs {
    font: normal normal normal 22px/1.2em oswald,sans-serif ;
    color: #365abd;
    font-weight: 400;
    font-stretch: extra-condensed;    
  }

  .margin-title {
    margin-top: 60px;
  }

  .margin-subtitle {
    margin-top: 30px;
  }

  /* Serviços (layout original): descer texto e botão dentro do quadro */
  .backcollor > .row.margin-title .container.margin-title.col-md-10 {
    padding-top: 32px;
    padding-left: 24px;
  }

  .button-tecnology {
    justify-content: center;
    background-color: rgba(54, 90, 189, 1);
    border: solid transparent 0px;
    cursor: pointer !important;
    text-align: initial;
    /*display: flex;*/
    align-items: center;
    color: rgba(255, 255, 255, 0.863);
    padding: 12px 23px;
    transition: all 0.4s;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
  }
  .button-tecnology:hover{
    background-color: rgba(54, 90, 189, 0.6);
  }
  .button-form {
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border: solid transparent 0px;
    cursor: pointer !important;
    text-align: initial;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.863);

    /* padding: 15px 35px; */
  }
  .padding-x0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tam-foco {
    height: 640px;
  }
  
  .font-oswald {
    font: normal normal normal 40px oswald-medium,oswald,sans-serif;
    font-weight: 500;
    font-stretch: 100%;
    text-transform: uppercase;
    color: #365abd;

    }

      .font-oswald {
    font: normal normal normal 20px oswald-medium,oswald,sans-serif;
    font-weight: 500;
    font-stretch: 100%;
    text-transform: uppercase;
    color: #365abd;

    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 150px;
  width: 150px;
  background-size: 100%, 100%;
  /* border-radius: 50%; */
  background-image: none;
  font-weight: 100;
}

.carousel-control-prev {  
  margin-left: -200px;
}

.carousel-control-next {
  margin-right: -200px;
}

#carouselImprensa .carousel-control-prev {  
  margin-left: -100px;
}

#carouselImprensa .carousel-control-next {
  margin-right: -100px;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: white;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: white;
}

.circle-img {
  /* border-radius: 45% 45%; */
  border-radius: 50%;
  width: 165px;
  height: 165px;
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: 100%;
}

.input-form {
  padding-left: 12px;
  border-color: white;
  opacity: 0,5;
  font: normal normal normal 15px/1.875em raleway,sans-serif;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box !important;
  padding: 3px;
  margin: 0;
  max-width: 100%;
  flex: 1;
  text-overflow: ellipsis;
  color: white;

  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
}

#carouselImprensa{
  padding: 0 60px;
}

#carouselImprensa .carousel-indicators li, #carouseldeploy .carousel-indicators li{
  width: 7px;
  border-radius: 100%;
  height: 7px;
  margin-left: 6px;
  margin-right: 6px;
}

#carouselImprensa .carousel-indicators{
  bottom: -60px;
}

#carouselImprensa .carousel-item > .row > .col-md-6{
  height: 540px;
}

#carouselImprensa .carousel-item > .row > .col-md-6 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#carouselImprensa .carousel-info{
  background-color: white;
  padding: 30px 40px;
}

#carouselImprensa .carousel-info.inverse{
  background-color: #365abd;
}


#carouselImprensa .carousel-col-image{
  padding: 0;
}

#carouselImprensa .carousel-info .carousel-title{
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

#carouselImprensa .carousel-info .carousel-date{
  color: #000;
  font-size: 18px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

#carouselImprensa .carousel-info .carousel-detail{
  color: #000;
  font-size: 15px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

#carouselImprensa .carousel-info .carousel-link{
  color: #000;
  font-size: 15px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  transition: all 0.16s;
}

#carouselImprensa .carousel-info .carousel-link:hover{
  text-decoration: underline;
  color: #365abd;
}

#carouselImprensa .carousel-info.inverse .carousel-title,
#carouselImprensa .carousel-info.inverse .carousel-date,
#carouselImprensa .carousel-info.inverse .carousel-detail,
#carouselImprensa .carousel-info.inverse .carousel-link{
  color: white;
}

#carouselImprensa .carousel-info.inverse .carousel-link:hover{
  text-decoration: underline;
  color: #9acfff;
}

#carouseldeploy .carousel-item > .row{
  margin: 0;
}

#carouseldeploy .carousel-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#carouseldeploy .carousel-author{
  font-size: 18px;
}

#carouseldeploy .carousel-comment{
  font-size: 15px;
}

#carouseldeploy .col-text{
  align-items: center;
  margin: auto 0;
}

#carouseldeploy .col-text h4{
  margin-top: 22px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  background-color: rgba(0, 0, 0, 0.87); 
  color: white;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
 }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
}

.form-control:focus:active {
  background-color: black!important;
  color: white;
}

#contact-form input[type="text"]{
  font: normal normal normal 15px/1.875em Raleway,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0.01);
  box-sizing: border-box !important;
  color: #FFFFFF;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  padding: 3px;
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  border-radius: 0;
  padding-left: 12px;
  line-height: 28px !important;
  height: 50px;
}

#contact-form textarea{
  border-radius: 0;
  font: normal normal normal 15px/1.875em raleway,sans-serif;
  border-width: 1px;
  -webkit-appearance: none;
  resize: none;
  background-color: rgba(0, 0, 0, 0.01);
  box-sizing: border-box !important;
  color: #FFFFFF;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  padding: 3px;
  margin: 0;
  padding-top: 0.75em;
  max-width: 100%;
  min-width: 100%;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 10px;
}

#contact-form textarea::placeholder, #contact-form input[type="text"]::placeholder{
  background-color: rgba(0, 0, 0, 0.01);
}

#contact-form textarea:-ms-input-placeholder, #contact-form input[type="text"]:-ms-input-placeholder{
  background-color: rgba(0, 0, 0, 0.01);
}

#contact-form textarea::-ms-input-placeholder, #contact-form input[type="text"]::-ms-input-placeholder{
  background-color: rgba(0, 0, 0, 0.01);

}

#contact-form button[type="submit"]{
  font: normal normal 400 15px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  transition: color 0.4s ease 0s;
  color: #000000;
  white-space: nowrap;
  width: 142px;
  height: 47px;
  line-height: 47px;
}

#contact-form > .container{
  padding: 40px 0 80px 0;
}

#cliente {
  margin-top: 60px;
}

/* Faixa de clientes: rolagem contínua horizontal, velocidade normal, SEM scrollbar */
.clients-row {
  margin-left: 0;
  margin-right: 0;
}
.clients-marquee-section {
  padding: 48px 0;
  overflow: hidden !important;
  width: 100%;
  max-width: 100%;
  background: var(--color-bg-light);
}

/* Carrossel administradoras – sentido invertido ao de clientes (rola para a direita) */
.administradoras-marquee-wrap {
  overflow: hidden !important;
  padding: 24px 0 28px;
  width: 100%;
  max-width: 100%;
  user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.administradoras-marquee-wrap::-webkit-scrollbar {
  display: none !important;
  width: 0;
  height: 0;
}
.administradoras-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: administradoras-marquee 22s linear infinite !important;
  -webkit-animation: administradoras-marquee 22s linear infinite !important;
}
.administradoras-marquee-track:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.administradoras-marquee-inner {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 0 40px;
  flex-shrink: 0;
}
/* Estilo idêntico ao carrossel de clientes (de baixo) */
.admin-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 160px;
  height: 100px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: box-shadow var(--transition, 0.2s ease), transform var(--transition, 0.2s ease);
  cursor: default;
  overflow: hidden;
}
.admin-logo-wrap:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  transform: scale(1.05);
}
.admin-logo-wrap img {
  max-height: 64px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0);
  pointer-events: none; /* tooltip do title no quadro inteiro, não só na imagem */
}

/* Logos brancos: branco vira as cores (#082837, #24556b, #0a4263) — filtro sepia/hue/saturate/brightness */
.administradoras-marquee-inner .admin-logo-wrap img.admin-logo-dasart {
  /* branco → #082837 (azul-teal escuro) */
  filter: brightness(0) sepia(1) hue-rotate(192deg) saturate(6) brightness(0.38) !important;
}
.administradoras-marquee-inner .admin-logo-wrap img.admin-logo-argoplan {
  /* branco → #24556b (azul-teal) */
  filter: brightness(0) sepia(1) hue-rotate(195deg) saturate(5) brightness(0.52) !important;
}
.administradoras-marquee-inner .admin-logo-wrap img.admin-logo-hedge {
  /* branco → #0a4263 (azul escuro) */
  filter: brightness(0) sepia(1) hue-rotate(198deg) saturate(6) brightness(0.42) !important;
}
/* GEQ (Grupo Edson Queiroz): parte branca → preta */
.administradoras-marquee-inner .admin-logo-wrap img.admin-logo-geq {
  filter: brightness(0) !important;
}
@media (min-width: 1400px) {
  .administradoras-marquee-inner { gap: 64px; padding: 0 48px; }
  .admin-logo-wrap { min-width: 180px; height: 110px; padding: 24px 28px; }
  .admin-logo-wrap img { max-height: 70px; max-width: 150px; }
}
@media (max-width: 991px) {
  .administradoras-marquee-wrap { padding: 20px 0; }
  .administradoras-marquee-inner { gap: 32px; padding: 0 24px; }
  .admin-logo-wrap { min-width: 110px; height: 70px; padding: 12px 16px; }
  .admin-logo-wrap img { max-height: 44px; max-width: 100px; }
}
@keyframes administradoras-marquee {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes administradoras-marquee {
  0% { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.clients-marquee-wrap {
  overflow: hidden !important;
  padding: 32px 0;
  width: 100%;
  max-width: 100%;
  user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.clients-marquee-wrap::-webkit-scrollbar {
  display: none !important;
  width: 0;
  height: 0;
}
.clients-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: clients-marquee 22s linear infinite !important;
  -webkit-animation: clients-marquee 22s linear infinite !important;
}
.clients-marquee-track:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.clients-marquee-inner {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 0 40px;
  flex-shrink: 0;
}
.client-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 160px;
  height: 100px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: box-shadow var(--transition), transform var(--transition);
  cursor: default;
}
.client-logo-wrap:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  transform: scale(1.05);
}
.client-logo-wrap img {
  max-height: 64px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  pointer-events: none; /* tooltip do title ao passar mouse no quadro inteiro */
}
@media (min-width: 1400px) {
  .clients-marquee-inner {
    gap: 64px;
    padding: 0 48px;
  }
  .client-logo-wrap {
    min-width: 180px;
    height: 110px;
    padding: 24px 28px;
  }
  .client-logo-wrap img {
    max-height: 70px;
    max-width: 150px;
  }
}
.clients-map-wrap {
  background: rgba(255,255,255,0.05);
}
.clients-map-img {
  max-height: 320px;
  width: auto;
  object-fit: contain;
}
@keyframes clients-marquee {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
@-webkit-keyframes clients-marquee {
  0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
}
@media (max-width: 991px) {
  .clients-marquee-wrap { padding: 20px 0; }
  .clients-marquee-inner { gap: 32px; padding: 0 24px; }
  .client-logo-wrap { min-width: 110px; height: 70px; padding: 12px 16px; }
  .client-logo-wrap img { max-height: 44px; max-width: 100px; }
  .clients-map-img { max-height: 240px; }
}
/* Legado (se usado em outro lugar) */
.clients-div { height: 170px; }
.clients-div img { height: 200px; width: 255px; object-fit: contain; margin: 0 12px; }

/* ---- Footer principal (index) ---- */
.site-footer {
  font-family: var(--font-sans);
  background: var(--color-primary);
  margin-top: 0;
  margin-bottom: 0 !important;
  padding: 0;
}
.site-footer .footer-main {
  padding: 32px 0 24px;
  margin-top: 32px;
}
.site-footer .footer-content {
  padding-bottom: 0;
  margin-bottom: 0;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .footer-content > [class*="col-"] {
  padding-top: 0;
}
.site-footer .footer-brand {
  padding-right: 1rem;
}
.site-footer .footer-logo-link {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.site-footer .footer-logo {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  display: block;
}
.site-footer .footer-tagline {
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.85);
  margin: 0;
  max-width: 260px;
}
.site-footer .footer-heading {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.6rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.site-footer .footer-item {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.95);
}
.site-footer .footer-item:last-child { margin-bottom: 0; }
.site-footer .footer-item a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}
.site-footer .footer-item a:hover { color: #fff; }
.site-footer .footer-address {
  max-width: 220px;
}
.site-footer .footer-address-line { display: block; margin-top: 0.15em; }
.site-footer .footer-legal-wrap { padding-left: 0.5rem; }
.site-footer .footer-legal {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.site-footer .footer-legal a {
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color var(--transition);
}
.site-footer .footer-legal a:hover { color: #fff; }
.site-footer .footer-bottom {
  background: rgba(0,0,0,0.2);
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 0.6rem 0;
}
.site-footer .footer-copyright {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.9);
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .footer-main { padding: 28px 0 20px; margin-top: 24px; }
  .site-footer .footer-content { text-align: center; }
  .site-footer .footer-brand { padding-right: 0; }
  .site-footer .footer-logo-link { margin-left: auto; margin-right: auto; }
  .site-footer .footer-logo { margin: 0 auto; }
  .site-footer .footer-tagline { max-width: none; margin-left: auto; margin-right: auto; }
  .site-footer .footer-address { max-width: none; margin-left: auto; margin-right: auto; }
  .site-footer .footer-legal-wrap { padding-left: 0; }
  .site-footer .footer-legal { align-items: center; }
}
/* Legado: páginas de política ainda usam .footer-img e .copyright-footer */
footer .footer-img img { max-width: 140px; height: auto; object-fit: contain; }
.footer-img img { height: 100px; width: 150px; object-fit: contain; margin: 0 12px; }
.copyright-footer {
  border-top: 1px solid rgba(255,255,255,0.25);
  padding: 24px 15px !important;
  margin: 0;
}
.copyright-footer > div { height: auto; line-height: 1.5; }
.copyright-footer p { margin: 0; font-size: 0.9rem; color: rgba(255,255,255,0.9); }


.clients-map img{
  height: 500px;
  width: 500px;
  object-fit: contain;
  margin: 0 12px;
}

.social-line{
  padding: 20px 0;
  font-size: 1.1em;
}

.copyright-footer{
  font-family: var(--font-sans);
  background-color: rgba(0,0,0,0.15);
  font-size: 14px;
}

.list-products {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-products > li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
  font-size: 0.95rem;
  color: var(--color-text);
}
.list-products > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
}
.list-products > li:last-child { margin-bottom: 0; }

.list-functions{
  list-style: circle;
}

.phone-link{
  font-family: Arial, sans-serif;
}

.page-image{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.icon-card, .icon-pos, .icon-app{
  position: absolute;
  top: 20px;
  left: -60px;
  width: 40px;
  height: 40px;
}

.img-cashless {
  height: 1128px;
}

.size-img {
  height: 600px;
}

.without-mb {
  margin: 0px !important;
}

.carousel-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.35);
  pointer-events: none;
}
.into-carousel {
  position: absolute;
  background: rgb(255, 255, 255);
  color: #365abd;
  text-shadow: rgb(255, 255, 255) -1px -1px;
  opacity: 0.8;
  top: 100px;
  left: 50px;
  padding: 20px 60px;
  border-radius: 5px;
}
.into-carousel .carousel-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #365abd;
  text-transform: uppercase;
  line-height: 1.2;
}
.into-carousel .carousel-subtitle {
  font-size: 1rem;
  margin: 0;
  color: #365abd;
  font-weight: 400;
  line-height: 1.4;
}
/* Carrossel: imagem deslizando (slide) com transição visível e suave */
#carouselExampleIndicators .carousel-inner {
  background: #1a1a1a;
  overflow: hidden;
}
#carouselExampleIndicators .carousel-item {
  background: #1a1a1a;
  transition: transform 0.75s ease-in-out;
  will-change: transform;
}
#carouselExampleIndicators .carousel-control-next,
#carouselExampleIndicators .carousel-control-prev {
  transition: opacity 0.2s ease;
}
#carouselExampleIndicators .carousel-indicators {
  bottom: 28px;
}
#carouselExampleIndicators .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  border: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#carouselExampleIndicators .carousel-indicators li.active {
  background-color: #fff;
  transform: scale(1.2);
}
.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 1rem;
}
.section-title .aboutUs {
  font-family: var(--font-sans);
}
section[id] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
section[id].revealed {
  opacity: 1;
  transform: translateY(0);
}
/* Valores: linha mais larga e melhor preenchimento horizontal */
.values-row-wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.container--wide {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row-values {
  margin-left: -20px;
  margin-right: -20px;
}
.row-values > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .row-values { margin-left: -24px; margin-right: -24px; }
  .row-values > [class*="col-"] { padding-left: 24px; padding-right: 24px; }
}
.value-card {
  padding: 24px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  border: 2px solid var(--color-primary);
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition);
  background: #fff;
}
.value-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(54, 90, 189, 0.2);
}
.value-card-primary {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(54, 90, 189, 0.35);
}
.value-card-primary:hover {
  box-shadow: 0 8px 24px rgba(54, 90, 189, 0.4);
}
.value-card-primary .value-card-title,
.value-card-primary .value-card-title i,
.value-card-primary p { color: #fff !important; }
.value-card:not(.value-card-primary) .value-card-title,
.value-card:not(.value-card-primary) .value-card-title i {
  color: var(--color-primary);
  font-weight: 700;
}
.value-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-image-div {
  min-height: 280px;
}
.page-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
/* Mobile: texto sempre acima da imagem em cada par */
@media (max-width: 991px) {
  .page-image-div { display: block !important; }
  .backcollor > .row.margin-title > :nth-child(1) { order: 2; } /* imagem contab */
  .backcollor > .row.margin-title > :nth-child(2) { order: 1; } /* texto contab */
  .backcollor > .row.margin-title > :nth-child(3) { order: 3; } /* texto fiscal */
  .backcollor > .row.margin-title > :nth-child(4) { order: 4; } /* imagem fiscal */
  .backcollor > .row.margin-title > :nth-child(5) { order: 6; } /* imagem RH */
  .backcollor > .row.margin-title > :nth-child(6) { order: 5; } /* texto RH */
  .backcollor > .row.margin-title > :nth-child(7) { order: 7; } /* texto financeiro */
  .backcollor > .row.margin-title > :nth-child(8) { order: 8; } /* imagem financeiro */
}
@media (max-width: 991px) {
  .hero-section { min-height: calc(100vh - var(--header-height)); }
  .hero-carousel-wrap,
  .hero-section .carousel-inner,
  .hero-section .carousel-item,
  .hero-section .size-img { min-height: calc(100vh - var(--header-height)); }
  .page-image-div { min-height: 220px; }
  .service-block { padding: 28px 20px; }
  .into-carousel {
    top: 80px;
    left: 24px;
    padding: 18px 32px 20px;
    opacity: 0.8;
  }
  .into-carousel .carousel-title { font-size: 1.25rem; }
  .into-carousel .carousel-subtitle { font-size: 0.95rem; }
  .btn-saiba-mais { padding: 12px 24px; min-height: 48px; margin-top: 12px; margin-left: auto; }
}
@media (max-width: 576px) {
  .into-carousel { padding: 16px 24px 18px; left: 16px; top: 60px; }
  .into-carousel .carousel-title { font-size: 1.1rem; }
  .into-carousel .carousel-subtitle { font-size: 0.9rem; }
}
@media (max-width: 576px) {
  .service-block { padding: 24px 16px; }
  .service-block-inner { max-width: 100%; }
  .service-block-inner .service-title { margin-bottom: 8px; }
  .btn-saiba-mais { margin-top: 12px; }
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #1a1a1a;
  color: #fff;
  padding: 16px 24px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
.cookie-banner[hidden] {
  display: none !important;
}
.cookie-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cookie-banner-inner p {
  margin: 0;
  font-size: 0.9rem;
  flex: 1 1 300px;
}
.cookie-banner-inner a { color: #7dd3fc; text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-btn {
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 500;
  transition: var(--transition);
  cursor: pointer;
  border: none;
  font-size: 0.9rem;
}
.cookie-btn-config {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
}
.cookie-btn-accept {
  background: var(--color-primary);
  color: #fff;
}
.cookie-btn-accept:hover { background: var(--color-primary-light); }
#modal .modal-services-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0,0,0,0.18), 0 8px 24px rgba(54,90,189,0.08);
  font-family: var(--font-sans);
}
#modal .modal-services-header {
  background: var(--color-primary);
  color: #fff;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
#modal .modal-title { margin: 0; font-size: 1.35rem; font-weight: 600; letter-spacing: -0.01em; }
#modal .modal-close-btn,
#modal .close {
  color: #fff;
  opacity: 0.9;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25rem;
  background: transparent;
  border: none;
  transition: opacity 0.2s ease;
}
#modal .modal-close-btn:hover,
#modal .close:hover { opacity: 1; }
#modal .modal-services-body {
  padding: 1.5rem 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
  background: #fff;
  max-height: 60vh;
  overflow-y: auto;
}
#modal .list-products { padding-left: 0; margin-bottom: 0; }
#modal .list-products > li { padding-left: 1.75rem; margin-bottom: 0.85rem; font-size: 0.9375rem; color: #2d3748; }
#modal .list-products > li::before { background: var(--color-primary); top: 0.55em; }
#modal .modal-services-footer {
  padding: 1rem 1.5rem 1.25rem;
  border-top: 1px solid rgba(0,0,0,0.06);
  background: #f8fafc;
}
.btn-modal-close {
  background: var(--color-primary) !important;
  color: #fff !important;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(54,90,189,0.25);
}
.btn-modal-close:hover {
  background: var(--color-primary-light) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(54,90,189,0.3);
}
.btn-modal-close:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
@media (max-width: 576px) {
  #modal .modal-services-body { padding: 1.25rem 1.25rem; max-height: 55vh; }
  #modal .modal-services-header { padding: 1rem 1.25rem; }
  #modal .modal-title { font-size: 1.2rem; }
  #modal .list-products > li { font-size: 0.9rem; margin-bottom: 0.7rem; }
}
.menu-mobile-icon {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .button.wpp-button { min-height: 48px; padding: 12px 20px; }
  .cookie-banner-inner { flex-direction: column; text-align: center; }
  .cookie-banner-actions { width: 100%; justify-content: center; }
}
body { overflow-x: hidden !important; }
img { max-width: 100%; height: auto; }
@media (max-width: 991px) {
  /* Header mobile: logo central e único */
  header .menu-row {
    justify-content: center !important;
  }
  header .menu-row .logo-wrap {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }
  header .menu-row .logo-wrap img { display: none !important; }
  header .menu-row .logo-wrap img.white-logo { display: block !important; }
  header .menu-row .logo-wrap img.black-logo { display: none !important; }

  /* Menu mobile: manter padding do painel (não zerar) e sem scroll */
  header .menu-row .header-dropdown-menu,
  header .menu-row #header-nav,
  #header-nav {
    padding: 0 20px 24px !important;
    margin: 0 !important;
    overflow-y: hidden !important;
  }
  header .menu-row .header-dropdown-menu.open,
  header .menu-row #header-nav.open {
    padding: 0 20px 24px !important;
    margin: 0 !important;
  }
  .header-dropdown-menu .menu-extra.mobile-only {
    padding-top: 16px !important;
    padding-left: 12px !important;
    margin-top: 0 !important;
  }

  .services-section .page-image-div { min-height: 200px; }

  /* Serviços no mobile: texto sempre antes da imagem */
  .backcollor > .row.margin-title {
    display: flex;
    flex-wrap: wrap;
  }
  .backcollor > .row.margin-title > :nth-child(1) { order: 2; }
  .backcollor > .row.margin-title > :nth-child(2) { order: 1; }
  .backcollor > .row.margin-title > :nth-child(3) { order: 3; }
  .backcollor > .row.margin-title > :nth-child(4) { order: 4; }
  .backcollor > .row.margin-title > :nth-child(5) { order: 6; }
  .backcollor > .row.margin-title > :nth-child(6) { order: 5; }
  .backcollor > .row.margin-title > :nth-child(7) { order: 7; }
  .backcollor > .row.margin-title > :nth-child(8) { order: 8; }
}
.contact-section { padding: 0 0 64px !important; margin-top: 0 !important; }
.contact-section.revealed { padding-top: 0 !important; margin-top: 0 !important; }
.contact-section .section-title { margin-bottom: 1.5rem; }
.contact-section-row { margin-top: 0 !important; }
.contact-section-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-intro { font-size: 1.1rem; margin-bottom: 1rem; }
.contact-email { font-size: 1.1rem; margin-bottom: 1.5rem; }
.btn-fale-conosco {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  background: #25d366;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  font-family: var(--font-sans);
}
.btn-fale-conosco:hover { color: #fff; background: #20bd5a; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45); }
.btn-fale-conosco:focus-visible { outline: 2px solid #25d366; outline-offset: 3px; color: #fff; }
.btn-fale-conosco i { font-size: 1.4rem; }
.contact-section-map { text-align: center; }
.contact-map-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.map-wrap {
  margin-top: 48px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.map-wrap iframe { display: block; vertical-align: top; border-radius: 12px; }
.map-mobile-cta {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding: 18px 24px;
  background: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 12px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(54, 90, 189, 0.15);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.map-mobile-cta:hover { background: var(--color-primary); color: #fff; transform: translateY(-1px); }
.map-mobile-cta i { font-size: 1.25rem; }
@media (max-width: 767px) {
  .map-iframe-wrap { display: none !important; }
  .map-mobile-cta { display: inline-flex; }
}
@media (max-width: 576px) {
  .contact-section { padding: 0 0 48px !important; }
  .contact-section-map { margin-top: 24px; }
  .map-wrap { margin-top: 32px; }
  .btn-fale-conosco { padding: 14px 24px; font-size: 1rem; }
  .map-mobile-cta { padding: 16px 20px; font-size: 0.95rem; }
}
.legal-content h2 { font-size: 1.25rem; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.button-tecnology:focus-visible,
.button.wpp-button:focus-visible,
a:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
.tendi { color: white !important; text-decoration: none !important;}
.tendi:hover {color: white !important;}
