@charset "UTF-8";
@font-face {
  font-family: "Paralucent";
  src: url("../assets/fonts/Paralucent-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url("../assets/fonts/Paralucent-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url("../assets/fonts/Paralucent-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* =========================================================================
   1. CUSTOM SCROLLBAR
   ========================================================================= */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #061C46;
}

::-webkit-scrollbar-thumb {
  background: #020A95;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1A34C4;
}

/* =========================================================================
   2. LENIS BOILERPLATE (Scroll Fluido)
   ========================================================================= */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  oversscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* =========================================
   0. HEADER (A Caixa Flutuante)
   ========================================= */
.header-guartek {
  position: fixed; 
    top: 24px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-guartek .container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.header-guartek .header-box {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.header-guartek .header-logo img {
  height: 32px;
  width: auto;
  display: block;
}
.header-guartek .header-action {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-guartek .button--header {
  background-color: #020A95;
  color: #FFFFFF;
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}
.header-guartek .button--header:hover {
  background-color: #061C46;
}

@media (max-width: 1180px) {
    .header-guartek .header-action .button--header {
        display: none !important;
    }
}

.header-guartek .mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 102;
}
.header-guartek .mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #061C46;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.header-guartek .mobile-menu-toggle span:nth-child(1) {
  top: 0;
}
.header-guartek .mobile-menu-toggle span:nth-child(2) {
  top: 10px;
}
.header-guartek .mobile-menu-toggle span:nth-child(3) {
  top: 20px;
}
.header-guartek .mobile-menu-toggle.is-active span {
  background-color: #FFFFFF;
}
.header-guartek .mobile-menu-toggle.is-active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.header-guartek .mobile-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header-guartek .mobile-menu-toggle.is-active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.header-guartek .header-nav ul.menu-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.header-guartek .header-nav ul.menu-list li {
  list-style: none;
}
.header-guartek .header-nav ul.menu-list li a {
  color: #061C46;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header-guartek .header-nav ul.menu-list li a:hover {
  color: #1A34C4;
}
@media (max-width: 1180px) {
  .header-guartek .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background-color: #061C46;
    padding: 120px 40px 40px 40px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 101;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
  }
  .header-guartek .header-nav.is-open {
    transform: translateX(0);
  }
  .header-guartek .header-nav ul.menu-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .header-guartek .header-nav ul.menu-list li a {
    color: #FFFFFF;
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .header-guartek .mobile-menu-toggle {
    display: block;
  }
  .header-guartek .header-box {
    padding: 12px 20px;
  }
}

/* =========================================
   ESTRUTURA DA PÁGINA (HOME)
   ========================================= */
.home-guartek {
  background-color: #061C46;
  color: #FFFFFF;
  overflow-x: hidden;
}
.home-guartek .container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.home-guartek {
  /* =========================================
     1. HERO SECTION
     ========================================= */
}
.home-guartek .hero-section {
  padding: 40px 0 60px 0;
  background-color: #061C46;
}
.home-guartek .hero-section .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 1180px) {
  .home-guartek .hero-section .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.home-guartek .hero-section .hero-content-box {
  background-color: #020A95;
  background-image: url("../assets/img/bg-hero-box.svg");
  background-size: cover;
  background-position: center;
  padding: 72px 56px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1180px) {
  .home-guartek .hero-section .hero-content-box {
    order: 2;
    margin-top: -80px;
    position: relative;
    z-index: 5;
    padding: 40px 24px;
    border-radius: 16px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
  }
}
.home-guartek .hero-section .hero-content-box h1 {
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: #FFFFFF;
  max-width: 450px;
}
@media (max-width: 1180px) {
  .home-guartek .hero-section .hero-content-box h1 {
    max-width: 100%;
  }
}
.home-guartek .hero-section .hero-content-box .hero-text {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 390px;
}
@media (max-width: 1180px) {
  .home-guartek .hero-section .hero-content-box .hero-text {
    font-size: 16px;
    max-width: 100%;
  }
}
.home-guartek .hero-section .hero-image-box {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .home-guartek .hero-section .hero-image-box {
    order: 1;
    height: 380px;
    width: 100%;
  }
}
.home-guartek .hero-section .hero-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-guartek .hero-section .button--hero {
  align-self: flex-start;
  background-color: #0F1C42;
  color: #FFFFFF;
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid rgba(26, 52, 196, 0.8);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  text-decoration: none;
}
.home-guartek .hero-section .button--hero img.btn-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-guartek .hero-section .button--hero:hover {
  background-color: rgb(24.4444444444, 45.6296296296, 107.5555555556);
}
.home-guartek .hero-section .hero-award {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 4px;
}
.home-guartek .hero-section .hero-award img {
  width: 28px;
  height: 28px;
  margin-top: 4px;
}
.home-guartek .hero-section .hero-award span {
  font-size: 12px;
  line-height: 1.5;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.7);
}
.home-guartek {
  /* =========================================
     2. SOLUÇÕES OFERECIDAS
     ========================================= */
}
.home-guartek .analise-section {
  padding: 40px 0 80px 0;
  background-color: #061C46;
  position: relative;
}
.home-guartek .analise-section .analise-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1180px) {
  .home-guartek .analise-section .analise-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }
}
.home-guartek .analise-section .analise-content h2 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.home-guartek .analise-section .analise-content .subtitle {
  color: #5E81F4;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.home-guartek .analise-section .analise-content .texto-wysiwyg {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  white-space: pre-line;
}
.home-guartek .analise-section .analise-content .texto-wysiwyg p {
  margin-bottom: 24px;
}
.home-guartek .analise-section .analise-content .texto-wysiwyg p:last-child {
  margin-bottom: 0;
}
.home-guartek .analise-section .analise-image img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.home-guartek .analise-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1040px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 35%, #5E81F4 35%, #5E81F4 65%, rgba(255, 255, 255, 0.1) 65%, rgba(255, 255, 255, 0.1) 100%);
}
.home-guartek {
  /* =========================================
     3. MONITORAMENTO (RESPONSIVO E ANIMADO)
     ========================================= */
}
.home-guartek .monitoramento-section {
  padding: 100px 0;
  background-color: #061C46;
  text-align: center;
}
.home-guartek .monitoramento-section .section-header {
  max-width: 560px;
  margin: 0 auto 40px auto;
}
@media (max-width: 600px) {
  .home-guartek .monitoramento-section .section-header {
    max-width: 100%;
  }
}
.home-guartek .monitoramento-section .section-header h2 {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .home-guartek .monitoramento-section .section-header h2 {
    font-size: 32px;
  }
}
.home-guartek .monitoramento-section .section-header p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: auto;
  width: 350px;
}
@media (max-width: 400px) {
  .home-guartek .monitoramento-section .section-header p {
    width: 100%;
  }
}
.home-guartek .monitoramento-section .section-header p strong,
.home-guartek .monitoramento-section .section-header p b {
  color: #5E81F4;
  font-weight: 500;
}
.home-guartek .monitoramento-section .cards-grid {
  max-width: 1100px;
  margin: 0 auto 40px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .home-guartek .monitoramento-section .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .home-guartek .monitoramento-section .cards-grid {
    grid-template-columns: 1fr;
  }
}
.home-guartek .monitoramento-section .card-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 48px 20px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 600px) {
  .home-guartek .monitoramento-section .card-item {
    height: auto;
  }
}
.home-guartek .monitoramento-section .card-item .card-icon {
  margin-bottom: 10px;
  height: 70px;
  display: flex;
  align-items: center;
}
.home-guartek .monitoramento-section .card-item .card-icon img {
  height: 100%;
  width: auto;
}
.home-guartek .monitoramento-section .card-item h3 {
  color: #061C46;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 160px;
}
.home-guartek .monitoramento-section .monitoramento-footer .footer-text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  padding: 0 20px;
  width: 460px;
  margin: 10px auto;
}
.home-guartek .monitoramento-section .monitoramento-footer .button--monitoramento {
  background-color: #020A95;
  padding: 16px 40px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  text-decoration: none;
}
.home-guartek .monitoramento-section .monitoramento-footer .button--monitoramento img {
  width: 18px;
}
.home-guartek .monitoramento-section .monitoramento-footer .button--monitoramento:hover {
  background-color: rgb(2.6754966887, 13.3774834437, 199.3245033113);
  transform: translateY(-2px);
}
.home-guartek {
  /* =========================================
     4. TECNOLOGIA (Caixa Branca com Grafismo)
     ========================================= */
}
.home-guartek .tecnologia-section {
  padding: 0 0 100px 0;
  background-color: #061C46;
}
.home-guartek .tecnologia-section .tecnologia-box {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (max-width: 768px) {
  .home-guartek .tecnologia-section .tecnologia-box {
    padding: 60px 24px;
  }
}
.home-guartek .tecnologia-section .tecnologia-header h2 {
  color: #061C46;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .home-guartek .tecnologia-section .tecnologia-header h2 {
    font-size: 32px;
  }
}
.home-guartek .tecnologia-section .tecnologia-header .subtitle {
  color: #061C46;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  max-width: 410px;
  margin: 0 auto 60px auto;
}
.home-guartek .tecnologia-section .tecnologia-header .subtitle strong,
.home-guartek .tecnologia-section .tecnologia-header .subtitle b {
  color: #020A95;
  font-weight: 500;
}
.home-guartek .tecnologia-section .tecnologia-grafismo {
  max-width: 900px;
  margin: 0 auto;
}
.home-guartek .tecnologia-section .tecnologia-grafismo img {
  width: 100%;
  height: auto;
  display: block;
}
.home-guartek {
  /* =========================================
     5. CLIENTES (Cards com Canto Cortado)
     ========================================= */
}
.home-guartek .clientes-publico-section {
  padding: 40px 0;
  background-color: #061C46;
}
.home-guartek .clientes-publico-section .clientes-block {
  margin-bottom: 80px;
}
.home-guartek .clientes-publico-section .clientes-block .section-header {
  margin-bottom: 48px;
  text-align: left;
}
.home-guartek .clientes-publico-section .clientes-block .section-header h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}
.home-guartek .clientes-publico-section .clientes-block .section-header .subtitle {
  color: #5E81F4;
  font-size: 18px;
  font-weight: 400;
}
.home-guartek .clientes-publico-section .clientes-block .clientes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .home-guartek .clientes-publico-section .clientes-block .clientes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home-guartek .clientes-publico-section .clientes-block .clientes-grid {
    grid-template-columns: 1fr;
  }
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card {
  position: relative;
  padding: 40px 32px;
  background: #041535;
  z-index: 1;
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
  transition: transform 0.3s ease;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1A34C4;
  z-index: -2;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background: #030D2A;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 39px), calc(100% - 39px) 100%, 0 100%);
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card:hover {
  transform: translateY(-8px);
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-header-flex {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-header-flex .card-icon {
  flex-shrink: 0;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-header-flex .card-icon img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-header-flex h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-header-flex h3 span,
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-header-flex h3 b,
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-header-flex h3 strong {
  color: #5E81F4;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-body .texto-principal {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 24px;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-body .aplicacoes {
  font-size: 13px;
  line-height: 1.5;
  color: #5E81F4;
  margin-bottom: 0;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-body .aplicacoes strong {
  color: #5E81F4;
  font-weight: 500;
}
.home-guartek .clientes-publico-section .clientes-block .cliente-card .cliente-body .aplicacoes span {
  color: #5E81F4;
  font-weight: 300;
}
.home-guartek {
  /* =========================================
     6. PÚBLICO ALVO (Os 7 Quadradinhos)
     ========================================= */
}
.home-guartek .publico-section {
  padding: 40px 0 100px 0;
  background-color: #061C46;
  position: relative;
}
.home-guartek .publico-section .publico-block {
  text-align: center;
  margin-bottom: 56px;
}
.home-guartek .publico-section .publico-block h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 48px;
  letter-spacing: -0.04em;
}
.home-guartek .publico-section .publico-block .publico-grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home-guartek .publico-section .publico-block .publico-grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .home-guartek .publico-section .publico-block .publico-grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-guartek .publico-section .publico-block .publico-item {
  aspect-ratio: 1/1;
  border: 1px solid rgba(26, 52, 196, 0.8);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: all 0.3s ease;
  /* cursor: pointer; */
}
.home-guartek .publico-section .publico-block .publico-item .icon-wrapper {
  margin-bottom: 16px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-guartek .publico-section .publico-block .publico-item .icon-wrapper img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-guartek .publico-section .publico-block .publico-item span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  max-width: 130px;
}
.home-guartek .publico-section .publico-block .publico-item:hover {
  background-color: rgba(26, 52, 196, 0.25);
  border-color: #020A95;
  transform: translateY(-4px);
}
.home-guartek .publico-section .publico-footer {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.home-guartek .publico-section .publico-footer .button--publico {
  background-color: #001884;
  padding: 14px 40px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  text-decoration: none;
  color: #FFFFFF;
}
.home-guartek .publico-section .publico-footer .button--publico img {
  width: 18px;
}
.home-guartek .publico-section .publico-footer .button--publico:hover {
  background-color: rgb(2.6754966887, 13.3774834437, 199.3245033113);
  transform: translateY(-2px);
}
.home-guartek .publico-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1040px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 35%, #5E81F4 35%, #5E81F4 65%, rgba(255, 255, 255, 0.05) 65%, rgba(255, 255, 255, 0.05) 100%);
}
/* =========================================
   DIFERENCIAIS (Grid Novo Figma - 10 itens com Linhas Contínuas)
   ========================================= */
.diferenciais-section {
    padding: 100px 0;
    background-color: #061C46;
}

.diferenciais-section .diferenciais-header {
    max-width: 700px;
    margin: 0 auto 80px auto;
    text-align: center;
}

.diferenciais-section .diferenciais-header h2 {
    color: #FFFFFF;
    font-size: 44px;
    margin-bottom: 24px;
}

.diferenciais-section .diferenciais-header .subtitle {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.diferenciais-section .diferenciais-header .subtitle strong,
.diferenciais-section .diferenciais-header .subtitle b,
.diferenciais-section .diferenciais-header .subtitle span {
    color: #5E81F4;
    font-weight: 400;
}

.diferenciais-section .diferenciais-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 colunas no desktop */
    gap: 0; /* ZERAMOS O GAP: O espaço será feito pelo padding para as linhas se encontrarem */
    
    /* Linha contínua do TOPO do grid */
    border-top: 1px solid rgba(255, 255, 255, 0.2); 
    padding-top: 64px; 
}

.diferenciais-section .diferencial-item {
    padding-right: 24px; /* Simula o column-gap original */
    padding-bottom: 64px; /* Simula o row-gap original */
}

/* Remove o padding-right do último item da linha (Desktop) para alinhar à margem */
.diferenciais-section .diferencial-item:nth-child(5n) {
    padding-right: 0;
}

/* Linha contínua do MEIO: Aplica borda em todos os itens a partir do 6º */
.diferenciais-section .diferencial-item:nth-child(n+6) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 64px;
}

.diferenciais-section .diferencial-item .numero {
    color: #0054FF;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.diferenciais-section .diferencial-item h4 {
    color: #5E81F4;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 12px;
}

.diferenciais-section .diferencial-item p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
}

/* =========================================
   Responsividade Diferenciais (Reconstrução de Linhas)
   ========================================= */

/* TABLET (3 Colunas) */
@media (max-width: 1024px) {
    .diferenciais-section .diferenciais-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* 1. Reseta a lógica de bordas/paddings do Desktop (Usamos nth-child(1n) para ter a mesma força no CSS) */
    .diferenciais-section .diferencial-item:nth-child(1n) { 
        padding-right: 24px; 
        border-top: none; 
        padding-top: 0; 
    }
    
    /* 2. Aplica a nova lógica de 3 colunas */
    .diferenciais-section .diferencial-item:nth-child(3n) { 
        padding-right: 0; 
    }
    .diferenciais-section .diferencial-item:nth-child(n+4) {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 64px;
    }
}

/* TABLET VERTICAL / MOBILE LANDSCAPE (2 Colunas) */
@media (max-width: 768px) {
    .diferenciais-section .diferenciais-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* 1. Reseta a lógica anterior */
    .diferenciais-section .diferencial-item:nth-child(1n) { 
        padding-right: 24px; 
        border-top: none; 
        padding-top: 0; 
    }
    
    /* 2. Aplica a nova lógica de 2 colunas */
    .diferenciais-section .diferencial-item:nth-child(2n) { 
        padding-right: 0; 
    }
    .diferenciais-section .diferencial-item:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 64px;
    }
}

/* MOBILE PORTRAIT (1 Coluna) */
@media (max-width: 480px) {
    .diferenciais-section .diferenciais-grid {
        grid-template-columns: 1fr;
        border-top: none; /* Tira a linha mestra do topo para não poluir a tela no celular */
        padding-top: 0;
    }
    
    /* 1. Reseta a lógica anterior */
    .diferenciais-section .diferencial-item:nth-child(1n) { 
        padding-right: 0; 
        border-top: none; 
        padding-top: 0; 
        padding-bottom: 32px; 
    }
    
    /* 2. Aplica a lógica de 1 coluna (Uma linha sutil acima de todos, menos o primeiro) */
    .diferenciais-section .diferencial-item:nth-child(n+2) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 32px;
    }
}
.home-guartek {
  /* =========================================
         8. SOBRE A GUARTEK
         ========================================= */
}
.home-guartek .sobre-section {
  padding: 100px 0;
  background-color: #061C46;
  position: relative;
  overflow: hidden;
}
.home-guartek .sobre-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 750px;
  height: 120%;
  background-image: url("../assets/img/grafia-main.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  filter: brightness(0);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}
.home-guartek .sobre-section .container {
  position: relative;
  z-index: 1;
}
.home-guartek .sobre-section .sobre-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .home-guartek .sobre-section .sobre-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
.home-guartek .sobre-section .sobre-image img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.home-guartek .sobre-section .sobre-content {
  max-width: 480px;
}
.home-guartek .sobre-section .sobre-content h2 {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
.home-guartek .sobre-section .sobre-content .texto-wysiwyg {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300 !important;
}
.home-guartek .sobre-section .sobre-content .texto-wysiwyg p {
  margin-bottom: 16px;
}
.home-guartek .sobre-section .sobre-content .texto-wysiwyg p:last-child {
  margin-bottom: 0;
}
.home-guartek .sobre-section .sobre-content .texto-wysiwyg em strong,
.home-guartek .sobre-section .sobre-content .texto-wysiwyg strong em {
  font-weight: 500 !important;
  font-style: italic;
  color: #FFFFFF;
}
.home-guartek .sobre-section .sobre-content .texto-wysiwyg .highlight-blue {
  color: #5E81F4;
  font-weight: 400 !important;
}
.home-guartek {
  /* =========================================
  9. CONTATO (COMPONENTE) - Identico ao Figma
  ========================================= */
}
.home-guartek .component-contato {
  padding: 100px 0;
  background-color: #061C46;
  position: relative;
  z-index: 1;
}
.home-guartek .component-contato .container {
  position: relative;
}
.home-guartek .component-contato .contato-wrapper {
  background-color: #001884;
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .home-guartek .component-contato .contato-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
  }
}
.home-guartek .component-contato {
  /* Coluna Esquerda (Texto Azul) */
}
.home-guartek .component-contato .contato-infos {
  flex: 1.3;
  padding: 0px 40px 0px 64px;
}
@media (max-width: 992px) {
  .home-guartek .component-contato .contato-infos {
    padding: 40px 32px;
  }
}
@media (max-width: 768px) {
  .home-guartek .component-contato .contato-infos {
    padding: 40px 24px;
  }
}
.home-guartek .component-contato .contato-infos h2 {
  color: #FFFFFF !important;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 32px;
  letter-spacing: -0.04em;
  line-height: 1;
}
.home-guartek .component-contato .contato-infos .texto-conteudo {
  max-width: 480px;
}
.home-guartek .component-contato .contato-infos .texto-conteudo p {
  color: #FFFFFF !important;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 24px;
}
.home-guartek .component-contato .contato-infos .contato-local {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 48px;
}
.home-guartek .component-contato .contato-infos .contato-local img.local-icon {
  width: 30px;
  height: auto;
  transform: translateY(4px);
}
.home-guartek .component-contato .contato-infos .contato-local .local-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8) !important;
}
.home-guartek .component-contato .contato-infos .contato-local .local-text strong,
.home-guartek .component-contato .contato-infos .contato-local .local-text b {
  color: #FFFFFF !important;
  font-weight: 300;
  font-size: 20px;
}
.home-guartek .component-contato .contato-form-box {
  width: 520px;
  background-color: #FFFFFF;
  padding: 56px 48px 0 48px;
  flex-shrink: 0;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  margin: -40px 40px 0px -60px;
}
@media (max-width: 1180px) {
  .home-guartek .component-contato .contato-form-box {
    margin: -30px 30px -30px -30px;
    width: 480px;
  }
}
@media (max-width: 992px) {
  .home-guartek .component-contato .contato-form-box {
    width: 100%;
    margin: 0;
    padding: 40px 24px;
    border-radius: 0 0 16px 16px;
  }
}
.home-guartek .component-contato .contato-form-box .wpcf7 p {
  margin: 0;
  padding: 0;
  font: 300 16px/50% "Paralucent", sans-serif;
}
.home-guartek .component-contato .contato-form-box .wpcf7 label {
  display: block;
  color: #061C46 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-bottom: 4px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.home-guartek .component-contato .contato-form-box .wpcf7 label .star {
  color: #FF0048 !important;
}
.home-guartek .component-contato .contato-form-box .wpcf7 .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .home-guartek .component-contato .contato-form-box .wpcf7 .form-row {
    flex-direction: column;
    gap: 0;
  }
}
.home-guartek .component-contato .contato-form-box .wpcf7 .form-row .form-group {
  margin-bottom: 0;
  flex: 1;
}
.home-guartek .component-contato .contato-form-box .wpcf7 .form-group {
  margin-bottom: 12px;
}
.home-guartek .component-contato .contato-form-box .wpcf7 input[type=text],
.home-guartek .component-contato .contato-form-box .wpcf7 input[type=email],
.home-guartek .component-contato .contato-form-box .wpcf7 input[type=tel],
.home-guartek .component-contato .contato-form-box .wpcf7 textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E2E8F0 !important;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 15px;
  color: #061C46;
  outline: none;
  transition: border-color 0.3s ease;
  font-family: inherit;
}
.home-guartek .component-contato .contato-form-box .wpcf7 input[type=text]:focus,
.home-guartek .component-contato .contato-form-box .wpcf7 input[type=email]:focus,
.home-guartek .component-contato .contato-form-box .wpcf7 input[type=tel]:focus,
.home-guartek .component-contato .contato-form-box .wpcf7 textarea:focus {
  border-color: #020A95 !important;
}
.home-guartek .component-contato .contato-form-box .wpcf7 textarea {
  height: 100px;
  resize: vertical;
}
.home-guartek .component-contato .contato-form-box .wpcf7 input[type=submit] {
  width: 100%;
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 500;
  padding: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 16px;
  transition: 0.3s ease;
  padding-right: 32px;
  background: url("../assets/img/icon-btn.svg") no-repeat calc(50% + 95px) center/24px, linear-gradient(270deg, #0F204B 0%, #040D26 200%);
}
.home-guartek .component-contato .contato-form-box .wpcf7 input[type=submit]:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}
.home-guartek .component-contato .contato-form-box .wpcf7 .wpcf7-not-valid-tip {
  color: #E53E3E !important;
  font-size: 12px !important;
  margin-top: 4px !important;
  font-weight: 500;
  display: block;
}
.home-guartek .component-contato .contato-form-box .wpcf7 .wpcf7-not-valid,
.home-guartek .component-contato .contato-form-box .wpcf7 .error-border {
  border-color: #FC8181 !important;
  background-color: #FFF5F5 !important;
}
.home-guartek .component-contato .contato-form-box .wpcf7 .wpcf7-form-control.is-filled:not(.wpcf7-not-valid):not(.error-border) {
  border-color: #68D391 !important;
  background-color: #F0FFF4 !important;
}
.home-guartek .component-contato .contato-form-box .wpcf7 .wpcf7-response-output {
  display: none !important;
}

