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

body {
font-family: system-ui;
background-color: #FAF9F6;
background-size: cover;
background-position: center;
min-height: 100vh;
display: flex;
flex-direction: column;
}

.menu {
position: fixed;
z-index: 10;
width: 100%;
height: 11%;
padding: 0.93vh 1.04vw;
background-color: #1E1E1E;
display: inline-flex;
align-items: center;
justify-content: space-between;
}

.menu ul {
list-style: none;
display: flex;

}

.menu li {
margin-left: 1.67vw;
letter-spacing: 0.16vw;
font-size:13.2px;
color: white;
}

.menu a {
text-decoration: none;
padding: 0.10vw;
color: white;
font-family: sans-serif;
}

.menu a:hover {
color: #E81F22;
transform: scale(1.05);
transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.menu img {
margin-top: 0.65vh;
margin-left: 2.60vw;
width: 13.02vw;
height: 10.41vh;
}

#info {
position: relative;
width: 100%;
height: 85vh;
overflow: hidden;
}

#info .img-info img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}

.backdrop {
position: absolute;
inset: 0;
z-index: 1;
background-color: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(0.46vh);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}

.backdrop .title {
font-size: 56px;
color: #F5F5F5;
}

.backdrop .h2 {
  font-size: 47px;
  line-height: 1;
  font-weight: 600;
  color: #E81F22;
  font-family: sans-serif;
  font-weight: 700;
  /* letter-spacing: 0.3vh; */
  margin-top: 0;
  padding-top: 0;
}

#info > div.backdrop > div > h3 {
    color: #f5f5f5;
    letter-spacing: 0.2vh;
    font-weight: 300;
    margin-top: 1vh;
    font-size: 18px;
}

#servicos {
width: 100%;
padding: 8vh 0 0 0; 
background: rgba(240, 240, 240, 0.6);
display: flex;
flex-direction: column;
}

#servicos h3,
#marcas h4 {
margin-bottom: 4vh;
margin-top: 0;
font-size: 40px;
text-align: center;
color: #1E1E1E;
}

#servicos .cards {
display: flex;
justify-content: center;
gap: 1.04vw;
flex-wrap: wrap;
 margin-bottom: 8vh;
}

#servicos .card {
  width: 20vw;
  height: 60vh;
  padding: 1.04vw;
  margin-bottom: 8vh;
  background: #1E1E1E;
  border-radius: 0.52vw;
  display: flex;
  justify-content: center;   
  align-items: center;       
  text-align: center;
}

#servicos .card:hover {
  background-color: rgb(44, 44, 44);
  transform: scale(1.05);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}


.card i {
margin-top: 0.93vh;
font-size: 50px;
color: #E81F22;
}

.card figcaption {
margin-top: 0.46vh;
font-size: 22px;
color: #F5F5F5;
}

.card p {
margin-top: 4.63vh;
font-size: 20px;
max-width: 87%;
color: #F5F5F5;
}

.card figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5vh;
}

#marcas {
width: 100%;
padding: 8vh 0 8vh 0;
background: #f5f5f5;
border-top: 2px solid #1E1E1E;
}

.carrossel {
    width: 80%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 8vh;
    overflow: hidden;
}

.logoM {
display: flex;
align-items: center;
gap: 2.08vw;
width: max-content;
animation: rolar 22s linear infinite;
}

.logoM img {
width: 6vw;
max-width: 4.17vw;
height: auto;
opacity: 0.8;
}

.logoM img:hover {
opacity: 1;
transform: scale(1.1);
}

@keyframes rolar {
from {
transform: translateX(0);
}
to {
transform: translateX(-33.33%);
}
}

.container {
width: 100%;
padding: 4vh 0;
background-color: #1E1E1E;
display: flex;
flex-direction: column;
position: relative;
}

.content {
padding: 1vh 0;
display: flex;
justify-content: center;
align-items: center;
}

.content iframe {
width: 85vw;
height: 32vh;
border-radius: 1vh; 
border: 0px;
}

.redes-sociais {
margin-left: 7vw;
margin-top: -3.5vh;
display: flex;
flex-direction: column;
gap: 0.5vh;
}

.redes-sociais i {
font-size: 5vh;
color: #E81F22;
margin-top: 0vh;
}

