/* =========================================
CONFIGURAÇÕES GERAIS
========================================= */

:root {
  --empresa-dark: #06152c;
  --empresa-dark-2: #081c38;
  --empresa-dark-3: #10284b;
  --empresa-blue: #2d5fe9;
  --empresa-blue-light: #31a8ff;
  --empresa-purple: #565ccf;
  --empresa-orange: #fca038;
  --empresa-green: #00bc6a;
  --empresa-white: #ffffff;
  --empresa-text: #526078;
  --empresa-light: #f5f7fc;
  --empresa-border: #e4e9f3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--empresa-dark);
  background: #ffffff;
  overflow-x: hidden;
}



a {
  text-decoration: none;
}

.empresa-container {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}





/* =========================================
BOTÕES GERAIS
========================================= */

.empresa-btn {
  min-height: 58px;
  padding: 0 29px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;

  border-radius: 999px;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.empresa-btn:hover {
  transform: translateY(-3px);
}

.empresa-btn-primary {
  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--empresa-purple),
      var(--empresa-blue)
    );

  box-shadow:
    0 16px 38px rgba(45, 95, 233, 0.28);
}

.empresa-btn-primary:hover {
  color: #ffffff;

  box-shadow:
    0 20px 45px rgba(45, 95, 233, 0.38);
}

.empresa-btn-outline {
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.38);

  background: rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(12px);
}

.empresa-btn-outline:hover {
  color: #ffffff;

  border-color: rgba(255, 255, 255, 0.68);

  background: rgba(255, 255, 255, 0.12);
}


/* =========================================
TÍTULOS E TAGS
========================================= */

.empresa-section-tag,
.empresa-tag {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  color: var(--empresa-purple);

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;

  letter-spacing: 2.5px;

  text-transform: uppercase;
}

.empresa-section-tag::before,
.empresa-tag::before {
  content: "";

  width: 34px;
  height: 3px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--empresa-purple),
      var(--empresa-blue-light)
    );
}

.empresa-section-header {
  max-width: 900px;

  margin: 0 auto 65px;

  text-align: center;
}

.empresa-section-header .empresa-section-tag {
  justify-content: center;
}

.empresa-section-header h2,
.empresa-historia-conteudo h2,
.empresa-valores-intro h2,
.empresa-pessoas-conteudo h2,
.empresa-plataforma-conteudo h2,
.empresa-contato-conteudo h2 {
  margin-top: 24px;

  color: var(--empresa-dark);

  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;

  line-height: 1.05;
  letter-spacing: -3.5px;
}

.empresa-section-header h2 strong,
.empresa-historia-conteudo h2 strong,
.empresa-valores-intro h2 strong,
.empresa-pessoas-conteudo h2 strong,
.empresa-plataforma-conteudo h2 strong {
  color: var(--empresa-purple);
}

.empresa-section-header > p {
  max-width: 760px;

  margin: 22px auto 0;

  color: var(--empresa-text);

  font-size: 18px;
  line-height: 1.7;
}


/* =========================================
HERO
========================================= */

.empresa-hero {
  position: relative;

  min-height: 880px;

  padding: 175px 70px 165px;

  display: flex;
  align-items: center;

  overflow: hidden;
  isolation: isolate;

  color: #ffffff;

  background-image:
    url("../images/Todosfuncionarios.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.empresa-hero-overlay {
  position: absolute;
  inset: 0;

  z-index: -3;

  background:
    linear-gradient(
      90deg,
      rgba(3, 14, 34, 0.537) 0%,
      rgba(5, 24, 53, 0.503) 38%,
      rgba(7, 29, 62, 0.68) 64%,
      rgba(7, 29, 62, 0.3) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 16, 38, 0.16),
      rgba(4, 16, 38, 0.72)
    );
}

.empresa-hero-grid {
  position: absolute;
  inset: 0;

  z-index: -2;

  opacity: 0.13;

  background-image:
    linear-gradient(
      rgba(49, 168, 255, 0.23) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(49, 168, 255, 0.23) 1px,
      transparent 1px
    );

  background-size: 52px 52px;

  mask-image:
    linear-gradient(
      90deg,
      #000,
      transparent 72%
    );
}

.empresa-hero-container {
  position: relative;

  z-index: 2;

  width: min(1500px, 100%);

  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: center;

  gap: 80px;
}

.empresa-hero-conteudo {
  max-width: 850px;
}

.empresa-hero .empresa-tag {
  margin-bottom: 26px;

  color: #b8c6ff;
}

.empresa-hero h1 {
  margin: 0;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(50px, 5.4vw, 90px);
  font-weight: 800;

  line-height: 0.99;
  letter-spacing: -5px;
}

.empresa-hero h1 strong {
  display: block;

  margin-top: 8px;

  color: transparent;

  background:
    linear-gradient(
      90deg,
      #ffffff,
      #9fb5ff 55%,
      #6594ff
    );

  background-clip: text;
  -webkit-background-clip: text;
}

.empresa-hero-conteudo > p {
  max-width: 720px;

  margin-top: 32px;

  color: rgba(235, 240, 255, 0.76);

  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.75;
}

.empresa-hero-acoes {
  margin-top: 40px;

  display: flex;
  flex-wrap: wrap;

  gap: 16px;
}

.empresa-hero-card {
  padding: 34px;

  
  border-radius: 28px;

  background:
    linear-gradient(
      145deg,
      rgba(14, 41, 84, 0.329),
      rgba(7, 22, 49, 0.201)
    );

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.empresa-hero-card-label {
  color: #aeb8ff;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;
}

.empresa-hero-card > strong {
  display: block;

  margin-top: 14px;

  color: #ffffff4d;

  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 800;

  line-height: 1;
}

.empresa-hero-card > p {
  margin-top: 18px;

  color: rgba(235, 240, 255, 0.72);

  font-size: 14px;
  line-height: 1.65;
}

.empresa-hero-card-line {
  width: 100%;
  height: 1px;

  margin: 24px 0;

  background:
    linear-gradient(
      90deg,
      rgba(98, 126, 255, 0.65),
      transparent
    );
}

.empresa-hero-card-location {
  display: flex;
  align-items: center;

  gap: 10px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 13px;
}

.empresa-hero-card-location i {
  color: var(--empresa-blue-light);
}

.empresa-hero-numeros {
  position: absolute;

  left: 50%;
  bottom: 30px;

  z-index: 4;

  width: min(calc(100% - 140px), 1460px);

  padding: 20px 35px;

  display: grid;
  grid-template-columns:
    1fr auto
    1fr auto
    1fr auto
    1fr;

  align-items: center;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;

  background: rgba(5, 19, 43, 0.65);

  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  transform: translateX(-50%);
}

.empresa-numero {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;
}

.empresa-numero strong {
  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 800;
}

.empresa-numero span {
  max-width: 100px;

  color: rgba(255, 255, 255, 0.58);

  font-size: 11px;
  line-height: 1.35;
}

.empresa-numero-divisor {
  width: 1px;
  height: 35px;

  background: rgba(255, 255, 255, 0.13);
}


/* =========================================
HISTÓRIA
========================================= */

.empresa-historia {
  padding: 125px 0;

  background-image:url("../images/fundosecao4.png");
}

.empresa-historia-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: center;

  gap: 90px;
}

.empresa-historia-imagem {
  position: relative;
  
  border-radius: 35px;
  
}

.empresa-historia-imagem::after {
    content: "";

    position: absolute;
    inset: 0;

    border-radius: inherit;

    background:
        linear-gradient(
            180deg,
            rgba(5, 18, 45, 0.753) 0%,
            rgba(29, 52, 102, 0.522) 35%,
            rgba(5, 18, 45, 0.55) 100%
        );

    pointer-events: none;

    z-index: 3;
}

.empresa-historia-imagem::before {
  content: "";

  position: absolute;
  left: -35px;
  bottom: -35px;

  width: 180px;
  height: 180px;

  border-radius: 30px;

  background:
    radial-gradient(
      circle,
      rgba(86, 92, 207, 0.22) 2px,
      transparent 2.5px
    );

  background-size: 15px 15px;
}

.empresa-historia-imagem > img {
  position: relative;

  z-index: 2;

  width: 100%;
  height: 610px;

  object-fit: cover;

  border-radius: 35px;

  box-shadow:
    0 35px 80px rgba(26, 45, 80, 0.18);
}

