html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.campo-ocultable {
    transition: opacity 0.3s ease;
}

h1, .invalid-feedback, .form-label {
    color:white;
}

.fondo {
    background-image: url('../lib/pexels-mikhail-nilov-6969809.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
}

h1, .invalid-feedback, .form-label {
    color: white;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #babbbd;
    opacity: 1;
}

.fondo {
    background-image: url('../lib/ecommerce-2607114_960_720.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
}

.overlay-oscura {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* negro con 50% opacidad */
    border-radius: 1%;
    //z-index: 1;
}