
 .coleccion-header > h1{
  display:none;} 

   .coleccion-header > p{
    display:none;}


/*el boton de agregar al carrito*/
.btn-gral-azul-azul {
  color: #000 !important; /* color del texto */
  background-color: #a75552 !important; /*color del fondo*/
  background-image: none;
  border: 1px solid #a75552 !important;
}
/*el boton de agregar al carrito con el mouse arriba*/
.btn-gral-azul-azul:hover {
  color: #a75552 !important; /* color del texto */
  background-color: #000 !important; /*color del fondo*/
  background-image: none;
  border: 1px solid #000 !important;
}