.empresa-imagem-selo {
  position: absolute;
  right: -35px;
  bottom: 45px;

  z-index: 4;

  min-width: 280px;

  padding: 20px 23px;

  display: flex;
  align-items: center;

  gap: 15px;

  border: 1px solid rgba(86, 92, 207, 0.13);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.94);

  box-shadow:
    0 22px 55px rgba(27, 43, 74, 0.18);

  backdrop-filter: blur(15px);
}

.empresa-imagem-selo > i {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--empresa-purple);

  font-size: 22px;

  border-radius: 14px;

  background: rgba(86, 92, 207, 0.1);
}

.empresa-imagem-selo div {
  display: flex;
  flex-direction: column;

  gap: 3px;
}

.empresa-imagem-selo strong {
  color: var(--empresa-dark);

  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.empresa-imagem-selo span {
  color: var(--empresa-text);

  font-size: 12px;
}

.empresa-historia-conteudo > p {
  margin-top: 22px;

  color: var(--empresa-text);

  font-size: 17px;
  line-height: 1.8;
}

.empresa-titulo-linha {
  width: 170px;
  height: 4px;

  margin: 30px 0;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--empresa-purple),
      var(--empresa-blue-light),
      transparent
    );
}

.empresa-historia-destaque {
  margin-top: 34px;
  padding: 24px 26px;

  display: flex;

  gap: 18px;

  border-left: 4px solid var(--empresa-purple);
  border-radius: 0 18px 18px 0;

  background: #f5f7fd;
}

.empresa-historia-destaque i {
  color: var(--empresa-purple);

  font-size: 28px;
}

.empresa-historia-destaque p {
  color: #323d52;

  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;

  line-height: 1.55;
}


/* =========================================
TRAJETÓRIA
========================================= */

.empresa-trajetoria {
  padding: 115px 0 130px;

  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(86, 92, 207, 0.09),
      transparent 28%
    ),
    #f6f8fc;
}

.empresa-timeline {
  position: relative;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 22px;
}

.empresa-timeline::before {
  content: "";

  position: absolute;
  left: 10%;
  right: 10%;
  top: 69px;

  height: 2px;

  background:
    linear-gradient(
      90deg,
      rgba(86, 92, 207, 0.18),
      var(--empresa-purple),
      var(--empresa-blue-light),
      rgba(49, 168, 255, 0.18)
    );
}

.timeline-card {
  position: relative;

  min-height: 355px;

  padding: 35px 28px;

  border: 1px solid var(--empresa-border);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 20px 50px rgba(36, 52, 82, 0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.timeline-card:hover {
  transform: translateY(-9px);

  border-color: rgba(86, 92, 207, 0.28);

  box-shadow:
    0 28px 65px rgba(36, 52, 82, 0.15);
}

.timeline-card-destaque {
  color: #ffffff;

  border-color: transparent;

  background:
    linear-gradient(
      145deg,
      var(--empresa-purple),
      #354fd5
    );
}

.timeline-ano {
  display: inline-flex;

  padding: 8px 13px;

  color: var(--empresa-purple);

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;

  border-radius: 999px;

  background: rgba(86, 92, 207, 0.09);
}

.timeline-card-destaque .timeline-ano {
  color: #ffffff;

  background: rgba(255, 255, 255, 0.13);
}

.timeline-icone {
  position: relative;

  z-index: 2;

  width: 65px;
  height: 65px;

  margin: 23px 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--empresa-purple);

  font-size: 28px;

  border-radius: 20px;

  background: #f1f3ff;

  box-shadow:
    0 12px 30px rgba(86, 92, 207, 0.16);
}

.timeline-card-destaque .timeline-icone {
  color: #ffffff;

  background: rgba(255, 255, 255, 0.14);

  box-shadow: none;
}

.timeline-card h3 {
  color: var(--empresa-dark);

  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 750;
}

.timeline-card p {
  margin-top: 14px;

  color: var(--empresa-text);

  font-size: 14px;
  line-height: 1.7;
}

.timeline-card-destaque h3,
.timeline-card-destaque p {
  color: #ffffff;
}

.timeline-card-destaque p {
  opacity: 0.76;
}


/* =========================================
MISSÃO, VISÃO E VALORES
========================================= */

.empresa-identidade {
  position: relative;

  padding: 125px 0;

  overflow: hidden;
  isolation: isolate;

  background: var(--empresa-dark);
}

.empresa-identidade-bg {
  position: absolute;
  inset: 0;

  z-index: -2;

  opacity: 0.22;

  background-image:
    linear-gradient(
      rgba(49, 168, 255, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(49, 168, 255, 0.12) 1px,
      transparent 1px
    ),
    url("./images/empresa-valores.jpg");

  background-size:
    50px 50px,
    50px 50px,
    cover;

  background-position: center;
}

.empresa-identidade::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: -1;

  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(86, 92, 207, 0.3),
      transparent 35%
    ),
    rgba(3, 15, 34, 0.88);
}

.empresa-section-header-claro h2,
.empresa-section-header-claro p {
  color: #ffffff;
}

.empresa-section-header-claro p {
  opacity: 0.7;
}

.empresa-section-header-claro .empresa-section-tag {
  color: #b5c0ff;
}

.empresa-identidade-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 25px;
}

.identidade-card {
  position: relative;

  min-height: 410px;

  padding: 39px 34px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;

  background:
    linear-gradient(
      145deg,
      rgba(14, 39, 77, 0.82),
      rgba(7, 21, 47, 0.7)
    );

  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.2);

  backdrop-filter: blur(14px);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease;
}

.identidade-card:hover {
  transform: translateY(-9px);

  border-color: rgba(113, 135, 255, 0.5);
}

.identidade-card-destaque {
  background:
    linear-gradient(
      145deg,
      rgba(86, 92, 207, 0.94),
      rgba(45, 95, 233, 0.88)
    );
}

.identidade-card > span {
  position: absolute;
  right: 26px;
  top: 18px;

  color: rgba(255, 255, 255, 0.08);

  font-family: "Montserrat", sans-serif;
  font-size: 74px;
  font-weight: 800;
}

.identidade-card-icone {
  width: 68px;
  height: 68px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #aebaff;

  font-size: 29px;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.08);
}

.identidade-card-destaque .identidade-card-icone {
  color: #ffffff;
}

.identidade-card h3 {
  margin-top: 32px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 29px;
  font-weight: 800;
}

.identidade-card p {
  margin-top: 19px;

  color: rgba(234, 239, 255, 0.68);

  font-size: 15px;
  line-height: 1.8;
}

.identidade-card-destaque p {
  color: rgba(255, 255, 255, 0.78);
}


/* =========================================
VALORES DETALHADOS
========================================= */

.empresa-valores {
  padding: 125px 0;
    
  background-image: url("../images/fundoteste9.png");
}

.empresa-valores-intro{

    display:grid;
    grid-template-columns:1fr 470px;

    align-items:center;

    gap:90px;

    margin-bottom:70px;
}

.empresa-valores-texto{

    max-width:650px;
}

.empresa-valores-texto h2{

    margin-top:22px;
}

/*==================================
CARD DA DIREITA
==================================*/

.empresa-valores-card{

    position:relative;

    overflow:hidden;
    margin-left: -60px;
    height:290px;
    left: -70px;
    border-radius:28px;

    box-shadow:
        0 30px 70px rgba(24,40,72,.16);
}

.empresa-valores-card img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:.55s;
}

.empresa-valores-card:hover img{

    transform:scale(1.08);
}



/* Overlay */

.empresa-valores-card-overlay{

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(5, 18, 45, 0.521),
            rgba(5,18,45,.15) 40%,
            rgba(5,18,45,.82)
        );
}



/* Texto */

.empresa-valores-card-info{

    position:absolute;

    left:35px;
    right:35px;
    bottom:30px;

    z-index:5;
}

.empresa-valores-card-info span{

    display:inline-flex;

    padding:7px 14px;

    margin-bottom:18px;

    color:white;

    font-size:12px;
    font-weight:700;

    letter-spacing:1.5px;

    border-radius:999px;

    background:rgba(86,92,207,.85);

    font-family:"Montserrat",sans-serif;
}

.empresa-valores-card-info h3{

    margin:0;

    color:white;

    font-family:"Montserrat",sans-serif;

    font-size:20px;
    font-weight:700;

    line-height:1.2;
}



