

.titulo_slider{
  text-align:center;
  font-size:5vw;
  margin-bottom:-1%;
  color:#500F84;
  font-weight:lighter;
  font-family:bebas neue;
}

.ondinha{
  text-decoration: line-through;
  text-decoration-style: wavy;
}

.produtos{
  overflow:hidden !important;
}


/* Responsividade */

  /* COMEÇA CELULAR PEQUENO*/
  @media only screen and (min-width:100px) and (max-width: 320px) {  
    .titulo_slider{
      font-size:5vh;
      margin-bottom:-18%;
      }
  }
  /* TERMINA CELULAR PEQUENO*/
    
  /* COMEÇA CELULAR CONVENCIONAL */  
  @media only screen and (min-width:320px) and (max-width: 330px) {
    .titulo_slider{
      font-size:6vh;
      margin-bottom:-15%;
      }
  }
  /* TERMINA CELULAR CONVENCIONAL */
    
  /* COMEÇA CELULAR MÉDIO */
  @media only screen and (min-width:330px) and (max-width: 400px) {   
    .titulo_slider{
      font-size:6vh;
      margin-bottom:-5%;
      }
  }
  /* TERMINA CELULAR MÉDIO */
    
  /* COMEÇA CELULAR GRANDE */
  @media only screen and (min-width:400px) and (max-width: 600px) {   
    .titulo_slider{
      font-size:7vh;
      margin-bottom:-2%;
      }
  }
  /* TERMINA CELULAR GRANDE */
    
  /*COMEÇA TABLET PEQUENO*/
  @media only screen and (min-width: 640px) and (max-width: 700px) {
    .titulo_slider{
      font-size:6vh;
      margin-bottom:-8%;
      }
  }   
    
  /*TERMINA TABLET PEQUENO*/
      
  /*COMEÇA TABLET CONVENCIONAL*/
    
  @media only screen and (min-width: 700px) and (max-width: 1000px) {
    .titulo_slider{
      font-size:7.2vh;
      margin-bottom:-8%;
      }
  }
       
  /*TERMINA TABLET CONVENCIONAL*/

  /* Responsividade */
