/** Shopify CDN: Minification failed

Line 94:2 Expected "}" to go with "{"

**/
/* -- ENCABEZADO --*/

/* AJUSTES PARA DESKTOP */

#HeaderMenu-inicio {
  color: #51265e;
  font-size: 1.7em;
  font-weight: bold;
  text-decoration: none;
}
#HeaderMenu-inicio:hover {
  color: #a455c9;
  transition: color 0.4s ease;
  text-decoration: none;
}
#HeaderMenu-productos {
  color: #2c6eaf;
  font-size: 1.7em;
  font-weight: bold;
}
#HeaderMenu-productos:hover {
  color: #45b4ff;
  transition: color 0.4s ease;
  text-decoration: none;
}
#HeaderMenu-contacto {
  color: #51265e;
  font-size: 1.7em;
  font-weight: bold;
}
#HeaderMenu-contacto:hover {
  color: #a455c9;
  transition: color 0.4s ease;
  text-decoration: none;
}

#HeaderMenu-nosotros {
  color: #51265e;
  font-size: 2em;
  font-weight: bold;
}
#HeaderMenu-nosotros:hover {
  color: #a455c9;
  transition: color 0.4s ease;
  text-decoration: none;
}

/* AJUSTES PARA MOBILE */

#HeaderDrawer-inicio {
  color: #51265e;
  font-size: 1.7em;
  font-weight: bold;
  text-decoration: none;
}
#HeaderDrawer-inicio:hover {
  color: #a455c9;
  transition: color 0.4s ease;
  text-decoration: none;
}
#HeaderDrawer-productos {
  color: #2c6eaf;
  font-size: 1.7em;
  font-weight: bold;
}
#HeaderDrawer-productos:hover {
  color: #45b4ff;
  transition: color 0.4s ease;
  text-decoration: none;
}
#HeaderDrawer-contacto {
  color: #51265e;
  font-size: 1.7em;
  font-weight: bold;
}
#HeaderDrawer-contacto:hover {
  color: #a455c9;
  transition: color 0.4s ease;
  text-decoration: none;


  
/* AJUSTES SECCIONES DE PRODUCTOS*/

  .link--text{
    font-size: 2rem;
    color: blue;
  }
  