/* RESET */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins', sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#f5f7fb;
color:#333;
line-height:1.6;
padding-top:80px;
}

/* HEADER */

header{
background:white;
padding:10px 24px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
position:fixed;
top:0;
left:0;
width:100%;
z-index:1000;
}

.desktop-only{
display:inline-block;
}

.mobile-only{
display:none;
}

.header-container{
display:flex;
align-items:center;
justify-content:space-between;
}

.container{
display:flex;
align-items:center;
justify-content:space-between;
width:100%;
padding:0 40px;
}
.logo{
font-size:22px;
font-weight:600;
color:#1e3a8a;
}

/* NAV DESKTOP */

.nav-menu{
display:flex;
align-items:center;
gap:30px;
}

.nav-menu a:not(.btn-orcamento){
margin:0 15px;
text-decoration:none;
color:#444;
font-weight:500;
transition:0.3s;
}


.nav-menu a:hover{
  color:#2563eb;
  transform:translateY(-1px);
}


.btn-orcamento{
background:#2563eb;
color:#fff;
padding:8px 18px;
border-radius:6px;
text-decoration:none;
font-weight:500;
margin-left:20px;
font-size: 14px;
}



.menu-toggle{
display:none;
font-size:26px;
cursor:pointer;
}

/* HERO */

