/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #50d8af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #50d8af;
}

#topbar .contact-info i {
  color: #50d8af;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;
  height: 88px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

/* BW brand palette
--------------------------------*/
:root {
  --bw-ink: #172a3a;
  --bw-muted: #5c6c76;
  --bw-navy: #082d48;
  --bw-navy-2: #0b3a57;
  --bw-blue: #006fa8;
  --bw-blue-dark: #075b88;
  --bw-green: #84b82f;
  --bw-green-dark: #668f24;
  --bw-surface: #ffffff;
  --bw-page: #f3f7fa;
  --bw-band: #edf3f6;
  --bw-border: #d8e3e9;
  --bw-border-strong: #bfd0da;
}

body {
  background: var(--bw-surface);
  color: var(--bw-ink);
}

a,
#topbar .contact-info a,
#topbar .contact-info i,
#mobile-nav ul .menu-active a,
#mobile-nav a:hover,
.section-eyebrow,
#services .box .title a:hover,
#services .box .icon i,
#about .content i,
#contact .contact-info i,
#footer .credits a,
.product-category-label,
.product-modal-category {
  color: var(--bw-blue);
}

a:hover,
body.home-page .nav-menu > .menu-active > a,
body.home-page .nav-menu li:hover > a,
.nav-menu a:hover,
.nav-menu .menu-active a,
.nav-menu li:hover > a {
  color: var(--bw-green-dark);
}

#topbar,
body.home-page #topbar {
  background: rgba(248, 251, 252, 0.9);
  color: var(--bw-muted);
}

#header,
body.home-page #header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(216, 227, 233, 0.72);
  box-shadow: 0 8px 24px rgba(8, 45, 72, 0.06);
}

body.home-page .nav-menu a,
.nav-menu a {
  color: var(--bw-ink);
}

#intro {
  background-color: var(--bw-navy);
}

#intro #intro-carousel::before {
  background:
    linear-gradient(90deg, rgba(6, 29, 47, 0.84), rgba(6, 29, 47, 0.56)),
    linear-gradient(0deg, rgba(6, 29, 47, 0.48), rgba(6, 29, 47, 0.12));
}

#intro .intro-content h2 span,
.hero-proof strong,
.trust-item i {
  color: var(--bw-green);
}

#intro .intro-content .btn-get-started,
#contact .form .btn,
#contact .form input[type="submit"],
.product-details-button {
  background: var(--bw-blue);
  border-color: var(--bw-blue);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 111, 168, 0.22);
}

#intro .intro-content .btn-get-started:hover,
#contact .form .btn:hover,
#contact .form input[type="submit"]:hover,
.product-details-button:hover {
  background: var(--bw-blue-dark);
  border-color: var(--bw-blue-dark);
  color: #ffffff;
}

#intro .intro-content .btn-projects {
  border-color: rgba(255, 255, 255, 0.86);
  color: #ffffff;
}

#intro .intro-content .btn-projects:hover {
  background: #ffffff;
  color: var(--bw-navy);
}

.back-to-top,
#clients .owl-dot.active,
#testimonials .owl-dot.active {
  background: var(--bw-green);
}

.section-header h2,
#about .content h2,
#services .box .title a,
#portfolio .portfolio-info h2,
.products-hero h1,
.product-card-title,
.product-modal-title {
  color: var(--bw-navy);
}

.section-header h2::before {
  background: var(--bw-green);
}

.section-header p,
#services .box .description,
#about .content p,
.product-card-description,
.product-modal-description {
  color: var(--bw-muted);
}

#services,
#clients,
#servicoss {
  background: var(--bw-surface);
}

.segments-section,
#portfolio,
#contact,
.products-page #portfolio,
.products-list-section {
  background: var(--bw-page);
}

#services .box,
.segment-item,
.product-card,
.product-modal-panel {
  border-color: var(--bw-border);
  background: var(--bw-surface);
  box-shadow: 0 14px 34px rgba(8, 45, 72, 0.07);
}

#services .box .icon,
#servicoss .portfolio-item img,
.product-card-media {
  background: #eef5f7;
}