/* =========================================
   MODAL DE SUCESSO - CONTATO
   ========================================= */
.modal-sucesso-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 28, 70, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}
.modal-sucesso-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-sucesso-overlay .modal-sucesso-box {
  background: #FFFFFF;
  width: 90%;
  max-width: 420px;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: translateY(20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.modal-sucesso-overlay.is-active .modal-sucesso-box {
  transform: translateY(0) scale(1);
}
.modal-sucesso-overlay .icon-check {
  width: 72px;
  height: 72px;
  background: #F0FFF4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  color: #48BB78;
}
.modal-sucesso-overlay .icon-check svg {
  width: 36px;
  height: 36px;
}
.modal-sucesso-overlay h3 {
  color: #061C46;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.modal-sucesso-overlay p {
  color: #4A5568;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.modal-sucesso-overlay .btn-fechar-modal {
  background: #020A95;
  color: #FFFFFF;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}
.modal-sucesso-overlay .btn-fechar-modal:hover {
  background: #061C46;
  transform: translateY(-2px);
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  box-sizing: border-box;
  font-family: "Paralucent", sans-serif;
  color: #0E1011;
}

::-moz-selection {
  background: #191F54;
  color: #FFFFFF;
}

::selection {
  background: #191F54;
  color: #FFFFFF;
}

html {
  scroll-behavior: smooth;
  overflow-y: overlay;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 14px;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.16);
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 1000px;
}
html figure {
  margin: 0;
}
html .fslightbox-nav * {
  color: #FFFFFF !important;
}
html.o-hidden {
  overflow: hidden;
}

body {
  padding-top: 88px;
  background: #061C46;
  letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 1180px) {
  body {
    padding-top: 72px;
  }
}

html,
body {
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}

main.home-op {
  display: block;
  height: auto;
  overflow: visible;
}

button {
  cursor: pointer;
}

h1 {
  font: 700 56px/120% "Paralucent", sans-serif;
}
@media (max-width: 1180px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font: 700 48px/120% "Paralucent", sans-serif;
}
@media (max-width: 1180px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font: 700 40px/120% "Paralucent", sans-serif;
}
@media (max-width: 1180px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font: 700 30px/120% "Paralucent", sans-serif;
}
@media (max-width: 1180px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font: 700 24px/130% "Paralucent", sans-serif;
}
@media (max-width: 1180px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font: 700 20px/130% "Paralucent", sans-serif;
}
@media (max-width: 1180px) {
  h6 {
    font-size: 18px;
  }
}

p, p * {
  font: 300 16px/160% "Paralucent", sans-serif;
  color: #F5F5F5;
}
p a, p * a {
  font-weight: 700;
  color: #191F54;
}
p a:hover, p * a:hover {
  text-decoration: underline;
}
p strong, p * strong {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

small {
  display: block;
}

form section {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1180px) {
  form section {
    display: block;
  }
}
form fieldset {
  display: block;
  width: 100%;
}
form label {
  color: #FFFFFF;
  font: 600 13px/1 "Paralucent", sans-serif;
  display: block;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
form label span {
  color: red;
}
form input[type=date],
form input[type=datetime],
form input[type=datetime-local],
form input[type=email],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=range],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form input[type=week],
form input[type=file],
form textarea {
  margin: 0 0 5px 0;
  font: 600 17px/1.3 "Paralucent", sans-serif;
  display: flex;
  align-items: center;
  width: 100%;
  resize: none;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0 20px 3px 20px;
  height: 44px;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  transition: 0.4s;
}
form input[type=date]:focus, form input[type=date]:hover,
form input[type=datetime]:focus,
form input[type=datetime]:hover,
form input[type=datetime-local]:focus,
form input[type=datetime-local]:hover,
form input[type=email]:focus,
form input[type=email]:hover,
form input[type=month]:focus,
form input[type=month]:hover,
form input[type=number]:focus,
form input[type=number]:hover,
form input[type=password]:focus,
form input[type=password]:hover,
form input[type=range]:focus,
form input[type=range]:hover,
form input[type=search]:focus,
form input[type=search]:hover,
form input[type=tel]:focus,
form input[type=tel]:hover,
form input[type=text]:focus,
form input[type=text]:hover,
form input[type=time]:focus,
form input[type=time]:hover,
form input[type=url]:focus,
form input[type=url]:hover,
form input[type=week]:focus,
form input[type=week]:hover,
form input[type=file]:focus,
form input[type=file]:hover,
form textarea:focus,
form textarea:hover {
  border-color: rgba(255, 255, 255, 0.32);
}
form textarea {
  height: 120px;
  padding-top: 16px;
}
form [type=submit] {
  cursor: pointer;
  width: 100%;
  margin: 4px 0 0 0;
}

.container {
  max-width: 1270px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .container {
    padding: 0 24px;
  }
}

.nav {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  background: #FFFFFF;
}
@media (max-width: 1180px) {
  .nav {
    padding: 20px 0;
  }
}
.nav.fixed {
  box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}
@media (max-width: 1180px) {
  .nav.fixed {
    padding: 20px 0;
  }
}
.nav.open .nav__menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.nav.open .nav__button {
  background: #FFFFFF;
}
.nav.open .nav__button::before {
  transform: translateY(7px) rotate(-45deg);
}
.nav.open .nav__button::after {
  transform: translateY(-7px) rotate(45deg);
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  display: block;
}
.nav__logo img {
  max-height: 36px;
}
@media (max-width: 1180px) {
  .nav__logo img {
    max-height: 32px;
  }
}
.nav__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1180px) {
  .nav__menu {
    gap: 32px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 72px);
    border-top: 1px solid #CDD5D8;
    opacity: 0;
    visibility: hidden;
    padding: 48px 24px;
    overflow-y: auto;
    background: #FFFFFF;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    transition: 0.4s;
    transform: translateX(100%);
  }
  .nav__menu .button {
    width: 100%;
    font-size: 18px;
    padding: 14px 40px 16px 40px;
  }
}
.nav__menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1180px) {
  .nav__menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.nav__menu ul li {
  position: relative;
}
.nav__menu ul li:hover > a::before {
  transform: scaleY(-1);
}
.nav__menu ul li:hover div {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1180px) {
  .nav__menu ul li.submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.nav__menu ul li.submenu > a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}
.nav__menu ul li.submenu > a::after {
  display: none;
}
.nav__menu ul li.submenu > a::before {
  content: url("../assets/svg/arrow.svg");
  transition: 0.4s;
}
@media (max-width: 1180px) {
  .nav__menu ul li.submenu > a::before {
    display: none;
  }
}
.nav__menu ul li div {
  position: absolute;
  left: 48%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  padding: 24px;
  transition: 0.4s;
  min-width: 180px;
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1180px) {
  .nav__menu ul li div {
    margin: 24px 0 0 0;
    position: relative;
    transform: unset;
    left: unset;
    padding: 0 0 0 24px;
    opacity: 1;
    visibility: visible;
    box-shadow: unset;
    border-left: 1px solid #CDD5D8;
  }
}
.nav__menu ul li a,
.nav__menu ul li span {
  font: 400 17px/1 "Paralucent", sans-serif;
}
.nav__menu ul li > a {
  position: relative;
  font: 400 17px/1 "Paralucent", sans-serif;
  color: #F5F5F5;
  transition: 0.4s;
}
@media (max-width: 1180px) {
  .nav__menu ul li > a {
    font-size: 22px;
  }
}
.nav__menu ul li > a:hover {
  color: #191F54;
}
.nav__menu ul li > a:hover::after {
  opacity: 1;
  visibility: visible;
}
.nav__menu ul li > a::after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  left: 50%;
  border-radius: 1000px 1000px 0 0;
  transform: translateX(-50%);
  bottom: -8px;
  background: #191F54;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1180px) {
  .nav__menu ul li > a::after {
    display: none;
  }
}
.nav__button {
  position: relative;
  background: #191F54;
  width: 24px;
  height: 2px;
  transition: 0.4s;
  display: none;
}
@media (max-width: 1180px) {
  .nav__button {
    display: block;
  }
}
.nav__button::before, .nav__button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #191F54;
  transition: 0.4s;
}
.nav__button::before {
  top: -7px;
}
.nav__button::after {
  bottom: -7px;
}

