body {
  margin: 0;
  padding: 0;
  line-height: 1.6; 
  font-family: Arial, Helvetica, sans-serif;
  

}

@font-face {
  font-family:'Roboto';
  src: url('Roboto-Italic-VariableFont_wdth,wght.ttf') format('opentype');

}






.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 50px 100px 100px 100px 100px 100px 100px 100px 220px;
    width: 100%;           /* Ocupa 100% em telas menores que Full HD */
    max-width: 1920px;     /* TRAVA: Não passa de Full HD */
    margin: 0 auto;
 
}

 #menu-lateral,#logo {
        display: none;
    }

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #457d58;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;           /* Ocupa 100% em telas menores que Full HD */
    max-width: 1920px;     /* TRAVA: Não passa de Full HD */
    margin: 0 auto;
}

.menu a {
  display: inline-block;
  padding: 17px 20px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
}

.menu a:hover,
.menu a.active {
  padding: 17px 20px;
  /* Remove a borda e mantém o padding original */
  text-decoration: none;
}

.menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.logo-dnf {
  margin-right: auto;
}

.imagem-0 {
  height: auto;
}


.titulo-contate-nos {
  grid-column: 2/4;
  grid-row: 2;
  


}

.titulo-contate-nos p {
  font-size: 55px;
  margin-left: 40px;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  
  
}

.titulo-contate-nos::after {
  content: "";
  display: block;
  height: 5px;
  width: 160%;
  border-radius: 3px;
  background: linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  margin-left: 42px;
  margin-top: -59px;
}




.texto-contato {
  grid-column: 2/8;
  grid-row: 3;
  color: black;

}



.texto-contato p {
  font-size: 36px;
  text-align: left;
  color: black;
  line-height: 1.5;
  margin-left: 40px;
}




.whatsapp-button {
  grid-column: 2;
  grid-row: 6;
  border-radius: 30px;
  background-color: #457d58;
  text-align: center;
  text-decoration: none;
  height: 55px;
  transition: background-color 0.3s ease;
  margin-left: 40px;
  width: 230px;
}

.whatsapp-button:hover {
  border: 1px solid #457d58;
  background-color: #ffffff;
  /* Cor de fundo mais escura no hover */

}

.whatsapp-button:hover p {
  color: #457d58;
  /* Cor do texto mais clara no hover */

}

.whatsapp-button p {
  font-size: 20px;
  margin: 0;
  color: white;
  line-height: 5px;
  /* Centraliza verticalmente o texto */

}



.colmeia-fundo {
  grid-column: 1/13;
  grid-row: 2/8;

}

.imagem-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.texto-contate-nos {
  grid-column: 3/8;
  grid-row: 1;
  display: grid;
  place-items: center;
  color: aliceblue;
  font-size: 40px;
}

.fundo-de-contato {
  background-color: #457d58;
  grid-column: 1/13;
  grid-row: 8/11;

}


.logo-informações-dnf {
  grid-column: 1/8;
  grid-row: 8;
  margin-top: 30px;
  margin-left: 30px;
}


.imagem-2 {
  object-fit: cover;
  width: 45%;
  height: 90%;
}

.email {
        grid-row: 8;
        grid-column: 10/11;
        font-size: 25px;
        margin-left: 40%;
        color: #ffffff;
        text-decoration: none;
        margin-left: 40%;
       margin-top: 22% ;
    }


    .logo-gmail{
    display: none;
    }

    .imagem-gmail {
      
    display: none;
      

    }


     .logo-linkdin {
      display: none;
    }

    .imagem-linkdin {
      display: none;
    }


      .logo-gmail-2{
        grid-column: 10;
        grid-row: 8;
        margin-left: 0%;
        margin-top: 0%;

    
    }

    .imagem-gmail-2 {
        width: 25%;
        height: auto;
        object-fit: cover;
        margin-left: 14%;
        margin-top: 16% ;

    }




    .logo-linkdin-2 {
      
        grid-column: 9;
        grid-row: 8;
        height: auto;


    }

    .imagem-linkdin-2 {
  
        width: 50%;
        height: auto;
        object-fit: cover;
        margin-top: 20% ;
        margin-left: -30% ;

    }


    .texto-linkdin {
        grid-column: 9;
        grid-row: 8;
        color: #ffffff;
        text-align: center;
        font-size:25px;
        text-decoration: none;
       
        margin-top: 35% ;
    }

