.noLogeadoButton {
    background-color: #6995eb !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
    border: 1px solid !important;
    border-radius: 10px !important;
}

.noLogeadoButton:hover {
    background-color: #fff !important;
    color: #6995eb !important;
    box-shadow: none !important;
}


.bg-primary-azul-AS{
  display:inline-block;
  font-weight:400;
  color:#fff;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-color:transparent;
  border:1px solid transparent;
  padding:.375rem .75rem;
  font-size:1rem;
  line-height:1.5;
  border-radius:.25rem;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-transform: initial;
  min-height: auto
}

.bg-primary-azul-AS:hover{
    color:#fff;
    box-shadow: inset 0 0 0 120px rgba(0,0,0,.18);
}

#detalle-carrito .btn:focus, #login_button.bg-primary-azul-AS:focus {
  border-color: #6995eb;
  box-shadow: 0 0 0 3px rgba(105, 149, 235, 0.3);
  background-color: #5a82d4;
}