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;
}

.hero-logo {
    background: linear-gradient(to bottom, #111, #ffffff);
    padding: 40px 20px;
    text-align: center;
}

.logo-principal {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.hero-text {
    margin-top: 30px;
}

    .hero-text h1 {
        font-size: 3rem;
        font-weight: 700;
        color: #d4af37; /* dorado */
        margin-bottom: 10px;
    }

    .hero-text p {
        font-size: 1.2rem;
        color: #666;
        letter-spacing: 1px;
    }

.navbar-logo {
    max-height: 60px;
    width: auto;
}