body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f6f8;
}

.header {
    background: #0b2a4a;
    color: white;
    padding: 15px;
    text-align: center;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.logo {
    height: 50px;
}

.container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.menu-btn {
    background: #0b2a4a;
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s;
}

.menu-btn:hover {
    background: #123e6b;
}

.form-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
}

label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

input, select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

.btn-primary {
    margin-top: 25px;
    background: #0b2a4a;
    color: white;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-primary:hover {
    background: #123e6b;
}


body {
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Botones del menú */
.btn-menu {
    background-color: #0b1f3a;
    color: white;
    font-size: 1.1rem;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.btn-menu:hover {
    background-color: #14345c;
    color: #ffffff;
    transform: translateY(-3px);
}

body {
    background-color: #f4f6f9;
}

.card {
    border-radius: 14px;
}

.btn-primary {
    background-color: #0b1f3a;
    border: none;
}

.btn-primary:hover {
    background-color: #09203f;
}

body {
  background-color: #f4f6f9;
}

.card {
  border-radius: 16px;
}

.form-control-lg,
.form-select-lg {
  padding: 0.75rem 1rem;
  font-size: 1.05rem;
}

.btn-primary {
  background-color: #0b1f3a;
  border: none;
}

.btn-primary:hover {
  background-color: #08172c;
}

/* Tarjetas de molinos */
.molino-card {
    height: 100%;
}

.molino-img {
    width: 100%;
    height: 230px;      /* mismo alto para todas */
    object-fit: cover;  /* recorta sin deformar */
    object-position: center;
    display: block;
}

.form-btn {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

