.h1_formulario{
    color: #029bc5;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.sp-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 1em;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
}
.sp-form .form-group {
    margin-bottom: 1em;
}
.sp-form label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.sp-form input[type="text"],
.sp-form input[type="phone"],
.sp-form input[type="email"],
.sp-form textarea {
    width: 100%;
    padding: 0.75em;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;
    padding: 0.75em;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 10px;
    color: black;
    height: auto;
}
.sp-form input[type="checkbox"] {
    margin-right: 0.5em;
}
.sp-form .btn,
.sp_popup .btn {
    display: inline-block;
    padding: 0.75em 1.5em;
    background-color: #029bc5;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    font-size: 1em;
    width: 100%;
    text-transform: uppercase;
}
.sp-form .btn:hover,
.sp_popup .btn:hover {
    background-color: #0983a5;
}

.sp-form #firma{
    border: 1px solid #ccc;
    margin: auto;
    border: 1px solid #ccc;
    display: block;
}




#qrcode_formulario img{
    margin: auto;
    max-height: 50vh;
}

#btn_mostrar_qr{
    
}

.btn_documento_aceptacion_html_subrayado{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}



.checkbox-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 1em; /* espacio entre bloques */
}

.checkbox-label input {
    margin-right: 0.5em;
}

.btn_documento_aceptacion_html_subrayado {
    color: #029bc5;
    text-decoration: underline;
    cursor: pointer;
}

/* Opcional: feedback de foco para accesibilidad */
.btn_documento_aceptacion_html_subrayado:focus {
    outline: 2px dashed #0983a5;
    outline-offset: 2px;
}
  



