/* ============================================================
   HIDROGESP – HOME
   Hero/Banner baseado fielmente no Figma (node 3:12)
   ============================================================ */

:root {
  --hg-hero-primary: #0cafde;   /* texto "40 anos de expertise" */
  --hg-hero-green: #05c78b;    /* texto do CTA */
  --hg-hero-bg-top: rgba(168, 168, 168, 0.6);
  --hg-hero-bg-bottom: rgba(40, 40, 40, 0.6);
}

.banner-hero {
  position: relative;
  min-height: 560px;
  height: calc(100vh - 80px);
  align-items: center;
  overflow: hidden;
  color: #ffffff;
}

.banner-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Gradiente escuro igual ao Figma */
.banner-hero-overlay {
  position: absolute;
  inset: -96px 0 0 0;
  height: auto;
  background: linear-gradient(
          180deg,
          var(--hg-hero-bg-top) 7.349%,
          var(--hg-hero-bg-bottom) 89.096%
  );
  mix-blend-mode: multiply;
  z-index: 1;
}

.banner-hero-container {
  position: relative;
  z-index: 2;
}

.banner-hero-pretitle {
  font-size: 1.125rem;
  letter-spacing: 0.18em;
  color: var(--hg-hero-primary);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.banner-hero-title {
  font-size: 3.125rem; /* 50px */
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  max-width: 846px;
}

.banner-hero-cta {
  margin-top: 1.5rem;
  padding: 8px 20px 8px 10px;
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.banner-hero-cta-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--hg-hero-green);
}

.banner-hero-cta-icon {

  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #ffe49a 0%, #fdb53c 45%, #f59e0b 100%);
}

.banner-hero-cta-icon img {
  width: 44px;
  height: 44px;
}

@media (max-width: 767.98px) {
  .banner-hero {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .banner-hero-title {
    font-size: 2.3rem;
  }
}

.sobre-nos {
  background: #16aad3;
  padding: 48px 0 40px;
  overflow: hidden;
  height: 609px;
}

.sobre-nos-container {
  max-width: 1280px;
}

.sobre-nos-content {
  padding-left: 32px;
  padding-right: 20px;
}

.sobre-nos-kicker {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #14387f;
  letter-spacing: 0;
}

.sobre-nos-title {
  margin: 0 0 28px 0;
  max-width: 470px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
}

.sobre-nos-text {
  max-width: 500px;
  margin: 0 0 40px 0;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

.sobre-nos-text strong {
  font-weight: 800;
  color: #ffffff;
}

.sobre-nos-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  height: 40px;
  padding: 0 28px;
  border-radius: 999px;
  background: #1e3d8f;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s ease;
}

.sobre-nos-cta:hover,
.sobre-nos-cta:focus {
  background: #19357c;
  color: #ffffff;
  text-decoration: none;
}

.sobre-nos-media {
  display: flex;
  justify-content: flex-end;
  padding-right: 36px;
}

.sobre-nos-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.sobre-nos-image-main {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 34px;
  display: block;
}

.sobre-nos-watermark {
  position: absolute;
  left: -34px;
  bottom: -4px;
  z-index: 1;
  width: 170px;
  pointer-events: none;
}

.sobre-nos-watermark img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .sobre-nos {
    padding: 40px 0;
  }

  .sobre-nos-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 32px;
  }

  .sobre-nos-media {
    padding-right: 15px;
    padding-left: 15px;
    justify-content: center;
  }

  .sobre-nos-title {
    max-width: 100%;
    font-size: 30px;
  }

  .sobre-nos-text {
    max-width: 100%;
  }

  .sobre-nos-image-wrapper {
    max-width: 100%;
  }

  .sobre-nos-image-main {
    height: auto;
    aspect-ratio: 636 / 420;
  }

  .sobre-nos-watermark {
    left: -8px;
    bottom: -6px;
    width: 130px;
  }
}