.empresa-valores-intro .empresa-section-tag {
  grid-column: 1 / -1;
}

.empresa-valores-intro h2 {
  margin-top: 0;
}

.empresa-valores-intro > p {
  color: var(--empresa-text);

  font-size: 18px;
  line-height: 1.8;
}

.empresa-valores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid var(--empresa-border);
  border-left: 1px solid var(--empresa-border);
}

.valor-card {
  min-height: 260px;

  padding: 38px 33px;

  border-right: 1px solid var(--empresa-border);
  border-bottom: 1px solid var(--empresa-border);

  background: #ffffff;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.valor-card:hover {
  position: relative;

  z-index: 2;

  transform: translateY(-4px);

  background: #f7f8ff;
}

.valor-card > i {
  color: var(--empresa-purple);

  font-size: 31px;
}

.valor-card h3 {
  margin-top: 24px;

  color: var(--empresa-dark);

  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 750;
}

.valor-card p {
  margin-top: 13px;

  color: var(--empresa-text);

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================
PESSOAS E GALERIA
========================================= */

.empresa-pessoas {
  padding: 125px 0;

  background: #f5f7fc;
}

.empresa-pessoas-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;

  gap: 90px;
}

.empresa-pessoas-conteudo > p {
  margin-top: 25px;

  color: var(--empresa-text);

  font-size: 17px;
  line-height: 1.8;
}

.empresa-pessoas-lista {
  margin-top: 32px;
  padding: 0;

  display: grid;

  gap: 15px;

  list-style: none;
}

.empresa-pessoas-lista li {
  display: flex;
  align-items: center;

  gap: 13px;

  color: #354157;

  font-size: 15px;
  font-weight: 500;
}

.empresa-pessoas-lista i {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--empresa-purple);

  font-size: 18px;

  border-radius: 50%;

  background: rgba(86, 92, 207, 0.1);
}

.empresa-link {
  margin-top: 36px;

  display: inline-flex;
  align-items: center;

  gap: 10px;

  color: var(--empresa-purple);

  font-family: "Montserrat", sans-serif;
  font-weight: 750;
}

.empresa-link i {
  transition: transform 0.25s ease;
}

.empresa-link:hover {
  color: var(--empresa-blue);
}

.empresa-link:hover i {
  transform: translateX(5px);
}

.empresa-galeria {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 250px 250px;

  gap: 18px;
}

.empresa-foto {
  overflow: hidden;

  border-radius: 25px;

  box-shadow:
    0 25px 65px rgba(29, 48, 80, 0.16);
}

.empresa-foto-grande {
  grid-row: 1 / 3;
}

.empresa-foto img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.55s ease;
}

.empresa-foto:hover img {
  transform: scale(1.055);
}


/* =========================================
PLATAFORMA
========================================= */

.empresa-plataforma {
  padding: 125px 0;

  overflow: hidden;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(86, 92, 207, 0.2),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #020713,
      #06152c 55%,
      #153e7c
    );
}

.empresa-plataforma-grid {
  display: grid;
  grid-template-columns: minmax(470px, 0.9fr) minmax(0, 1fr);
  align-items: center;

  gap: 100px;
}

.empresa-plataforma-visual {
  position: relative;

  height: 560px;
}

.plataforma-orbita {
  position: absolute;

  left: 50%;
  top: 50%;

  border: 1px solid rgba(96, 120, 255, 0.35);
  border-radius: 50%;

  transform: translate(-50%, -50%);
}

.plataforma-orbita-1 {
  width: 460px;
  height: 460px;
}

.plataforma-orbita-2 {
  width: 320px;
  height: 320px;

  border-style: dashed;

  animation: plataforma-girar 18s linear infinite;
}

@keyframes plataforma-girar {
  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}

.plataforma-centro {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 190px;
  height: 190px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.367),
      rgba(227, 232, 255, 0.13)
    );

  box-shadow:
    0 0 55px rgba(86, 92, 207, 0.38);

  transform: translate(-50%, -50%);
}

.plataforma-centro img {
  width: 145px;

  object-fit: contain;
}

.plataforma-item {
  position: absolute;

  min-width: 145px;

  padding: 15px 18px;

  display: flex;
  align-items: center;

  gap: 10px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 650;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;

  background: rgba(9, 30, 65, 0.83);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.22);

  backdrop-filter: blur(12px);
}

.plataforma-item i {
  color: #8faaff;

  font-size: 20px;
}

.plataforma-item-1 {
  left: 0;
  top: 80px;
}

.plataforma-item-2 {
  right: 0;
  top: 120px;
}

.plataforma-item-3 {
  left: 25px;
  bottom: 70px;
}

.plataforma-item-4 {
  right: 0;
  bottom: 95px;
}

.empresa-plataforma-conteudo .empresa-section-tag {
  color: #aebaff;
}

.empresa-plataforma-conteudo h2 {
  color: #ffffff;
}

.empresa-plataforma-conteudo h2 strong {
  color: #829eff;
}

.empresa-plataforma-conteudo > p {
  margin-top: 27px;

  color: rgba(226, 233, 250, 0.68);

  font-size: 17px;
  line-height: 1.8;
}

.empresa-beneficios {
  margin-top: 37px;

  display: grid;

  gap: 18px;
}

.empresa-beneficio {
  padding: 18px;

  display: flex;
  align-items: center;

  gap: 17px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.04);
}

.empresa-beneficio > i {
  width: 50px;
  height: 50px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #9bb0ff;

  font-size: 23px;

  border-radius: 15px;

  background: rgba(86, 92, 207, 0.15);
}

.empresa-beneficio div {
  display: flex;
  flex-direction: column;

  gap: 4px;
}

.empresa-beneficio strong {
  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.empresa-beneficio span {
  color: rgba(226, 233, 250, 0.6);

  font-size: 13px;
}


/* =========================================
CTA FINAL
========================================= */

.empresa-contato {
  position: relative;

  min-height: 650px;

  padding: 110px 0;

  display: flex;
  align-items: center;
  justify-content: center; /* <-- adiciona esta linha */
  overflow: hidden;
  isolation: isolate;

  color: #ffffff;

  background-image:
    url("../images/fundosecao4.png");

  background-size: cover;
  background-position: center;
}

.empresa-contato-overlay {
  position: absolute;
  inset: 0;

  z-index: -1;

  background:
    linear-gradient(
      90deg,
      rgba(3, 14, 34, 0.97),
      rgba(5, 23, 51, 0.82) 60%,
      rgba(5, 23, 51, 0.42)
    );
}

.empresa-contato-container {
  width: min(1400px, calc(100% - 80px));

  display: flex;
  justify-content: center;
}

.empresa-contato-conteudo {
  max-width: 800px;

  text-align: center;   /* centraliza os textos */
}

.empresa-contato-conteudo .empresa-section-tag {
  color: #bac5ff;
}

.empresa-contato-conteudo h2 {
  color: #ffffff;
}

.empresa-contato-conteudo h2 strong {
  display: block;

  color: #8da6ff;
}

.empresa-contato-conteudo > p {
  max-width: 650px;

  margin-top: 25px;

  color: rgba(234, 239, 255, 0.72);

  font-size: 17px;
  line-height: 1.75;
}

.empresa-contato-acoes {
  margin-top: 38px;

  display: flex;
  justify-content: center; /* centraliza os botões */
  flex-wrap: wrap;

  gap: 16px;
}


/* =========================================
FOOTER
========================================= */

#footer-bms {
  padding-top: 60px;

  border-top: 1px solid #e8ebf6;

  background: #ffffff;
}

.footer-container {
  width: min(1200px, 92%);

  margin: auto;

  display: grid;
  grid-template-columns:
    2fr
    1fr
    1fr
    1.3fr;

  gap: 40px;
}

.footer-logo img {
  width: 180px;

  margin-bottom: 25px;
}

.footer-logo p {
  max-width: 360px;

  color: #5d6483;

  font-size: 15px;
  line-height: 1.8;
}

