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;
}

.section {
  padding: 80px 20px;
  text-align: center;
}

.section img {
  max-width: 300px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.btn-custom {
  font-weight: bold;
  padding: 10px 25px;
  border: none;
}

.okmascota { background-color: #fff; color: #519d31; }
.lacolada { background-color: #e0f0ff; color: #004080; }
.vending24st { background-color: #0a0a0a; color: #9aca3f; }
.floristeria { background: linear-gradient(135deg, #b3e5c3, #cce0ff); color: #2e5f4d; }

.okmascota .btn-custom { background-color: #519d31; color: #000; }
.lacolada .btn-custom { background-color: #007bff; color: #fff; }
.vending24st .btn-custom { background-color: #9aca3f; color: #000; }
.floristeria .btn-custom { background-color: #4caf50; color: #fff; }

.vending24st p { color: #fff; }
.okmascota p { color: #000; }
nav a {
  margin: 0 15px;
  font-weight: 600;
}
.btn-gradient {
    background: linear-gradient(45deg, #36d1dc, #5b86e5);
    border: none;
    transition: 0.3s ease-in-out;
  }

  .btn-gradient:hover {
    background: linear-gradient(45deg, #5b86e5, #36d1dc);
    transform: scale(1.02);
  }

  input.form-control, textarea.form-control {
    border-radius: 1.5rem;
    border: 1px solid #ced4da;
  }

  textarea.form-control {
    border-radius: 1rem;
  }