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;
  background-image: url("/images/bg-oficina.jpg");
  background-size: cover;
  background-attachment:fixed
}

footer {
    background-color:#FFF;
}

.animated-navbar {
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link {
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffc107 !important;
}

.dropdown-menu {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.navbar-brand {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

option.bold-option {
    font-weight: bold;
    background-color: #f0f8ff;
}