@media screen and (min-width: 769px) and (max-width: 992px){
  *{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'calibri';
  }
  body{
   background-color: white;
  }

  .container{
   display: block;
   width: 100%;
  }
  .btn-whats{
   display: flex;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 25vh;

  }
 
  /***************************************************** menu ********************************************************************************************/

  nav{
    display: grid;
    width: 100%;
   }
   header{
      display: grid;
      width: 100%;
      grid-template-columns: 2fr 2fr;
   }
   .area-logotipo{
    display: flex;
    padding: 20px;
   }
   .logo{
    width: 100%;
    padding: 20px;
    grid-column: 1/2;
   }
   .logo img{
      width: 100%;
   }

   #burger{
      margin-right: 5%;
      grid-column: 2/-1;
   }

   #arealinks{
    display: none;
    justify-content: end;
    grid-column: 2/-1;
    margin-right: 5%;
   }

   .area-links{
      display: none;
     }
   .itemlinkmenu{
    
    list-style: none;
    
   }
   .itemlinkmenu a{
    text-decoration: none;
    color: black;
    font-size: 4.5vw;
    line-height: 2;
    font-family: 'calibri';
   }

   .material-symbols-outlined{
      display: block;
      text-align: end;
      padding: 10px;
      font-size: 10vw;
    }
  
    ul{
      text-align: end;
      margin-right: 5%;
  
    }










  /*********************************************** carrossel *********************************************************************/

  .area-carrossel{
   display: none;
  }


  /********************************************* sobre *******************************************************************************/


  .fundo-sobrenos{
   display: block;
   width: 100%;
   padding: 20px;
  }
  .area-sobrenos{
   width: 100%;
   display: flexbox;
   overflow: hidden;
  }
  .areafotocaminhao{
   display: block;
   width: 100%;
   margin-bottom: 5%;
  }
  .areafotocaminhao img{
   width: 100%;
  }



  /***************************************************** area sobre **************************************************************************/

  .areasobre{
   display: block;
   padding: 10px;
  }
  .conteudosobre{
   text-align: center;
   line-height: 25px;
   
  }
  .sobre{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 3.5vw;
   font-weight: 300;
  }
  .conteudosobre h2{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 4vw;
  }
  .conteudosobre p{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 2.2vw;
   font-weight: 100;
  }







  /************************************************  area info  ***********************************************************************************************/


  .area-info{
   display: block;
   margin-bottom: 5%;
   width: 100%;
    background-color: #c500cc;
   height: 130px;
  }

  .info{
   display: flex;
   width: 100%;
   height: 100%;
  }

  .info img{
   width: 100%;
   height: 100%;
  }

  /********************************************** area descubra ****************************************************************/

  .fundo-descubra{
   display: block;
   width: 100%;
  }
  .area-descubra-texto{
   display: block;
   width: 100%;
   justify-content: center;
   margin-bottom: 4%;
   font-size: 3.5vw;
  }
  .area-descubra-texto p{
   text-align: center;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .area-descubra-img{
   display: grid;
   width: 100%;
   gap: 15px;
   justify-content: center;
   grid-template-columns: 1fr 1fr 1fr;
   margin-bottom: 1%;
   padding: 10px;
   border: 2px solid black;

  }
  .area-descubra-img img{
   width: 100%;
   height: 120px;

  }


  .fundo-btn-descubra{
   display: grid;
   width: 100%;
   height: 100%;
   gap: 20px;
   justify-content: center;
   grid-template-columns: 1fr 1fr 1fr;
   margin-bottom: 3%;
   padding: 10px;

  }
.btn-descubra{
  width: 100%;
  font-family: Roboto Condensed;
  font-weight: 900;
  font-size: 3vw;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(217deg, #eb7a02 0%, #c500cc 100%);
  padding: 10px 30px;
  border: none;
  box-shadow: rgb(0, 0, 0) 1px -2px 50px -50px;
  border-radius: 1px;
  transition : 437ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  }

.area-descubra-img a{
  text-decoration: none;
  text-align: center;

}

.btn-descubra:hover{

transition : 437ms;
padding: 10px 37px;
transform : translateY(-0px);
background: linear-gradient(217deg, #eb7a02 0%, #c500cc 100%);
color: #000000;
border: none;
}



/**************************************************** fundo contato **********************************************************************************/

#fundo-contato{
  display: block;
  width: 100%;
}
.fundo-area-contato{
  display: block;
  width: 100%;
  padding: 20px;

}
.area-legenda-foto{
  display: grid;
  font-size: 3vw;
  justify-content: center;
  text-align: center;
  margin-bottom: 2%;

}
.dizeres-contato{
  text-align: center;
  font-size: 4vw;
}
.area-foto{
  display: block;
  width: 100%;
  padding: 20px;
}
.area-foto img{
  width: 100%;
}

.fundo-area-formulario{
  display: grid;
  justify-content: center;
  background-color: #eb7a02;
  width: 100%;
  padding: 20px;
  font-size: 4vw;
  text-align: center;
}
.cab-form{
  display: block;
  width: 100%;
  margin-bottom: 5%;
}
.info-form{
  display: grid;
  justify-content: center;
  width: 100%;
}
.info-form label{
  display: block;
  margin-bottom: 2%;
  width: 100%;
}
.info-form input {
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  width: 30vw;
  height: 4vh;
}
#message{
  margin-bottom: 5%;
  height: 15vh;

}
.btn_enviar{
  width: 50%;
  font-size: 3vw;
  padding: 5px;
}


  /******************************************************  area rodape **************************************************************************/

  .fundo-rodape{
   display: block;
   width: 100%;
   background-color: #000000;
   color: white;
  }

  .area-rodape-a{
   display: grid;
   width: 100%;
   justify-content: center;
   margin-bottom: 5%;
   background-color: #000000;
   color: white;

  }
  .fundo-rodape-a-img{
   width: 100%;
   display: flex;
   justify-content: space-between;
   margin-top: 10%;
   margin-bottom: 6%;
   margin-left: 5%;
   gap: 20px;
  }
  .fundo-rodape-a-img img{
   width: 5vw;
  }
  .fundo-rodape-a-texto{
   display: grid;
   justify-content: center;
   text-align: center;
   font-size: 4vw;
   margin-top: 5%;
  }
  .sac-text{
   font-size: 4vw;
  }

  .rodape-b{
   display: grid;
   justify-content: center;
   line-height: 30px;
   list-style: none;
   text-align: center;
   background-color: #000000;
   color: #eb7a02;
   font-size: 3.5vw;
  }
  .rodape-b a{
   text-decoration: none;
   text-align: center;
   color: white;
   font-size: 3vw;
   line-height: 2;
   
  }


  .rodape-c{
   width: 100%;
   display: grid;
   justify-content: center;
   margin-bottom: 5%;
   font-size: 4vw;
   color: #eb7a02;
  }
  .rodape-fundo-end{
   display: flex;
   margin-top: 5%;
   margin-bottom: 5%;
   justify-content: center;
  }
  .rodape-fundo-map{
   width: 100%;
  }





/***********************************************  PAGINA DE PRODUTOS  ***************************************************************************************/




#fundo-produtos{
  display: block;
  width: 100%;
}

.area-produtos{
  display: grid;
  width: 100%;

}


.slide-prod img{
  width: 100%;
}



.area-voltar{

}

.btn-voltar{
  width: 10%; 
  margin-left: 80%;
}






































}