/* Botón morado */

.boton-morado-slider
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  
  background-color: #591366 !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.boton-morado-slider:hover
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  
  background-color: #a45cb1 !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.boton-morado-slider:active
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #6f267d;
  
  background-color: #dba8e5 !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;

  /* codigo nuevo outer glow */
  /*box-shadow: 0 5px 15px rgba(89, 19, 102, 1);*/
}

/* Botón verde */

.boton-verde-slider
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  
  background-color: #a6ce39 !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.boton-verde-slider:hover
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  
  background-color: #c1e169 !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.boton-verde-slider:active
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #8ab31a;
  
  background-color: #dff1af !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;

  /* codigo nuevo outer glow */
  /*box-shadow: 0 5px 15px rgba(166, 206, 57, 1);*/
}

/* Botón rojo */

.boton-rojo-slider
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  
  background-color: #d02c45 !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.boton-rojo-slider:hover
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  
  background-color: #de687a !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.boton-rojo-slider:active
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #d02c45;
  
  background-color: #e59faa !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;

  /* codigo nuevo outer glow */
  /*box-shadow: 0 5px 15px rgba(208, 44, 69, 1);*/
}

/* Botón azúl */

.boton-azul-slider
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  
  background-color: #0160ba !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.boton-azul-slider:hover
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  
  background-color: #207cd3 !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.boton-azul-slider:active
{
  background: none; margin: 0; padding: 0; border: none; text-decoration: none; outline: none;

  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #0160ba;
  
  background-color: #97bbdd !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;

  /* codigo nuevo outer glow */
  /*box-shadow: 0 5px 15px rgba(1, 96, 186, 1);*/
}