.footer-col h4 {
  margin-bottom: 23px;

  color: #373761;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-col ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a,
.footer-contact li {
  color: #5d6483;

  font-size: 14px;

  transition:
    color 0.25s ease,
    padding 0.25s ease;
}

.footer-col a:hover {
  color: var(--empresa-purple);

  padding-left: 5px;
}

.footer-contact li {
  display: flex;

  gap: 9px;

  line-height: 1.6;
}

.footer-bottom {
  width: min(1400px, 92%);

  margin: 60px auto 0;
  padding: 17px 0;

  border-top: 1px solid #eceff8;
}

.footer-copy {
  width: 100%;
  margin: 0;

  color: #7a8099;

  font-size: 13px;
  text-align: center;
}

/* ===========================
MODAL DE ACESSO AOS SISTEMAS
=========================== */

#loginSistemasModal {
    position: fixed;

    z-index: 20010 !important;

    inset: 0;

    width: 100%;
    height: 100%;

    padding-right: 0 !important;

    overflow-x: hidden;
    overflow-y: auto;
}

body.modal-open {
    overflow: hidden !important;

    padding-right: 0 !important;
}



/* ===========================
FUNDO ESCURO DO MODAL
=========================== */

.modal-backdrop {
    z-index: 20000 !important;

    background: #ffffff00 !important;

    transition: opacity 0.28s ease !important;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.68 !important;
}



/* ===========================
ÁREA PRINCIPAL DO MODAL
=========================== */

#loginSistemasModal .modal-dialog {
    display: flex;

    align-items: center;
    justify-content: center;

    width: calc(100% - 40px);

    max-width: 1160px;

    min-height: calc(100vh - 40px);

    margin: 20px auto;
}

.login-modal-content {
    position: relative;

    overflow: hidden;

    width: 100%;

    max-height: calc(100vh - 40px);

    border: 0;

    border-radius: 28px;

    background: #ffffff;

    box-shadow:
        0 24px 60px rgba(8, 18, 35, 0.28);

    backface-visibility: hidden;
}



/* ===========================
BOTÃO FECHAR
=========================== */

.login-modal-close {
    position: absolute;

    z-index: 20;

    top: 20px;
    right: 20px;

    width: 42px;
    height: 42px;

    padding: 0;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.94);

    background-size: 13px;

    opacity: 1;

    box-shadow:
        0 10px 26px rgba(20, 20, 60, 0.14);

    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}

.login-modal-close:hover {
    transform: rotate(90deg);

    background-color: #ffffff;
}



/* ===========================
GRID PRINCIPAL
=========================== */

.login-modal-grid {
    display: grid;

    grid-template-columns:
        minmax(340px, 0.85fr)
        minmax(520px, 1.35fr);

    min-height: 650px;
}



/* ===========================
LADO ESQUERDO
=========================== */

.login-modal-visual {
    position: relative;

    display: flex;

    align-items: flex-end;

    overflow: hidden;

    min-height: 650px;

    padding: 54px 48px;
}



/* ===========================
IMAGEM DO LADO ESQUERDO
=========================== */

.login-modal-background {
    position: absolute;

    z-index: 1;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

@media (hover: hover) {

    .login-modal-content:hover .login-modal-background {
        transform: scale(1.025);
    }

}



/* ===========================
SOBREPOSIÇÃO DA IMAGEM
=========================== */

.login-modal-overlay {
    position: absolute;

    z-index: 2;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(55, 55, 97, 0.22) 0%,
            rgba(55, 55, 97, 0.62) 48%,
            rgba(30, 30, 72, 0.96) 100%
        );
}



/* ===========================
CONTEÚDO DO LADO ESQUERDO
=========================== */

.login-modal-visual-content {
    position: relative;

    z-index: 3;

    width: 100%;

    color: #ffffff;
}



/* ===========================
LOGO BMS
=========================== */

.login-modal-logo {
    display: block;

    width: 100px;
    height: auto;

    margin-bottom: 80px;

    object-fit: contain;
}



/* ===========================
ETIQUETA
=========================== */

.login-modal-tag {
    display: inline-flex;

    align-items: center;

    margin-bottom: 18px;

    padding: 9px 15px;

    border: 1px solid rgba(255, 255, 255, 0.24);

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.12);

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}



/* ===========================
TÍTULO DO LADO ESQUERDO
=========================== */

.login-modal-visual-content h2 {
    max-width: 420px;

    margin: 0 0 17px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: clamp(30px, 3vw, 45px);

    font-weight: 700;

    line-height: 1.12;

    letter-spacing: -0.04em;
}



/* ===========================
PARÁGRAFO DO LADO ESQUERDO
=========================== */

.login-modal-visual-content > p {
    max-width: 420px;

    margin: 0;

    color: rgba(255, 255, 255, 0.82);

    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.75;
}



/* ===========================
REDES SOCIAIS DO MODAL
=========================== */

.login-modal-socials {
    display: flex;

    align-items: center;

    flex-wrap: nowrap;

    width: 100%;

    gap: 7px;

    margin-top: 34px;

    padding-top: 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.login-modal-social-link {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex: 1;

    min-width: 0;
    min-height: 36px;

    gap: 5px;

    padding: 7px 8px;

    border: 1px solid rgba(255, 255, 255, 0.24);

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 600;

    line-height: 1;

    white-space: nowrap;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.login-modal-social-link i {
    flex-shrink: 0;

    color: #ffffff;

    font-size: 13px;

    line-height: 1;
}

.login-modal-social-link span {
    color: #ffffff;
}

.login-modal-social-link:hover {
    transform: translateY(-3px);

    border-color: rgba(255, 255, 255, 0.5);

    background: rgba(255, 255, 255, 0.17);

    color: #ffffff;

    box-shadow:
        0 12px 25px rgba(15, 15, 40, 0.18);
}

.login-modal-social-link:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.35);

    outline-offset: 3px;
}



/* ===========================
LADO DIREITO
=========================== */

.login-modal-systems {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 72px 55px 45px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(86, 92, 207, 0.09),
            transparent 35%
        ),
        #ffffff;
}



/* ===========================
CABEÇALHO DO LADO DIREITO
=========================== */

.login-modal-header {
    margin-bottom: 30px;
}

.login-modal-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #565ccf;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.login-modal-header h3 {
    margin: 0 0 10px;

    color: #282844;

    font-family: "Poppins", sans-serif;

    font-size: clamp(27px, 3vw, 37px);

    font-weight: 700;

    line-height: 1.18;

    letter-spacing: -0.035em;
}

.login-modal-header p {
    margin: 0;

    color: #77778d;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    line-height: 1.7;
}



/* ===========================
GRID DOS SISTEMAS
=========================== */

.login-systems-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 15px;
}



/* ===========================
CARD DE SISTEMA
=========================== */

.login-system-card {
    position: relative;

    display: flex;

    align-items: center;

    gap: 15px;

    min-height: 150px;

    overflow: hidden;

    padding: 21px 20px;

    border: 1px solid #e6e6ef;

    border-radius: 20px;

    background: #ffffff;

    color: inherit;

    text-decoration: none;

    box-shadow:
        0 10px 30px rgba(43, 43, 85, 0.05);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.login-system-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    border-radius: 20px 0 0 20px;

    background: var(--system-color);

    transform: scaleY(0);

    transform-origin: bottom;

    transition: transform 0.35s ease;
}

.login-system-card::after {
    content: "";

    position: absolute;

    right: -70px;
    bottom: -80px;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background: var(--system-background);

    transition: transform 0.4s ease;
}

.login-system-card:hover {
    transform: translateY(-7px);

    border-color: var(--system-border);

    color: inherit;

    box-shadow:
        0 20px 38px rgba(43, 43, 85, 0.12);
}

.login-system-card:hover::before {
    transform: scaleY(1);
}

.login-system-card:hover::after {
    transform: scale(1.2);
}



/* ===========================
CORES DE CADA SISTEMA
=========================== */

.login-system-card-otica {
    --system-color: #565ccf;

    --system-background: rgba(86, 92, 207, 0.08);

    --system-border: rgba(86, 92, 207, 0.35);
}

.login-system-card-gestao {
    --system-color: #9306cf;

    --system-background: rgba(0, 188, 106, 0.08);

    --system-border: rgba(113, 0, 188, 0.35);
}

.login-system-card-winfit {
    --system-color: #0c9519;

    --system-background: rgba(198, 146, 60, 0.09);

    --system-border: rgba(60, 198, 65, 0.4);
}

.login-system-card-automecanica {
    --system-color: #fca038;

    --system-background: rgba(252, 160, 56, 0.1);

    --system-border: rgba(252, 160, 56, 0.4);
}