.segment-item:hover,
#services .box:hover,
.product-card:hover {
  border-color: var(--bw-border-strong);
  box-shadow: 0 18px 38px rgba(8, 45, 72, 0.11);
}

.trust-band,
.institutional-cta,
#footer,
#portfolio .portfolio-item {
  background: var(--bw-navy);
}

.trust-item {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.trust-item p,
.institutional-cta p,
#footer {
  color: #d9e7ed;
}

.institutional-cta__button {
  background: var(--bw-green);
  color: var(--bw-navy);
}

.institutional-cta__button:hover {
  background: #ffffff;
  color: var(--bw-navy);
}

.contact-whatsapp {
  background: var(--bw-green-dark);
  color: #ffffff;
}

.contact-whatsapp:hover {
  background: #557b1d;
  color: #ffffff;
}

#contact .form .form-control,
#contact .form textarea,
.product-modal-field,
.product-modal-contact {
  border-color: var(--bw-border);
}

#contact .form .form-control:focus,
#contact .form textarea:focus,
.product-modal-field:focus {
  border-color: var(--bw-blue);
  box-shadow: 0 0 0 3px rgba(0, 111, 168, 0.14);
}

.products-hero {
  background: linear-gradient(135deg, var(--bw-navy) 0%, var(--bw-blue-dark) 64%, var(--bw-green-dark) 100%);
}

.products-hero span,
.products-hero p {
  color: #e7f2f6;
}

.products-hero h1 {
  color: #ffffff;
}

.product-modal-close {
  background: var(--bw-navy);
}

body.products-page .products-hero h1 {
  color: #ffffff;
}

/* Final clean hero override
--------------------------------*/
#topbar {
  display: none !important;
}

body.home-page #header {
  top: 0;
}

#intro,
#intro #intro-carousel .item {
  min-height: 760px;
  height: 86vh;
}

#intro .intro-content {
  padding-top: 96px;
}

#intro #intro-carousel .item {
  background-size: cover;
  background-position: center center;
}

.wow,
.fadeIn,
.fadeInUp,
.fadeInLeft,
.fadeInRight {
  visibility: visible !important;
  animation: none !important;
  animation-name: none !important;
  transform: none !important;
}

@media (max-width: 991px) {
  #intro,
  #intro #intro-carousel .item {
    min-height: 720px;
    height: 82vh;
  }
}

@media (max-width: 767px) {
  #intro,
  #intro #intro-carousel .item {
    min-height: 690px;
    height: 84vh;
  }

  #intro .intro-content {
    padding-top: 92px;
  }
}

/* Cleaner institutional motion and larger home hero
--------------------------------*/
#topbar {
  display: none !important;
}

body.home-page #header {
  top: 0;
}

#intro,
#intro #intro-carousel .item {
  min-height: 760px;
  height: 86vh;
}

#intro .intro-content {
  padding-top: 96px;
}

#intro #intro-carousel .item {
  background-size: cover;
  background-position: center center;
}

.wow,
.fadeIn,
.fadeInUp,
.fadeInLeft,
.fadeInRight {
  visibility: visible !important;
  animation: none !important;
  animation-name: none !important;
  transform: none !important;
}

@media (max-width: 991px) {
  #intro,
  #intro #intro-carousel .item {
    min-height: 720px;
    height: 82vh;
  }
}

@media (max-width: 767px) {
  #intro,
  #intro #intro-carousel .item {
    min-height: 690px;
    height: 84vh;
  }

  #intro .intro-content {
    padding-top: 92px;
  }
}

.product-modal-close:hover {
  background: var(--bw-blue-dark);
}

#header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header #logo,
#nav-menu-container {
  float: none;
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

body.home-page #topbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
}

body.home-page #header {
  position: absolute;
  top: 39px;
  right: 0;
  left: 0;
  z-index: 997;
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

@media (max-width: 768px) {
  #header {
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    width: 210px;
    max-height: none;
    margin: 0;
  }

  body.home-page #header {
    top: 0;
    background: rgba(255, 255, 255, 0.86);
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  min-height: 620px;
  height: 72vh;
  position: relative;
  background-color: #10252e;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 126px;
}

