body {
font-family: montserrat;
}


h1 {
    font-family: montserrat;
}

h2 {
font-family: montserrat;
color:black;
}

h3 {
font-family: montserrat;
color:black;
}

p {
font-family: montserrat;
color:black;
}

ul {
    font-weight: bold
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: black;
}

a:link, a:visited, a:focus {
  text-decoration: none;
  color: black;
}

.site-footer a {
  color:black!important;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: none;
  color: #d1ff20!important;
}

.site-footer a:active {
  text-decoration: none;
}

.site-footer a:link, a:visited, a:focus {
  text-decoration: none;
  color:  black;
}

button.comprar.btn.btn-primary {
    background-color: #d1ff20 !important; /* color de fondo */
    color: #090909 !important;             /* texto */
}

button.btn.btn-default[type="submit"] {
    background-color: #d1ff20 !important;   /* Fondo */
    color: #090909 !important;              /* Texto */
}

button.btn.btn-default[type="submit"]:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}

.btn-group {
    background-color: #d1ff20 !important; /* color de fondo */
    color: #090909 !important;             /* texto */
}

button.btn.btn-default.btn-small.dropdown-toggle {
    background-color: #d1ff20 !important;   /* Fondo */
    color: #090909 !important;              /* Texto */
}

button.btn.btn-default.btn-small.dropdown-toggle:hover {
    background-color: #d1ff20 !important;
    border-color: #090909 !important;
}

a.btn.btn-default.btn-small[title="Lista"] {
    background-color: #d1ff20 !important;   /* Fondo */
    color: #090909 !important;              /* Texto */
}

a.btn.btn-default.btn-small[title="Lista"] i {
    color: #090909 !important;              /* Color del ícono */
}

a.btn.btn-default.btn-small[title="Lista"]:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}

.btn.btn-default.btn-small {
    background-color: #d1ff20 !important;  /* fondo */
    color: #090909 !important;                /* texto / iconos */
}

/*boton eliminar del carrito*/
.btn.btn-default[data-action="quitar-de-carrito"] {
    background-color: #d1ff20 !important;   /* fondo */
    color: #090909 !important;                 /* color del ícono */
}

/*botones redes footer*/
.btn.btn-default.btn-mini {
    background-color: #d1ff20 !important;   /* color de fondo */
    color: #090909 !important;                 /* color del icono/texto */
}

/*ocultar header*/
.site-header.modal-header {
    display: none !important;
}

/*boton iniciar sesion*/
.btn.btn-primary {
    background-color: #d1ff20 !important;   /* color de fondo */
    color: #090909 !important;                 /* texto */
}

/* boton cancelar (de iniciar sesion)*/
.btn.btn-link {
    color: #090909 !important;      /* color del texto */
}