.contenido{
    width: 80%;
    max-height: auto;
    min-height: 500px;
    display: flex;
    padding-top: 3%;
    justify-content: center;
    margin-left: 15%;

}

h2,h3{
  color: white;
}

.categorias{
    width: 15%;
    margin-left: 2%;
    margin-right: 2%;

}

.donde-prod{
    width: 75%;
    flex-wrap: wrap;
   margin-bottom: 5%;
} 

.card{
    width: 75%;
    height: auto;
    display: flex;
    background: white;
    font-size: 18px;
    margin-top: 0.25%;
    padding-left: 5%;
    padding-right: 5%;
} 

.card img{
    width: 15%;
    height: auto;
    padding: 2%;
}

.card-body{
    width: 50%;
    padding-left: 5%;
    margin-bottom: 2%;

}

.card-body p{
    color:black;
    font-size: 20px;
}

.card-text{
  color: rgb(182,120,255);
}

.card-img-top{
    grid-area: image;
    background-size: cover;
}

.btnes{
  width: 30%;
  padding-top: 25px;
  padding-left: 35px;
}

.div-btn{
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;

}




.foto{
    width: 100%;
    height: auto;
    
}

.foto img{
    width: 100%;
}


.form{
    width: 50%;
    margin-bottom: 50px;
    justify-content: center;
    align-self: center;
    position: absolute;
}

.form input{
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}

#muestraTitulo{
   
    font-size: 50px;
}

.btn-comprar{
    height: 30px;
    background-color: rgb(182,120,255);
}

.btn-agregar2{
    width: 150px;
    text-align: center;
    height: 50px;
    background-color: rgb(84, 82, 179);
    margin-left: -50px;

    border: 1px solid rgb(84, 82, 179);
    outline: none;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 15px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.btn-agregar2:hover{
  background: rgb(182,120,255);
  border: 1px solid rgb(182,120,255);
  cursor: pointer;
  
}

/*------------------------- Filtros ------------------------*/
.filters {
    width: 15%;
    height: auto;
    background-color: rgb(84, 82, 179);
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 10px;
    padding-bottom: 5%;
    text-align: left;
    margin-bottom: 5%;
    display: block;
  }


  
  
  .filter-group{
    margin-top: 50px;
    margin-bottom: 50px;
  }


  .filter-group ul {
    list-style: none;
    padding: 0;
    padding-left: 12%;
    margin:0;
  }
  

  .category-group {
    display: block; 
  }

  .category-group ul{
    list-style: none;
    padding: 0;
    padding-left: 12%;
    margin:0;
  }

  .todos-prod{
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    color: white;
    font-size: 1.2em;
    border-radius: 10px;
  }




  .filters li button{
    width: 80%;
    height: 35px;
    font-size: 1.2em;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    color:white;
    text-align: left;
    border-radius: 10px;
  }



 
  .filters button:hover {
    text-decoration: underline;
    color: rgb(182,120,255) ;
  }
  
  .filters button:active{
    font-weight: bolder;
  }


  .cat-toggle {
    display: none; 
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: rgb(84, 82, 179);
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}

.filter-mobile{
  display: none;
}

.category-group-mob{
 display: none;
}


  @media screen and (max-width: 900px) {
    
    .contenido{
      width: auto;
      margin: 0;
      padding: 0;

    }


    .card {
      width: 98%;
      display: flex;
      flex-direction:row;
      align-items: center;
      height: auto; 
      min-height: 100px; 
      padding: 10px;
      margin-bottom: 2%;
    
  }

    .card-body{
      width: 40%;
      height: 100px;
      padding: 0;
      margin: 0;
      padding-left: 4%;
      font-size: 12px;
    }

    
  .card-body p{
    font-size: 10px;
  }

    .card img{
      width: 25%;
      height: 100px;
      padding: 0;
    
      
    }

    .card-text{
      font-size: 10px;
      margin-top: 20px;
    }


    .btn-agregar2 {
      font-size: 8px;
      width: 80px; 
      height: 40px;
      text-align: center;
      display: block;
      padding: 0;
      margin: 0;
      margin-top: 5px;
   }


  .filters{
    display: none;
  }

  .category-group{
    display: none;
    background-color: rgb(84, 82, 179);
    padding: 10px;
    margin-top: 10px;
  }

  .btnes{
    width: 30%;
    padding: 0;
  }

  .div-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  
  .cat-toggle {
    width: 150px;
    display: block;
    align-self: flex-end;
    padding-bottom: 12px;
    align-items: center;
    padding-right: 2%;

}

.category-group-mob {
  display: none; 
  background-color: rgba(84, 82, 179,0.9);
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.category-group-mob li button{
  width: 80%;
  height: 35px;
  font-size: 1.0em;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  color:white;
  text-align: left;
  border-radius: 10px;
 
}

.category-group-mob.active {
  width: 60%;
  margin-left: 5%;
  display: block;
  position: absolute;
}


.filter-mobile{
  display: flex;
  width: 93%;
  padding-left: 5%;
  gap: 1em;
  margin-top: 2%;
}

#prod-btn{
  width: 200px;
  border-radius: 10px;
}

#cat-btn{
  border-radius: 10px;
}

.donde-prod{
  width: 80%;
  padding: 0;
  margin: 0;
}



}
