.slider {
  box-shadow: 0px 4px 10px #9d9d9d;
  padding:0px;
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 700px;
  max-height: 360px;
  text-align:center;
  border-radius: 4px;
}

.slider ul {
  width: 1000%;
  height: auto;
  position: relative;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  -moz-animation:slide-animation 10s infinite;
  -webkit-animation:slide-animation 10s infinite;
}

.slider ul:hover {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

.slider li {
  width: 10%;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border-radius: 4px;
}

span {
  position: relative;
  height: 21px;
  display: block;
  font-size: 0.8em;
  bottom: -14px;
  padding: 0.5px 20px 0px 20px;
  margin-top: -50px;
  overflow: hidden;
  background-color:rgba(54,44,48,0.6);
  color: #fcfcfc;
  text-shadow: 0px 1px 1px #9d9d9d;
  font-weight: normal;
  border-radius: 4px;
    left: 0px;
}

@-webkit-keyframes slide-animation {
  1% {left: 0%; opacity: 1;}
  18% {left: 0%; opacity: 1}
  19% {opacity: 0.2;}
  20% {left: -100%; opacity: 1;}
  58% {left: -100%; opacity: 1;}
  59% {opacity: 0.2;}
  60% {left: -200%; opacity: 1;}
  98% {left: -200%; opacity: 1;}
  99% {opacity: 0.5;}
  100% {left: 0%;}
}

@-moz-keyframes slide-animation {
  1% {left: 0%; opacity: 1;}
  18% {left: 0%; opacity: 1}
  19% {opacity: 0.2;}
  20% {left: -100%; opacity: 1;}
  58% {left: -100%; opacity: 1;}
  59% {opacity: 0.2;}
  60% {left: -200%; opacity: 1;}
  98% {left: -200%; opacity: 1;}
  99% {opacity: 0.5;}
  100% {left: 0%;}
}


.botonAgregar {
    background-color: #3c8dbc;
    color: white;
    box-shadow: none;
    border-width: 1px;
    border-color: #367fa9;
    border-bottom: #367fa9;
    border-right: #367fa9;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.botonFiltrar {
    background-color: #ffa400;
    color: white;
    box-shadow: none;
    border-width: 1px;
    border-color: #ffa400;
    border-bottom: #ffa400;
    border-right: #ffa400;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.botonCancelar {
    background-color: lightgray;
    color: blue;
    box-shadow: none;
    border-width: 1px;
    border-color: lightgray;
    border-bottom: lightgray;
    border-right: lightgray;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.botonEliminar {
    background-color: #ff0000;
    color: white;
    box-shadow: none;
    border-width: 1px;
    border-color: #ff0000;
    border-bottom: #ff0000;
    border-right: #ff0000;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.botonGuardar {
    background-color: yellow;
    color: darkblue;
    box-shadow: none;
    border-width: 1px;
    border-color: yellow;
    border-bottom: yellow;
    border-right: yellow;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    box-shadow: none;
}

.quitarEstilos {
    all: initial;
    all: unset;
}