*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

html, body{
overflow-x:hidden;
}

img{
max-width:100%;
height:auto;
display:block;
}

body{
background:#f5f6f7;
color:#333;
}

h2{
text-align:center;
margin-bottom:40px;
font-size:32px;
}

/* HEADER*/
.header{
background:white;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

/* barra superior */

.topbar{
background:#1f2e3a;
color:white;
font-size:14px;
padding:8px 0;
}

.topbar-content{
display:flex;
justify-content:space-between;
}

/* navbar */

.nav-content{
display:flex;
align-items:center;
justify-content:space-between;
padding:20px 0;
}

.menu a{
margin:0 15px;
text-decoration:none;
color:#333;
font-weight:600;
}

.menu a:hover{
color:#2c4c6b;
}

/* HERO */

.hero{
height:600px;
background:url('img/hero-img.png') center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
color:white;
text-align:center;
}

.hero-overlay{
background:rgba(0,0,0,0.5);
padding:60px;
}

.hero h1{
font-size:48px;
margin-bottom:20px;
}

.hero p{
font-size:20px;
margin-bottom:30px;
}

/* BOTÕES */

.btn{
padding:14px 28px;
border-radius:6px;
text-decoration:none;
font-weight:bold;
display:inline-block;
margin:5px;
}

.green{
background:#3db54a;
color:white;
}

.outline{
border:2px solid white;
color:white;
}

.blue{
background:#2c4c6b;
color:white;
}

.center{
display:block;
width:230px;
margin:40px auto;
}

.whatsapp{
background:#207918;
color:white;
font-size:18px;
}

/* SOBRE */

/* SOBRE */

.sobre{
background:white;
padding:100px 0;
}

.sobre-grid{
display:grid;
grid-template-columns:420px 1fr;
gap:70px;
align-items:center;
}

.sobre-img-box{
position:relative;
}

.sobre-img{
width:100%;
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.sobre-content h2{
text-align:left;
font-size:29px;
margin-bottom:10px;
color:#1f2e3a;
}

.linha{
width:70px;
height:3px;
background:#2c4c6b;
margin:15px 0 25px 0;
}

.sobre-texto{
color:#555;
line-height:1.7;
margin-bottom:25px;
max-width:520px;
}

/* BENEFÍCIOS */

/* BLOCO SOBRE */

.sobre{
background:#f5f6f7;
padding:40px 0;
}

.sobre-box{
background:white;
padding:50px;
border-left:6px solid #2c4c6b;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
border-radius:6px;
width:100%;
}

.sobre-beneficios{
list-style:none;
margin-bottom:35px;
max-width:500px;
}

.sobre-beneficios li{
display:flex;
align-items:center;
gap:10px;
margin-bottom:12px;
color:#444;
}

.sobre-beneficios li::before{
content:"✓";
color:#2c4c6b;
font-weight:bold;
font-size:16px;
}

/* NÚMEROS */

.sobre-numeros{
display:flex;
gap:40px;
margin-bottom:35px;
}

.sobre-numeros strong{
display:block;
font-size:28px;
color:#2c4c6b;
}

.sobre-numeros span{
font-size:14px;
color:#777;
}

/* SERVIÇOS */

.servicos{
background:#274867;
color:white;
padding:80px 0;
}

.servicos-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.card{
background:white;
color:black;
border-radius:8px;
overflow:hidden;
}

.card img{
width:100%;
height:160px;
object-fit:cover;
}

.card h3{
padding:15px;
font-size:16px;
}

/* APLICAÇÕES */

/* DIFERENCIAIS */

.diferenciais{
background:#f0f0f0;
padding:70px 0;
}

.diferenciais-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
text-align:center;
font-size:18px;
}

/* PROCESSO MODERNO */

.processo{
background:#193249;
color:white;
padding:100px 0;
position:relative;
}

.processo-sub{
text-align:center;
opacity:0.8;
margin-top:-20px;
margin-bottom:60px;
}

.processo-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
position:relative;
}

