*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
}

/* HEADER */

.header{
position:fixed;
width:100%;
top:0;
left:0;
z-index:999;
transition:0.3s;
}

.header.scrolled{
background:#fff;
box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

.container-header{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:20px;
}

.logo img{
height:80px;
transition:0.3s;
}


/* MENU */

.nav ul{
display:flex;
gap:35px;
list-style:none;
align-items:center;
}

.nav a{
text-decoration:none;
color:#fff;
font-weight:500;
transition:0.3s;
}

.header.scrolled .nav a{
color:#000;
}

.btn-menu a{
border:2px solid #d9b33e;
padding:8px 15px;
border-radius:6px;
}

/* HAMBURGER */

.hamburger{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.hamburger span{
width:25px;
height:3px;
background:#fff;
display:block;
}

.header.scrolled .hamburger span{
background:#000;
}

/* MOBILE */

@media(max-width:768px){

.container-header{
flex-direction:row-reverse;
}

.hamburger{
display:flex;
}

.nav{
position:fixed;
top:0;
left:-100%;
width:100%;
height:100vh;
background:#fff;
display:flex;
justify-content:center;
align-items:center;
transition:0.4s;
}

.nav.active{
left:0;
}

.nav ul{
flex-direction:column;
gap:30px;
}

.nav a{
color:#000;
font-size:22px;
}

.logo img{
height:50px;
transition:0.3s;
}


}



/* HERO */

.hero{
height:95vh;
background:url("img/capa1.png") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
top:0;
left:0;
}

.hero-content{
position:relative;
color:#fff;
max-width:800px;
display:flex;
flex-direction:column;
align-items:center;
}

/* IMAGEM */
.hero-img{
width:500px;
margin-bottom:20px;

/* animação */
opacity:0;
transform:translateY(40px);
transition:0.8s;
}

/* TEXTO */
.hero-text{
margin-top:10px;
font-size:25px;
color:#c1c0c0;

/* animação */
opacity:0;
transform:translateY(40px);
transition:0.8s;
transition-delay:0.3s;
}

/* BOTÕES */
.hero-buttons{
margin-top:30px;
display:flex;
justify-content:center;
gap:20px;

/* animação */
opacity:0;
transform:translateY(40px);
transition:0.8s;
transition-delay:0.6s;
}

/* estado inicial */
.hero-img,
.hero-text,
.hero-buttons{
opacity:0;
transform:translateY(40px);
transition:0.8s;
}

/* delays */
.hero-text{
transition-delay:0.3s;
}

.hero-buttons{
transition-delay:0.6s;
}

/* quando ativa */
.hero.show .hero-img,
.hero.show .hero-text,
.hero.show .hero-buttons{
opacity:1;
transform:translateY(0);
}

/* BOTÕES */

.btn-primary{
background:#d9b33e;
padding:12px 25px;
color:#fff;
text-decoration:none;
border-radius:5px;
position:relative;
overflow:hidden;
font-weight:700;
}

.btn-outline{
border:2px solid #d9b33e;
padding:12px 25px;
color:#fff;
text-decoration:none;
border-radius:5px;
}

/* brilho sempre ativo */
.btn-primary::after{
content:"";
position:absolute;
top:0;
left:-100%;
width:60%;
height:100%;
background:linear-gradient(
  120deg,
  transparent,
  rgba(255,255,255,0.6),
  transparent
);

transform:skewX(-25deg);

/* 🔥 contínuo */
animation:shine 3s infinite;
}

/* animação */
@keyframes shine{
0%{
left:-100%;
}
100%{
left:130%;
}
}



/* MOBILE */

@media(max-width:768px){

.hero-img{
width:80%;
}

.hero-text{
font-size:18px;
}

.hero-buttons{
flex-direction:column;
}

.hero{
height:110vh;
background:url("img/capa1celular.png") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
overflow:hidden;
}

}


/*segunda parte*/


.about-section {
  background: #f1f1f1;
  padding: 100px 5%;
  color: #fff;
}

.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-tag {
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.about-content h2 {
  font-size: 46px;
  line-height: 1.2;
  margin: 15px 0 20px;
  color: #000;
}

.about-description {
  color: #0e0e0e;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.about-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.about-features li {
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
}

.icon-box {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;


  background: #c28321;
  border-radius: 12px;

  flex-shrink: 0;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0);
}

.icon-box img {
  width: 30px;
}

.about-features li:hover .icon-box {
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
  transform: translateY(-2px);
}

.about-features h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #c28321;
}

.about-features p {
  font-size: 14px;
  color: #0e0e0e;
}



.about-btn{
display: inline-block;
background: #c28321;
color: #fff;
padding: 14px 30px;
border-radius: 10px;
font-weight: 600;
text-decoration: none;
transition: 0.3s;

/* necessário pro efeito */
position: relative;
overflow: hidden;
}

/* brilho contínuo */
.about-btn::after{
content:"";
position:absolute;
top:0;
left:-100%;
width:60%;
height:100%;
background:linear-gradient(
  120deg,
  transparent,
  rgba(255,255,255,0.6),
  transparent
);

transform:skewX(-25deg);
animation:shine 3s infinite;
}

/* animação */
@keyframes shine{
0%{
left:-100%;
}
100%{
left:130%;
}
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
  }

  .about-content {
    order: 1;
  }

  .about-image {
    order: 2;
  }

  .about-content h2 {
    font-size: 34px;
  }

  .about-checks {
    grid-template-columns: 1fr;
  }

   .icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
  }
}


