/* Reset CSS Básico */

body {
  line-height: 1.6;
  color: #333;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.titulo-principal {
  text-align: center;
  margin-bottom: 30px;
  color: #1e3a8a;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.titulo-principal::before,
.titulo-principal::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: linear-gradient(to right, #3b82f6, #60a5fa);
  position: relative;
  bottom: 6px;
  border-radius: 4px;
}

.titulo-principal::before {
  margin-right: 12px;
}

.titulo-principal::after {
  margin-left: 12px;
}

.servicos a img,
.hero a img,
.header a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

/* Header */

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  margin-bottom: 0;
  position: relative;
}

/* Logo */
.logo img {
  width: 200px;
  height: auto;
  flex-shrink: 0;
  margin: 0;
}

/* Menu */
.header-menu {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin-right: 100px;
}

.header-menu a {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 15px;
  transition: color 0.3s ease;
  padding: 15px;
}

.header-menu a:hover {
  color: #0051ff;
}

.whatsapp {
  background: linear-gradient(to right, #22c55e, #16a34a);
  color: white !important;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

.header .whatsapp img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.whatsapp:hover {
  background-color: #1ebe5d;
}

/* Header responsive */

/* Menu Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.menu-toggle::after {
  content: "Menu";
  font-size: 14px;
  margin-left: 4px;
  margin-top: 10px;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 700px) {
  .header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    gap: 0;
  }

  .logo {
    margin-bottom: 0;
  }

  .header-menu {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background-color: white;
    position: fixed;
    top: 140px;
    right: -5rem;
    border-radius: 6px;
    padding: 1rem;
    z-index: 100;
  }

  .menu-toggle {
    display: flex;
  }

  .header-menu.active {
    display: flex;
  }
}

/* Hero*/

.hero {
  padding: 0 1rem;
  background-color: #18317e;
  color: white;
  min-height: 75vh;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  margin: 0 auto;
  padding-top: 140px;
}

.hero-text h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.destaque {
  display: block;
  color: #c2d9ff;
}

.subtexto {
  font-size: 1.25rem;
  color: #a0c4ff;
  margin-bottom: 2rem;
}

.descricao {
  font-size: 1.1rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
  max-width: 450px;
}

.btn-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  align-items: center;
}

.btn-frete-hero {
  background-color: #2563eb;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
  transform: scale(1);
}

.btn-frete-hero:hover {
  background-color: #0552f8;
  transform: scale(1.05);
}

.btn-whatsapp {
  background: #2563eb;
  color: white;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transform: scale(1);
}

.btn-whatsapp:hover {
  background-color: #0552f8;
  transform: scale(1.05);
}

.hero-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  z-index: 1;
}

.truck-img {
  position: relative;
  z-index: 2;
  width: 380px;
  max-width: 100%;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.truck-img:hover {
  transform: scale(1.05);
}

.blur-bg {
  position: absolute;
  width: 420px;
  height: 260px;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.1),
    transparent 70%
  );
  filter: blur(20px);
  z-index: 1;
  border-radius: 24px;
}