.hero{
display:flex;
align-items:center;
justify-content:space-between;
padding:80px 40px;
max-width:1200px;
margin:auto;
background:linear-gradient(135deg,#f5f7fb,#eef2ff);
border-radius:15px;
}

.hero-text{
max-width:500px;
}

.hero-text h1{
font-size:40px;
margin-bottom:20px;
color:#111;
}

.hero-text p{
margin-bottom:25px;
color:#555;
}

.btn-principal{
background:#2563eb;
color:white;
padding:12px 25px;
border-radius:6px;
text-decoration:none;
font-weight:500;
margin-top:20px;
display:inline-block;
}

.btn-principal,
.btn-orcamento{
transition:0.3s;
}

.btn-principal:hover,
.btn-orcamento:hover{
background:#1d4ed8;
transform:translateY(-2px);
}

.hero-img img{
width:450px;
border-radius:10px;
}

/* SERVIÇOS */

.servicos{
text-align:center;
padding:80px 40px;
background:white;
}

.servicos h2{
font-size:30px;
margin-bottom:50px;
}

.cards{
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
}

.card{
background:white;
padding:30px;
border-radius:12px;
width:250px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:all 0.3s ease;
border:1px solid #eef1f6;
cursor: pointer;
will-change:transform;
}

.card:hover{
  transform:translateY(-14px) scale(1.05);
  box-shadow:0 25px 70px rgba(0,0,0,0.3);
}

.card h3{
margin-bottom:10px;
color:#1e3a8a;
}

.card i{
font-size:35px;
color:#2563eb;
margin-bottom:15px;
transition:0.3s;
}



.card:hover i{
  transform:scale(1.2);
  color:#1d4ed8;
}
/* SOBRE */

.sobre{
padding:80px 40px;
background:#f9fafc;
}

.sobre-container{
display:flex;
align-items:center;
justify-content:space-between;
max-width:1100px;
margin:auto;
gap:40px;
}

.sobre-texto{
max-width:500px;
}

.sobre-texto h2{
font-size:30px;
margin-bottom:20px;
color:#1e3a8a;
}

.sobre-img img{
width:100%;
max-width:400px;
border-radius:10px;
}

/* CONTADORES */

.numeros{
padding:80px 40px;
background:#eef2ff;
}

.numeros-container{
display:flex;
justify-content:center;
gap:80px;
text-align:center;
}

.numero h3{
font-size:40px;
color:#2563eb;
}

.numero p{
margin-top:10px;
color:#555;
}

/* DEPOIMENTOS */

.depoimentos{
padding:80px 40px;
text-align:center;
background:white;
}

.depoimentos h2{
margin-bottom:40px;
}

.depoimentos-container{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.depoimento{
background:#f9fafc;
padding:25px;
border-radius:10px;
max-width:300px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
text-align:left;
 transition:0.3s;
}


.depoimento:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.depoimento p{
font-style:italic;
margin-bottom:10px;
}

.depoimento strong{
color:#1e3a8a;
}

/* CONTATO */

.contato .max-width{
  max-width:500px;
  display:flex;
  flex-direction:column;
  gap:10px;
}



.contato{
  text-align:center;
padding:50px 20px;
  background:#f5f7fb;

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

}

.contato h2{
font-size: 25px;
margin-bottom:5px;
}

.contato p{
  font-size: 15px;
}

.contato .btn-principal{
  display:inline-block;
  
}


/* FOOTER */

footer{
background:#111;
color:white;
text-align:center;
padding:20px;
margin-top:40px;
}

/* SOCIAL */

.social{
margin:20px 0;
}

.social a{
font-size:22px;
margin:0 10px;
text-decoration:none;
transition:0.3s;
}

.social a:hover{
transform:translateY(-3px);
}

.fa-instagram{
background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.fa-facebook{
color:#1877F2;
}

.fa-tiktok{
  color:#ffffff;
  text-shadow: 1px 1px 0 #25F4EE, -1px -1px 0 #FE2C55;
}
/* WHATSAPP FLOAT */

.whatsapp-float{
  position:fixed;
  bottom:25px;
  right:25px;
  background:#25D366;
  color:white;
  font-size:32px;
  width:65px;
  height:65px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  box-shadow:0 8px 25px rgba(0,0,0,0.4);
  text-decoration:none;
  transition:0.3s;
  z-index:999;
}

.whatsapp-float:hover{
transform:scale(1.1);
background:#1ebe5d;
}

.whatsapp-float i{
color:white;
}

/* MAX WIDTH */

.max-width{
max-width:1200px;
margin:auto;
}


/* RESPONSIVO */

@media (max-width:768px){

body{
padding-top:160px;
}

/* HEADER */

header{
padding:15px 0;
}

.btn-orcamento{
display:none;
}

.header-container{
flex-direction:column;
align-items:center;
justify-content:center;
gap:10px;
}

.menu-toggle{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
cursor:pointer;
gap:6px;
width:30px;
height:25px;
margin:10px auto;
}

.menu-toggle span{
display:block;
width:25px;
height:3px;
background:#333;
transition:0.4s ease;
transform-origin:center;
}


/* .menu-toggle.active{
transform: translateX(5px);
} */


/* .menu-toggle.active span:nth-child(1){
transform: rotate(45deg) translateY(13px);
}

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

.menu-toggle.active span:nth-child(3){
transform: rotate(-45deg) translateY(-13px);
} */






.logo{
text-align:center;
width:100%;
}

/* MENU MOBILE */

.nav-menu{
  position:fixed;
  top:130px;
  left:50%;

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:15px;
margin-top:10px;
  background:white;
  padding:20px 30px;
  border-radius:12px;

  opacity:0;
  transform:translateX(-50%) translateY(-10px);
  pointer-events:none;
  visibility:hidden;

  z-index:9999;

  box-shadow:0 15px 40px rgba(0,0,0,0.1);

  transition:0.25s ease;
}

.nav-menu.active{
  opacity:1;
  transform:translateX(-50%) translateY(0);
  pointer-events:auto;
  visibility:visible;
}

.nav-menu a{
  color:white ;
  text-decoration:none;
  font-size:16px;
font-weight:500;
}

.nav-menu a:hover{
  color:#2563eb;
}

.nav-menu .btn-orcamento{
margin-top:10px;
margin-left:-1px;
}
.desktop-only{
display:none;
}

.mobile-only{
display:inline-block;
}

/* HERO */

.hero{
flex-direction:column;
text-align:center;
padding:40px 20px;
}

.hero-text h1{
font-size:32px;
line-height:1.3;
}

.hero-text p{
font-size:16px;
}

.hero-img img{
width:100%;
margin-top:25px;
}

/* SERVIÇOS */

.servicos{
padding:60px 20px;
}

.cards{
flex-direction:column;
align-items:center;
}

.card{
width:100%;
max-width:320px;
}

/* SOBRE */

.sobre-container{
flex-direction:column;
text-align:center;
gap:20px;
}

/* CONTADORES */

.numeros-container{
flex-direction:column;
gap:25px;
}

/* DEPOIMENTOS */

.depoimentos-container{
flex-direction:column;
align-items:center;
gap:20px;
}









/* FOOTER */

footer{
padding:30px 20px;
}

}