/* ========== Contatos Section ========== */
.contatos-section {
  background: #fff;
  padding: 60px 0 30px 0;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}

.contatos-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 10px 50px;
}

.contatos-info {
  display: flex;
  min-width: 300px;
  padding: 0 90px;
  flex-direction: column;
}

.contatos-titulo {
  font-weight: bolder;
  letter-spacing: 0.35em;
  margin-bottom: 50px;
}

.contatos-item {
  font-size: 1.08rem;
  margin-bottom: 20px;
  color: #111;
  font-weight: 300;
}

.contatos-item a {
  color: #111;

}

a {
  text-decoration: none;
}

.contatos-whatsapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  min-width: 220px;
}

.whatsapp-btn {
  padding: .7em 5em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.whatsapp-btn:hover {
  background-color: #51ce5f;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.whatsapp-btn:active {
  transform: translateY(-1px);
}

.wa-ico {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg') no-repeat center/contain;
  margin-right: 10px;
}

.contatos-social {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: flex-end;
  margin-left: auto;
  margin-top: 30px;
}

.social-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: background 0.2s;
}

.social-ico:hover {
  background: #eee;
}

@media (max-width: 900px) {
  .contatos-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .contatos-social {
    margin-left: 0;
    margin-top: 18px;
  }
}

.social-links,
.flex-center {
  display: flex;
  justify-content: end;
  align-items: center;
}

.social-btn {
  cursor: pointer;
  height: 50px;
  width: 50px;
  font-family: 'Titillium Web', sans-serif;
  color: #333;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  background: white;
  margin: 5px;
  transition: 0.3s;
  justify-content: center;
}

.social-btn svg {
  height: 24px;
  width: 24px;
}

.social-btn span {
  width: 0px;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
  margin-left: 5px;
}

.social-btn:hover {
  width: 150px;
  border-radius: 5px;
}

.social-btn:hover span {
  padding: 2px;
  width: 80px;
}

#instagram svg {
  fill: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  fill: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

#linkedin svg {
  fill: #0e76a8;
}

.contatos-direita {
  display: flex;
  flex-direction: column;
  gap: 70px;
}



/* ========== Faixa de Citação ========== */
.frase-citacao {
  background: #000;
  color: #fff;
  margin-left: calc(-50vw + 50%);
  padding: 38px 0 28px 0;
  text-align: center;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  letter-spacing: 0.01em;
  box-sizing: border-box;
  border: none;
  z-index: 2;
}

.frase-citacao blockquote {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 24px;
}