.selo-badge {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #3b82f6;
  color: white;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

/* Hero Responsive */

@media (max-width: 700px) {
  .hero .container {
    grid-template-columns: 1fr;
    padding-top: 100px;
    gap: 2rem;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .subtexto,
  .descricao {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-container {
    justify-content: center;
  }

  .hero-img {
    padding: 0;
  }

  .truck-img {
    width: 90%;
    max-width: 300px;
  }

  .selo-badge {
    display: none;
  }

  .blur-bg {
    width: 280px;
    height: 180px;
  }
}

/* Sobre */

.sobre {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #f9fafb;
}

.sobre > p {
  color: #4b5563;
  text-align: center;
}

.sobre h1 {
  color: #1e3a8a;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

/* Beneficios */

.beneficios-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 2rem;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.beneficios-container p {
  font-size: 12px;
  color: #4b5563;
  max-width: 240px;
}

.beneficios-container li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 240px;
}

.beneficios-container h2 {
  color: #1e3a8a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 8px;
}

.icone-sobre {
  background: #dbeafe;
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Servicos */

.servicos {
  padding: 60px 20px;
}

.servicos > p {
  color: #4b5563;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
}

.lista-servicos {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
  justify-content: center;
  padding: 0;
}

.card-servico {
  background: white;
  border-left: 2px solid #3b82f6;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  flex: 1 1 280px;
  max-width: 300px;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-servico:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.btn-saiba-mais {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  align-self: center;
}

.btn-saiba-mais:hover {
  background-color: #1e40af;
}

.card-servico h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #1e3a8a;
  text-align: center;
}

.card-servico p {
  font-size: 0.95rem;
  color: #4b5563;
  text-align: center;
}

.card-servico .icon {
  background-color: #3b82f6;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.card-servico .icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.servicos .btn-whatsapp {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 30px auto 0;
}

/* Servico mobile */

@media (max-width: 768px) {
  .servicos {
    padding: 60px 10px;
  }
}
/* Depoimentos */

.testimonials-section {
  padding: 60px 20px;
  background-color: #f9fafb;
  font-family: sans-serif;
  margin-top: 30px;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 40px;
}

.testimonials-header h2 {
  font-size: 1.8rem;
  color: #1e3a8a;
  margin-bottom: 8px;
  font-weight: bold;
}

.testimonials-header p {
  color: #4b5563;
  font-size: 1rem;
}

.testimonials-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
  width: 280px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  font-size: 0.9rem;
}

.testimonial-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.quote {
  font-size: 1.6rem;
  color: #bfdbfe;
  margin-right: 6px;
  line-height: 1;
}

.stars {
  color: #facc15;
  font-size: 0.9rem;
}

.comment {
  color: #374151;
  font-style: italic;
  margin-bottom: 12px;
  line-height: 1.4;
}

.testimonial-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 10px;
}

.name {
  color: #1e3a8a;
  font-weight: 600;
}

.service {
  color: #2563eb;
  font-size: 0.8rem;
}

/* Contato */

.contato-section {
  background: #fff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  color: #1f2937;
}

.titulo-contato {
  text-align: center;
  margin-bottom: 50px;
}

.titulo-contato h2 {
  font-size: 2.5rem;
  color: #111827;
  margin-bottom: 10px;
}

.titulo-contato p {
  color: #6b7280;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.conteudo-contato {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.info-contato {
  flex: 1;
  min-width: 300px;
}

.contato-inicio {
  margin-bottom: 15px;
  background: #3b82f6;
  color: #fff;
  width: 100%;
}

.card-contato {
  background: #f9fafb;
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.card-header-contato {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.card-header-contato h3 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  color: #111827;
}

.card-header-contato p {
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
}

.card-header-contato small {
  color: #9ca3af;
  font-size: 0.85rem;
}

.icon-contato {
  width: 36px;
  height: 36px;
  background: #3c83f6;
  padding: 8px;
  border-radius: 20px;
}

.icon-contato img {
  filter: brightness(0) invert(1);
}

.formulario-contato {
  flex: 1;
  min-width: 300px;
  background: #f9fafb;
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.formulario-contato h3 {
  font-size: 1.4rem;
  color: #111827;
  margin-bottom: 5px;
}

.formulario-contato p {
  color: #6b7280;
  margin-bottom: 25px;
  font-size: 0.95rem;
}

.formulario-contato form label {
  display: block;
  margin: 15px 0 5px;
  font-weight: 600;
  color: #374151;
  font-size: 0.95rem;
}

.formulario-contato input,
.formulario-contato select,
.formulario-contato textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  background: #ffffff;
}

.formulario-contato textarea {
  resize: none;
  height: 120px;
}

.formulario-contato button {
  background: #3b82f6;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.formulario-contato button:hover {
  background: #2563eb;
}

.icon-btn {
  width: 20px;
  height: 20px;
}

.btn-form {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.btn-form img {
  filter: brightness(0) invert(1);
}

.aviso {
  font-size: 0.85rem;
  text-align: center;
  color: #6b7280;
  margin-top: 15px;
}

.card-header-contato a {
  color: #3c83f6;
  text-decoration: underline;
}

/* Footer */

.footer {
  background: #1e3a8a;
  color: #dbeafe;
  padding: 30px 60px;
}

.servicos-area-footer li a {
  color: #dbeafe;
  font-size: 16px;
}

.footer h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.links-footer h3 {
  margin-top: 20px;
}

.logo-area-footer img {
  height: auto;
  width: 120px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
  border-bottom: 1px solid #1e40af;
  padding-bottom: 20px;
}

.links-footer {
  color: #ffffff;
}

.links-footer h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.links-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-footer li {
  margin-bottom: 0.5rem;
}

.links-footer a {
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  color: #dbeafe;
}

.links-footer a:hover {
  color: #ffffff;
}

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

.footer-copy {
  text-align: center;
  margin-top: 30px;
}

.footer a {
  position: relative;
}

.footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #ffffff;
  transition: width 0.3s ease;
}

.footer a:hover::after {
  width: 100%;
}

/* Calculadora INICIO */

.calculadora {
  background: #f9fafb;
  padding-top: 60px;
  padding-bottom: 30px;
}

.calculadora-truck {
  margin: 30px auto 0;
  width: 60px;
  background-color: #3c83f6;
  padding: 10px;
  border-radius: 20px;
}

.calculadora-inicio {
  margin-bottom: 30px;
  text-align: center;
}

.calculadora-inicio h2 {
  color: #282c34;
  font-size: 2rem;
  margin-bottom: 10px;
}

.calculadora-inicio p {
  color: #4b5563;
}

.formulario-container {
  background: #fff;
}

/* Form */

.calculadora-titulo {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}

.formulario-container {
  padding: 20px 30px;
  width: 600px;
  margin: 0 auto;
  border-radius: 20px;
}

.formulario-container label {
  display: block;
  color: #282c34;
}

.formulario-container input {
  width: 100%;
  padding: 14px;
  margin-top: 5px;
  background: #f3f4f6;
  border: none;
}

.input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

input[type="text"]:focus {
  border-color: #3c83f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.calculate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  width: 100%;
  background: #3c83f6;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 20px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.calculate-button img {
  width: 20px;
  height: auto;
  filter: brightness(0) invert(1);
}

.como-calculamos-frete {
  color: #4b5563;
  text-decoration: underline;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
}

/* Calculadora mobile */

@media (max-width: 700px) {
  .calculadora {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .calculadora-inicio h2 {
    font-size: 1.75rem;
  }

  .formulario-container {
    width: 90%;
    padding: 15px 20px;
  }

  .input-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
  }

  .formulario-container label {
    width: 100%;
  }

  .calculate-button {
    padding: 0.8rem 1.5rem;
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .calculadora-inicio h2 {
    font-size: 1.5rem;
  }

  .formulario-container {
    padding: 10px 15px;
  }

  .formulario-container input[type="text"] {
    padding: 10px;
  }
}

.resultado-box {
  background-color: #f8fafc;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dce1e7;
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  margin-inline: auto;
}

.resultado-box h4 {
  color: #1e293b;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.valor-frete {
  color: #2563eb;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.info-extra {
  color: #64748b;
  font-size: 0.95rem;
  margin-top: 8px;
}

.info-alteracao {
  color: #6b7280;
  font-size: 0.95rem;
  margin-top: 8px;
}

/* Como Calculamos o valor da corrida PAGE */

.voltar {
  display: inline-block;
  margin: 1rem;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.container-precos {
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
  background: #f3f4f6;
  min-height: 100vh;
}

.icone-carro-preco {
  width: 70px;
  background: #3c83f6;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icone-carro-preco img {
  filter: brightness(0) invert(1);
}

.container-precos h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.tabela {
  background-color: white;
  border-radius: 10px;
  padding: 2rem 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tabela h2 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.tabela ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabela li {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}

.tabela li strong {
  color: #3c83f6;
}

.observacoes {
  margin-top: 2rem;
  text-align: left;
  color: #4b5563;
}

.observacoes h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #1f2937;
}

.observacoes p {
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

/* Fretes Rápidos Section */

.container-frete {
  padding: 2rem 1rem;
}

.frete-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.frete-icon {
  width: 60px;
  margin: 30px auto 0;
  background: #1e45b4;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frete-icon img {
  filter: brightness(0) invert(1);
  width: 100%;
}

.frete-hero h1 {
  font-size: 2.5rem;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.frete-hero p {
  font-size: 1.1rem;
  color: #4b5563;
  max-width: 700px;
  margin: 0 auto;
}

.frete-beneficios {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}

.card-beneficio {
  background: #f9fafb;
  border-radius: 20px;
  padding: 1.5rem;
  flex: 1 1 280px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.card-beneficio h3 {
  color: #1e3a8a;
  margin-top: 1rem;
}

.card-beneficio p {
  color: #4b5563;
  margin-top: 0.5rem;
}

.frete-detalhes {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
}

.frete-detalhes h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #1e3a8a;
}

.detalhes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.detalhes-grid h3 {
  margin-bottom: 1rem;
  color: #111827;
}

.detalhes-grid ul {
  color: #374151;
  padding-left: 1.2rem;
}

.detalhes-grid li {
  margin-bottom: 10px;
}

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

.frete-cta {
  text-align: center;
  padding: 2rem;
}

.frete-cta h2 {
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.frete-cta p {
  color: #4b5563;
  margin-bottom: 2rem;
}

.botao-primario {
  background-color: #2563eb;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.botao-primario:hover {
  background-color: #1d4ed8;
}

/* Servicos PAGE */

.servicos {
  text-align: center;
  padding: 3rem 1rem;
}

.titulo-principal {
  font-size: 2.5rem;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.descricao-servicos {
  color: #4b5563;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.grid-servicos {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card-servico {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 10px #e5e7eb;
  text-align: center;
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 400px;
}

.card-servico:hover {
  transform: translateY(-5px);
}

.icone-servico {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  background: #2563eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone-servico img {
  width: 24px;
  filter: brightness(0) invert(1);
}

.card-servico h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #1e3a8a;
}

.card-servico p {
  color: #4b5563;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.botao-primario {
  background: #2563eb;
  color: white;
  padding: 0.7rem 1.2rem;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.servicos > h1 {
  margin-bottom: 20px;
}

.servicos > p {
  margin-bottom: 20px;
}

/* ANIMAÇÃO AO SCROLL */

.js-scroll {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: 0.3s;
}

.js-scroll.scroll-ativo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
