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

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

   }
  
   /***************************************************** 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: 3.5vw;
   }
   .conteudosobre p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5vw;
    font-weight: 300;
   }







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


   .area-info{
    display: block;
    margin-bottom: 5%;
   }

   .info{
    display: flex;
   }

   .info img{
    width: 100%;
   }

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

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

   .area-descubra-img{
    display: grid;
    width: 100%;
    height: 100%;
    gap: 20px;
    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: 2.4vw;
   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;
   text-decoration: none;
   }

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

}

.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;
}
.fundo-area-contato{
   display: block;
   width: 100%;
   padding: 20px;
}
.area-legenda-foto{
   display: grid;
   font-size: 3.2vw;
   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: 1.5vh;
   text-align: center;
}
.cab-form{
   display: block;
   width: 100%;
   margin-bottom: 5%;
}
.info-form{
   display: grid;
   justify-content: center;
}
.info-form label{
   display: block;
   margin-bottom: 2%;
}
.info-form input {
   display: grid;
   justify-content: center;
   margin-bottom: 2%;
}
#message{
   margin-bottom: 5%;
}
.btn_enviar{
   width: 40%;
   font-size: 3vw;
   padding: 5px;
}


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

   .fundo-rodape{
    display: grid;
    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-evenly;
    margin-top: 5%;
    margin-bottom: 6%;
    margin-left: 5%;
   }
   .fundo-rodape-a-img img{
    width: 40px;
   }
   .fundo-rodape-a-texto{
    display: grid;
    justify-content: center;
    text-align: center;
   }
   .sac-text{
    font-size: 3vh;
   }

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

   }


   .rodape-c{
    width: 100%;
    display: grid;
    justify-content: center;
    margin-bottom: 5%;
    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%;
}

}