.citacao-texto {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 1.18rem;
  font-style: italic;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.citacao-autor {
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #fff;
  margin-top: 8px;
  text-transform: uppercase;
  word-spacing: 0.18em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

@media (max-width: 700px) {
  .frase-citacao {
    padding: 22px 0 16px 0;
  }

  .citacao-texto {
    font-size: 1rem;
    padding: 0 8px;
  }

  .citacao-autor {
    font-size: 0.98rem;
    padding: 0 8px;
  }
}

/* ========== Card Horizontal de Serviços (UX aprimorado) ========== */
.servicos-card-horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 0;
  background: linear-gradient(90deg, #f7f7f7 60%, #e9f0fa 100%);
  border-radius: 22px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  padding: 36px 28px;
  align-items: stretch;
  overflow-x: visible;
}

/* Card de serviço com fluidez na sobreposição */
.servico-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  padding: 24px 20px 18px 20px;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0;
  transition: box-shadow 0.35s cubic-bezier(.4, 1.6, .6, 1),
    transform 0.35s cubic-bezier(.4, 1.6, .6, 1),
    border-color 0.25s;
  border: 1.5px solid #e3e8ee;
  position: relative;
  z-index: 1;
}

.servico-card:hover {
  box-shadow: 0 16px 48px 0 rgba(58, 123, 213, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  transform: translateY(-14px) scale(1.045);
  border-color: #3a7bd5;
  z-index: 10;
}

.servico-card h4 {
  font-size: 1.18rem;
  font-variation-settings: "wght" 700;
  margin-bottom: 12px;
  color: #1a3a5d;
  display: flex;
  align-items: center;
  gap: 8px;
}

.servico-card h4::before {
  content: "\1F512";
  font-size: 1.1em;
  margin-right: 4px;
  opacity: 0.7;
}

.servico-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.servico-card li {
  font-size: 1rem;
  margin-bottom: 7px;
  padding-left: 0.7em;
  position: relative;
  color: #222;
}

.servico-card li::before {
  content: "\2022";
  color: #3a7bd5;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (max-width: 900px) {
  .servicos-card-horizontal {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 6px;
  }

  .servico-card {
    min-width: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .servico-card h4 {
    justify-content: center;
  }
}

/* Efeito de surgimento para card horizontal */
.fade-in-element.from-bottom {
  transform: translateY(100px);
}

/* ========== Card Horizontal de Serviços ========== */
.servicos-card-horizontal {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px;
  background: #f7f7f7;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
  padding: 32px 24px;
  justify-content: space-between;
  align-items: stretch;
  overflow-x: auto;
}


@media (max-width: 900px) {
  .servicos-card-horizontal {
    flex-direction: column;
    gap: 18px;
    padding: 18px 6px;
  }

  .servico-card {
    min-width: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }
}

/* Efeito de surgimento para card horizontal */
.fade-in-element.from-bottom {
  transform: translateY(100px);
}

/* ========== Seção “Serviços” ========== */
.servicos {
  padding: 80px 20px;
  background-color: #fff;
  color: #000;
}

.servicos-conteudo {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.servicos-texto {
  flex: 1 1 350px;
  padding-right: 40px;
  min-width: 300px;
}

.servicos-listas {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}

.servicos-coluna {
  min-width: 220px;
  flex: 1 1 220px;
}

.servicos-coluna h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-variation-settings: "wght" 700;
}

.servicos-coluna ul {
  list-style: disc inside;
  margin: 0 0 20px 0;
  padding: 0;
}

.servicos-coluna li {
  font-size: 1rem;
  margin-bottom: 6px;
}

.servicos .titulo-pequeno {
  color: #222;
  font-size: 0.9rem;
  font-variation-settings: "wght" 700;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.servicos .titulo-grande {
  font-size: 2rem;
  font-variation-settings: "wght" 300;
  margin-bottom: 20px;
}

.servicos .titulo-medio {
  font-size: 1.3rem;
  font-variation-settings: "wght" 500;
  margin-bottom: 10px;
}

.servicos .descricao {
  line-height: 1.6;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .servicos-conteudo {
    flex-direction: column;
    gap: 30px;
  }

  .servicos-texto {
    border: none;
    padding: 0;
    text-align: center;
  }

  .servicos-listas {
    flex-direction: column;
    gap: 20px;
  }

  .servicos-coluna {
    min-width: 0;
    flex: 1 1 100%;
  }
}

* {
  font-family: "Inter";
  margin: 0;
}

body {
  padding-top: 60px;
}

.imgLogo {
  max-width: 200px;
  cursor: pointer;
}

.imgFundo {
  display: block;
  width: 100%;
  height: auto;
  width: 100%;
  /* gradiente preto para transparente de 70% até 100% da altura */
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0) 100%);
  background-color: #000000;
}

.menu-fixo {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  background: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.menu-direita {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

.btn {
  font-size: 14px;
  color: #000000;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  font-variation-settings: "wght" 300;
  transition: font-variation-settings 0.4s ease;
}

.btn:focus,
.btn:hover {
  color: #000000;
  font-variation-settings: "wght" 600;
}

.btn:focus:after,
.btn:hover:after {
  width: 100%;
  left: 0%;
}

.btn:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #000000;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}


/* ========== Seção “Sobre a Empresa” ========== */
.sobre {
  padding: 80px 20px;
  color: #000;
  background-color: #fff;
}

.sobre-conteudo {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

#historia,
#equipe {
  margin-bottom: 60px;
}

/* Texto */
.sobre-texto {
  flex: 1;
  border-right: 1px solid #444;
  padding-right: 40px;
}

.equipe-texto {
  flex: 1;
  border-left: 1px solid #444;
  padding-left: 40px;
}

.titulo-pequeno {
  display: block;
  font-size: 0.9rem;
  font-variation-settings: "wght" 700;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.titulo-grande {
  font-size: 2rem;
  font-variation-settings: "wght" 300;
  margin-bottom: 20px;
}

.sobre-texto p {
  line-height: 1.6;
  font-size: 1rem;
}

/* Imagem */
.sobre-imagem {
  flex: 1;
  text-align: right;
}

.sobre-imagem img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ————— Scroll Reveal ————— */
.fade-in-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-element.from-left {
  transform: translateX(-100px) translateY(30px);
}

.fade-in-element.from-right {
  transform: translateX(100px) translateY(30px);
}

.fade-in-element.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* ————— Parallax Simples ————— */
.sobre-imagem img {
  display: block;
  width: 100%;
  will-change: transform;
  transition: transform 0.1s linear;
}

/* Responsivo (mobile) */
@media (max-width: 768px) {
  .sobre-conteudo {
    flex-direction: column;
  }

  .sobre-texto {
    border: none;
    padding: 0;
    text-align: center;
  }

  .sobre-imagem {
    text-align: center;
    margin-top: 20px;
  }
}

/* ========== Seção “Diferenciais” ========== */
/* 1) Seção com efeito parallax */
.parallax-section {
  position: relative;
  background-image: url('./imagens/premiacao.jpg');
  /* substitua pelo caminho da sua imagem */
  background-attachment: fixed;
  /* fixa o BG no viewport */
  background-position: unset;
  /* centraliza a imagem */
  background-size: cover;
  /* cobre todo o container */
  padding: 8rem 1rem;
  /* espaçamento top/bottom */
  display: flex;
  justify-content: flex-start;
  /* alinha o card à esquerda */
  align-items: center;
  /* centra verticalmente */
  min-height: 30vh;
  /* altura mínima da tela */
}

/* 2) Card de conteúdo */
.content-card {
  max-width: 350px;
  background-color: #000000f2;
  color: #fff;
  padding: 3rem;
  border-radius: 15px;
  position: relative;
  margin-left: 10%;
}

/* 3) Tipografia */
.subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.lead {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.body-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

#linha-esquerda {
  border-left: 1px solid #ccc;
  padding-left: 40px;
  position: relative;
}

#marcacao-linha {
  border-left: 3px solid #ffffff;
  position: absolute;
  left: -1px;
  top: 20%;
  height: 25%;
}

/* 4) Responsividade */
@media (max-width: 768px) {
  .parallax-section {
    padding: 6rem 1rem;
    justify-content: center;
    /* centra no mobile */
  }

  .content-card {
    max-width: 90%;
    padding: 1.5rem;
  }

  .lead {
    font-size: 1.2rem;
  }
}



/* ========== Carrossel de Cards de Serviços ========== */
/* Variáveis globais */
:root {
  --color-purple: #002258;
  --color-pink: #002258;
  --color-gray: #9CA3AF;
  --color-black: #1F2937;
  --card-size: 23rem;
}

/* Estilos específicos da seção seguradoras */
#seguradoras {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  background-color: white;
}

#seguradoras h1 {
  margin-bottom: 2rem;
}

/* Container 3D */
#seguradoras .carousel {
  position: relative;
  width: var(--card-size);
  height: var(--card-size);
  perspective: 500px;
  transform-style: preserve-3d;
  user-select: none;
}

#seguradoras .card-container,
#seguradoras .card {
  user-select: none;
}