/*produtos*/


.servicos{
padding:80px 5%;
background:url("img/fundo1.png") center/cover no-repeat;
}

.titulo-servicos{
text-align:center;
font-size:42px;
margin-bottom:60px;
color:#f3f2ef;
font-weight:700;
}

/* GRID */

.grid-servicos{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

/* CARD */

.card-servico{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
display:flex;
flex-direction:column;
}

.card-servico:hover{
transform:translateY(-8px);
}

/* IMAGEM QUADRADA */

.card-img{
width:100%;
height:200px; /* 🔥 menor que antes */
overflow:hidden;
}
.card-img img{
width:100%;
height:100%;
object-fit:cover;
}

/* CONTEÚDO */

.card-conteudo{
padding:25px;
display:flex;
flex-direction:column;
gap:10px;
}

.card-conteudo h3{
font-size:20px;
color:#c28321;
}

.descricao{
font-size:14px;
color:#555;
line-height:1.4;
}

.cores{
font-size:13px;
color:#777;
}

/* BOTÃO */

.btn-card{
margin-top:auto;
background:#c28321;
color:#fff;
text-decoration:none;
padding:12px;
text-align:center;
border-radius:8px;
font-weight:600;
transition:0.3s;
position:relative;
overflow:hidden;
}

/* brilho */
.btn-card::after{
content:"";
position:absolute;
top:0;
left:-100%;
width:60%;
height:100%;
background:linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
transform:skewX(-25deg);
animation:shine 3s infinite;
}

@keyframes shine{
0%{left:-100%;}
100%{left:130%;}
}

/* CENTRALIZAR ÚLTIMO */

.center-card{
grid-column:2/3;
}

/* MOBILE */

@media(max-width:900px){

.grid-servicos{
grid-template-columns:1fr;
}

.center-card{
grid-column:auto;
}

}


.why-jmv {
  padding: 100px 8%;
  background-color: #fff;
  color: #000;
}

.section-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.why-jmv .section-title span {
   background-color: #c28422;
   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cards {
 display: grid;
  grid-template-columns: repeat(4, 280px); 
  gap: 20px;
  justify-content: center; 
  
}

.card {
   background: rgba(255, 255, 255, 0.078); 
  border: 1px solid rgba(228, 163, 13, 0.505); 
  border-radius: 18px;
  padding: 40px 30px;
  text-align: left;
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(60px);
  transition: 
    transform 0.4s ease,
    box-shadow 0.4s ease,
    opacity 0.6s ease,
    border-color 0.4s ease,
    background 0.4s ease;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center; 
}

.card {
  max-width: 350px; 
  max-height: 280px;
  width: 100%;
}


.card:hover {
   transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow:
    0 0 25px rgba(255, 197, 50, 0.35),
    inset 0 0 15px rgba(255, 255, 255, 0.25);
    
}

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;

  background: #c28422;
}

.icon-box img {
  width: 30px;
  height: 30px;
}

.card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.85;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.section-title.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 950px) and (max-width: 1366px) {

  .card {
  max-width: 350px; 
  max-height: 330px;
  width: 100%;
}

}

/*avaliações*/

.avaliacoes {
  padding: 80px 20px;
  text-align: center;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #c28422; 
}

.avaliacoes h2 {
  font-size: 35px;
  margin-bottom: 40px;
  color: black;
}




.avaliacoes p{
  color: black;
}