#intro .intro-content h2 {
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 64px;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

#intro .intro-content h2 span {
  color: #50d8af;
  text-decoration: none;
}

#intro .intro-content .hero-mobile-break {
  display: none;
}

#intro .intro-content .intro-subtitle {
  max-width: 760px;
  margin: 0 20px 22px;
  color: #eaf4f6;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  #intro {
    min-height: 620px;
    height: 72vh;
    background-size: cover;
    background-position: center bottom;
  }

  #intro .intro-content {
    box-sizing: border-box;
    padding: 74px 16px 0;
  }

  #intro .intro-content h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.18;
  }

  #intro .intro-content .hero-mobile-break {
    display: block;
  }

  #intro .intro-content .intro-subtitle {
    max-width: 280px;
    margin: 0 auto 22px;
    font-size: 15px;
    line-height: 1.35;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: 0.25s;
  margin: 8px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c6f8f;
  border: 2px solid #0c6f8f;
  box-shadow: 0 10px 24px rgba(8, 57, 75, 0.24);
}

#intro .intro-content .btn-get-started:hover {
  background: #095a75;
  border-color: #095a75;
  color: #ffffff;
}

#intro .intro-content .btn-projects {
  background: transparent;
  border: 2px solid #ffffff;
}

#intro .intro-content .btn-projects:hover {
  background: #ffffff;
  color: #0c2e8a;
}

@media (max-width: 767px) {
  #intro .intro-content .btn-get-started,
  #intro .intro-content .btn-projects {
    display: block;
    width: 240px;
    max-width: 100%;
    margin: 6px auto;
    padding: 11px 20px;
  }
}

#intro #intro-carousel {
  position: relative;
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background: linear-gradient(90deg, rgba(8, 36, 52, 0.78), rgba(8, 36, 52, 0.58));
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  min-height: 620px;
  height: 72vh;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media (max-width: 767px) {
  #intro #intro-carousel .item {
    background-size: cover;
    background-position: center bottom;
  }
}

#intro #intro-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  z-index: 12;
  text-align: center;
}

#intro #intro-carousel .owl-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transition: 0.25s;
}

#intro #intro-carousel .owl-dot.active {
  width: 28px;
  border-radius: 999px;
  background: #50d8af;
  border-color: #50d8af;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: none;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #50d8af;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.solution-header {
  margin-top: 26px;
  margin-bottom: 18px;
}

.solution-header h2 {
  font-size: 26px;
}

.trust-band {
  background: #f4f8fa;
  border-top: 1px solid #e0eaee;
  border-bottom: 1px solid #e0eaee;
  padding: 34px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.trust-item {
  min-height: 150px;
  background: #ffffff;
  border: 1px solid #dce8ed;
  border-radius: 6px;
  padding: 22px 18px;
  text-align: center;
}

.trust-item i {
  color: #0c2e8a;
  font-size: 30px;
  margin-bottom: 12px;
}

.trust-item h3 {
  color: #173142;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}

.trust-item p {
  color: #5c6b74;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 991px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

.segments-section {
  padding: 54px 0 24px;
  background: #ffffff;
}

.segments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.segment-item {
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 14px;
  border: 1px solid #dbe7ec;
  border-radius: 6px;
  background: #ffffff;
  color: #173142;
  font-weight: 700;
  padding: 18px;
  transition: 0.22s;
}

.segment-item:hover {
  border-color: #0c6f8f;
  box-shadow: 0 12px 26px rgba(23, 49, 66, 0.1);
  color: #0c6f8f;
  text-decoration: none;
  transform: translateY(-3px);
}

.segment-item i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 6px;
  background: #eef7f8;
  color: #0c6f8f;
  font-size: 20px;
}

.segment-item span {
  line-height: 1.35;
}

@media (max-width: 991px) {
  .segments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .segments-grid {
    grid-template-columns: 1fr;
  }
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 42px 0 0 0;
}

#services .box {
  min-height: 206px;
  padding: 30px;
  margin-bottom: 26px;
  border: 1px solid #dbe7ec;
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(23, 49, 66, 0.08);
  background: #fff;
  transition: 0.22s;
}

#services .box:hover {
  border-color: #b9d1dc;
  box-shadow: 0 14px 32px rgba(23, 49, 66, 0.12);
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #0c6f8f;
  font-size: 54px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 28px;
}