/* ===========================
ÍCONE DO SISTEMA
=========================== */

.login-system-icon {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 60px;

    width: 60px;
    height: 60px;

    padding: 10px;

    border-radius: 17px;

    background: #f6f6fa00;

    transition:
        transform 0.35s ease,
        background-color 0.35s ease;
}

.login-system-card:hover .login-system-icon {
    transform: scale(1.06);

    background: var(--system-background);
}

.login-system-icon img {
    display: block;

    width: 110%;
    height: 110%;

    object-fit: cover;
}



/* ===========================
INFORMAÇÕES DO SISTEMA
=========================== */

.login-system-information {
    position: relative;

    z-index: 2;

    display: flex;

    flex: 1;

    flex-direction: column;

    min-width: 0;
}

.login-system-category {
    margin-bottom: 4px;

    color: #9292a6;

    font-family: "Montserrat", sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 0.06em;

    text-transform: uppercase;
}

.login-system-information strong {
    display: block;

    margin-bottom: 6px;

    color: #30304c;

    font-family: "Poppins", sans-serif;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.3;
}

.login-system-information small {
    display: block;

    color: #858598;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 400;

    line-height: 1.55;
}



/* ===========================
SETA DO CARD
=========================== */

.login-system-arrow {
    position: absolute;

    z-index: 3;

    top: 15px;
    right: 15px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    border-radius: 50%;

    background: #f5f5f9;

    color: #77778e;

    font-size: 13px;

    transition:
        transform 0.35s ease,
        background-color 0.35s ease,
        color 0.35s ease;
}

.login-system-card:hover .login-system-arrow {
    transform: translate(2px, -2px);

    background: var(--system-color);

    color: #ffffff;
}



/* ===========================
RODAPÉ DO MODAL
=========================== */

.login-modal-footer {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-top: 25px;

    padding-top: 20px;

    border-top: 1px solid #ededf3;

    color: #858598;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;
}

.login-modal-footer i {
    color: #00bc6a;

    font-size: 17px;
}



/* ===========================
ANIMAÇÃO SUAVE DO MODAL
=========================== */

#loginSistemasModal.fade .modal-dialog {
    opacity: 0;

    transform:
        translate3d(0, 14px, 0)
        scale(0.99);

    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.24s ease;

    will-change:
        transform,
        opacity;
}

#loginSistemasModal.show .modal-dialog {
    opacity: 1;

    transform:
        translate3d(0, 0, 0)
        scale(1);
}


/* ===========================
MODAL FALE COM ESPECIALISTA
=========================== */

#especialistaModal {

    position: fixed;

    z-index: 20010 !important;

    inset: 0;

    width: 100%;
    height: 100%;

    padding-right: 0 !important;

    overflow-x: hidden;
    overflow-y: auto;

}



/* ===========================
POSIÇÃO DO MODAL
=========================== */

#especialistaModal .modal-dialog {

    display: flex;

    align-items: center;

    width: calc(100% - 50px);

    max-width: 1240px;

    min-height: calc(100vh - 50px);

    margin: 25px auto;

}



/* ===========================
CONTEÚDO PRINCIPAL
=========================== */

.especialista-modal-content {

    width: 100%;

    max-height: calc(100vh - 50px);

    overflow: hidden;

    border: 0;

    border-radius: 28px;

    background: #ffffff;

    box-shadow:
        0 26px 70px rgba(5, 15, 25, 0.3);

}



/* ===========================
GRID DO MODAL
=========================== */

.especialista-modal-grid {

    grid-template-columns:
        minmax(370px, 0.95fr)
        minmax(570px, 1.25fr);

    min-height: 690px;

}



/* ===========================
LADO ESQUERDO
=========================== */

.especialista-modal-visual {

    min-height: 690px;

}



/* ===========================
BENEFÍCIOS DO LADO ESQUERDO
=========================== */

.especialista-benefits {

    display: flex;

    flex-direction: column;

    gap: 16px;

    margin-top: 30px;

}



.especialista-benefit {

    display: flex;

    align-items: center;

    gap: 13px;

}



.especialista-benefit-icon {

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    border-radius: 13px;

    background: rgba(255, 255, 255, 0.13);

    color: #ffffff;

    font-size: 18px;

}



.especialista-benefit p {

    margin: 0;

    color: rgba(255, 255, 255, 0.9);

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.5;

}



/* ===========================
ÁREA DO FORMULÁRIO
=========================== */

.especialista-modal-form-area {

    display: flex;

    flex-direction: column;

    justify-content: center;

    overflow-y: auto;

    padding: 58px 54px 45px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(86, 92, 207, 0.06),
            transparent 38%
        ),
        #ffffff;

}



/* ===========================
CABEÇALHO DO FORMULÁRIO
=========================== */

.especialista-modal-header {

    margin-bottom: 25px;

}



.especialista-modal-header h3 {

    margin: 0 0 9px;

    color: #282844;

    font-family: "Poppins", sans-serif;

    font-size: clamp(27px, 3vw, 36px);

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: -0.035em;

}



.especialista-modal-header p {

    max-width: 600px;

    margin: 0;

    color: #77778d;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    line-height: 1.65;

}



/* ===========================
FORMULÁRIO
=========================== */

.especialista-form {

    display: flex;

    flex-direction: column;

    gap: 16px;

}



/* ===========================
LINHAS DO FORMULÁRIO
=========================== */

.especialista-form-row {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;

}



/* ===========================
CAMPO
=========================== */

.especialista-field {

    display: flex;

    flex-direction: column;

    gap: 7px;

    min-width: 0;

}



.especialista-field-full {

    width: 100%;

}



.especialista-field label {

    color: #282844;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 700;

}



/* ===========================
INPUTS E SELECTS
=========================== */

.especialista-field input,
.especialista-field select,
.especialista-field textarea {

    width: 100%;

    border: 1px solid #dedee8;

    border-radius: 15px;

    outline: none;

    background: #f9fafb;

    color: #30304c;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;

}



.especialista-field input,
.especialista-field select {

    height: 52px;

    padding: 0 16px;

}



.especialista-field textarea {

    min-height: 120px;

    padding: 15px 16px;

    line-height: 1.6;

    resize: vertical;

}



.especialista-field input::placeholder,
.especialista-field textarea::placeholder {

    color: #9797a7;

}



/* ===========================
FOCO DOS CAMPOS
=========================== */

.especialista-field input:focus,
.especialista-field select:focus,
.especialista-field textarea:focus {

    border-color: rgba(86, 92, 207, 0.65);

    background: #ffffff;

    box-shadow:
        0 0 0 4px rgba(86, 92, 207, 0.1);

}



/* ===========================
SELECT
=========================== */

.especialista-field select {

    cursor: pointer;

}



/* ===========================
CONSENTIMENTO
=========================== */

.especialista-consent {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    color: #77778d;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    line-height: 1.55;

    cursor: pointer;

}



.especialista-consent input {

    flex: 0 0 15px;

    width: 15px;
    height: 15px;

    margin-top: 2px;

    accent-color: #565ccf;

    cursor: pointer;

}



/* ===========================
BOTÃO ENVIAR
=========================== */

.especialista-submit {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    width: 100%;

    min-height: 54px;

    margin-top: 2px;

    padding: 14px 24px;

    border: 0;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #565ccf,
            #4448aa
        );

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 15px 30px rgba(86, 92, 207, 0.22);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;

}



.especialista-submit i {

    font-size: 16px;

    transition: transform 0.3s ease;

}



.especialista-submit:hover {

    transform: translateY(-3px);

    filter: brightness(1.05);

    box-shadow:
        0 20px 36px rgba(86, 92, 207, 0.3);

}



.especialista-submit:hover i {

    transform: translateX(4px);

}



/* ===========================
ANIMAÇÃO SUAVE
=========================== */

#especialistaModal.fade .modal-dialog {

    opacity: 0;

    transform:
        translate3d(0, 16px, 0)
        scale(0.99);

    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.25s ease;

    will-change:
        transform,
        opacity;

}



#especialistaModal.show .modal-dialog {

    opacity: 1;

    transform:
        translate3d(0, 0, 0)
        scale(1);

}

/* ===========================
CAMPO ANTISPAM
=========================== */

.especialista-honey {

    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;

    opacity: 0 !important;

    pointer-events: none !important;

}



/* ===========================
MENSAGEM DO FORMULÁRIO
=========================== */

