 @font-face {
    font-family: poppins;
    src: url(Poppins-ExtraLight.ttf);
}
@font-face {
  font-family: poppinsThin;
  src: url(Poppins-Thin.ttf);
}
@font-face {
    font-family: montserrat;
    src: url(Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: NotoSans;
    src: url(NotoSansGunjalaGondi-Medium.ttf);
}

@font-face {
  font-family: lexend;
  src: url(LexendExa-Thin.ttf);
}

@font-face {
  font-family: roboto;
  src: url(RobotoMono-Thin.ttf);
}
@font-face {
  font-family: raleway;
  src: url(Raleway-Thin.ttf);
}

 

 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
  header {
    background-color: white;
    display: flex;
    justify-content: center; 
    align-items: center;      
    padding: 10px 0;          
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    
  }
  
  nav {
    display: flex;
    gap: 3.5cm;                
    font-family: 'Poppins', sans-serif;
  }
  
  nav a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 20px;
    position: relative;
    transition: color 0.3s;
    transition: background-color 0.3s, transform 0.3s;
  }
  
  nav a:hover {
    color: #093d75;
    transform: scale(1.05);
  }

  .contatoHead {
  position: relative;
  width: 100%;
  height: 300px; /* altura do banner, você pode ajustar */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  color: white;
  font-family: lexend;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 50px; 
  background-color: rgba(0,0,0,0.5) !important;
  background-image: url(imgnova.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
}


.contatoHead h2 {
  position: relative;
  z-index: 1; 
  margin: 0;
}

.contatoHead::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); 
  z-index: 0;
}


body{
  background-color: #141414;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
}

/* .servicos */
.servicos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 550px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: white;
  background-color: #141414;
  box-sizing: border-box;
  gap: 40px;
}

/* Menu lateral menor */
.bntServ {
  margin-top: 40px;
 
  margin-left: 40px;
  flex: 0.4;
  background-color: #093d75;
  border-radius: 10px;
  overflow: hidden;
  max-width: 220px;
}

/* Título do menu com seta */
.menuTitulo {
  
  padding: 15px 65px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  background-color: #093d75;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seta1 {
  font-size: 26px;
  transition: transform 0.3s ease;
}

.seta.virada {
  transform: rotate(180deg);
}

/* Menu expansível */
.menuLinks {
  max-height: none;
  overflow: visible;
  background-color: #222;
  border-top: 2px solid #fff5f533;
  text-align: left;
  padding-bottom: 10px;
}

.menuLinks ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.menuLinks li {
  margin: 5px 0;
}

.menuLinks a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
}

.menuLinks a:hover {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
}

/* Lado direito - texto */
.txtServ {
  flex: 1.6;
  padding: 30px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.6;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.textoComLinha {
   font-size: 60px;
  padding-top: 10px;
  font-family: lexend;
  margin-bottom: 60px;
  display: inline-block;         
  border-bottom: 8px dotted #093d75;  
  padding-bottom: 4px;      
  color: aliceblue;     
}

.txtServ p{
  font-size: 18px;
  
}  

/* sinalizacao */


.sinalizacao {
  padding: 50px;
  background-color: #141414;
  color: white;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.sinalizacao p {
  font-size: 18px;
}

.sinalizacao h1{
  text-align: left;
}

.textoComLinha {
  margin-left: 30px;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}

.containerSinalizacao {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap; 
}

.coluna {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.imagemSinalizacao {
  width: 100%;
  height: 300px;
  object-fit: cover;         
  object-position: center;   
  border-radius: 15px;
  display: block;
}
.textoSinalizacao {
  text-align: center;
  max-width: 90%;
  font-size: 10px;
  line-height: 1.6;
  font-size: 18px;
  padding-top: 13px;
  padding-bottom: 10px;
}

.imagemWrapper ul {
       
  padding-left: 25px;        
  margin: 0;               
}

.imagemWrapper li {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 18px;
  text-align: left;        
  margin-bottom: 5px;     
}

.imagemWrapper h2 {
  padding-top: 20px;
  text-align: left;
  padding-bottom: 15px;
}


/*Estrutura Metalica*/

.estrutura{
  justify-content: center;
  align-items: flex-start;
  
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: white;
  background-color: #141414;
  padding: 20px;
  box-sizing: border-box;
  gap: 40px;
  text-align: center;
}

.estrutura p {
  font-size: 20px;
  text-align: center;
}

.galeria {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}

.thumb {
  width: 160px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s;
}

.thumb:hover {
  transform: scale(1.05);
}

.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.fechar {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.seta {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: white;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
}

.seta.esquerda {
  left: 30px;
}

.seta.direita {
  right: 30px;
}

/* Pesagem*/

.pesagem{
 
  width: 100%;
  padding: 30px;
  background-color: #141414;
  color: white;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.pesagem p{
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
 
.texto-intro2 {
  padding-bottom: 2rem;
}


  /*corte a laser*/

  .corteLaser{
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .corteLaser p {
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  padding: 0 60px; 
  }
 .videos-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 30px auto;
  padding: 0 20px;
}

.videos-container .video-wrapper {
  width: 420px;     
  height: 240px;    
  background-color: #ccc;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}


.videos-container .video-wrapper video {
  height: 100%;
  width: auto;
  border: none;
}

.imagens{
  padding-top: 50px;
  margin-top: 50px;

}
 .texto-fim{
  margin-top: 50px;
  padding-bottom: 40px;
 }

 .linha-customizada {
  border: none;                   
  border-top: 6px dotted #093d75;    
  width: 50%;                        
  margin: 30px auto;                
}
.lista{
  display: flex;
  justify-content: center;
}
.lista ul {
  
  padding-left: 4rem;         
  margin: 0;
}

.lista li {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 20px;
  text-align: left;        
  margin-bottom: 5px;      
}









/*Dancing*/
  @media (max-width: 768px) {

  header {
        padding: 8px 0;
    }

    nav {
        gap: 10px; 
        padding: 0 5px;
    }

    nav a {
        font-size: 15px;
        padding: 5px; 
    }

  .contatoHead {
    height: 200px;
    padding-left: 20px;
    font-size: 32px;
    justify-content: center;
    text-align: center;
  }

  .servicos {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    gap: 20px;
  }

  .bntServ {
    width: 100%;
    margin: 0;
    max-width: none;
  }

  .txtServ {
    padding: 20px;
    text-align: left;
  }

  .textoComLinha {
    font-size: 36px;
    margin-left: 0;
    text-align: center;
  }

  .containerSinalizacao {
    flex-direction: column;
  }

  .estrutura {
    height: auto;
    padding: 20px;
  }

  .estrutura p,
  .pesagem p {
    font-size: 16px;
  }

  .pesagem {
    height: auto;
    padding: 30px 20px;
  }

  .galeria {
    gap: 10px;
  }

  .thumb {
    width: 100px;
    height: 70px;
  }

  .botao {
    padding-left: 0;
    text-align: center;
  }

  .botaoVoltar {
    font-size: 16px;
    padding: 12px 18px;
  }
}

