.form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    position: relative;
}

.label-destacado {
    font-weight: bold;
    font-size: 1.2em;
}

.additional-info {
    display: none;
}

.details-container {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #ffffff;
}

.detail-section {
    margin-bottom: 20px;
}

.detail-section h3 {
    font-size: 26px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.detail-item {
    margin-bottom: 10px;
}
.alert-consulta-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
}
.alert-consulta-error .close {
    color: #721c24;
}

.consulta-buttons {
    display: flex;
    justify-content: space-between;
}

.consulta-buttons button,
.consulta-buttons a.btn {
    width: 48%;
}

.title-bar {
    background-color: #444;
    color: #f1f1f1;
    padding: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    border: 2px solid #888;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -20px;
    left: 0;
    width: calc(100%);
    box-sizing: border-box;
}
