
   .coleccion-header > h1{
   color: #05171d;} 

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

/*el boton de agregar al carrito*/
.btn-gral-azul-azul {
   color: #fff !important; /* color del texto */
   background-color: #05171d !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: #05171d !important; /*color del fondo*/
   background-image: none;
 }
 