#cuerpo {
  background-color: white;
}

#cuerpo .sliderMenu > ul {
  border-radius: 10px;
  overflow: hidden;
}

#cuerpo .sliderMenu ul {
  list-style: none;
}

#cuerpo .sliderMenu ul h1 {
  font-family: "Maven Pro";
  font-size: 1.5em;
  margin: 20px;
}

#cuerpo .sliderMenu ul li {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  width: 400px;
  background-color: #EDEDED;
  border-bottom: 1px solid silver;
  position: relative;
}

#cuerpo .sliderMenu ul li > ul {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0;
  display: none;
}

#cuerpo .sliderMenu ul li > ul li {
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#cuerpo .sliderMenu ul li a {
  display: block;
  padding: 20px;
  font-size: .9em;
}

#cuerpo .sliderMenu ul li a .izquierda {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#cuerpo .sliderMenu ul li a .lineaVertical {
  display: block;
  position: absolute;
  height: 0%;
  width: 5px;
  top: 0;
  left: 0;
  background-color: #0994B7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#cuerpo .sliderMenu ul li .icono {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 20px;
  vertical-align: middle;
  -webkit-filter: contrast(2) saturate(400%);
          filter: contrast(2) saturate(400%);
}

#cuerpo .sliderMenu ul li .izquierda {
  margin-right: 10px;
}

#cuerpo .sliderMenu ul li .derecha {
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#cuerpo .sliderMenu ul li .derecha:hover {
  color: silver;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#cuerpo .sliderMenu ul li .expandido {
  display: block;
}

#cuerpo .sliderMenu ul li:hover .izquierda {
  margin-left: 20px;
}

#cuerpo .sliderMenu ul li:hover > a > .lineaVertical {
  height: 100%;
}

#cuerpo .sliderMenu ul li:hover > a > img {
  -webkit-filter: hue-rotate(280deg) saturate(1500%) brightness(110%) contrast(2);
          filter: hue-rotate(280deg) saturate(1500%) brightness(110%) contrast(2);
}

#cuerpo > .contenedor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cuerpo > .contenedor .contenedorProductos {
  width: 70%;
}

#cuerpo > .contenedor .contenedorProductos .topBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 150px;
  background-color: #dedede;
}

#cuerpo > .contenedor .contenedorProductos .topBar .buscador {
  display: inline-block;
  width: 20%;
  padding-right: 2%;
  background-color: #EDEDED;
  overflow: hidden;
  position: relative;
  border: 2px solid #0A99D5;
  margin: 20px;
  border-radius: 20px;
}

#cuerpo > .contenedor .contenedorProductos .topBar .buscador .inputClear {
  background-color: transparent;
  border: none;
  margin: 10px;
  margin-right: 40px;
}

#cuerpo > .contenedor .contenedorProductos .topBar .buscador .btn_buscar {
  position: absolute;
  border: none;
  background-color: transparent;
  top: 10px;
  right: 10px;
  color: #0A99D5;
  font-size: 1em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#cuerpo > .contenedor .contenedorProductos .topBar .buscador:hover .btn_buscar {
  font-size: 1.5em;
  top: 5px;
}

#cuerpo > .contenedor .contenedorProductos .topBar .filtro {
  width: 76%;
  padding-left: 2%;
  border-left: 1px solid silver;
  height: 100%;
}

#cuerpo > .contenedor .contenedorProductos .topBar .filtro h2 {
  font-family: "Maven Pro";
  font-size: 1.1em;
  color: #636363;
}

#cuerpo > .contenedor .contenedorProductos .topBar .filtro > .contenedor a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#cuerpo > .contenedor .contenedorProductos .topBar .filtro > .contenedor a img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 80px;
  padding: 5px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid transparent;
}

#cuerpo > .contenedor .contenedorProductos .topBar .filtro > .contenedor a:hover img {
  border: 2px solid #0A99D5;
}

#cuerpo > .contenedor .contenedorProductos .productos {
  width: 100%;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item {
  width: 250px;
  overflow: hidden;
  border: 1px solid silver;
  margin: 20px;
  border-radius: 10px;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor {
  position: relative;
  height: 100%;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor .lineaHorizontal {
  width: 0%;
  height: 5px;
  position: absolute;
  background-color: #0994B7;
  top: 0px;
  z-index: 1200;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor img {
  display: block;
  width: 80%;
  margin: auto;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor .contenido {
  background-color: #ededed;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 100px;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor .contenido p {
  margin-right: 10px;
  margin-left: 10px;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor .contenido .titulo {
  font-family: "Maven Pro";
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor .contenido .descripcion {
  font-size: .8em;
  text-align: center;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor .contenido .vinculos {
  text-align: center;
  bottom: 5px;
  position: absolute;
  width: 100%;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item .contenedor .contenido .vinculos a .icono {
  margin-right: 10px;
}

#cuerpo > .contenedor .contenedorProductos .productos > .contenedor .item:hover .contenedor .lineaHorizontal {
  width: 100%;
  position: absolute;
}

#cuerpo > .contenedor .contenedorProductos .productosItem h2 {
  text-align: center;
  padding: 20px 0px;
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  color: #787878;
  font-size: 0.8em;
  font-weight: 400;
  margin: 0px;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item {
  width: 250px;
  margin: 2%;
  border-radius: 10px;
  border: 1px solid silver;
  overflow: hidden;
  position: relative;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item img {
  display: block;
  width: 200px;
  margin: auto;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item .lineaHorizontal {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  width: 0%;
  height: 5px;
  background-color: #0994B7;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item .contenido {
  background-color: #EDEDED;
  height: 100%;
  overflow: hidden;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item .contenido h1 {
  font-family: "Maven Pro";
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item .contenido p {
  text-align: center;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item .contenido .vinculos > a {
  margin: 0;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item .contenido .vinculos > a span {
  font-weight: 500;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .contenedorProductosItem .item:hover .lineaHorizontal {
  width: 100%;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .paginacion {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#cuerpo > .contenedor .contenedorProductos .productosItem .paginacion a {
  margin: 2px;
  font-size: .9em;
  padding: 8px;
}

#cuerpo > .contenedor .sliderMenu {
  width: 30%;
}
/*# sourceMappingURL=productos.css.map */