@media screen and (max-width: 1366px) {

  body {
    overflow-x: hidden;
   
  }

.container {
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: 50px 50px 50px 50px 150px 150px 100px 200px;
}


.logo-dnf {

margin-right: auto;
}

.imagem-0 {
 
  height: auto;
}

.titulo-contate-nos {
  grid-column: 1/4;
  grid-row: 2;
  

}

.titulo-contate-nos p {
  font-size: 40px;
  margin-left: 40px;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  
  
}

.titulo-contate-nos::after {
  content: "";
  display: block;
  height: 5px;
  width: 160%;
  border-radius: 3px;
  background: linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  margin-left: 42px;
  margin-top: -48px;
}




.texto-contato {
  grid-column: 1/6;
  grid-row: 4;
  color: black;

}



.texto-contato p {
  font-size: 20px;
  text-align: left;
  color: black;
  line-height: 1.5;
  margin-left: 40px;
  margin-top: 40px;
}






.colmeia-fundo {
  grid-column: 1/14;
  grid-row: 2/8;

}

.imagem-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.whatsapp-button {
  grid-column: 1;
  grid-row: 6;
  border-radius: 30px;
  background-color: #457d58;
  text-align: center;
  text-decoration: none;
  height: 55px;
  transition: background-color 0.3s ease;
  margin-left: 40px;
  width: 230px;
}




.logo-informações-dnf {
  grid-column: 1/8;
  grid-row: 8;
  margin-top: 30px;
  margin-left: 30px;
}


.imagem-2 {
  object-fit: cover;
  width: 60%;
  height: 30%;
}

.email {
        grid-row: 8;
        grid-column: 10/11;
        font-size: 25px;
        margin-left: 40%;
        color: #ffffff;
        text-decoration: none;
        margin-left: 40%;
       margin-top: 14% ;
    }


 .logo-gmail{
    display: none;
    }

    .imagem-gmail {
      
    display: none;
      

    }


     .logo-linkdin {
      display: none;
    }

    .imagem-linkdin {
      display: none;
    }


      .logo-gmail-2{
        grid-column: 10;
        grid-row: 8;
        margin-left: 0%;
        margin-top: 0%;

    
    }

    .imagem-gmail-2 {
        width: 25%;
        height: auto;
        object-fit: cover;
        margin-left: 14%;
        margin-top: 8% ;

    }




    .logo-linkdin-2 {
      
        grid-column: 9;
        grid-row: 8;
        height: auto;


    }

    .imagem-linkdin-2 {
  
        width: 75%;
        height: auto;
        object-fit: cover;
        margin-top: 20% ;
        margin-left: -80% ;

    }

    .texto-linkdin {
        grid-column: 9;
        grid-row: 8;
        color: #ffffff;
        text-align: center;
        font-size:25px;
        text-decoration: none;
        margin-top: 35% ;
    }


.fundo-de-contato {
  background-color: #457d58;
  grid-column: 1/14;
  grid-row: 8/11;

}

 }