/* Cada cartão */
#seguradoras .card-container {
  position: absolute;
  width: 100%;
  height: 100%;
  transform:
    rotateY(calc(var(--offset) * 50deg)) scaleY(calc(1 + var(--abs-offset) * -0.4)) translateZ(calc(var(--abs-offset) * -30rem)) translateX(calc(var(--direction) * -5rem));
  filter: blur(calc(var(--abs-offset) * 1rem));
  transition: all 0.3s ease-out;

  pointer-events: var(--pointer-events);
  opacity: var(--opacity);
  display: var(--display);
}

/* Aparência do cartão */
#seguradoras .card {
  width: 82%;
  height: 82%;
  padding: 2rem;
  background-color: hsl(280deg, 40%, calc(100% - var(--abs-offset) * 50%));
  border-radius: 1rem;
  color: var(--color-gray);
  text-align: justify;
  transition: all 0.3s ease-out;
  box-shadow: none;
}

#seguradoras .card.active {
  box-shadow: #8b8b8b 0px 7px 20px 0px;
}

#seguradoras .card h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.7em;
  color: var(--color-black);
  transition: opacity 0.3s ease-out;
  opacity: var(--active);
}

#seguradoras .card p {
  transition: opacity 0.3s ease-out;
  opacity: var(--active);
}

/* Botões de navegação */
#seguradoras .nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 4rem;
  color: #3a7bd5;
  background: none;
  border: none;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.25s cubic-bezier(.4,1.6,.6,1),
    background 0.25s cubic-bezier(.4,1.6,.6,1),
    box-shadow 0.25s cubic-bezier(.4,1.6,.6,1),
    transform 0.18s cubic-bezier(.4,1.6,.6,1);
  outline: none;
  /* Alinhamento vertical central */
  transform: translateY(-50%);
}

#seguradoras .nav.left {
  left: -60px; /* Ajuste conforme necessário para afastar da borda do card */
}

#seguradoras .nav.right {
  right: -60px; /* Ajuste conforme necessário para afastar da borda do card */
}

#seguradoras .nav.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s;
}

#seguradoras .nav.appear {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transition: opacity 0.2s;
}

/* Efeitos de hover e active permanecem iguais */
#seguradoras .nav:hover {
  color: #3a7bd5;
  background: rgba(58,123,213,0.08);
  box-shadow: 0 4px 16px 0 rgba(58,123,213,0.10);
  transform: scale(1.08) translateY(-50%);
}

#seguradoras .nav:active {
  color: #002258;
  background: rgba(58,123,213,0.18);
  box-shadow: 0 2px 8px 0 rgba(58,123,213,0.13);
  transform: scale(0.96) translateY(-50%);
}