@media (max-width: 767.98px) {
  .sobre-nos-title {
    font-size: 26px;
  }

  .sobre-nos-text {
    font-size: 16px;
    line-height: 1.75;
  }

  .sobre-nos-image-main {
    border-radius: 24px;
  }

  .sobre-nos-watermark {
    width: 100px;
  }
}

.business-solucoes {
  background: #f4f4f4;
  padding: 60px 0 40px;
}

.business-header {
  margin-bottom: 28px;
}

.business-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #197980;
}

.business-subtitle {
  margin: 6px 0 0 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  color: #8e96aa;
}

.business-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.business-carousel .owl-item {
  display: flex;
  height: auto;
}

.business-item {
  width: 100%;
  padding: 14px 8px 24px;
}

.card-business {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.card-business-top {
  display: block;
  width: calc(100% - 74px);
  height: 10px;
  margin: 0 auto;
  background: var(--card-accent, #0cafd9);
  border-radius: 20px 20px 0 0;
}

.card-business-content {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  min-height: 459px;
  padding: 50px 36px 30px;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-business-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-business-icon img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
}

.card-business-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--card-accent, #0cafd9);
}

.card-business-mini {
  margin-top: 2px;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: var(--card-accent, #0cafd9);
}

.card-business-text {
  margin: 18px 0 0 0;
  max-width: 264px;
  min-height: 150px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #8e96aa;
}

.card-business-btn {
  margin-top: auto;
  min-width: 200px;
  height: 41px;
  padding: 8px 20px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  transition: 0.2s ease;
}

.card-business-btn--default {
  background: var(--card-accent, #0cafd9);
  color: #ffffff;
}

.card-business-btn--default:hover,
.card-business-btn--default:focus {
  color: #ffffff;
  text-decoration: none;
  filter: brightness(0.95);
}

.card-business-btn--proposal {
  background: #05c78b;
  color: #ffffff;
}

.card-business-btn--proposal:hover,
.card-business-btn--proposal:focus {
  color: #ffffff;
  text-decoration: none;
  background: #04b27d;
}

.card-business-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}

.business-carousel .owl-dots {
  margin-top: 10px;
}

.business-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #c9cfda;
}

.business-carousel .owl-dot.active span,
.business-carousel .owl-dot:hover span {
  background: #197980;
}

.business-carousel .owl-nav {
  margin-top: 0;
}

.business-carousel .owl-nav button.owl-prev,
.business-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.business-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.business-carousel .owl-nav button.owl-next {
  right: -30px;
}

@media (max-width: 1199.98px) {
  .business-title {
    font-size: 34px;
  }

  .business-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .business-solucoes {
    padding: 48px 0 32px;
  }

  .business-title {
    font-size: 28px;
  }

  .business-subtitle {
    font-size: 18px;
  }

  .card-business-content {
    min-height: 430px;
    padding: 42px 28px 28px;
  }

  .card-business-text {
    min-height: 130px;
    font-size: 15px;
  }
}

.card-business-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-business-icon-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

@media (max-width: 767.98px) {
  .business-title {
    font-size: 24px;
  }

  .business-subtitle {
    font-size: 16px;
  }

  .card-business-content {
    min-height: 400px;
  }
}

.business-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.business-carousel .owl-item {
  display: flex;
  height: auto;
}

.business-item {
  width: 100%;
  height: 100%;
}

.card-business {
  height: 100%;
}

.card-business-content {
  height: 100%;
  min-height: 459px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-business-text {
  margin: 18px 0 0 0;
  max-width: 264px;
}

.card-business-btn {
  margin-top: auto;
}

.diferencial-tecnologico {
  background: #197980;
}

.dt-title {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.dt-subtitle {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  opacity: 0.95;
}

.dt-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  min-height: 180px;
}

.dt-card-image-wrap {
  min-height: 180px;
}

.dt-card-image {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.dt-card-body {
  padding: 20px 18px 20px 18px;
}

.dt-card-title {
  color: #59BEC2;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.dt-card-kicker {
  color: #59BEC2;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.dt-card-text {
  color: #8E96AA;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 400;
}

.dt-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 41px;
  border-radius: 100px;
  background: #59BEC2;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.dt-card-btn:hover,
.dt-card-btn:focus {
  background: #4eb1b5;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .dt-title {
    font-size: 26px;
  }

  .dt-card-title {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .dt-title {
    font-size: 24px;
  }

  .dt-subtitle {
    font-size: 15px;
  }

  .dt-card-body {
    padding: 18px 16px;
  }

  .dt-card-title {
    font-size: 20px;
  }

  .dt-card-kicker {
    font-size: 15px;
  }

  .dt-card-text {
    font-size: 14px;
    line-height: 1.3;
  }
}

.cases-home {
  background: #ffffff;
}

.cases-home-title {
  color: #203a70;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}

.cases-home-subtitle {
  color: #8e96aa;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.case-card {
  border: 1px solid #aeb8cb;
  border-radius: 40px;
  padding: 30px;
  background: #ffffff;
}

.case-card-top {
  margin-bottom: 20px;
}

.case-card-logo {
  max-width: 77px;
  max-height: 77px;
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.case-card-title {
  color: #203a70;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 700;
      overflow-wrap: break-word;
}

.case-card-segment {
  color: #203a70;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.case-card-image-wrap {
  margin-bottom: 20px;
}

.case-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

.case-card-body {
  min-height: 170px;
}

.case-card-text {
  color: #203a70;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.case-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  height: 40px;
  padding: 0 24px;
  border-radius: 100px;
  background: #203a70;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.case-card-btn:hover,
.case-card-btn:focus {
  color: #ffffff;
  text-decoration: none;
  background: #182f5d;
}

.cases-home-link {
  color: #0cafd9;
  font-size: 20px;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .cases-home-title {
    font-size: 32px;
  }

  .cases-home-subtitle {
    font-size: 18px;
  }

  .case-card-title {
    font-size: 28px;
  }
}

.cases-home {
  background: #ffffff;
}

.cases-home-title {
  color: #203a70;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}

.cases-home-subtitle {
  color: #8e96aa;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.cases-carousel-wrap {
  position: relative;
}

.cases-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.cases-carousel .owl-item {
  display: flex;
  height: auto;
}

.cases-carousel-item {
  width: 100%;
  height: 97%;
  padding: 0 4px;
}

.case-card {
  border: 1px solid #aeb8cb;
  border-radius: 40px;
  padding: 30px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.case-card-top {
  margin-bottom: 20px;
}

.case-card-logo {
  max-width: 110px;
  max-height: 77px;
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.case-card-title {
  color: #203a70;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 700;
}

.case-card-segment {
  color: #203a70;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.case-card-image-wrap {
  margin-bottom: 20px;
}

.case-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

.case-card-body {
  min-height: 170px;
  height: 100%;
}

.case-card-text {
  color: #203a70;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.case-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  height: 40px;
  padding: 0 24px;
  border-radius: 100px;
  background: #203a70;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.case-card-btn:hover,
.case-card-btn:focus {
  color: #ffffff;
  text-decoration: none;
  background: #182f5d;
}

.cases-carousel .owl-dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.cases-carousel .owl-dot span {
  margin: 0;
  width: 28px;
  height: 4px;
  border-radius: 100px;
  background: #d9d9d9;
}

.cases-carousel .owl-dot.active span,
.cases-carousel .owl-dot:hover span {
  background: #0cafd9;
}

.cases-carousel .owl-nav {
  display: none;
}

.cases-carousel-bottom {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.cases-nav-btn {
  border: none;
  background: transparent;
  color: #0cafd9;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cases-nav-btn:hover,
.cases-nav-btn:focus {
  color: #089dcb;
}

.cases-home-link {
  color: #0cafd9;
  font-size: 20px;
  text-decoration: none;
}

.cases-home-link:hover,
.cases-home-link:focus {
  color: #089dcb;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .cases-home-title {
    font-size: 32px;
  }

  .cases-home-subtitle {
    font-size: 18px;
  }

  .case-card-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .cases-carousel-bottom {
    gap: 18px;
  }

  .cases-home-link {
    font-size: 16px;
  }

  .case-card {
    border-radius: 28px;
    padding: 20px;
  }

  .case-card-image {
    height: 190px;
    border-radius: 22px;
  }
}
.clientes-home {
  background: linear-gradient(180deg, #c8d8ef 0%, #e7e5ef 100%);
  padding: 38px 0 34px;
}

.clientes-home-header {
  margin-bottom: 44px;
}

.clientes-home-title {
  margin: 0 0 8px 0;
  color: #000000;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

.clientes-home-subtitle {
  margin: 0 auto;
  max-width: 760px;
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.clientes-home-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.cliente-logo-item {
  flex: 0 0 calc(20% - 28px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cliente-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cliente-logo-img {
  display: block;
  max-width: 100%;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: 0.2s ease;
}

.cliente-logo-link:hover .cliente-logo-img,
.cliente-logo-img:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .clientes-home {
    padding: 34px 0 30px;
  }

  .clientes-home-header {
    margin-bottom: 34px;
  }

  .clientes-home-title {
    font-size: 24px;
  }

  .clientes-home-subtitle {
    max-width: 620px;
    font-size: 15px;
  }

  .clientes-home-logos {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cliente-logo-item {
    flex: 0 0 calc(33.333% - 20px);
  }

  .cliente-logo-img {
    max-height: 48px;
  }
}

@media (max-width: 767.98px) {
  .cliente-logo-item {
    flex: 0 0 calc(50% - 16px);
  }

  .clientes-home-subtitle {
    font-size: 14px;
  }

  .cliente-logo-img {
    max-height: 42px;
  }
}

.depoimentos-home {
  background: #264587;
  padding: 48px 0 60px;
}

.depoimentos-home-header {
  margin-bottom: 34px;
}

.depoimentos-home-title {
  margin: 0 0 4px 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
}

.depoimentos-home-subtitle {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  opacity: 0.95;
}

.depoimentos-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.depoimentos-carousel .owl-item {
  display: flex;
  height: auto;
}

.depoimento-slide {
  width: 100%;
  height: 100%;
  padding: 0 8px;
}

.depoimento-card {
  background: #9ba3b9;
  border-radius: 28px;
  padding: 34px 28px 30px;
  color: #ffffff;
  min-height: 330px;
  height: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.depoimento-card-avatar {
  width: 112px;
  height: 112px;
  margin-bottom: 18px;
}

.depoimento-card-avatar-img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff;
  display: block;
}

.depoimento-card-avatar-placeholder {
  background: rgba(255, 255, 255, 0.08);
}

.depoimento-card-name {
  margin: 0 0 4px 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.depoimento-card-role {
  margin: 0 0 18px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.95;
}

.depoimento-card-text {
  margin: 0 0 24px 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 280px;
  flex-grow: 1;
}

.depoimento-card-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.depoimento-card-score {
  color: #ffffff;
  line-height: 1;
}

.depoimento-card-score-value {
  font-size: 20px;
  font-weight: 800;
}

.depoimento-card-score-label {
  font-size: 14px;
  font-weight: 700;
  color: #c9d4f3;
}

.depoimento-card-stars {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
}

.depoimentos-carousel .owl-dots {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.depoimentos-carousel .owl-dot span {
  margin: 0;
  width: 28px;
  height: 4px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.35);
}

.depoimentos-carousel .owl-dot.active span,
.depoimentos-carousel .owl-dot:hover span {
  background: #ffffff;
}

.depoimentos-carousel .owl-nav {
  display: none;
}

@media (max-width: 991.98px) {
  .depoimentos-home-title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .depoimentos-home-title {
    font-size: 24px;
  }

  .depoimento-card {
    padding: 28px 20px 24px;
    border-radius: 22px;
  }

  .depoimento-card-name {
    font-size: 22px;
  }

  .depoimento-card-text {
    font-size: 14px;
    max-width: 100%;
  }

  .depoimento-card-stars {
    font-size: 20px;
  }
}

.depoimento-card-avatar {
  width: 112px;
  height: 112px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-item .depoimento-card-avatar-img {
  width: 112px;
  height: 112px;
  min-width: 112px;
  min-height: 112px;
  max-width: 112px;
  max-height: 112px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff;
  display: block;
}

.depoimento-card-avatar-placeholder {
  background: rgba(255, 255, 255, 0.08);
}


.sobre-nos {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.waas-water-divider {
  position: relative;
  z-index: 5;
  margin-top: -224px;
  margin-bottom: -147px;
  line-height: 0;
  pointer-events: none;
}

.waas-water-divider img {
  display: block;
  width: 100%;
  height: auto;
}

.waas-conceito {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 90px 0 70px;
  overflow: hidden;
}

.waas-content {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}

.waas-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 58px;
  padding: 0 30px;
  border: 2px solid #15c67f;
  border-radius: 999px;
  background: #ffffff;
  color: #14b56f;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 28px;
  margin-top: 30px;

}

.waas-title {
  max-width: 853px;
  margin: 0 auto 20px;
  color: #39b8e9;
  font-size: 41px;
  line-height: 1.2;
  font-weight: 300;
}

.waas-title strong {
  display: block;
  color: #0095d8;
  font-weight: 800;
}

.waas-description {
  max-width: 1180px;
  margin: 0 auto 42px;
  color: #a1a7b7;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.waas-subtitle {
  margin: 0 0 38px;
  color: #39b8e9;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
}

.waas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 26px;
  max-width: 1160px;
  margin: 0 auto;
}

.waas-card {
  text-align: center;
}

.waas-card-icon {
  width: 94px;
  height: 94px;
  border: 2px solid #18b4e8;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background: #ffffff;
}

.waas-card-icon img {
  max-width: 42px;
  max-height: 42px;
  width: auto;
  height: auto;
  display: block;
}

.waas-card h4 {
  margin: 0 0 8px;
  color: #00a0df;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.waas-card p {
  margin: 0 auto;
  max-width: 230px;
  color: #a1a7b7;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.waas-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.waas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease;
}

.waas-btn-blue {
  background: #16b3e6;
  color: #ffffff;
}

.waas-btn-green {
  background: #12c980;
  color: #ffffff;
}
.waas-water-divider img {
  height: 300px;
}

@media (max-width: 2700px) {
  .waas-water-divider {
    margin-top: -217px;
    margin-bottom: -128px;

  }
}
@media (min-width: 2561px){
  .waas-water-divider{
    margin-top: -249px;
    margin-bottom: -217px;
  }
  .waas-water-divider img {
    height: 425px;
  }
}
@media (min-width: 1921px) and (max-width: 2560px){
  .waas-water-divider{
    margin-top:-224px;
    margin-bottom:-147px;

  }

}
@media (min-width: 1367px) and (max-width: 1920px){
  .waas-water-divider{
    margin-top: -186px;
    margin-bottom: -151px;
  }
  .waas-water-divider img {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1366px){
  .waas-water-divider{
    margin-top: -208px;
    margin-bottom: -152px;
  }
  .waas-water-divider img {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .waas-water-divider{
    margin-top:-72px;
    margin-bottom:-42px;
  }
}
@media (max-width: 767px){
  .waas-water-divider{
    margin-top:-38px;
    margin-bottom:-18px;
  }
}
@media (max-width: 480px){
  .waas-water-divider{
    margin-top:-24px;
    margin-bottom:-10px;
  }
}
@media (max-width: 1199.98px) {
  .waas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .waas-title {
    font-size: 35px;
  }

  .waas-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .waas-water-divider {
    margin-top: 326px;
    margin-bottom: -124px;
  }

  .waas-conceito {
    padding: 70px 0 56px;
  }

  .waas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .waas-title {
    font-size: 30px;
  }

  .waas-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
    .waas-water-divider {
        margin-top: 170px;
        margin-bottom: -23px;
        height: 35px;
    }
  .waas-water-divider img {
    height: 124px;
  }

  .waas-conceito {
    padding: 52px 0 48px;
  }

  .waas-grid {
    grid-template-columns: 1fr;
  }

  .waas-title {
    font-size: 24px;
  }

  .waas-subtitle {
    font-size: 19px;
  }

  .waas-badge {
    min-width: 155px;
    height: 50px;
    font-size: 15px;
  }

  .waas-description {
    font-size: 13px;
  }

  .waas-card h4 {
    font-size: 18px;
  }

  .waas-card p {
    font-size: 14px;
  }
}

.solucoes-waas{
  background:#f2f2f2;
  padding:72px 0 56px;
  overflow:hidden;
}

.sw-container{
  max-width:1311px;
}

.sw-header{
  text-align:center;
  margin-bottom:43px;
}

.sw-title{
  margin:0 0 24px;
  color:#0cafd9;
  font-family:'Gilroy', sans-serif;
  font-size:40px;
  line-height:1.1;
  font-weight:800;
}

.sw-subtitle{
  margin:0;
  color:#8e96aa;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:24px;
  line-height:1.2;
  font-weight:400;
}

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

.sw-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  padding:21px 19px;
  background:#ffffff;
  border-radius:20px;
  box-shadow:0 4px 4px rgba(0,0,0,0.25);
}

.sw-card-top{
  position:absolute;
  top:-10px;
  left:37px;
  right:37px;
  height:10px;
  background:#0cafd9;
  border-radius:20px 20px 0 0;
}

.sw-card-image-wrap{
  width:100%;
  height:150px;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:21px;
}

.sw-card-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.sw-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  text-align:center;
}

.sw-card-title{
  margin:0 0 4px;
  color:#0cafd9;
  font-family:'Gilroy', sans-serif;
  font-size:24px;
  line-height:1.05;
  font-weight:800;
  min-height:25px;
}

.sw-card-kicker{
  margin:0 0 14px;
  color:#0cafd9;
  font-family:'Gilroy', sans-serif;
  font-size:14px;
  line-height:20px;
  font-weight:300;
  min-height:20px;
}

.sw-card-kicker--empty{
  visibility:hidden;
}

.sw-card-text{
  margin:0;
  color:#8e96aa;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:16px;
  line-height:20px;
  font-weight:400;
}

.sw-cta-wrap{
  display:flex;
  justify-content:center;
  margin-top:32px;
}

.sw-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:8px 20px 8px 10px;
  min-height:61px;
  border-radius:30px;
  background:#05c78b;
  box-shadow:0 2px 12px rgba(0,0,0,0.10);
  text-decoration:none;
  transition:0.2s ease;
}

.sw-cta:hover,
.sw-cta:focus{
  background:#03b67e;
  text-decoration:none;
}

.sw-cta-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:45px;
  height:45px;
  border-radius:50%;
  background:#ffffff;
  color:#05c78b;
  font-size:24px;
  flex-shrink:0;
}

.sw-cta-text{
  color:#ffffff;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:19.2px;
  line-height:1;
  font-weight:700;
}

.sw-empty{
  grid-column:1 / -1;
  text-align:center;
  color:#8e96aa;
  font-size:18px;
}

@media (max-width: 1399.98px){
  .sw-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }

  .sw-card{
    padding:18px 16px;
  }

  .sw-card-top{
    left:30px;
    right:30px;
  }
}

@media (max-width: 1199.98px){
  .solucoes-waas{
    padding:64px 0 52px;
  }

  .sw-title{
    font-size:34px;
  }

  .sw-subtitle{
    font-size:21px;
  }

  .sw-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:28px 18px;
  }
}

@media (max-width: 991.98px){
  .solucoes-waas{
    padding:56px 0 48px;
  }

  .sw-header{
    margin-bottom:34px;
  }

  .sw-title{
    font-size:30px;
    margin-bottom:16px;
  }

  .sw-subtitle{
    font-size:18px;
    line-height:1.35;
  }

  .sw-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:26px 18px;
  }

  .sw-card-title{
    font-size:22px;
  }

  .sw-card-text{
    font-size:15px;
  }
}

@media (max-width: 575.98px){
  .solucoes-waas{
    padding:48px 0 42px;
  }

  .sw-title{
    font-size:26px;
  }

  .sw-subtitle{
    font-size:16px;
  }

  .sw-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .sw-card{
    padding:16px;
    border-radius:18px;
  }

  .sw-card-top{
    left:28px;
    right:28px;
  }

  .sw-card-image-wrap{
    height:180px;
    margin-bottom:18px;
  }

  .sw-card-title{
    font-size:21px;
  }

  .sw-card-kicker{
    font-size:13px;
    margin-bottom:10px;
  }

  .sw-card-text{
    font-size:15px;
    line-height:19px;
  }

  .sw-cta{
    width:100%;
    max-width:310px;
  }

  .sw-cta-text{
    font-size:18px;
  }
}

.cases-carousel .owl-stage{
  display:flex;
  align-items:stretch;
}

.cases-carousel .owl-item{
  display:flex;
  height:auto;
}

.cases-carousel-item{
  width:100%;
  height:100%;
  padding:0 4px;
  display:flex;
}

.case-card{
  border:1px solid #aeb8cb;
  border-radius:40px;
  padding:30px;
  background:#ffffff;
  width:100%;
  height:100%;
  display:grid;
  grid-template-rows:auto 220px 1fr;
  gap:20px;
}

.case-card-top{
  display:grid;
  grid-template-rows:90px 72px 52px;
  gap:10px;
  margin-bottom:0;
}

.case-card-top{
  text-align:left;
}

.case-card-logo-wrap{
  width:100%;
  height:90px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.case-card-logo{
  display:block;
  max-width:230px;
  max-height:90px;
  width:auto;
  height:auto;
  margin:0;
  object-fit:contain;
  object-position:left center;
}

.case-card-logo-wrap{
  justify-content:flex-start !important;
}

.case-card-logo{
  margin:0 !important;
  width:auto !important;
}

.case-card-segment{
  color:#203a70;
  font-size:18px;
  line-height:1.2;
  font-weight:400;
  margin:0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.case-card-image-wrap{
  width:100%;
  height:220px;
  margin-bottom:0;
  border-radius:30px;
  overflow:hidden;
}

.case-card-image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:30px;
  display:block;
}

.case-card-body{
  min-height:0;
  height:100%;
  display:flex;
  flex-direction:column;
}

.case-card-text{
  color:#203a70;
  font-size:16px;
  line-height:1.5;
  font-weight:400;
  margin:0 0 20px 0;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.case-card-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:146px;
  height:40px;
  padding:0 24px;
  border-radius:100px;
  background:#203a70;
  color:#ffffff;
  font-size:14px;
  line-height:1;
  text-decoration:none;
  margin-top:auto;
}

@media (max-width:991.98px){
  .case-card{
    padding:24px;
    border-radius:30px;
  }

  .case-card-top{
    grid-template-rows:72px 64px 48px;
  }

  .case-card-title{
    font-size:28px;
  }

  .case-card-segment{
    font-size:16px;
  }
}

@media (max-width:767.98px){
  .case-card{
    padding:20px;
    border-radius:28px;
    grid-template-rows:auto 190px 1fr;
  }

  .case-card-top{
    grid-template-rows:64px 58px 44px;
  }

  .case-card-image-wrap{
    height:190px;
    border-radius:22px;
  }

  .case-card-image{
    border-radius:22px;
  }

  .case-card-title{
    font-size:24px;
            margin-top: 14px;
  }

  .case-card-segment{
    font-size:15px;
  }

  .case-card-text{
    -webkit-line-clamp:4;
  }
}

.owl-carousel .owl-item img {
    display: block;
}

.case-card-top{
  display:grid;
  grid-template-rows:90px 72px 52px;
}

.submenu-mobile {
    display: none;
    padding-left: 15px;
}

.submenu-mobile li {
    margin: 8px 0;
}

.submenu-mobile a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}