.especialista-form-status {

    display: none;

    align-items: flex-start;

    gap: 10px;

    width: 100%;

    padding: 13px 15px;

    border: 1px solid transparent;

    border-radius: 13px;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 600;

    line-height: 1.55;

}



/* ===========================
MENSAGEM DE SUCESSO
=========================== */

.especialista-form-status.is-success {

    display: flex;

    border-color: rgba(0, 188, 106, 0.28);

    background: rgba(0, 188, 106, 0.1);

    color: #087a48;

}



.especialista-form-status.is-success::before {

    content: "\F26A";

    flex-shrink: 0;

    font-family: "bootstrap-icons";

    font-size: 17px;

    line-height: 1.2;

}



/* ===========================
MENSAGEM DE ERRO
=========================== */

.especialista-form-status.is-error {

    display: flex;

    border-color: rgba(205, 53, 53, 0.25);

    background: rgba(205, 53, 53, 0.08);

    color: #a62525;

}



.especialista-form-status.is-error::before {

    content: "\F33A";

    flex-shrink: 0;

    font-family: "bootstrap-icons";

    font-size: 17px;

    line-height: 1.2;

}



/* ===========================
BOTÃO DURANTE O ENVIO
=========================== */

.especialista-submit:disabled {

    cursor: wait;

    opacity: 0.72;

    transform: none !important;

    box-shadow:
        0 10px 22px rgba(86, 92, 207, 0.16);

}



.especialista-submit.is-loading i {

    animation: especialista-loading 0.8s linear infinite;

}



@keyframes especialista-loading {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}

/* ==================================================
BOTÃO FLUTUANTE WHATSAPP
================================================== */

.floating-whatsapp {

    position: fixed;

    right: 28px;

    bottom: 28px;

    z-index: 9999;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 68px;

    height: 68px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #25d366,
        #18b956
    );

    color: #ffffff;

    text-decoration: none;

    box-shadow:
        0 15px 35px rgba(37,211,102,.35);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}



.floating-whatsapp:hover{

    transform:
        translateY(-5px)
        scale(1.06);

    color:#fff;

    box-shadow:
        0 22px 45px rgba(37,211,102,.45);

}



.floating-whatsapp i{

    position:relative;

    z-index:3;

    font-size:34px;

}



/* ==================================================
PULSO
================================================== */

.floating-whatsapp-pulse{

    position:absolute;

    inset:0;

    border-radius:50%;

    background:rgba(37,211,102,.35);

    animation:
        whatsappPulse 2.2s infinite;

}



@keyframes whatsappPulse{

    0%{

        transform:scale(.9);

        opacity:.8;

    }

    70%{

        transform:scale(1.55);

        opacity:0;

    }

    100%{

        transform:scale(1.55);

        opacity:0;

    }

}



/* ==================================================
RESPONSIVO
================================================== */

@media(max-width:768px){

    .floating-whatsapp{

        width:60px;

        height:60px;

        right:18px;

        bottom:18px;

    }

    .floating-whatsapp i{

        font-size:30px;

    }

}

/* ===========================
TABLET
=========================== */

@media (max-width: 991px) {

    #especialistaModal .modal-dialog {

        width: calc(100% - 28px);

        min-height: calc(100vh - 28px);

        margin: 14px auto;

    }



    .especialista-modal-content {

        max-height: calc(100vh - 28px);

        overflow-y: auto;

        border-radius: 23px;

    }



    .especialista-modal-grid {

        grid-template-columns: 1fr;

        min-height: auto;

    }



    .especialista-modal-visual {

        min-height: 430px;

    }



    .especialista-modal-form-area {

        overflow: visible;

        padding: 46px 36px 38px;

    }

}



/* ===========================
CELULAR
=========================== */

@media (max-width: 650px) {

    #especialistaModal .modal-dialog {

        width: calc(100% - 18px);

        margin: 9px auto;

    }



    .especialista-modal-content {

        max-height: calc(100vh - 18px);

        border-radius: 19px;

    }



    .especialista-modal-visual {

        min-height: 390px;

        padding: 42px 24px 30px;

    }



    .especialista-benefits {

        gap: 12px;

        margin-top: 22px;

    }



    .especialista-benefit-icon {

        flex-basis: 37px;

        width: 37px;
        height: 37px;

        border-radius: 11px;

        font-size: 15px;

    }



    .especialista-benefit p {

        font-size: 12px;

    }



    .especialista-modal-form-area {

        padding: 38px 21px 28px;

    }



    .especialista-form-row {

        grid-template-columns: 1fr;

        gap: 16px;

    }



    .especialista-field input,
    .especialista-field select {

        height: 50px;

    }



    .especialista-submit {

        min-height: 51px;

    }

}



/* ===========================
CELULAR PEQUENO
=========================== */

@media (max-width: 420px) {

    .especialista-modal-visual {

        min-height: 360px;

    }



    .especialista-modal-header h3 {

        font-size: 26px;

    }



    .especialista-field textarea {

        min-height: 110px;

    }



    .especialista-consent {

        font-size: 10px;

    }

}



/* ===========================
RESPONSIVIDADE
=========================== */

@media (max-width: 991px) {

    #loginSistemasModal .modal-dialog {
        width: calc(100% - 28px);

        min-height: calc(100vh - 28px);

        margin: 14px auto;
    }

    .login-modal-content {
        max-height: calc(100vh - 28px);

        overflow-x: hidden;
        overflow-y: auto;

        border-radius: 22px;
    }

    .login-modal-grid {
        grid-template-columns: 1fr;

        min-height: auto;
    }

    .login-modal-visual {
        min-height: 360px;

        padding: 45px 38px;
    }

    .login-modal-logo {
        width: 135px;

        margin-bottom: 24px;
    }

    .login-modal-visual-content h2 {
        max-width: 520px;
    }

    .login-modal-visual-content > p {
        max-width: 550px;
    }

    .login-modal-socials {
        max-width: 560px;

        margin-top: 24px;
    }

    .login-modal-systems {
        padding: 50px 38px 38px;
    }

}

@media (max-width: 650px) {

    #loginSistemasModal .modal-dialog {
        width: calc(100% - 20px);

        min-height: calc(100vh - 20px);

        margin: 10px auto;
    }

    .login-modal-content {
        max-height: calc(100vh - 20px);

        border-radius: 20px;
    }

    .login-modal-close {
        top: 14px;
        right: 14px;

        width: 38px;
        height: 38px;
    }

    .login-modal-visual {
        min-height: 320px;

        padding: 42px 25px 30px;
    }

    .login-modal-visual-content h2 {
        font-size: 30px;
    }

    .login-modal-socials {
        gap: 6px;

        margin-top: 22px;

        padding-top: 20px;
    }

    .login-modal-social-link {
        min-height: 34px;

        padding: 7px 6px;

        font-size: 10px;
    }

    .login-modal-social-link i {
        font-size: 12px;
    }

    .login-modal-systems {
        padding: 39px 20px 28px;
    }

    .login-modal-header {
        margin-bottom: 23px;
    }

    .login-modal-header h3 {
        font-size: 27px;
    }

    .login-systems-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .login-system-card {
        min-height: 125px;

        padding: 18px;
    }

    .login-system-information small {
        max-width: 250px;
    }

}

@media (max-width: 420px) {

    .login-modal-visual {
        min-height: 285px;
    }

    .login-modal-logo {
        width: 115px;

        margin-bottom: 20px;
    }

    .login-modal-tag {
        margin-bottom: 13px;

        padding: 7px 12px;

        font-size: 9px;
    }

    .login-modal-visual-content h2 {
        margin-bottom: 12px;

        font-size: 26px;
    }

    .login-modal-visual-content > p {
        font-size: 13px;

        line-height: 1.65;
    }

    .login-modal-socials {
        flex-wrap: wrap;
    }

    .login-modal-social-link {
        flex: 1 1 calc(50% - 6px);
    }

    .login-modal-systems {
        padding-right: 16px;
        padding-left: 16px;
    }

    .login-system-icon {
        flex-basis: 52px;

        width: 52px;
        height: 52px;
    }

    .login-system-information strong {
        font-size: 16px;
    }

    .login-system-information small {
        font-size: 10px;
    }

}

