.contenedor_cuadros_ind{
  width: 85%;
  display: flex;
  flex-flow: wrap;
  /* justify-content: center; */
}
.cuadro_indv{
  padding: 5px;
  width: 25%;
  height: 250px;
  position: relative;
  text-align: -webkit-center;
}
.cuadro_indv img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.txt_oferta{
  top: 16px;
  right: -6px;
  width: 70px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  background-color: red;
  transform: rotate(40deg);
  text-align: -webkit-center;
}

.ver_galeria{
  top: 16px;
  /* left: -6px; */
  width: 25px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  /* background-color: red;
  transform: rotate(40deg); */
  text-align: -webkit-center;
}


@media only screen and (max-width: 768px){
  .contenedor_general{
    display: grid;
  }
  .contenedor_secciones, .contenedor_cuadros_ind{
    width: 100%;
  }
  .contenedor_cuadros_ind{
    order: 2;
  }
  .cuadro_indv{
    width: 50%;
  }
}







#paginacion_n {
  display: flex;
  margin: 20px 0px;
  list-style-type: none;
  justify-content: center;
}
.pagination_tienda {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-flow: wrap;
  list-style-type: none;
  justify-content: center;
}
.pagination_tienda li {
  padding: 5px;
  margin: 0px 10px;
}
.pagination_tienda li a {
  cursor: pointer;
}