.contact {
  margin: 200px 0 0 0;
}
@media (max-width: 1180px) {
  .contact {
    margin: 80px 0 0 0;
  }
  .contact .container {
    padding: 0;
  }
}
.contact .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .contact .container {
    flex-direction: column-reverse;
  }
}
.contact__infos {
  padding: 64px 0 144px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .contact__infos {
    padding: 64px 24px;
  }
}
.contact__infos * {
  color: #FFFFFF;
}
.contact__infos section:not(:last-of-type) {
  margin: 0 0 40px 0;
}
.contact__infos section:first-of-type div {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact__infos section:last-of-type h4 {
  margin: 0 0 32px 0;
}
@media (max-width: 1180px) {
  .contact__infos section:last-of-type h4 {
    margin: 0 0 24px 0;
  }
}
.contact__infos section:last-of-type ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact__infos section:last-of-type ul li {
  display: flex;
  align-items: center;
  gap: 32px;
}
.contact__infos section:last-of-type ul li small {
  opacity: 0.5;
  text-transform: uppercase;
  font: 300 14px/1 "Paralucent", sans-serif;
  margin: 0 0 12px 0;
}
.contact__infos section:last-of-type ul li a {
  font: 600 18px/1 "Paralucent", sans-serif;
  text-transform: uppercase;
  display: block;
  transition: 0.4s;
}
.contact__infos section:last-of-type ul li a:hover {
  opacity: 0.64;
}
.contact__form {
  max-width: 640px;
  width: 100%;
  background: #191F54;
  padding: 64px;
  transform: translateY(-80px);
}
@media (max-width: 1180px) {
  .contact__form {
    transform: unset;
    padding: 64px 24px;
  }
}
.contact__form h3 {
  color: #FFFFFF;
  margin: 0 0 40px 0;
}

.footer {
  background-color: #061C46;
  padding: 0 0 60px 0;
}
.footer .footer-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 64px 64px 24px 64px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .footer .footer-card {
    padding: 40px 24px;
  }
}
.footer__links {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(6, 28, 70, 0.15);
}
@media (max-width: 992px) {
  .footer__links {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 48px;
  }
}
.footer .footer-col-brand {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 992px) {
  .footer .footer-col-brand {
    align-items: center;
  }
}
.footer .footer-col-brand .footer-logo img {
  max-height: 100px;
  width: auto;
}
.footer .footer-col-brand .social-icons {
  display: flex;
  gap: 16px;
}
.footer .footer-col-brand .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(6, 28, 70, 0.3);
  border-radius: 50%;
  transition: 0.3s;
}
.footer .footer-col-brand .social-icons a:hover {
  background-color: #061C46;
  border-color: #061C46;
}
.footer .footer-col-brand .social-icons a:hover img {
  filter: brightness(0) invert(1);
}
.footer .footer-col-brand .social-icons a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(30%) saturate(6744%) hue-rotate(212deg) brightness(94%) contrast(97%);
  transition: 0.3s;
}
.footer .footer-col-nav h4 {
  color: rgba(6, 28, 70, 0.6);
  font-size: 11px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.footer .footer-col-nav ul.footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer-col-nav ul.footer-menu-list li a {
  color: #041535;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer-col-nav ul.footer-menu-list li a:hover {
  color: #5E81F4;
}
.footer .footer-col-contact {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer .footer-col-contact .contact-block .label {
  display: block;
  color: rgba(6, 28, 70, 0.5);
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.footer .footer-col-contact .contact-block .contact-link {
  color: #041535;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer-col-contact .contact-block .contact-link:hover {
  color: #5E81F4;
}
.footer__bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .footer__bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.footer__bottom p {
  color: rgba(6, 28, 70, 0.7);
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.footer__bottom p.mangu-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__bottom p.mangu-brand a img {
  height: 18px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(30%) saturate(6744%) hue-rotate(212deg) brightness(94%) contrast(97%);
  transition: 0.3s;
}
.footer__bottom p.mangu-brand a img:hover {
  opacity: 0.7;
}

.subtitle {
  color: #191F54;
  font-weight: 600;
  margin: 0 0 24px 0;
}
@media (max-width: 1180px) {
  .subtitle {
    margin: 0 0 16px 0;
  }
}
.subtitle--white {
  color: #E8EDEF;
}

.status {
  font: 600 16px/1 "Paralucent", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1180px) {
  .status {
    font-size: 14px;
  }
}
.status::before {
  content: "";
  min-width: 40px;
  height: 2px;
  background: #CDD5D8;
}
.status--white {
  color: #FFFFFF;
}
.status--white::before {
  background: #FFFFFF;
  opacity: 0.32;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.closed {
  opacity: 0;
  visibility: hidden;
}
.modal .container {
  max-width: 620px;
}
@media (max-width: 1180px) {
  .modal .container {
    padding: 0;
  }
}
.modal .container * {
  text-align: center;
}
.modal .container div {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1180px) {
  .modal .container div {
    padding: 40px 24px;
  }
}
.modal .container div * {
  text-align: center;
}
.modal .container div p {
  margin: 16px 0 32px 0;
}
@media (max-width: 1180px) {
  .modal .container div p {
    margin: 12px 0 24px 0;
  }
}

.cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background: #FFFFFF;
  z-index: 999;
  transition: 0.4s;
  box-shadow: 0px -8px 64px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
}
.cookies.open {
  opacity: 1;
  visibility: visible;
}
.cookies .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .cookies .container {
    display: block;
  }
}
@media (max-width: 1180px) {
  .cookies .container p, .cookies .container p * {
    font-size: 15px;
    line-height: 140%;
  }
}
@media (max-width: 1180px) {
  .cookies .container button {
    width: 100%;
    margin: 16px 0 0 0;
  }
}

.button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #FFFFFF;
  background: #191F54;
  text-align: center;
  font: 700 18px/1 "Paralucent", sans-serif;
  padding: 14px 40px 16px 40px;
  transition: 0.4s;
}
.button:hover {
  background: #1b2f35;
}
.button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.button--outline {
  background: transparent;
  border: 1px solid #CDD5D8;
  color: #191F54;
}
.button--outline:hover {
  background: #191F54;
  color: #FFFFFF;
}
.button--outline:hover::after {
  filter: brightness(0) invert(1);
}
.button--outline::after {
  filter: unset;
}
.button--white {
  background: #FFFFFF;
  color: #191F54;
}
.button--white:hover {
  color: #FFFFFF;
  background: #1b2f35;
}
.button--white.button--arrow::after {
  content: "";
  background-image: url("../assets/svg/arrow-green.svg");
}
.button--white.button--arrow:hover {
  background: #191F54;
  color: #FFFFFF;
}
.button--white.button--arrow:hover::after {
  background-image: url("../assets/svg/arrow-white.svg");
}
.button--small {
  padding: 12px 32px 14px 32px;
  font-size: 16px;
}
.button--arrow::after {
  content: "";
  background-image: url("../assets/svg/arrow-white.svg");
}
.button--arrow:hover::after {
  transform: translateX(3px);
}
.button--grey {
  color: #0E1011;
  background: #E8EDEF;
}
.button--grey:hover {
  color: #0E1011;
  background: #E8EDEF;
}
.button--green {
  background: linear-gradient(225deg, #60D145 0%, #20A113 100%);
}
.button--green::after {
  fill: invert(1) brightness(0);
}

.cards {
  width: 100%;
  margin: 64px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 24px;
}
@media (max-width: 1180px) {
  .cards {
    margin: 40px 0 0 0;
  }
}
.cards a {
  max-width: 360px;
  width: 100%;
}

.card figure {
  position: relative;
}
.card figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(117.55deg, rgba(14, 16, 17, 0.4) 0%, rgba(14, 16, 17, 0) 100%);
  z-index: 5;
}
.card figure .status {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 9;
}
.card figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card h5 {
  font: 600 24px/1 "Paralucent", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 20px 0 12px 0;
}
.card small {
  font: 400 14px/1 "Paralucent", sans-serif;
  margin: 0 0 20px 0;
  color: #F5F5F5;
}
.card div {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 0 24px 0;
}
.card div p {
  color: #F5F5F5;
  font: 400 16px/1 "Paralucent", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
}
.card h6 {
  padding: 16px 0;
  color: rgba(33, 38, 43, 0.5);
  font: 400 14px/1 "Paralucent", sans-serif;
  border-top: 1px solid #E8EDEF;
  border-bottom: 1px solid #E8EDEF;
}
.card h6 strong {
  margin: 8px 0 0 0;
  font: 700 24px/1 "Paralucent", sans-serif;
  display: block;
}

@media (max-width: 1180px) {
  .search .container {
    padding: 0;
  }
}
.search .container form {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.08);
  gap: 20px;
}
@media (max-width: 1180px) {
  .search .container form {
    gap: 16px;
    padding: 32px 24px;
    border-radius: 20px;
    border-radius: 0;
  }
}
.search .container form fieldset {
  position: relative;
  width: calc(33.3% - 13px);
}
@media (max-width: 1180px) {
  .search .container form fieldset {
    width: calc(50% - 8px);
  }
}
.search .container form fieldset::before {
  content: url("../assets/svg/arrow-select.svg");
  position: absolute;
  bottom: 17px;
  right: 20px;
  z-index: 1;
  height: 12px;
  width: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .container form fieldset label {
  color: #F5F5F5;
}
.search .container form fieldset select,
.search .container form fieldset option {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  font: 400 16px/1 "Paralucent", sans-serif;
  border: 1px solid #CDD5D8;
  height: 46px;
  padding: 0 20px;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
}
.search .container form [type=submit] {
  margin: 0;
  width: calc(66.6% - 6px);
}
@media (max-width: 1180px) {
  .search .container form [type=submit] {
    width: 100%;
  }
}
.search .container form a {
  width: calc(33.3% - 13px);
}
@media (max-width: 1180px) {
  .search .container form a {
    width: 100%;
  }
}

.financiamentos {
  padding: 120px 0 0 0;
}
@media (max-width: 1180px) {
  .financiamentos {
    padding: 80px 0 0 0;
  }
}
.financiamentos header {
  margin: 0 0 64px 0;
}
.financiamentos header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 1180px) {
  .financiamentos header .container {
    flex-direction: column;
    gap: 24px;
  }
}
.financiamentos header .container div {
  max-width: 512px;
  width: 100%;
}
.financiamentos header .container p {
  max-width: 533px;
  width: 100%;
  padding: 0 0 10px 0;
}
@media (max-width: 1180px) {
  .financiamentos header .container p {
    padding: 0;
  }
}
.financiamentos section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 1180px) {
  .financiamentos section {
    display: block;
  }
}
.financiamentos section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 1180px) {
  .financiamentos section img {
    display: none;
  }
}
.financiamentos section aside {
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .financiamentos section aside {
    display: block;
  }
}
.financiamentos section aside article {
  max-width: 533px;
  width: 100%;
  padding: 28px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px 24px;
}
@media (max-width: 1180px) {
  .financiamentos section aside article {
    padding: 0;
    gap: 52px 16px;
  }
}
.financiamentos section aside article div {
  padding: 0 24px 32px 24px;
  border: 1px solid #E8EDEF;
}
@media (max-width: 1180px) {
  .financiamentos section aside article div {
    padding: 0 8px 24px 8px;
  }
}
.financiamentos section aside article div h6 {
  color: #191F54;
  font: 700 24px/1 "Paralucent", sans-serif;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8EDEF;
  margin: -28px auto 0 auto;
  background: #FFFFFF;
}
.financiamentos section aside article div p {
  margin: 20px 0 0 0;
  text-align: center;
  font: 600 18px/140% "Paralucent", sans-serif;
}
@media (max-width: 1180px) {
  .financiamentos section aside article div p {
    font-size: 15px;
  }
}

