

.i1
{
  animation: lightSpeedInRight; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
  animation-delay: 1s;
}

.sobre
{
  animation: jackInTheBox; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: 3s;
}
.lead
{
  animation: fadeInRight; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: 4s;

}

.sobreimg
{
  animation: fadeInTopLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: 4s;

}

.servico{
  animation: jackInTheBox; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: 6s;
}




.contato{
  animation: heartBeat; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: 7s;
}


.contatoparagrafo
{
  animation: bounceInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: 7s;
}

.atendimento
{
  animation: bounceInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: 8s;
}




header
{
  
  margin-bottom: 100px;

}



body::-webkit-scrollbar {
  width: 10px;              
  
}

body::-webkit-scrollbar-track {
  background: rgba(43, 42, 42, 0.849);       
  
}

body::-webkit-scrollbar-thumb {
  
  background-color: rgba(5, 5, 24, 0.788);
  border-radius: 20px;      
  border: 1px solid rgb(82, 82, 82); 

}

.topo
{
  animation: bounceInLeft ; 
  animation-duration: 3s;
}

.button{
  text-decoration: none;
  color: rgb(255, 255, 255); 
  border-radius: 0.25em;
  padding: 10px 200px;
  /* background-image: linear-gradient(75deg, #caab20, #ff7607, #f17611, #e4bc0c);  */
  background-image: linear-gradient(75deg, #fac106, #ee7818 ,#ff0000, #f75819); 
  background-size: 300% ;
  background-position: left;
  
  transition: 300ms background-position ease-in-out;
  
}
.button:hover{
  background-position: right; 
  color: rgb(0, 0, 0);
  
}




@media screen and (min-width: 820px) and (max-device-width: 920px)
{

  .sobreimg
  {
    margin-left: 210px !important;
    margin-top: 10px !important;
    height: 350px !important;
    width: 350px !important;
  
  }
}





@media screen and (min-width: 750px) and (max-device-width: 819px)
{
  .sobreimg
  {
    margin-left: 200px !important;
    margin-top: 10px !important;
    height: 300px !important;
    width: 300px !important;
  
  }
  

}




@media screen and (min-width: 401px)  and (max-width: 600px) 
{


  .carrosels h1
  {
   zoom: 80% !important;
   text-shadow: 3px 3px black;
   font-weight: bold !important;
  }
  
  
  .carrosels p
  {
   zoom: 70% !important;
  }
  
  .carrosels a
  {
    padding: 03px  10px !important;
  }
  
  
    .topo
    {
      margin-left: 70px !important;
      width: 200px;
      height: 300px;
    }
  
  
  .divatendimento
  {
    margin: 0px !important;
  }
  
  
    .atendimento
    {
      margin-left: 50px !important;
      zoom: 90%;
      
    }
  
    .atendimento ul
    {
      zoom: 85%;
      margin: 0px !important;
     
      
    }
    .atendimento ul i 
    {
      font-size: 30px !important;
  
    }
  
    .atendimento h1
    {
      margin-left: 0px !important;
      
      
    }
    .atendimento ul
    {
      
      padding-left: 0px !important;
      
      
    }
  
    .atendimento2
    {
      margin-left: 0px !important;
    }
  
  .sobreimg
  {
    margin-left: 80px !important;
    margin-top: 10px !important;
  
  }
  
  .sobre
  {
    margin-left: 40px !important;
    margin-top: 10px !important;
  }
  .sobre2
  {
    margin: 0px !important;
    
  }
  .serv
  {
    padding: 0px !important;
    margin-left: 50px !important;
    margin-top: 10px !important;
    
  }
    
  .contato2
  {
    margin-left: 20px !important;
    margin-top: 10px !important;
  }
  .contato3
  {
    
    margin-top: 10px !important;
  }
  
  .divformulario
  {
    margin-top: 25px !important;
    padding: 0px !important;
  }
  
  .formulario
  {
    margin-top: 0px !important;
    width: 370px !important;
  }
  
  .formulario form
  {
    margin: 20px !important;
    padding: 10px !important;
  
  }
  
  .footer2
  {
  
    width: 370px !important;
  
  }
    .coluna
  {
    min-width: 370px !important;
    margin-top: 60px !important;
    padding: 0 !important;
    
  }
  .col1
  {
    margin-top: 0px !important;
  }
  
  
  .colunas
  {
      display: flex;
      flex-direction: column;
      padding: 0 !important;
      margin-left: 0px !important;
      
      
  }



}


@media only screen and (max-width: 400px) 
{

.carrosels h1
{
 zoom: 80% !important;
 text-shadow: 3px 3px black;
 font-weight: bold !important;
}


.carrosels p
{
 zoom: 70% !important;
}

.carrosels a
{
  padding: 03px  10px !important;
}


  .topo
  {
    margin-left: 70px !important;
    width: 200px;
    height: 300px;
  }


.divatendimento
{
  margin: 0px !important;
}


  .atendimento
  {
    margin-left: 50px !important;
    zoom: 90%;
    
  }

  .atendimento ul
  {
    zoom: 85%;
    margin: 0px !important;
   
    
  }
  .atendimento ul i 
  {
    font-size: 30px !important;

  }

  .atendimento h1
  {
    margin-left: 0px !important;
    
    
  }
  .atendimento ul
  {
    
    padding-left: 0px !important;
    
    
  }

  .atendimento2
  {
    margin-left: 0px !important;
  }

.sobreimg
{
  margin-left: 50px !important;
  margin-top: 10px !important;

}

.sobre
{
  margin-left: 40px !important;
  margin-top: 10px !important;
}
.sobre2
{
  margin: 0px !important;
  
}
.serv
{
  padding: 0px !important;
  margin-left: 50px !important;
  margin-top: 10px !important;
  
}


.contato2
{
  margin-left: 20px !important;
  margin-top: 10px !important;
}
.contato3
{
  
  margin-top: 10px !important;
}

.divformulario
{
  margin-top: 25px !important;
  padding: 0px !important;
}



.formulario
{
  margin-top: 0px !important;
  width: 370px !important;
}

.formulario form
{
  margin: 20px !important;
  padding: 10px !important;

}


.footer2
{

  width: 370px !important;

}

.coluna
{
  min-width: 370px !important;
  margin-top: 60px !important;
  padding: 0 !important;
  
}
.col1
{
  margin-top: 0px !important;
}


.colunas
{
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin-left: 0px !important;
    
    
}


}