body {
    background: linear-gradient(135deg, #fff59d, #c5e1a5);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}
.container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.section-title {
    background-color: #66bb6a;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);

}

.container {
    max-width: 1200px;
}

.card {
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.card-header {
    font-weight: bold;
    font-size: 18px;

}

.form-control, .form-select {
    border-radius: 5px;
    border: 1px solid #ced4da;
    background-color: #f8f9fa;
}

.btn-primary {
    background-color: #d63384;
    border-color: #d63384;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #b0276d;
    border-color: #b0276d;
}
.form-check {
    margin-bottom: 15px; /* Ajusta según necesites */
}

/* Ocultar el campo de Número de Documento por defecto */
#numero_documento_container {
    display: none;
}