@media screen and (max-width: 1200px) {

  body {
    overflow-x: hidden;
   
  }

.container {
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: 50px 50px 50px 50px 150px 150px 100px 200px;
}


.logo-dnf {

margin-right: auto;
}

.imagem-0 {
 
  height: auto;
}

.titulo-contate-nos {
  grid-column: 1/4;
  grid-row: 2;
  

}

.titulo-contate-nos p {
  font-size: 40px;
  margin-left: 40px;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  
  
}

.titulo-contate-nos::after {
  content: "";
  display: block;
  height: 5px;
  width: 160%;
  border-radius: 3px;
  background: linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  margin-left: 42px;
  margin-top: -48px;
}




.texto-contato {
  grid-column: 1/6;
  grid-row: 4;
  color: black;

}



.texto-contato p {
  font-size: 20px;
  text-align: left;
  color: black;
  line-height: 1.5;
  margin-left: 40px;
  margin-top: 40px;
}






.colmeia-fundo {
  grid-column: 1/14;
  grid-row: 2/8;

}

.imagem-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.whatsapp-button {
  grid-column: 1;
  grid-row: 6;
  border-radius: 30px;
  background-color: #457d58;
  text-align: center;
  text-decoration: none;
  height: 55px;
  transition: background-color 0.3s ease;
  margin-left: 40px;
  width: 230px;
}




.logo-informações-dnf {
  grid-column: 1/8;
  grid-row: 8;
  margin-top: 30px;
  margin-left: 30px;
}


.imagem-2 {
  object-fit: cover;
  width: 60%;
  height: 30%;
}

.email {
        grid-row: 8;
        grid-column: 10/11;
        font-size: 25px;
        margin-left: 40%;
        color: #ffffff;
        text-decoration: none;
        margin-left: 40%;
       margin-top: 14% ;
    }


 .logo-gmail{
    display: none;
    }

    .imagem-gmail {
      
    display: none;
      

    }


     .logo-linkdin {
      display: none;
    }

    .imagem-linkdin {
      display: none;
    }


      .logo-gmail-2{
        grid-column: 10;
        grid-row: 8;
        margin-left: 0%;
        margin-top: 0%;

    
    }

    .imagem-gmail-2 {
        width: 25%;
        height: auto;
        object-fit: cover;
        margin-left: 14%;
        margin-top: 8% ;

    }




    .logo-linkdin-2 {
      
        grid-column: 9;
        grid-row: 8;
        height: auto;


    }

    .imagem-linkdin-2 {
  
        width: 75%;
        height: auto;
        object-fit: cover;
        margin-top: 20% ;
        margin-left: -80% ;

    }

    .texto-linkdin {
        grid-column: 9;
        grid-row: 8;
        color: #ffffff;
        text-align: center;
        font-size:25px;
        text-decoration: none;
        margin-top: 35% ;
    }


.fundo-de-contato {
  background-color: #457d58;
  grid-column: 1/14;
  grid-row: 8/11;

}

 }

 
 @media (max-width: 500px){

body{
    overflow-x: hidden;
  
  }
  .container{
    display: grid;
   grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows:50px 10px 50px  50px 80px 50px 50px  ; /* Adjust rows to fit content */
       width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    gap: 40px;
  }

     #menu-lateral,#logo {
        display: block;
    }


 :root {
            --menu-bg-color: #457d58;
            --text-color: #f0f0f0; /* Cor clara para ícones e texto */
        }

        /* --- Estilos Gerais (Opcional) --- */
     
        /* Cabeçalho Fixo */
        #main-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: space-between; 
            align-items: center;
            padding: 0 20px;
            background-color: var(--menu-bg-color); 
            box-shadow: 0 2px 4px rgba(0,0,0,0.4);
            z-index: 1002;
            box-sizing: border-box;
        }

        /* --- Estilização do Logo (Ajustado para IMG) --- */
        #logo img {
            height: 50px; /* Define a altura da imagem */
            width: auto; /* Mantém a proporção */
            display: block;
            object-fit: cover;
        }

        /* --- Ícone Hambúrguer --- */
        #hamburguer-icon {
            position: relative;
            width: 30px;
            height: 25px;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .bar {
            width: 100%;
            height: 4px;
            background-color: var(--text-color); 
            transition: 0.3s;
            border-radius: 2px;
        }

        /* --- Menu Lateral (A Telinha) --- */
        #menu-lateral {
            position: fixed;
            top: 0;
            right: 0;
            width: 250px; 
            height: 100%;
            background-color: var(--menu-bg-color); 
            padding-top: 60px; 
            box-shadow: -2px 0 5px rgba(0,0,0,0.7);
            z-index: 1000;
            
            transform: translateX(100%);
            transition: transform 0.4s ease-in-out;
        }

        #menu-lateral ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        /* Estilos dos Links dentro do Menu Lateral */
        #menu-lateral li a {
            display: block;
            padding: 15px 20px;
            text-decoration: none;
            color: var(--text-color); 
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        #menu-lateral li a:hover {
            background-color: #4b8067; 
        }

        /* --- Classes para Abrir/Fechar --- */
        .menu-aberto {
            transform: translateX(0) !important;
        }

        /* --- Animação do Ícone (Transforma em um 'X') --- */
        .hamburguer-aberto #bar1 {
            transform: translateY(10.5px) rotate(45deg);
        }

        .hamburguer-aberto #bar2 {
            opacity: 0;
        }

        .hamburguer-aberto #bar3 {
            transform: translateY(-10.5px) rotate(-45deg);
        }