@media (prefers-reduced-motion: reduce) {

    #loginSistemasModal.fade .modal-dialog,
    .modal-backdrop,
    .login-modal-close,
    .login-modal-background,
    .login-modal-social-link,
    .login-system-card,
    .login-system-card::before,
    .login-system-card::after,
    .login-system-icon,
    .login-system-arrow {
        transition: none !important;
    }

  }


/* =========================================
RESPONSIVO
========================================= */

@media (max-width: 1200px) {

  .nav-links {
    gap: 15px;
  }

  .nav-links > a,
  .nav-dropdown-trigger,
  .login {
    font-size: 13px;
  }

  .empresa-hero {
    padding-right: 45px;
    padding-left: 45px;
  }

  .empresa-hero-container {
    grid-template-columns: minmax(0, 1fr) 330px;

    gap: 45px;
  }

  .empresa-hero h1 {
    font-size: clamp(48px, 5vw, 72px);
  }

  .empresa-historia-grid,
  .empresa-pessoas-grid {
    gap: 60px;
  }

  .empresa-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .empresa-timeline::before {
    display: none;
  }

}


@media (max-width: 992px) {

  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav-links.mobile-open {
    position: absolute;
    top: 82px;
    left: 0;

    width: 100%;
    padding: 20px;

    display: flex;
    align-items: stretch;
    flex-direction: column;

    gap: 0;

    background: #ffffff;

    box-shadow: 0 20px 45px rgba(20, 35, 60, 0.14);
  }

  .nav-links.mobile-open > a,
  .nav-links.mobile-open .nav-dropdown-trigger {
    height: auto;
    padding: 14px 10px;
  }

  .nav-links.mobile-open .nav-dropdown {
    display: block;
  }

  .nav-links.mobile-open .nav-dropdown-menu {
    display: none;
  }

  .nav-mobile-button {
    display: flex;
  }

  .empresa-hero {
    min-height: 900px;

    padding:
      145px 35px
      220px;
  }

  .empresa-hero-container {
    grid-template-columns: 1fr;
  }

  .empresa-hero-card {
    max-width: 380px;
  }

  .empresa-hero-numeros {
    width: calc(100% - 60px);

    grid-template-columns: 1fr 1fr;

    gap: 17px;

    padding: 22px;
  }

  .empresa-numero-divisor {
    display: none;
  }

  .empresa-historia-grid,
  .empresa-pessoas-grid,
  .empresa-plataforma-grid {
    grid-template-columns: 1fr;
  }

  .empresa-historia-imagem {
    max-width: 700px;

    margin: 0 auto;
  }

  .empresa-identidade-cards {
    grid-template-columns: 1fr;
  }

  .identidade-card {
    min-height: auto;
  }

  .empresa-valores-intro {
    grid-template-columns: 1fr;

    gap: 25px;
  }

  .empresa-valores-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .empresa-galeria {
    max-width: 760px;
  }

  .empresa-plataforma-visual {
    max-width: 600px;
    width: 100%;

    margin: 0 auto;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

}


@media (max-width: 680px) {

  .empresa-container,
  .empresa-contato-container {
    width: calc(100% - 36px);
  }

  .nav-container {
    padding: 0 18px;
  }

  .logo img {
    height: 82px;
  }

  .empresa-hero {
    min-height: 920px;

    padding:
      125px 19px
      260px;

    background-position: 66% center;
  }

  .empresa-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 14, 34, 0.88) 0%,
        rgba(4, 18, 42, 0.96) 42%,
        rgba(4, 18, 42, 1) 100%
      );
  }

  .empresa-hero h1 {
    font-size: clamp(40px, 12vw, 55px);

    letter-spacing: -3px;
  }

  .empresa-hero-conteudo > p {
    font-size: 16px;
  }

  .empresa-hero-acoes,
  .empresa-contato-acoes {
    flex-direction: column;
    align-items: stretch;
  }

  .empresa-btn {
    width: 100%;
  }

  .empresa-hero-card {
    padding: 25px;
  }

  .empresa-hero-card > strong {
    font-size: 58px;
  }

  .empresa-hero-numeros {
    bottom: 17px;

    width: calc(100% - 26px);

    gap: 16px 8px;

    padding: 18px 14px;
  }

  .empresa-numero {
    align-items: flex-start;
    flex-direction: column;

    gap: 3px;
  }

  .empresa-numero strong {
    font-size: 18px;
  }

  .empresa-numero span {
    max-width: none;

    font-size: 10px;
  }

  .empresa-historia,
  .empresa-trajetoria,
  .empresa-identidade,
  .empresa-valores,
  .empresa-pessoas,
  .empresa-plataforma {
    padding: 85px 0;
  }

  .empresa-section-header h2,
  .empresa-historia-conteudo h2,
  .empresa-valores-intro h2,
  .empresa-pessoas-conteudo h2,
  .empresa-plataforma-conteudo h2,
  .empresa-contato-conteudo h2 {
    font-size: clamp(34px, 10vw, 46px);

    letter-spacing: -2.5px;
  }

  .empresa-historia-imagem > img {
    height: 430px;

    border-radius: 25px;
  }

  .empresa-imagem-selo {
    right: 12px;
    bottom: 18px;

    min-width: auto;

    padding: 15px;
  }

  .empresa-timeline {
    grid-template-columns: 1fr;
  }

  .timeline-card {
    min-height: auto;
  }

  .empresa-valores-grid {
    grid-template-columns: 1fr;
  }

  .empresa-galeria {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 260px);
  }

  .empresa-foto-grande {
    grid-row: auto;
  }

  .empresa-plataforma-visual {
    height: 430px;

    transform: scale(0.82);
  }

  .plataforma-orbita-1 {
    width: 400px;
    height: 400px;
  }

  .plataforma-orbita-2 {
    width: 280px;
    height: 280px;
  }

  .empresa-contato {
    min-height: 650px;

    padding: 90px 0;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

}

/*==================================
RESPONSIVO
==================================*/

@media(max-width:992px){

    .empresa-valores-intro{

        grid-template-columns:1fr;

        gap:40px;
    }

    .empresa-valores-card{

        max-width:650px;

        width:100%;

        margin:auto;
    }

}

@media(max-width:680px){

    .empresa-valores-card{

        height:240px;
    }

    .empresa-valores-card-info{

        left:25px;
        right:25px;
        bottom:22px;
    }

    .empresa-valores-card-info h3{

        font-size:22px;
    }

}

/* Numeração ou ícone */
/*========================================
ÍCONE DO PRODUTO
========================================*/

.dropdown-icon{

    position:relative;

    width:62px;
    height:62px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
        radial-gradient(
            circle at center,
            rgba(255,255,255,.92) 0%,
            rgba(245, 247, 255, 0.167) 45%,
            rgba(86,92,207,.08) 100%
        );

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    transition:.35s ease;

    overflow:hidden;

}

.dropdown-icon::before{

    content:"";

    position:absolute;

    width:85%;
    height:85%;

    border-radius:50%;

    background:

        radial-gradient(
            circle,
            rgba(86,92,207,.22),
            transparent 70%
        );

    filter:blur(10px);

    opacity:.8;

}

.dropdown-icon img{

    position:relative;

    width:100px !important;
    height:100px !important;

    object-fit:contain;

    z-index:2;

    transition:.35s;

}

.nav-dropdown-menu a:hover .dropdown-icon{

    transform:
        translateY(-3px)
        scale(1.05);

    background:

        radial-gradient(
            circle,
            rgba(255,255,255,.96) 0%,
            rgba(242,244,255,.88) 55%,
            rgba(86,92,207,.15) 100%
        );

    box-shadow:

        0 12px 28px rgba(86,92,207,.18),

        0 0 35px rgba(86,92,207,.18);

}

.nav-dropdown-menu a:hover .dropdown-icon::before{

    opacity:1;

    transform:scale(1.2);

}

.nav-dropdown-menu a:hover img{

    transform:scale(1.12);

}

/* Bloco de texto */
.dropdown-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Nome do produto */
.dropdown-text strong {
  color: inherit;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

/* Descrição */
.dropdown-text small {
  color: #777b98;

  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.nav-dropdown-menu > a,
.nav-dropdown-menu > a:hover,
.nav-dropdown-menu > a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
}

.nav-dropdown-menu > a::after,
.nav-dropdown-menu > a:hover::after,
.nav-dropdown-menu > a:focus::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
}