.img img {
width: 15vw;
margin-left: 5.5vw;
display: block;
}

.scar {
  margin: 3vh 5vw;
  display: flex;
  justify-content: flex-end;
}

.scar .marca {
width: 6.25vw;
margin: 0 2.60vw 0 4.69vw;
}

.scar .insta {
margin: 0 2.60vw 0 5.21vw;
font-size: 40px;
color: #E81F22;
}

.topo {
  position: absolute;
  right: 4.8vw;   
  top: 42vh;      
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1vh;
}


.rodape {
  position:relative;
  width: 100%;
  margin-top: 2vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.direitos {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.wpp {
  position: fixed;
  bottom: 2vh;
  right: 1vw;
  z-index: 1000;
}

.wpp a {
  background-color: #25D366;
  color: white;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.wpp a:hover {
  transform: scale(1.1);

}

.texto-hero {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: justify;
  letter-spacing: 0.2vw;
}


.button-container {
  margin-top: 2vh;
}


#info > div.backdrop > div > div > button {
  padding: 1.5vh;
  border-radius: 1vh;
  width: 15vw;
  background: #e81f22;
  color: white;
  font-weight: 700;
  border: 0px solid;
}

#info > div.backdrop > div > div > button:hover {
  background-color: #d41418;
  transform: scale(1.02);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 768px) {
  #info > div.backdrop > div > h1.title {
    display: none;
  }

  .title-mobile {
    display: block !important;
    font-size: 11vw;
    text-align: center;
    color: rgb(245, 245, 245);
  }

  #info > div.backdrop > div > h1.title-mobile > p {
    font-size: 9vw;
  }


  .menu {
    position: relative;
    height: 8.5vh;
    padding: 2vh 0;
    justify-content: center;
  }

  .menu ul {
    display: none;
  }

  .menu img {
    width: 50vw;
    height: 8.5vh;
    margin: 0;
  }


  #info {
    height: 60vh;
    padding:0;
    margin-top: -3px;

  }

  .backdrop .h2 {
    font-size: 6vw;
    margin-top: 2vh;
  }

  .texto-hero {
    text-align: center;
  }


  #info > div.backdrop > div > h3 {
    margin-top: 2vh;
    font-size: 5vw;
    text-align: center;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  #info > div.backdrop > div > div > button {
    width: 59vw;
        font-size: 4.5vw;
  }

  .backdrop .title {
    font-size: 11vw;
  }

  #servicos {
    padding: 6vh 0;
    padding-bottom: 0;
  }

  #servicos h3 {
    font-size: 7vw;
    margin-bottom: 1vh;
  }

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

  #servicos .card {
    width: 85vw;
    height: 31vh;        
    margin: 2vh;
    border-radius: 2vh;
  }

  .card figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vh;        
  }

  .card i {
    font-size: 12vw;
  }

  .card figcaption {
    font-size: 6vw;
  }

  .card p {
    font-size: 4.2vw;
    margin-top: 0;
  }

  #marcas {
    padding: 6vh 0;
  }

  #marcas h4 {
    font-size: 7vw;
    margin-bottom: 1vh;
    }

  .carrossel {
    margin-bottom: 1vh;
  }

  .logoM {
    padding: 3vh 0;
    gap: 6vw;
  }

  .logoM img {
    width: 23vw;      
    max-width: none;
    height: auto;
  }


  .container {
    padding: 4vh 0;
    display: flex;
    

  }

  .content {
    flex-direction: column;
  }

  .content iframe {
    width: 90vw;
    height: 28vh;
  }

  .img {
  width: 100%;
}

  .img img {
    width: 40vw;
    margin: 3vh 0 0 0.2vh;
    margin-top:2vh;

  }



  .redes-sociais {
    margin: 3vh 0;
    align-items: flex-start;
    margin-top: -1.8vh;
  }

  .redes-sociais i {
    font-size: 4vh;
    margin-left: 2vh;
  }

  .scar {
    justify-content: center;
    width: 70vw;
    margin: auto;
  }

  .scar .insta{
    font-size: 4vh;
  }

  .scar .marca{
    width:85px;
   margin-top: -3vh;

  }

  .rodape {
    margin-top: 2vh;
    text-align: center;
  }

  .direitos {
    font-size: 3.5vw;
  }
 
}