.menu{
  display: none;
}


.titulo-contate-nos {
  grid-column: 1/4;
  grid-row: 2;
  


}

.titulo-contate-nos p {
  font-size: 25px;
  margin-left: 20px;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  
  
}

.titulo-contate-nos::after {
  content: "";
  display: block;
  height: 5px;
  width: 130%;
  border-radius: 3px;
  background: linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  margin-left: 23px;
  margin-top: -9%;
}




.texto-contato {
  grid-column: 1/5;
  grid-row: 3;
  color: black;

}



.texto-contato p {
  font-size: 14px;
  text-align: left;
  color: black;
  line-height: 1.5;
  margin-left: 28px;
  margin-top: 40px;
}


.whatsapp-button {
  grid-column: 1;
  grid-row: 5;
  border-radius: 30px;
  background-color: #457d58;
  text-align: center;
  text-decoration: none;
  height: 55px;
  transition: background-color 0.3s ease;
  margin-left: 30px;
  width: 150px;
  
  
}

.whatsapp-button p {
  font-size: 15px;
  margin: 0;
  color: white;
  line-height: 5px;
  /* Centraliza verticalmente o texto */

}




.logo-informações-dnf {
  display: none;
  grid-column: 1/5;
  grid-row: 6;
  margin-top: 30px;
  margin-left: 30px;
}


.imagem-2 {
  object-fit: cover;
  width: 70%;
  height: auto;
}

 .email {
        grid-row: 6;
        grid-column: 1/4;
        font-size: 20px;
        margin-left: 40%;
        color: #ffffff;
        text-decoration: none;
        margin-left: 25%;
        margin-top: 12%;
    }


      .logo-gmail-2{
      
        grid-column: 1;
        grid-row: 6;
        margin-left: 0%;
        margin-top: 0%;

    
    }

    .imagem-gmail-2 {
      
        width: 80%;
        height: auto;
        object-fit: cover;
        margin-left: 16%;
        margin-top: 30%;

    }


    .logo-gmail{
      display: none;
       

    
    }

    .imagem-gmail {
      display: none;
  

    }




    .logo-linkdin {
      display: none;
  

    }

    .imagem-linkdin {
      display: none;
      

    }


    .logo-linkdin-2 {
        grid-column: 1;
        grid-row: 7;
        height: auto;
    }

    .imagem-linkdin-2 {
        width: 80%;
        height: auto;
        object-fit: cover;
        margin-left: 16%;
        margin-top: 15%;
    }


    .texto-linkdin {
        grid-column: 1/4;
        grid-row: 7;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        text-decoration: none;
        margin-left: -12%;
        margin-top: 8%;
    }


.colmeia-fundo {
  display: none;
  grid-column: 1/13;
  grid-row: 2/8;

}

.imagem-1 {
  display: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.fundo-de-contato {
  background-color: #457d58;
  grid-column: 1/6;
  grid-row: 6/14;
  

 }



 }


 



 