#services .box .icon i:before {
  background: #0c6f8f;
  background: linear-gradient(45deg, #0c6f8f 0%, #50d8af 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 21px;
}

#services .box h4 a {
  color: #173142;
}

#services .box p {
  font-size: 14px;
  color: #596a74;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 23px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  display: block;
  width: auto;
  max-width: 180px;
  height: 74px;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.72;
  transition: 0.3s;
  padding: 10px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Products Page
--------------------------------*/
.products-page main {
  background: #f6f9fb;
}

.products-page .wow {
  visibility: visible !important;
  animation-name: none !important;
}

.products-page main > br,
.products-page section > br,
.products-page section .container > br {
  display: none;
}

.products-hero {
  padding: 54px 0 42px;
  background: linear-gradient(135deg, #0b3141 0%, #0c6f8f 58%, #50d8af 100%);
  color: #ffffff;
}

.products-hero span {
  display: inline-block;
  margin-bottom: 10px;
  color: #d9fff4;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.products-hero h1 {
  max-width: 820px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.18;
}

.products-hero p {
  max-width: 760px;
  color: #e8f6f7;
  font-size: 17px;
  line-height: 1.6;
}

.products-page #services {
  padding: 36px 0 18px;
  background: #ffffff;
}

.products-page #services .box {
  min-height: 168px;
}

.products-page #prodSemCategoria,
.products-page #prodVelocidade,
.products-page #prodEtilometros {
  padding: 34px 0;
  scroll-margin-top: 110px;
}

.products-page #prodSemCategoria .box,
.products-page #prodVelocidade .box,
.products-page #prodEtilometros .box {
  margin-bottom: 22px;
}

.products-page .container > .row:has(.portfolio-item) {
  row-gap: 24px;
}

.products-page .portfolio-item.box {
  display: flex;
  height: 100%;
  min-height: 390px;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #dce8ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(23, 49, 66, 0.08);
  overflow: hidden;
  cursor: pointer;
}

.products-page .portfolio-item.box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(23, 49, 66, 0.13);
}

.products-page .portfolio-item.box a.portfolio-popup,
.products-page .portfolio-item.box a.product-card-media {
  display: flex;
  height: 210px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: linear-gradient(180deg, #f9fbfc 0%, #eef4f7 100%);
}

.products-page .portfolio-item.box a.portfolio-popup img,
.products-page .portfolio-item.box img {
  width: 100%;
  max-width: 230px;
  height: 170px;
  object-fit: contain;
  transition: 0.25s;
}

.products-page .portfolio-item.box:hover img {
  transform: scale(1.04);
}

.products-page .portfolio-item.box .title {
  margin: 20px 20px 8px;
  color: #173142;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.products-page .portfolio-item.box .title a {
  color: inherit;
}

.products-page .portfolio-item.box .description {
  margin: 0 20px 18px;
  color: #5b6b75;
  font-size: 14px !important;
  line-height: 1.55;
}

.products-page .portfolio-item.box::after {
  content: none;
}

.products-page .portfolio-item.box .product-details-button {
  display: inline-flex;
  width: max-content;
  margin: auto 20px 22px;
  padding: 9px 14px;
  border: 0;
  border-radius: 4px;
  background: #0c6f8f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.products-page .portfolio-item.box .product-details-button:hover {
  background: #095a75;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 23, 31, 0.72);
}

.product-modal.is-open {
  display: flex;
}

.product-modal__dialog {
  position: relative;
  display: grid;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  overflow: auto;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.product-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #173142;
  color: #ffffff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.product-modal__media {
  padding: 34px;
  background: #f2f7f9;
}

.product-modal__media > img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
}

