
 @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;
  }
  
  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-image: url(https://ipmbronze.com.br/wp-content/uploads/2022/05/metalurgica-post-blog.jpg);
   background-attachment: fixed;
   background-size: cover;
   background-repeat: no-repeat;
   z-index: 1;
}


.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: #0d0d0d;
}




/* historia */

.historia{
   background-color: #1a1919;
  text-align: left;
  color: rgb(236, 231, 231);
  width: 100%;
  height: 400px;
  display: flex;
}
.historia h1 {
  font-size: 58px;
  font-family: poppins;
  padding-top: 60px;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-top: 90px;
}

.historia p {
  padding-top: 40px;
  font-family: roboto;
  max-width: 600px; 
  text-align: justify; 
  margin: 0 auto; 
  line-height: 1.8; 
  font-size: 1.2rem;
}

.ladoEsquerdo{
 font-size: 1.1rem;
}
.ladoDireito p{
  max-width: 70%;
  text-align: center;
}

/* Missão */

.missao {
  margin-top: 20px;
  background-color: #1a1919;
  color: rgb(236, 231, 231);
  width: 100%;
  height: 400px;
  display: flex;
  padding: 60px 40px;
  gap: 40px;
  align-items: center;
  font-family: roboto;
}




/* h1 à direita */
.missao-titulo {
  flex: 1;
  text-align: center;
  font-size: 40px;
  font-family: poppins;
  margin: 0;
  padding-left: 130px;
}


ul{
  font-size: 1.2rem;
  font-family: poppins;
  padding-left: 40px;
}
li{
  margin-top: 15px;
}



/* Link Contato*/

.linkContato{
    background-color: rgba(0,0,0,0.8);
   height: 195px;
   justify-content: center;
}

.contatoSob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px; 
  margin: 0 auto; 
  padding: 40px 15px; 
  color: white;
  justify-content: center;
  gap: 6cm;
}

.missao p {
  font-family: roboto;
  font-size: 20px;
  justify-content: center;

}
 hr{
  color: 4px solid black;
 }
.scrollreveal {
  visibility: hidden;
}



@media (max-width: 1024px) {

    header nav {
        
        gap: 1.5cm; 
    }

    .contatoHead {
        height: 250px;
        padding-left: 30px;
        font-size: 40px;
    }

    .historia, .missao {
        height: auto; 
        flex-direction: column; 
        text-align: center; 
        padding: 40px 20px;
        gap: 30px; 
    }

    .historia h1, .missao-titulo {
        font-size: 75px;
        margin-top: 0; 
        margin-bottom: 20px;
        padding-left: 0; 
        text-align: center; 
        padding-right: 45px;
    }

    .historia p {
        padding-top: 20px;
        max-width: 90%; 
        margin: 0 auto; 
        font-size: 1.1rem;
    }

    .missao ul {
        padding-left: 20px;
        text-align: left; 
        width: 90%; 
        margin: 0 auto; 
    }
    .missao li {
        margin-top: 10px;
    }

    .contatoSob {
        gap: 2cm; 
        flex-direction: column; 
        text-align: center;
        padding: 30px 15px;
    }

    .texto-contato h1 {
        font-size: 26px;
    }

    .texto-contato p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .linkContato {
        height: auto; 
        padding: 30px 0; 
    }


@media (max-width: 768px) {
    
    header nav {
        gap: 15px; 
        padding: 0 10px; 
    }

    nav a {
        font-size: 17px;
    }

    .contatoHead {
        height: 200px;
        padding-left: 20px;
        font-size: 35px;
    }

    .historia h1, .missao-titulo {
        font-size: 38px;
    }

    .historia p {
        font-size: 1rem;
        max-width: 95%;
    }

    .missao ul {
        font-size: 1.1rem;
        padding-left: 15px;
        width: 95%;
    }

    .contatoSob {
        gap: 1.5cm;
        padding: 20px 10px;
    }

    .texto-contato h1 {
        font-size: 22px;
    }

    .texto-contato p {
        font-size: 15px;
    }

    .botaoContato {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    /* Ajustes para celulares menores */
    header {
        padding: 8px 0;
    }

    nav {
        gap: 10px; 
        padding: 0 5px;
    }

    nav a {
        font-size: 15px;
        padding: 5px; /
    }

    .contatoHead {
        height: 150px;
        padding-left: 15px;
        font-size: 28px;
        letter-spacing: 2px;
    }

    .historia, .missao {
        padding: 30px 15px;
        gap: 20px;
    }

    .historia h1 {
        font-size: 43px;
        margin-bottom: 15px;
    }

    .historia p {
        font-size: 0.95rem;
        padding-top: 15px;
    }

    .missao-titulo h1{
        font-size: 43px;
        padding-left: 35px;
        padding-top: 30px;
    }

    .missao ul {
        font-size: 1rem;
        padding-left: 10px;
    }

    .missao li {
        margin-top: 8px;
    }

    .contatoSob {
        gap: 1cm;
        padding: 15px 5px;
    }

    .texto-contato h1 {
        font-size: 18px;
    }

    .texto-contato p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .botaoContato {
        padding: 10px 25px;
        font-size: 14px;
        letter-spacing: 1px;
    }
}}