/* Estilos para el paso del checkbox */
#paso-check {
    padding: 20px;
    text-align: center;
}

/* Ocultar el formulario inicialmente */
#paso-formulario {
    display: none;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
    font-size: 1.1rem;
    margin-left: 10px;
}

.modal-backdrop {
    z-index: 1040 !important;
}
#popupSuscripcion {
    z-index: 1050 !important;
}