.product-modal__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.product-modal__thumbs button {
  height: 72px;
  border: 1px solid #d6e3e8;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  padding: 6px;
}

.product-modal__thumbs button.is-active {
  border-color: #0c6f8f;
  box-shadow: 0 0 0 2px rgba(12, 111, 143, 0.18);
}

.product-modal__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-modal__content {
  padding: 44px 38px 38px;
}

.product-modal__category {
  display: inline-block;
  margin-bottom: 14px;
  color: #0c6f8f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-modal__content h3 {
  color: #0c2e8a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
}

.product-modal__content p {
  color: #4d5f69;
  font-size: 15px;
  line-height: 1.7;
}

.product-modal__features {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.product-modal__features li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  color: #40515b;
  line-height: 1.5;
}

.product-modal__features li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #50d8af;
}

.product-modal__cta {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background: #0c6f8f;
  color: #ffffff;
  font-weight: 700;
}

.product-modal__cta:hover {
  background: #095a75;
  color: #ffffff;
}

body.product-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-modal {
    padding: 14px;
  }

  .product-modal__dialog {
    grid-template-columns: 1fr;
  }

  .product-modal__media {
    padding: 22px;
  }

  .product-modal__media > img {
    height: 250px;
  }

  .product-modal__content {
    padding: 28px 24px 26px;
  }

  .product-modal__content h3 {
    font-size: 24px;
  }

  .products-hero {
    padding: 38px 0 30px;
  }

  .products-hero h1 {
    font-size: 28px;
  }
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #50d8af;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 46px 0 34px;
  background: #f7fafb;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0c6f8f;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #263a45;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5c6b74;
}

#contact .contact-info a {
  color: #263a45;
}

#contact .contact-info a:hover {
  color: #0c6f8f;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #dbe7ec;
    border-right: 1px solid #dbe7ec;
  }
}

#contact .contact-whatsapp {
  display: inline-block;
  margin-top: 10px;
  padding: 11px 24px;
  border-radius: 4px;
  background: #1f9d55;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.22s;
}

#contact .contact-whatsapp:hover {
  background: #178347;
  color: #ffffff;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #50d8af;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #2dc899;
}

.AspButton {
    background: #50d8af;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

.AspButton:hover {
        background: #2dc899;
    }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}

/* Institutional polish
--------------------------------*/
body.home-page {
  color: #263a45;
}

body.home-page #topbar {
  color: #3f515b;
  background: rgba(255, 255, 255, 0.82);
}

body.home-page #header {
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}

body.home-page #header .container {
  max-width: 1120px;
}

body.home-page .nav-menu a {
  color: #253842;
  font-weight: 800;
}

body.home-page .nav-menu > .menu-active > a,
body.home-page .nav-menu li:hover > a {
  color: #0c6f8f;
}

#intro {
  min-height: 660px;
}

#intro #intro-carousel .item {
  min-height: 660px;
}

#intro #intro-carousel::before {
  background:
    linear-gradient(90deg, rgba(7, 27, 39, 0.82), rgba(7, 27, 39, 0.48)),
    linear-gradient(0deg, rgba(7, 27, 39, 0.42), rgba(7, 27, 39, 0.12));
}

#intro .intro-content {
  padding-top: 130px;
}

#intro .intro-content h2 {
  max-width: 1120px;
  margin-bottom: 18px;
  font-size: 58px;
  line-height: 1.16;
  letter-spacing: 0;
}

#intro .intro-content .intro-subtitle {
  max-width: 760px;
  margin-bottom: 26px;
  color: #eef8f8;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 13px;
  backdrop-filter: blur(8px);
}

.hero-proof strong {
  margin-right: 4px;
  color: #50d8af;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #0c6f8f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-header {
  max-width: 920px;
}

.section-header h2 {
  color: #082d48;
  letter-spacing: 0;
}

.section-header p {
  color: #526570;
  font-size: 16px;
  line-height: 1.7;
}

.institutional-copy {
  white-space: pre-line;
}

.institutional-header {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
}

#services {
  padding: 60px 0 28px;
  background: #ffffff;
}