/* LINHA DO PROCESSO */

.processo-grid::before{
content:"";
position:absolute;
top:30px;
left:0;
width:100%;
height:2px;
background:rgba(255,255,255,0.3);
}

/* STEP */

.step{
text-align:center;
position:relative;
}

/* NÚMERO */

.numero{
width:60px;
height:60px;
border-radius:50%;
background:#3db54a;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
font-size:18px;
margin:0 auto 20px auto;
position:relative;
z-index:2;
}

/* CARD */

.card-step{
background:white;
color:#333;
padding:28px;
border-radius:12px;
box-shadow:
0 15px 35px rgba(0,0,0,0.12);
transition:all 0.35s ease;
min-height:170px;
border-top:4px solid #3db54a;
}

.card-step:hover{
transform:translateY(-10px);
box-shadow:
0 25px 50px rgba(0,0,0,0.2);
}

.card-step h3{
font-size:18px;
margin-bottom:10px;
color:#274867;
}

.card-step p{
font-size:14px;
color:#555;
line-height:1.5;
}

/* HOVER */

.card-step:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.2);
}
.step span{
display:block;
background:white;
color:#274867;
width:50px;
height:50px;
line-height:50px;
border-radius:50%;
margin:auto;
font-weight:bold;
margin-bottom:10px;
}

.cta-orcamento {
  position: relative;
  background-image: url("img/oracamento-bg.png"); /* imagem de fundo */
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: white;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,20,30,0.6),
    rgba(10,20,30,0.9)
  );
}

.cta-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 0 20px;
}

.cta-text {
  flex: 1;
}

.cta-text h2 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-text p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.btn {
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s;
}

.btn-primary {
  background: #1e7d32;
  color: white;
}

.btn-primary:hover {
  background: #166628;
}

.btn-whatsapp {
  background: #25D366;
  color: white;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}

.cta-info {
  display: flex;
  gap: 30px;
  font-size: 15px;
  opacity: 0.85;
}


/* CARD DIREITA */

.cta-card {
  width: 340px;
  background: rgba(20,30,40,0.85);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 25px;
}

.cta-card h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.cta-card p {
  font-size: 14px;
  margin-bottom: 15px;
  opacity: 0.8;
}

.card-image {
  height: 120px;
  background-image: url("img/orcamento-card.png");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 15px;
}