.nav__menu .button--whatsapp {
  background-color: #020A95 !important;
  color: #FFFFFF !important;
  border-color: #020A95 !important;
  background-image: none !important;
  padding-left: 24px !important;
  font-weight: 300;
}
.nav__menu .button--whatsapp::before {
  display: none !important;
}
.nav__menu .button--whatsapp img {
  display: none !important;
}
.nav__menu .button--whatsapp:hover {
  background-color: rgb(1.6622516556, 8.3112582781, 123.8377483444) !important;
  opacity: 0.8;
}

/* =========================================
   ANIMAÇÕES MODERNAS (REVEAL)
   ========================================= */
.reveal-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Classes para efeito cascata (um elemento aparecendo depois do outro) */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}/*# sourceMappingURL=main.css.map */

/* =======================================================
   CORREÇÕES MOBILE FINAIS (Responsividade e Cortes)
   ======================================================= */

/* 1. HEADER: Esconder botão Contato para não espremer a logo */
@media (max-width: 1180px) {
    .header-guartek .header-action .button--header {
        display: none !important;
    }
    .header-guartek .header-box {
        padding: 16px 20px !important;
    }
}

/* 2. CELULARES (Telas até 768px) */
@media (max-width: 768px) {
    
    /* Quebra a trava de largura fixa dos textos que estão vazando */
    .home-guartek .hero-section .hero-text,
    .home-guartek .monitoramento-section .monitoramento-footer .footer-text,
    .home-guartek .tecnologia-section .tecnologia-header .subtitle,
    .home-guartek .diferenciais-section .diferencial-item .diferencial-conteudo p,
    .home-guartek .analise-section .analise-content .texto-wysiwyg p {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 16px !important; /* Adiciona respiro nos textos */
    }

    /* Ajuste de respiro lateral (padding) nas caixas principais */
    .home-guartek .hero-section .hero-content-box,
    .home-guartek .analise-section {
        padding: 40px 24px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Ajuste dos botões para ocuparem a largura total da tela no mobile */
    .home-guartek .hero-section .button--hero,
    .home-guartek .monitoramento-section .monitoramento-footer .button--monitoramento,
    .home-guartek .publico-section .publico-footer .button--publico {
        width: 100% !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
}

/* =========================================
   MÓDULOS DE SEGURANÇA
   ========================================= */
.modulos-section {
    padding: 80px 0;
    background-color: #061C46;
}

.modulos-section h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 500;
    margin: 0 auto 30px auto;
    letter-spacing: -0.04em;
    max-width: 680px; 
    text-align: center;
}

.modulos-section .modulos-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 980px;
    margin: 0 auto;
}