#services .box {
  min-height: 220px;
  border: 1px solid #dce8ed;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(23, 49, 66, 0.08);
}

#services .box .icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef7f8;
}

#services .box .icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

#services .box .icon i {
  margin-top: 0;
  font-size: 42px;
}

#services .box h4,
#services .box p {
  margin-left: 104px;
}

.trust-band {
  padding: 44px 0;
  background: #082d48;
  border: 0;
}

.trust-item {
  min-height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.trust-item i {
  color: #50d8af;
}

.trust-item h3 {
  color: #ffffff;
}

.trust-item p {
  color: #d7e5ea;
}

.segments-section {
  padding: 66px 0 48px;
  background: #f6f9fb;
}

.segment-item {
  min-height: 96px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 49, 66, 0.06);
}

#clients {
  padding: 56px 0;
  background: #ffffff;
}

#clients .section-header {
  margin-bottom: 22px;
}

#clients img {
  opacity: 0.86;
  filter: grayscale(0.18);
}

#portfolio {
  padding: 60px 0 0;
  background: #f6f9fb;
}

#portfolio .section-header {
  margin-bottom: 34px;
}

#portfolio .portfolio-item {
  background: #0b3141;
}

#portfolio .portfolio-item img {
  height: 260px;
  object-fit: cover;
  opacity: 0.92;
}

#portfolio .portfolio-overlay {
  background: linear-gradient(180deg, rgba(8, 45, 72, 0.04), rgba(8, 45, 72, 0.72));
}

#servicoss {
  padding: 64px 0 38px;
  background: #ffffff;
}

.specialized-services {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
  margin-top: 26px;
}

.specialized-services__media {
  overflow: hidden;
  border-radius: 8px;
  background: #e8f0f4;
  box-shadow: 0 18px 40px rgba(23, 49, 66, 0.12);
}

.specialized-services__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.specialized-services__content {
  padding: 6px 0;
}

.specialized-services__content .institutional-copy {
  margin: 12px 0 0;
  color: #526775;
  font-size: 17px;
  line-height: 1.72;
}

@media (max-width: 991px) {
  .specialized-services {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

#servicoss .portfolio-item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 18px;
  background: #f6f9fb;
}

.institutional-cta {
  padding: 56px 0;
  background: #0b3141;
}

.institutional-cta__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.institutional-cta h2 {
  max-width: 760px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.institutional-cta p {
  max-width: 780px;
  margin: 0;
  color: #d7e5ea;
  line-height: 1.7;
}

.institutional-cta__button {
  flex: 0 0 auto;
  padding: 13px 22px;
  border-radius: 4px;
  background: #50d8af;
  color: #083142;
  font-weight: 800;
}

.institutional-cta__button:hover {
  background: #ffffff;
  color: #083142;
}

#contact {
  padding: 60px 0 44px;
  background: #f6f9fb;
}

#contact .section-header {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#contact .section-header h2::before {
  left: 50%;
  transform: translateX(-50%);
}

#contact .contact-info {
  margin-top: 22px;
}

#contact .form .form-control,
#contact .form textarea {
  border: 1px solid #d8e5ea;
  border-radius: 6px;
  min-height: 46px;
}

#contact .form textarea {
  min-height: 132px;
}

#contact .form .btn,
#contact .form input[type="submit"] {
  border: 0;
  border-radius: 4px;
  background: #0c6f8f;
  padding: 12px 28px;
  font-weight: 800;
}

#footer {
  background: #082d48;
  color: #d7e5ea;
}

@media (max-width: 991px) {
  #intro .intro-content h2 {
    font-size: 42px;
  }

  .institutional-header,
  .institutional-cta__content {
    grid-template-columns: 1fr;
    display: block;
  }

  .institutional-cta__button {
    margin-top: 22px;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  #intro,
  #intro #intro-carousel .item {
    min-height: 650px;
  }

  #intro .intro-content {
    width: 100%;
    padding: 92px 16px 0;
    overflow: visible;
  }

  #intro .intro-content h2 {
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
  }

  #intro .intro-content .intro-subtitle {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .hero-proof {
    display: none;
  }

  #services .box {
    min-height: auto;
  }

  #services .box .icon {
    margin: 0 auto 16px;
    float: none;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  .institutional-cta h2 {
    font-size: 24px;
  }
}