.avaliacoes-box {
  position: relative;
  max-width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 50px 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.avaliacoes-container {
  position: relative;
}

.avaliacao-item {
  display: none;
  flex-direction: column;
  align-items: center;
  animation: fade 0.4s ease;
}

.avaliacao-item.active {
  display: flex;
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.avaliacao-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.avaliacao-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.avaliacao-stars img {
  width: 20px;
}

.avaliacao-item h3 {
  margin: 5px 0;
  color: #000;
}

.avaliacao-item span {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.avaliacao-item p {
  max-width: 600px;
  font-size: 16px;
  color: #000;
}

.avaliacao-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #c28422;
}

.avaliacao-btn.prev {
  left: 20px;
}

.avaliacao-btn.next {
  right: 20px;
}

.avaliacao-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 8px;
}

.avaliacao-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.avaliacao-dot.active {
  background: #c28422;
}

.avaliacao-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #c28422; 
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.avaliacoes .section-title{
opacity:1 !important;
transform:none !important;
}

/*form*/


.cumulus-contato {
  padding: 60px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ebeaea;
}

.cumulus-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.cumulus-form-box {
  flex: 1;
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.cumulus-tag {
  color: #c28422;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.cumulus-form-box h2 {
  margin: 10px 0;
  font-size: 32px;
}

.cumulus-subtitulo {
  color: #666;
  margin-bottom: 25px;
}

.cumulus-form-box input,
.cumulus-form-box select,
.cumulus-form-box textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.cumulus-form-box input:focus,
.cumulus-form-box select:focus,
.cumulus-form-box textarea:focus {
  outline: none;
  border-color: #c28422;
}

.cumulus-form-box button {
  width: 100%;
  padding: 14px;
  background: #c28422;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.cumulus-form-box button:hover {
  background: #000;
}

.cumulus-image-box {
  flex: 1;
}

.cumulus-image-box img {
  width: 100%;
  border-radius: 18px;
}

@media (max-width: 768px) {
  .cumulus-container {
    flex-direction: column;
  }

  .cumulus-form-box {
    padding: 25px;
  }

  .cumulus-form-box h2 {
    font-size: 26px;
  }

  .cumulus-subtitulo {
    font-size: 14px;
    line-height: 1.4;
  }

  .cumulus-form-box input,
  .cumulus-form-box select,
  .cumulus-form-box textarea {
    font-size: 14px;
    padding: 12px;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }
}


/*footer*/

.footer {
  background-color: #000;
  color: #fff;
  padding-top: 70px;
}


.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}


.footer-col h4 {
  font-size: 1.0rem;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 0.90rem;
  line-height: 1.6;
  margin-top: 20px;
}


.footer-logo {
  max-width: 140px;
}


.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}


.footer a,
.footer p {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
   font-size: 0.83rem;
}

.footer a:hover,
.footer p:hover {
  color: #d9b33e;
}

.footer-small {
  font-size: 0.8rem;
  margin-top: 6px;
}

.footer-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
    background: #c28422;
  border-radius: 30px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 214, 50, 0.6);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 20px;
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }
}


.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px; 
  width: 55px;
  height: 55px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.7);
  z-index: 9999;
  animation: jump 0.6s infinite alternate;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}


.whatsapp-float:hover {
  background-color: #1ebe57;
  transform: scale(1.1);
}


@keyframes jump {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

@media (max-width: 600px) {
  .whatsapp-float {
    right: 15px;
    bottom: 15px;
  }
}

/*servicos2*/

.sec-servicos {
  background: #050505;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.wrap-servicos {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.txt-sub {
  color: #c28422;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.txt-titulo {
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.3;
  max-width: 700px;
}

/* brilho dourado */
.txt-titulo,
.box-serv h3 {
  background: linear-gradient(90deg, #fff, #c28422, #fff);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: brilhoTexto 4s linear infinite;
}

@keyframes brilhoTexto {
  0% { background-position: 200%; }
  100% { background-position: -200%; }
}

/* GRID 4 COLUNAS */
.grid-serv {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.box-serv {
  background: #0a0a0a;
  border: 1px solid #c28422;
  border-radius: 12px;
  padding: 30px 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s;
}

.box-serv h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.box-serv p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #ccc;
}

/* BOTÃO DOURADO */
.btn-gold {
  display: inline-block;
  background: #c28422;
  color: #fff;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-gold::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: brilhoBotao 2.5s infinite;
}

@keyframes brilhoBotao {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* LINHA DOURADA */
.line-gold {
  width: 60px;
  height: 4px;
  background: #c28422;
  margin: 20px auto 0;
  border-radius: 10px;
  box-shadow: 0 0 10px #c28422;
}

/* ANIMAÇÃO */
.box-serv.show {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .grid-serv {
    grid-template-columns: 1fr;
  }

  .txt-titulo {
    font-size: 26px;
  }
}