html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Custom styles for Farmacia de Andrey */
body {
  background-color: #dff6ff; /* celeste claro */
  color: #0b2447;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.brand-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #065a82;
}

.hero {
  padding: 3rem 1rem;
  text-align: center;
}

.info-box {
  display: none;
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  box-shadow: 0 6px 18px rgba(4,25,40,0.08);
}

.info-btn {
  margin: .5rem;
}

.gallery-placeholder {
  background: linear-gradient(135deg,#e6fbff,#d2f3ff);
  border: 1px dashed #9fd8ee;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #066079;
  border-radius: 6px;
}

footer.footer {
  background: transparent;
  padding: 1rem 0;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}