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

   .coleccion-header > p{
    color: #fff;} 

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