.chat-box {
  background: white;
  color: #333;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

.btn.full {
  display: block;
  text-align: center;
}

/* FOOTER */

.footer-container img{
    width: 30%;
}

.footer {
  background: #0f1e2b;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.footer-col h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-col p,
.footer-col li {
  color: #c7d1db;
  font-size: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 6px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 14px;
  color: #c7d1db;
}

.social a {
  color: #9fd36a;
  margin-left: 15px;
  text-decoration: none;
  font-size: 14px;
}

.social a:hover {
  color: #fff;
}
/* LISTA */

.lista-diferenciais {
    list-style: none;
    text-align: left;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.lista-diferenciais li {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #4a4540;
    margin-bottom: 22px;
    position: relative;
    padding-left: 40px;
    line-height: 1.6;
}

/* ÍCONE CHECK DOURADO */

.lista-diferenciais li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #b8913f;
    border: 2px solid #b8913f;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* SECTION BACKGROUND */

.diferenciais {
    min-height: 100vh;
    background: url("images/marble-bg.png") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

/* CAIXA CENTRAL */

.diferenciais-box {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
    padding: 70px 90px;
    max-width: 900px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* TÍTULO */

.diferenciais-box h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    color: #2e2a26;
    margin-bottom: 25px;
    line-height: 1.2;
}

.historia{
background:white;
}

.historia h1{
font-size:42px;
margin-bottom:20px;
}

.intro{
font-size:18px;
color:#555;
margin-bottom:50px;
max-width:800px;
}

.historia-bloco{
margin-bottom:50px;
}

.historia-bloco h2{
font-size:26px;
color:#2c4c6b;
margin-bottom:15px;
}

.lista-historia{
margin-top:20px;
padding-left:20px;
}

.lista-historia li{
margin-bottom:10px;
}

/* DIFERENCIAIS */

.diferenciais-historia{
background:#f5f6f7;
padding:80px 0;
}

.about-section{
  background:#e9e9e9;
  padding:80px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.hist{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.left img{
  width:100%;
  height:auto;
  display:block;
  margin-bottom:25px;
}

.left h2{
    text-align: start;
  font-size:28px;
  font-weight:700;
  color:#111;
  margin-bottom:10px;
  line-height:1.3;
}

.subtitle{
  font-size:12px;
  letter-spacing:1px;
  color:#555;
}

.right p{
  color:#333;
  line-height:1.8;
  margin-bottom:20px;
}
/* HERO */

.hero-hist{
height:600px;
display:flex;
align-items:center;
justify-content:center;
color:white;
text-align:center;
}

.hero-hist-overlay{
background:rgba(0,0,0,0.5);
padding:60px;
}

.hero-hist h1{
font-size:48px;
margin-bottom:20px;
}

.hero-hist p{
font-size:20px;
margin-bottom:30px;
}

.historia{
font-family: Arial, Helvetica, sans-serif;
}


/* CONTAINER */

.container{
max-width:1200px;
width:100%;
margin:auto;
padding:0 20px;
}


/* HERO */

.historia-hero{
    margin-bottom:80px;
height:420px;
background:url("img/hist-card-1.png") center/cover no-repeat;
position:relative;
}

.historia-overlay{
background:rgba(0,0,0,0.55);
height:100%;
display:flex;
align-items:center;
}

.historia-hero h1{
color:white;
font-size:48px;
margin-bottom:10px;
}

.historia-hero p{
color:#ddd;
font-size:20px;
}


/* TIMELINE */

.timeline{
position:relative;
padding-top:120px;
padding-bottom:80px;
}

.timeline::before{
position:absolute;
left:50%;
top:0;
width:3px;
height:100%;
background:#e3e6ea;
transform:translateX(-50%);
}

.timeline-item{
display:flex;
align-items:center;
gap:60px;
margin-bottom:80px;
}

.timeline-item.reverse{
flex-direction:row-reverse;
}

.timeline-img{
flex:1;
position:relative;
}

.timeline-img img{
width:100%;
border-radius:10px;

box-shadow:
0 20px 40px rgba(0,0,0,0.12);
transition:transform .4s;
}

.timeline-img img:hover{
transform:scale(1.03);
}

.timeline-img .ano{
position:absolute;
top:20px;
left:20px;

background:#2f4f6e;
color:white;

padding:6px 14px;
border-radius:4px;
font-weight:bold;
font-size:14px;
}

.timeline-text{
flex:1;
max-width:520px;
}

.timeline-text p{
color:#555;
margin-bottom:16px;
line-height:1.7;
font-size:16px;
}

.timeline-text .ano{
position:absolute;
left:-80px;
top:0;

background:#2f4f6e;
color:white;

padding:6px 14px;
border-radius:20px;
font-weight:bold;
font-size:14px;
}

.timeline-text h2{
font-size:28px;
margin-bottom:15px;
color:#2c3e50;
}

.timeline-text p{
color:#555;
margin-bottom:12px;
line-height:1.6;
}

.timeline-item.reverse .timeline-text .ano{
left:auto;
right:-80px;
}
/* BOTÕES */

.btn{
display:inline-block;
margin-top:10px;
padding:10px 22px;
background:#2f4f6e;
color:white;
border-radius:4px;
cursor:pointer;
}

.btn.verde{
background:#2ecc71;
}

/* DIFERENCIAIS */

.diferenciais1{
background:#193249;
padding:30px 0;
overflow:hidden;
position:relative;
}

.container-diferenciais1{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
gap:60px;
padding-left:20px;
position:relative;
z-index:2;
}

/* TEXTO */

.texto-diferenciais1{
  flex:1;
  color:white;
  z-index:2;
}

.texto-diferenciais1 h2{
  font-size:40px;
  margin-bottom:30px;
  text-align:left;
}

.texto-diferenciais1 ul{
  list-style:none;
  margin-bottom:35px;
}

.texto-diferenciais1 li{
  font-size:18px;
  margin-bottom:14px;
  position:relative;
  padding-left:30px;
}

.texto-diferenciais1 li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#33d17a;
  font-weight:bold;
}

/* BOTÃO */

.btn-contato{
  display:inline-block;
  background:#33d17a;
  color:white;
  padding:14px 34px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.btn-contato:hover{
  background:#28b963;
}

/* IMAGEM */

.imagem-diferenciais1{
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:50%;
  overflow:hidden;
}

.imagem-diferenciais1 img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* DEGRADÊ DIAGONAL PROFISSIONAL */

.imagem-diferenciais1::before{
content:"";
position:absolute;
inset:0;

background:linear-gradient(
120deg,
rgba(32,61,85,1) 5%,
rgba(32,61,85,0.95) 30%,
rgba(32,61,85,0.7) 45%,
rgba(32,61,85,0.3) 60%,
rgba(32,61,85,0) 75%
);
}


/* RESPONSIVO */

@media(max-width:480px){

.timeline-item{
flex-direction:column;
}

.timeline-item.reverse{
flex-direction:column;
}

.diferenciais-grid{
flex-direction:column;
text-align:center;
}

.historia-hero h1{
font-size:34px;
}

}

.services {
  padding: 100px 20px;
  background: #f5f7fa;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-header h2 {
  font-size: 36px;
  color: #1c2f44;
  margin-bottom: 10px;
}

.services-header p {
  color: #5a6a7a;
  font-size: 18px;
  max-width: 700px;
  margin: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.service-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-content {
  padding: 30px;
}

.service-content h3 {
  font-size: 22px;
  color: #1c2f44;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 15px;
  color: #5a6a7a;
  margin-bottom: 20px;
  line-height: 1.6;
}

.btn {
  display: inline-block;
  background: #243c5a;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}

.btn:hover {
  background: #1a2c44;
}

/* Responsivo */

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:900px){

.hero{
min-height:70vh;
display:flex;
align-items:center;
}

.hero h1{
font-size:38px;
}

.hero p{
font-size:16px;
}

.hero-buttons{
display:flex;
flex-direction:column;
gap:12px;
align-items:center;
}

.servicos-grid{
grid-template-columns:repeat(2,1fr);
}

.sobre-grid{
grid-template-columns:1fr;
gap:40px;
}

.sobre-box{
padding:35px;
}

.sobre-numeros{
flex-direction:column;
gap:20px;
}

.processo-grid{
grid-template-columns:repeat(2,1fr);
}

.imagem-diferenciais1{
display:none;
}

.container-diferenciais1{
flex-direction:column;
}

}

@media (max-width:480px){

.cta-container{
    gap: 2vw;
}

.cta-card{
    width: 0.1px;
    opacity: 0;
}

.cta-text h2{
    text-align: start;
    font-size:170%;
}
.cta-text p{
    font-size: 95%;
}

.hero{
padding:70px 20px;
}

.hero h1{
font-size:30px;
}

.hero p{
font-size:15px;
}

.sobre-box{
background:white;
padding:50px;
border-left:6px solid #2c4c6b;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
border-radius:6px;
width:100%;
}

}

@media(max-width:500px){

.servicos-grid{
grid-template-columns:1fr;
}

.processo-grid{
grid-template-columns:1fr;
}

}