/* BW final brand palette overrides
--------------------------------*/
#topbar,
body.home-page #topbar {
  background: rgba(248, 251, 252, 0.9);
  color: var(--bw-muted);
}

#header,
body.home-page #header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(216, 227, 233, 0.72);
  box-shadow: 0 8px 24px rgba(8, 45, 72, 0.06);
}

.nav-menu a,
body.home-page .nav-menu a {
  color: var(--bw-ink);
}

.nav-menu .menu-active a,
.nav-menu a:hover,
.nav-menu li:hover > a,
body.home-page .nav-menu > .menu-active > a,
body.home-page .nav-menu li:hover > a {
  color: var(--bw-green-dark);
}

a,
#topbar .contact-info a,
#topbar .contact-info i,
.section-eyebrow,
#services .box .title a:hover,
#contact .contact-info i,
.product-category-label,
.product-modal-category {
  color: var(--bw-blue);
}

a:hover {
  color: var(--bw-green-dark);
}

#intro #intro-carousel::before {
  background:
    linear-gradient(90deg, rgba(6, 29, 47, 0.84), rgba(6, 29, 47, 0.56)),
    linear-gradient(0deg, rgba(6, 29, 47, 0.48), rgba(6, 29, 47, 0.12));
}

#intro .intro-content h2 span,
.hero-proof strong,
.trust-item i {
  color: var(--bw-green);
}

#intro .intro-content .btn-get-started,
#contact .form .btn,
#contact .form input[type="submit"],
.product-details-button {
  background: var(--bw-blue);
  border-color: var(--bw-blue);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 111, 168, 0.22);
}

#intro .intro-content .btn-get-started:hover,
#contact .form .btn:hover,
#contact .form input[type="submit"]:hover,
.product-details-button:hover {
  background: var(--bw-blue-dark);
  border-color: var(--bw-blue-dark);
  color: #ffffff;
}

.section-header h2,
#about .content h2,
#services .box .title a,
#portfolio .portfolio-info h2,
.products-hero h1,
.product-card-title,
.product-modal-title {
  color: var(--bw-navy);
}

.section-header h2::before,
.back-to-top,
#clients .owl-dot.active,
#testimonials .owl-dot.active {
  background: var(--bw-green);
}

.section-header p,
#services .box .description,
#about .content p,
.product-card-description,
.product-modal-description {
  color: var(--bw-muted);
}

#services,
#clients,
#servicoss {
  background: var(--bw-surface);
}

.segments-section,
#portfolio,
#contact,
.products-page #portfolio,
.products-list-section {
  background: var(--bw-page);
}

#services .box,
.segment-item,
.product-card,
.product-modal-panel {
  border-color: var(--bw-border);
  background: var(--bw-surface);
  box-shadow: 0 14px 34px rgba(8, 45, 72, 0.07);
}

#services .box .icon,
#servicoss .portfolio-item img,
.product-card-media {
  background: #eef5f7;
}

.trust-band,
.institutional-cta,
#footer,
#portfolio .portfolio-item {
  background: var(--bw-navy);
}

.trust-item p,
.institutional-cta p,
#footer {
  color: #d9e7ed;
}

.institutional-cta__button {
  background: var(--bw-green);
  color: var(--bw-navy);
}

.institutional-cta__button:hover {
  background: #ffffff;
  color: var(--bw-navy);
}

.contact-whatsapp {
  background: var(--bw-green-dark);
  color: #ffffff;
}

.products-hero {
  background: linear-gradient(135deg, var(--bw-navy) 0%, var(--bw-blue-dark) 64%, var(--bw-green-dark) 100%);
}

.products-hero span,
.products-hero p {
  color: #e7f2f6;
}

.product-modal-close {
  background: var(--bw-navy);
}

body.products-page .products-hero h1 {
  color: #ffffff;
}