.modulos-section .modulos-flex .modulo-item {
    width: calc(25% - 12px);
    aspect-ratio: 1 / 1;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.modulos-section .modulos-flex .modulo-item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.modulos-section .modulos-flex .modulo-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(2, 10, 149, 0.75); Overlay azul da Guartek */
    z-index: 2;
}

.modulos-section .modulos-flex .modulo-item p {
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

/* Responsividade Módulos */
@media (max-width: 768px) {
    .modulos-section .modulos-flex .modulo-item {
        width: calc(33.333% - 11px);
    }
}

@media (max-width: 480px) {
    .modulos-section .modulos-flex .modulo-item {
        width: calc(50% - 8px);
        aspect-ratio: auto;
        min-height: 160px;
    }
}

/* =========================================
   PARCEIROS
   ========================================= */
.parceiros-section {
    padding: 60px 0;
    background-color: #061C46;
}

.parceiros-section .parceiros-box {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 56px 40px;
    max-width: 1040px;
    margin: 0 auto;
}

.parceiros-section .parceiros-box h2 {
    color: #061C46;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 48px;
    letter-spacing: -0.04em;
    text-align: center;
}

.parceiros-section .parceiros-box .parceiros-flex {
    display: flex;
    flex-wrap: wrap; /* Permite que as logos caiam para a linha de baixo no mobile */
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.parceiros-section .parceiros-box .parceiros-flex .logo-parceiro {
    height: 60px; /* Altura controlada para as logos não ficarem gigantes */
    display: flex;
    align-items: center;
    justify-content: center;
}

.parceiros-section .parceiros-box .parceiros-flex .logo-parceiro img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.parceiros-section .parceiros-box .parceiros-flex .logo-parceiro img:hover {
    filter: grayscale(0%); /* Ao passar o mouse, a logo ganha cor */
    opacity: 1;
}

/* Responsividade Parceiros */
@media (max-width: 768px) {
    .parceiros-section .parceiros-box {
        padding: 40px 24px;
    }
    .parceiros-section .parceiros-box h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .parceiros-section .parceiros-box .parceiros-flex {
        gap: 32px;
    }
    .parceiros-section .parceiros-box .parceiros-flex .logo-parceiro {
        height: 48px; /* Reduz um pouco no tablet */
    }
}

@media (max-width: 480px) {
    .parceiros-section .parceiros-box .parceiros-flex {
        gap: 24px;
        flex-direction: column; /* Empilha as logos no celular para ficar mais limpo */
    }
    .parceiros-section .parceiros-box .parceiros-flex .logo-parceiro {
        height: 56px; 
    }
}