.dropdown-icon img.logo-nav-otica{
    width: 82px !important;
    height: 82px !important;
}

.dropdown-icon img.logo-nav-auto{
    width: 85px !important;
    height: 85px !important;
}

.dropdown-icon img.logo-nav-winfit{
  width: 40px !important;
  height: 40px !important;
}

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: rgba(255,255,255,.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    transition: .35s ease;
}



.nav-container{
    width:100%;
    height:50px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0 35px;
}

.nav-left{
    display:flex;
    align-items:center;
    gap:20px;
}

.logo{
    display:flex;
    align-items:center;
}

.logo img{
    height:100px;
    width:auto;
    display:block;
}

.nav-links {
  display: flex;
  gap: 34px;
}

/* Links do menu */

.nav-links{
    display:flex;
    gap:24px;
}

.nav-links a{
    position:relative;
    display:flex;
    align-items:center;

    color:#222224;
    text-decoration:none;

    font-size:15px;
    font-weight:600;

    height:82px;

    transition:color .3s ease;
}

/* Linha animada */

.nav-links a::after{
    content: "";
    position: absolute;

    left: 50%;
    bottom: 18px;

    width: 0;
    height: 2.5px;

    background: currentColor;
    border-radius: 999px;

    transform: translateX(-50%);
    transition: width .35s cubic-bezier(.22,.61,.36,1);
}

.nav-links a:hover::after{
    width: 100%;
}

.nav-links a:hover::after{
    transform:translateX(-50%) scaleX(1);
}


/* Link Entrar */

.login{
    position: relative;

    display: flex;
    align-items: center;

    height: 82px;

    color: #222224;
    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    transition: color .3s ease;
}

/* Linha animada */

.login::after{
    content: "";
    position: absolute;

    left: 50%;
    bottom: 18px;

    width: 0;
    height: 2.5px;

    background: currentColor;
    border-radius: 999px;

    transform: translateX(-50%);
    transition: width .35s cubic-bezier(.22,.61,.36,1);
}

.login:hover{
    color: #222224;
}

.login:hover::after{
    width: 100%;
}


/* Botões da direita */

.nav-actions{
    display:flex;
    align-items:center;
    gap:24px;
}

.btn-nav{
    background:rgba(4, 34, 69, 0.979);
    color:#fef8f8;

    text-decoration:none;

    padding:13px 24px;

    border-radius:30px;
    

    font-weight:550;

    transition:
        transform .30s cubic-bezier(.22,.61,.36,1),
        box-shadow .30s ease,
        background .30s ease;
}

.btn-nav:hover{
    transform:scale(1.02);

    box-shadow:
        0 0 0 1px rgba(82, 82, 209, .12),
        0 1px 1px rgba(82, 82, 209, .35);

    background:#18378b;
}

.nav-links a,
.login,
.btn-nav{

    font-family:'Montserrat', sans-serif;

}

/* ===========================
ITEM ATIVO DA NAVBAR
=========================== */

.nav-links > a.active,
.nav-dropdown-trigger.active,
.login.active {

    color: #364ff8;   /* cor mais clara */

    font-weight: 700;
}

.nav-links > a.active::after,
.nav-dropdown-trigger.active::after,
.login.active::after {

    width: 100%;

    background: #364ff8;

    box-shadow:
        0 0 10px rgba(126,143,255,.45);
}
/* =====================================
MENU SUSPENSO - PRODUTOS
===================================== */

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

/* Link principal Produtos */
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.dropdown-arrow {
  width: 17px;
  height: 17px;
  fill: currentColor;

  transition: transform 0.3s ease;
}

/* Caixa do submenu */
.nav-dropdown-menu {
  position: absolute;

  top: calc(100% + 18px);
  left: 50%;

  width: 330px;
  padding: 12px;

  background: rgba(255, 255, 255, 0.98);

  border: 1px solid rgba(86, 92, 207, 0.13);
  border-radius: 16px;

  box-shadow:
    0 22px 55px rgba(31, 35, 82, 0.16),
    0 5px 15px rgba(31, 35, 82, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  opacity: 0;
  visibility: hidden;

  transform:
    translateX(-50%)
    translateY(10px);

  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;

  z-index: 9999;
}

/* Ponte invisível para o menu não fechar */
.nav-dropdown-menu::before {
  content: "";

  position: absolute;

  top: -22px;
  left: 0;

  width: 100%;
  height: 24px;
}

/* Exibir ao passar o mouse */
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;

  transform:
    translateX(-50%)
    translateY(0);

  pointer-events: auto;
}

/* Girar seta */
.nav-dropdown:hover .dropdown-arrow,
.nav-dropdown:focus-within .dropdown-arrow {
  transform: rotate(180deg);
}

/* Links internos */
.nav-dropdown-menu > a {
  display: flex;
  align-items: center;
  gap: 13px;

  width: 100%;
  padding: 13px 12px;

  color: #373761;
  text-decoration: none;

  border-radius: 11px;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

/* Hover dos produtos */
.nav-dropdown-menu > a:hover {
  color: #565ccf;
  background: rgba(86, 92, 207, 0.08);
  
  transform: translateX(3px);
}

/* Numeração ou ícone */
/*========================================
ÍCONE DO PRODUTO
========================================*/

.dropdown-icon{

    position:relative;

    width:62px;
    height:62px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
        radial-gradient(
            circle at center,
            rgba(255,255,255,.92) 0%,
            rgba(245, 247, 255, 0.167) 45%,
            rgba(86,92,207,.08) 100%
        );

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    transition:.35s ease;

    overflow:hidden;

}

.dropdown-icon::before{

    content:"";

    position:absolute;

    width:85%;
    height:85%;

    border-radius:50%;

    background:

        radial-gradient(
            circle,
            rgba(86,92,207,.22),
            transparent 70%
        );

    filter:blur(10px);

    opacity:.8;

}

.dropdown-icon img{

    position:relative;

    width:92px;
    height:92px;

    object-fit:contain;

    z-index:2;

    transition:.35s;

}

.nav-dropdown-menu a:hover .dropdown-icon{

    transform:
        translateY(-3px)
        scale(1.05);

    background:

        radial-gradient(
            circle,
            rgba(255,255,255,.96) 0%,
            rgba(242,244,255,.88) 55%,
            rgba(86,92,207,.15) 100%
        );

    box-shadow:

        0 12px 28px rgba(86,92,207,.18),

        0 0 35px rgba(86,92,207,.18);

}

.nav-dropdown-menu a:hover .dropdown-icon::before{

    opacity:1;

    transform:scale(1.2);

}

.nav-dropdown-menu a:hover img{

    transform:scale(1.12);

}

/* Bloco de texto */
.dropdown-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Nome do produto */
.dropdown-text strong {
  color: inherit;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

/* Descrição */
.dropdown-text small {
  color: #777b98;

  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.nav-dropdown-menu > a,
.nav-dropdown-menu > a:hover,
.nav-dropdown-menu > a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
}

.nav-dropdown-menu > a::after,
.nav-dropdown-menu > a:hover::after,
.nav-dropdown-menu > a:focus::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
}

.dropdown-icon img.logo-nav-otica{
    width: 82px;
    height: 82px;
}

.dropdown-icon img.logo-nav-auto{
    width: 85px;
    height: 85px;
}

.dropdown-icon img.logo-nav-winfit{
  width: 40px;
  height: 40px;
}

/* =====================================
MENU SUSPENSO - MERCADOS
===================================== */

.mercados-dropdown-menu {
  width: 230px;
  
  padding: 8px;
}

/* Links do menu Mercados */
.mercados-dropdown-menu > a{

    all: unset;

    display:block;

    cursor:pointer;

    padding:10px 14px;

    color:#373761;

    font-size:14px;
    font-weight:700;

    border-radius:8px;

    transition:.25s;

}

/* Linha embaixo do texto */
.mercados-dropdown-menu > a::after {
  content: "";

  position: absolute;

  left: 15px;
  bottom: 8px;

  width: 0;
  height: 2px;

  background: #565ccf;
  border-radius: 2px;

  transition: width 0.25s ease;
}

/* Hover */
.mercados-dropdown-menu > a:hover {
  color: #565ccf;

  background: rgba(86, 92, 207, 0.08);

  padding-left: 20px;
}

/* Exibe o sublinhado no hover */
.mercados-dropdown-menu > a:hover::after {
  width: 45px;
}